@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 6rem 0;
  }
}
.topbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 40rem 40rem;
  z-index: -2;
}
.topbnr_column {
  position: relative;
  width: 100%;
}
.topbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.topbnr_list > li {
  width: 46.1538461538%;
  margin: 2.4rem 0 0 6.1538461538%;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 30%;
    margin: 2.4rem 0 0 5%;
  }
}
.topbnr_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li:nth-child(2n+1) {
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .topbnr_list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 8rem 0;
  }
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.news_column {
  position: relative;
  width: 100%;
}
.news_list_wrap {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .news_list_wrap {
    width: calc(100% + 6rem);
    margin: -3rem;
    overflow-x: visible;
  }
}
.news_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 150.8rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    justify-content: center;
    width: 100%;
    padding: 3rem;
  }
}
.news_list > li {
  width: 44.8rem;
  margin-left: 3.2rem;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 32.2%;
    margin-left: 1.7%;
  }
}
.news_list > li:first-child {
  margin-left: 0;
}
.news_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 448/559;
  background-image: url(../images/top/news_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li > a {
    aspect-ratio: 322/202;
    background-image: url(../images/top/news_bg01_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    transform: rotate(-3deg);
    opacity: 1;
  }
}
.news_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 4rem 4.4rem 0 6.4rem;
}
@media screen and (min-width: 768px) {
  .news_item {
    justify-content: space-between;
    flex-direction: row;
    padding: 18.6335403727% 6.2111801242% 0 6.2111801242%;
  }
}
.news_item > figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_item > figure {
    width: 34.0425531915%;
  }
}
.news_item > dl {
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl {
    width: 58.865248227%;
    margin-top: 0;
  }
}
.news_item > dl > dt {
  position: absolute;
  left: inherit;
  right: 4.4rem;
  top: inherit;
  bottom: 1.8rem;
  display: block;
  color: #177f5e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt {
    left: 6.2111801242%;
    right: inherit;
    top: 9.3167701863%;
    bottom: inherit;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .news_item > dl > dt {
    font-size: 1.8rem;
  }
}
.news_item > dl > dd {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dd {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1000px) {
  .news_item > dl > dd {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 10rem 0;
  }
}
.story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg12.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.story::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 72rem;
  background-image: url(../images/top/story_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story::after {
    height: 52.2rem;
    background-image: url(../images/top/story_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .story::after {
    background-size: 100% 100%;
  }
}
.story_illust01 {
  position: absolute;
  left: 0;
  top: 19rem;
  display: block;
  width: 100%;
  height: 31.1rem;
  background-image: url(../images/top/story_illust01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_illust01 {
    top: 9rem;
    height: 29.8rem;
    background-image: url(../images/top/story_illust01_pc.png);
    background-size: auto 100%;
  }
}
.story_illust02 {
  position: absolute;
  left: 0;
  bottom: 4rem;
  display: block;
  width: 100%;
  height: 38.8rem;
  background-image: url(../images/top/story_illust02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_illust02 {
    bottom: 7rem;
    height: 85.1rem;
    background-image: url(../images/top/story_illust02_pc.png);
    background-size: auto 100%;
  }
}
.story_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    width: 38.5%;
  }
}
.story_column {
  position: relative;
  width: 100%;
  margin-top: 14rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    margin-top: 2rem;
  }
}
.story_embed {
  position: relative;
  width: 115.3846153846%;
  aspect-ratio: 750/473;
  margin: 0 -7.6923076923%;
  padding: 3rem 5rem 9rem 5rem;
  background-image: url(../images/top/story_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 100%;
    aspect-ratio: 1000/581;
    margin: 0;
    padding: 3.6% 10% 11% 10%;
    background-image: url(../images/top/story_bg02_pc.png);
  }
}
.story_embed > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover > figure::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_embed > a > figure {
  position: relative;
}
.story_embed > a > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15.8823529412%;
  aspect-ratio: 108/97;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .story_embed > a > figure::after {
    width: 13.5%;
  }
}
.story_subttl {
  position: relative;
  width: 46.1538461538%;
  margin: -1rem auto 0 auto;
  padding: 0.5rem 0;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 23%;
    margin: -5% 64% 0 auto;
  }
}
.story_subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #75c0ed;
  transform: rotate(-2deg);
  z-index: -1;
}
.story_subttl > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .story_subttl > span {
    font-size: 2.4rem;
  }
}
.story_date {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
  padding: 0.5rem 0;
  color: #7c7571;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 56%;
    margin: -4% auto 0 31%;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .story_date {
    font-size: 2.8rem;
  }
}
.story_date:has(span) + .story_body {
  margin-top: -6.8rem;
  padding-top: 10.8rem;
}
@media screen and (min-width: 768px) {
  .story_date:has(span) + .story_body {
    margin-top: -7.5%;
    padding-top: 10.5%;
  }
}
@media screen and (min-width: 1100px) {
  .story_date:has(span) + .story_body {
    margin-top: -6.5%;
    padding-top: 9.5%;
  }
}
.story_date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: rotate(1deg);
  z-index: -1;
}
.story_date > span {
  display: block;
  margin-top: -0.5rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .story_date > span {
    font-size: 1.6rem;
  }
}
.story_body {
  position: relative;
  width: 108.6153846154%;
  margin: -3rem -4.3076923077% 0 -4.3076923077%;
  padding: 7rem 6.6153846154% 10rem 6.6153846154%;
  background-image: url(../images/top/story_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_body {
    width: 100%;
    margin: -5% 0 0 0;
    padding: 8% 5% 4% 5%;
    background-image: url(../images/top/story_bg03_pc.png);
  }
}
@media screen and (min-width: 1100px) {
  .story_body {
    margin-top: -4%;
    padding-top: 7%;
  }
}
.story_btn {
  position: relative;
  width: 86.1538461538%;
  margin: 7.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 40%;
    margin: 5rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: block;
  text-align: center;
  border: 0.3rem solid #005d9b;
  border-radius: 9rem;
  background-color: #005d9b;
}
@media screen and (min-width: 768px) {
  .story_btn > a {
    border-radius: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::after {
    border-color: #005d9b;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover > span {
    color: #005d9b;
  }
}
.story_btn > a::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .story_btn > a::after {
    right: 3rem;
    width: 1.35rem;
    height: 1.35rem;
    border-top: 0.3rem solid #ffffff;
    border-right: 0.3rem solid #ffffff;
  }
}
.story_btn > a > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  line-height: 8.4rem;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.6rem;
    line-height: 6.4rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-image: url(../images/common/common_bg03_edge01.png), url(../images/common/common_bg03_edge02.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: 12.8rem 0.3rem, 12.8rem 0.3rem;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  display: block;
  width: 100%;
  height: calc(100% - 0.4rem);
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.midbnr_ttl {
  position: relative;
  width: 87.6923076923%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl {
    width: 50.4%;
  }
}
.midbnr_column {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .midbnr_column {
    margin-top: 4rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.midbnr_list > li {
  width: 83.0769230769%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 38%;
    margin: 2.4rem 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .midbnr_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.midbnr_list > li > a {
  position: relative;
  display: block;
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 10rem 0;
  }
}
.movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.movie_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    width: 38.5%;
  }
}
.movie_column {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .movie_column {
    margin-top: 5rem;
  }
}
.movie_list_wrap {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .movie_list_wrap {
    width: 100%;
    margin: 0;
    overflow-x: visible;
  }
}
.movie_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 143rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .movie_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.movie_list > li {
  width: 41rem;
  margin-left: 5rem;
}
@media screen and (min-width: 768px) {
  .movie_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.movie_list > li:first-child {
  margin-left: 0;
}
.movie_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover .movie_item > figure::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 18.0487804878%;
  aspect-ratio: 108/97;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .movie_item > figure::after {
    width: 19.0789473684%;
  }
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.2rem;
  }
}
.movie_item > dl > dt {
  color: #177f5e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    font-size: 1.8rem;
  }
}
.movie_item > dl > dd {
  font-size: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dd {
    font-size: 1.8rem;
  }
}
.movie_btn {
  position: relative;
  width: 86.1538461538%;
  margin: 7.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_btn {
    width: 40%;
    margin: 5rem auto 0 auto;
  }
}
.movie_btn > a {
  position: relative;
  display: block;
  text-align: center;
  border: 0.3rem solid #ea4a4c;
  border-radius: 9rem;
  background-color: #ea4a4c;
}
@media screen and (min-width: 768px) {
  .movie_btn > a {
    border-radius: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover {
    background-color: transparent;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover::after {
    border-color: #ea4a4c;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover > span {
    color: #ea4a4c;
  }
}
.movie_btn > a::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .movie_btn > a::after {
    right: 3rem;
    width: 1.35rem;
    height: 1.35rem;
    border-top: 0.3rem solid #ffffff;
    border-right: 0.3rem solid #ffffff;
  }
}
.movie_btn > a > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  line-height: 8.4rem;
}
@media screen and (min-width: 768px) {
  .movie_btn > a > span {
    font-size: 2.6rem;
    line-height: 6.4rem;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 10rem 0;
  }
}
.topics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.topics_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    width: 38.5%;
  }
}
.topics_column {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .topics_column {
    margin-top: 5rem;
  }
}
.topics_list_wrap {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_list_wrap {
    width: 100%;
    margin: 0;
    overflow-x: visible;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 143rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.topics_list > li {
  width: 41rem;
  margin-left: 5rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.topics_list > li:first-child {
  margin-left: 0;
}
.topics_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.topics_item {
  position: relative;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
}
.topics_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.2rem;
  }
}
.topics_item > dl > dt {
  color: #177f5e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt {
    font-size: 1.8rem;
  }
}
.topics_item > dl > dd {
  font-size: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dd {
    font-size: 1.8rem;
  }
}
.topics_btn {
  position: relative;
  width: 86.1538461538%;
  margin: 7.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 40%;
    margin: 5rem auto 0 auto;
  }
}
.topics_btn > a {
  position: relative;
  display: block;
  text-align: center;
  border: 0.3rem solid #ea4a4c;
  border-radius: 9rem;
  background-color: #ea4a4c;
}
@media screen and (min-width: 768px) {
  .topics_btn > a {
    border-radius: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    background-color: transparent;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover::after {
    border-color: #ea4a4c;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover > span {
    color: #ea4a4c;
  }
}
.topics_btn > a::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .topics_btn > a::after {
    right: 3rem;
    width: 1.35rem;
    height: 1.35rem;
    border-top: 0.3rem solid #ffffff;
    border-right: 0.3rem solid #ffffff;
  }
}
.topics_btn > a > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  line-height: 8.4rem;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 2.6rem;
    line-height: 6.4rem;
  }
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 32rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 10rem 0;
  }
}
.sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem 0 0;
  background-image: url(../images/common/common_bg11_sp.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .sns::before {
    background-image: url(../images/common/common_bg11_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .sns::before {
    background-size: 100% auto;
  }
}
.sns_illust01 {
  position: absolute;
  left: 0;
  top: 7rem;
  display: block;
  width: 100%;
  height: 54.7rem;
  background-image: url(../images/top/sns_illust01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_illust01 {
    top: 5rem;
    height: 73.1rem;
    background-image: url(../images/top/sns_illust01_pc.png);
    background-size: auto 100%;
  }
}
.sns_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 38.5%;
  }
}
.sns_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .sns_column {
    margin-top: 5rem;
  }
}
.sns_widget {
  position: relative;
  width: 100%;
  aspect-ratio: 650/678;
  background-image: url(../images/top/sns_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48%;
  }
}
.sns_widget .twitter-timeline {
  position: absolute;
  left: 5rem;
  right: 5rem;
  top: 5rem;
  bottom: 5rem;
  display: block;
  width: calc(100% - 10rem);
  height: calc(100% - 10rem);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget .twitter-timeline {
    left: 3.5rem;
    right: 3.5rem;
    top: 3.5rem;
    bottom: 3.5rem;
    width: calc(100% - 7rem);
    height: calc(100% - 7rem);
  }
}
.sns_list {
  position: relative;
  width: 84.6153846154%;
  margin: 10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 48%;
    margin: 0;
  }
}
.sns_list > li {
  margin-top: 3rem;
}
.sns_list > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sns_list > li:nth-child(2n) > a:hover {
    transform: rotate(3deg);
  }
}
.sns_list > li > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    transform: rotate(-3deg);
    opacity: 1;
  }
}

/* ========================================================
    hulu_popup
======================================================== */
.hulu_popup .popup_inner {
  width: 86.6666666667%;
}
@media screen and (min-width: 768px) {
  .hulu_popup .popup_inner {
    width: 650px;
  }
}
.hulu_popup_box {
  position: relative;
  width: 100%;
}
.hulu_popup_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/hulu_popup_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.hulu_popup_head {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}
.hulu_popup_head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4efea;
  z-index: -2;
}
.hulu_popup_ttl {
  position: relative;
  width: 62.9230769231%;
  margin: 0 auto;
}
.hulu_popup_ttl > figure {
  line-height: 1;
}
.hulu_popup_subttl {
  position: relative;
  margin-top: 2.4rem;
  text-align: center;
}
.hulu_popup_subttl > span {
  display: block;
  color: #7c7571;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.hulu_popup_subttl > span > small {
  display: block;
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 1.6;
}
.hulu_popup_img {
  position: relative;
  width: 100%;
}
.hulu_popup_img .hulu_popup_btn {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.hulu_popup_img .hulu_popup_btn > a {
  border: 0.3rem solid #d85148;
  background-color: #d85148;
}
@media screen and (min-width: 768px) {
  .hulu_popup_img .hulu_popup_btn > a:hover::after {
    border-top: 0.4rem solid #d85148;
    border-right: 0.4rem solid #d85148;
  }
}
@media screen and (min-width: 768px) {
  .hulu_popup_img .hulu_popup_btn > a:hover > span {
    color: #d85148;
  }
}
.hulu_popup_img .hulu_popup_btn > a::after {
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
}
.hulu_popup_img .hulu_popup_btn > a > span {
  color: #ffffff;
}
.hulu_popup_trial {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
.hulu_popup_trial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.hulu_popup_text {
  position: relative;
  width: 61.0769230769%;
  margin: 0 auto 3rem auto;
}
.hulu_popup_text > figure {
  line-height: 1;
}
.hulu_popup_btn {
  position: relative;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  margin: 0 auto;
}
.hulu_popup_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #3ce032;
  border-radius: 8rem;
  background-color: #3ce032;
}
@media screen and (min-width: 768px) {
  .hulu_popup_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
.hulu_popup_btn > a::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.4rem solid #000000;
  border-right: 0.4rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
.hulu_popup_btn > a > span {
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
}
.hulu_popup_check {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
.hulu_popup_check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4efea;
  z-index: -2;
}
.hulu_popup_check > label {
  cursor: pointer;
}
.hulu_popup_check > label > input[type=checkbox] {
  appearance: none;
}
.hulu_popup_check > label > input[type=checkbox]:checked + span::before {
  background-color: #005cc8;
}
.hulu_popup_check > label > input[type=checkbox]:checked + span::after {
  content: "";
}
.hulu_popup_check > label > span {
  position: relative;
  padding-left: 4rem;
  font-size: 2.6rem;
  font-weight: 700;
}
.hulu_popup_check > label > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #585858;
  background-color: #e9e9e9;
  transform: translateY(-50%);
}
.hulu_popup_check > label > span::after {
  content: none;
  position: absolute;
  left: 0.4rem;
  top: 0.9rem;
  display: block;
  width: 1.6rem;
  height: 1rem;
  border-left: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  transform: rotate(-45deg);
}
.hulu_popup_close {
  position: relative;
  margin-top: 3rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.hulu_popup_close > span {
  display: inline-block;
  margin-right: 1.5rem;
  transform: scale(1.4);
}/*# sourceMappingURL=top.css.map */