@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0 8rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0 6rem 0;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_column::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .intro_column::before {
    left: 0;
  }
}
.intro_ttlbg {
  position: relative;
  width: 100%;
}
.intro_ttlbg::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: -16rem;
  display: block;
  width: calc(100vw - 5.5rem);
  height: calc(100% + 16rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_ttlbg::before {
    top: -12rem;
    width: calc(100vw - 6rem);
    height: calc(100% + 12rem);
  }
}
@media screen and (min-width: 1200px) {
  .intro_ttlbg::before {
    width: calc(50vw + 540px);
  }
}
.intro_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.intro_ttl > em {
  display: block;
  padding-left: 10rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.intro_ttl > span {
  position: absolute;
  left: -2rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    left: -6rem;
    font-size: 2.1rem;
  }
}
.intro_subttl {
  position: relative;
  width: 85%;
  margin: 0 0 0 auto;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .intro_subttl {
    width: 74.0740740741%;
    margin: 0 auto;
    padding: 6rem 0;
  }
}
.intro_text {
  position: relative;
  width: 85%;
  margin: 0 0 0 auto;
  padding: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro_text {
    width: 74.0740740741%;
    margin: 0 auto;
    padding: 6rem 0 0 0;
  }
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 12rem 0;
  }
}
.cast::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 16rem;
  background: linear-gradient(-180deg, transparent 0%, #efefef 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast::before {
    height: 12rem;
  }
}
.cast_bg01 {
  content: "";
  position: absolute;
  left: 0;
  top: 48rem;
  display: block;
  width: 100%;
  height: calc(100% - 48rem);
  background-image: url(../images/top/cast_bg01_sp.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .cast_bg01 {
    top: -9rem;
    height: calc(100% + 9rem);
    background-image: url(../images/top/cast_bg01_pc.png);
    background-size: auto auto;
  }
}
.cast_bg02 {
  content: "";
  position: absolute;
  left: 0;
  top: -20rem;
  display: block;
  width: 100%;
  height: 73.3rem;
  background-image: url(../images/top/cast_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .cast_bg02 {
    display: none;
  }
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_column::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .cast_column::before {
    right: 0;
  }
}
.cast_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.cast_ttl > em {
  display: block;
  padding-right: 10rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.cast_ttl > span {
  position: absolute;
  right: -2rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    right: -6rem;
    font-size: 2.1rem;
  }
}
.cast_list {
  position: relative;
  width: 102.34375%;
  margin: 8rem 0 0 -8.59375%;
}
@media screen and (min-width: 768px) {
  .cast_list {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.cast_list > li {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li {
    margin-top: 7.5rem;
  }
}
.cast_list > li:first-child {
  margin-top: 0;
}
.cast_item {
  position: relative;
  width: 100%;
}
.cast_item_img {
  position: relative;
  width: 100%;
}
.cast_item_text {
  position: relative;
  width: 83.2061068702%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_item_text {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.cast_item_text > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_item_text > p {
    margin-top: 3rem;
  }
}
.cast_item_text > p:first-child {
  margin-top: 0;
}
.cast_item_comment {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .cast_item_comment {
    margin: 4.5rem auto 0 auto;
  }
}
.cast_item_comment > dt {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cast_item_comment > dt.is-active::before {
  content: "－";
}
.cast_item_comment > dt::before {
  content: "＋";
  position: absolute;
  right: 2rem;
  top: 50%;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cast_item_comment > dt::before {
    font-size: 2.6rem;
  }
}
.cast_item_comment > dt > span {
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cast_item_comment > dt > span {
    font-size: 2.6rem;
  }
}
.cast_item_comment > dd {
  position: relative;
  display: none;
  width: 83.2061068702%;
  margin: 0 auto;
  padding: 4rem 0;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .cast_item_comment > dd {
    width: 100%;
    padding: 3rem 6.25%;
  }
}
.cast_item_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_item_comment > dd > p {
    margin-top: 3rem;
  }
}
.cast_item_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    original
======================================================== */
.original {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .original {
    padding: 12rem 0;
  }
}
.original::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 21.6rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .original::before {
    width: 50%;
    height: calc(12rem + 3.6666666667vw);
  }
}
@media screen and (min-width: 1200px) {
  .original::before {
    height: 16.4rem;
  }
}
.original_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .original_column {
    min-height: 53.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .original_column {
    min-height: 64rem;
  }
}
.original_ttlbg {
  position: relative;
  width: 100%;
}
.original_ttlbg::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: -16rem;
  display: block;
  width: 100vw;
  height: calc(100% + 16rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .original_ttlbg::before {
    top: -12rem;
    width: calc(100vw - 6rem);
    height: calc(100% + 12rem);
  }
}
@media screen and (min-width: 1200px) {
  .original_ttlbg::before {
    width: calc(50vw + 540px);
  }
}
.original_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding-top: 3rem;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .original_ttl {
    width: 40.7407407407%;
    margin: 0 0 0 3.7037037037%;
    padding-top: 2rem;
  }
}
.original_ttl > em {
  display: block;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .original_ttl > em {
    font-size: 7.5rem;
  }
}
.original_ttl > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .original_ttl > span {
    font-size: 2.1rem;
  }
}
.original_subttl {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8rem 0 18rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .original_subttl {
    width: 40.7407407407%;
    margin: 0 0 0 3.7037037037%;
    padding: 6rem 0 4.5rem 0;
    text-align: left;
  }
}
.original_subttl > em {
  display: block;
  padding-left: 2.1em;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -4.2em;
}
@media screen and (min-width: 768px) {
  .original_subttl > em {
    font-size: 2.6666666667vw;
    text-indent: -2.1em;
  }
}
@media screen and (min-width: 1200px) {
  .original_subttl > em {
    font-size: 3.2rem;
  }
}
.original_subttl > span {
  display: block;
  margin-top: 1.5rem;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .original_subttl > span {
    margin-top: 1rem;
    font-size: 1.8333333333vw;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .original_subttl > span {
    font-size: 2.2rem;
  }
}
.original_subttl > span > small {
  font-size: 75%;
}
.original_img {
  position: relative;
  width: 68.75%;
  margin: -12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_img {
    position: absolute;
    right: 3.7037037037%;
    top: 0;
    width: 40.7407407407%;
    margin: 0;
  }
}
.original_text {
  position: relative;
  width: 87.5%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_text {
    width: 40.7407407407%;
    margin: 4.5rem 0 0 3.7037037037%;
  }
}
.original_text > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .original_text > p {
    margin-top: 3rem;
  }
}
.original_text > p:first-child {
  margin-top: 0;
}
.original_btn {
  position: relative;
  width: 87.5%;
  aspect-ratio: 560/112;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_btn {
    width: 40.7407407407%;
    margin: 4.5rem 0 0 3.7037037037%;
  }
}
.original_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .original_btn > a:hover {
    background-image: url(../images/common/btn_bg01_h.jpg);
    opacity: 1;
  }
}
.original_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .original_btn > a > span {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .original_btn > a > span {
    font-size: 2.2rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 30rem;
  height: 34rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff::before {
    left: 6rem;
    width: 25%;
    height: 25.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff::before {
    left: calc(50% - 540px);
    width: 30rem;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttlbg {
  position: relative;
  width: 100%;
  padding-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .staff_ttlbg {
    padding-bottom: 24.7rem;
  }
}
.staff_ttlbg::before {
  content: "";
  position: absolute;
  right: -8.59375%;
  top: -16rem;
  display: block;
  width: 68.75%;
  height: calc(100% + 16rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .staff_ttlbg::before {
    right: 0;
    top: -12rem;
    width: 37.037037037%;
    height: calc(100% + 12rem);
  }
}
.staff_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding-top: 3rem;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    position: absolute;
    right: 3.7037037037%;
    top: 0;
    width: 40.7407407407%;
    padding-top: 2rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 7.5rem;
  }
}
.staff_ttl > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 2.1rem;
  }
}
.staff_wrap {
  position: relative;
  width: 87.5%;
  margin: -10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 40.7407407407%;
    margin: -24.7rem 0 0 3.7037037037%;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 4.5rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  width: auto;
  padding-right: 1.5em;
}
.staff_name > dt > span {
  display: block;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 100%;
  text-align: right;
}
.staff_name > dd > span {
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #99b9bf 0%, #bd97a7 100%);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span + span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span {
    margin-top: 1.5rem;
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
  transform: translateY(-0.5rem);
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 12rem 0;
  }
}
.sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.sns_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_column {
    min-height: 45.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_column {
    min-height: 54.6rem;
  }
}
.sns_ttlbg {
  position: relative;
  width: 100%;
  padding-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .sns_ttlbg {
    padding-bottom: 13.5rem;
  }
}
.sns_ttlbg::before {
  content: "";
  position: absolute;
  left: -8.59375%;
  top: -16rem;
  display: block;
  width: 68.75%;
  height: calc(100% + 16rem);
  background-color: #efefef;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .sns_ttlbg::before {
    left: 0;
    top: -12rem;
    width: 37.037037037%;
    height: calc(100% + 12rem);
  }
}
.sns_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding-top: 3rem;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 40.7407407407%;
    margin: 0 0 0 3.7037037037%;
    padding-top: 2rem;
  }
}
.sns_ttl > em {
  display: block;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_ttl > em {
    font-size: 7.5rem;
  }
}
.sns_ttl > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .sns_ttl > span {
    font-size: 2.1rem;
  }
}
.sns_widget {
  position: relative;
  width: 92.65625%;
  aspect-ratio: 1/1;
  margin: -10rem 0 0 6.25%;
  background-image: url(../images/top/sns_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    position: absolute;
    right: 0;
    top: 0;
    width: 50.5555555556%;
    margin: 0;
    background-image: url(../images/top/sns_bg01_pc.png);
  }
}
.sns_widget > .twitter-tweet {
  position: absolute;
  left: 4rem;
  right: 7.3rem;
  top: 4rem;
  bottom: 7.3rem;
  display: block;
  width: calc(100% - 11.3rem) !important;
  max-width: inherit !important;
  height: calc(100% - 11.3rem);
  margin: 0 !important;
  background-color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget > .twitter-tweet {
    left: 6rem;
    right: 3rem;
    top: 3rem;
    bottom: 6rem;
    width: calc(100% - 9rem) !important;
    height: calc(100% - 9rem);
  }
}
.sns_widget > .twitter-timeline {
  position: absolute;
  left: 4rem;
  right: 7.3rem;
  top: 4rem;
  bottom: 7.3rem;
  display: block;
  width: calc(100% - 11.3rem);
  height: calc(100% - 11.3rem);
  background-color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget > .twitter-timeline {
    left: 6rem;
    right: 3rem;
    top: 3rem;
    bottom: 6rem;
    width: calc(100% - 9rem);
    height: calc(100% - 9rem);
  }
}
.sns_list {
  position: relative;
  width: 87.5%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 40.7407407407%;
    margin: -7.5rem 0 0 3.7037037037%;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    margin-top: 3rem;
  }
}
.sns_list > li:first-child {
  margin-top: 0;
}
.sns_list > li.sns_list_x > a {
  background-image: url(../images/common/btn_bg02.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_x > a:hover {
    background-image: url(../images/common/btn_bg02_h.jpg);
  }
}
.sns_list > li.sns_list_instagram > a {
  background-image: url(../images/common/btn_bg03.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_instagram > a:hover {
    background-image: url(../images/common/btn_bg03_h.jpg);
  }
}
.sns_list > li.sns_list_tiktok > a {
  background-image: url(../images/common/btn_bg04.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_tiktok > a:hover {
    background-image: url(../images/common/btn_bg04_h.jpg);
  }
}
.sns_list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    opacity: 1;
  }
}
.sns_list > li > a > svg {
  width: 8.5714285714%;
  aspect-ratio: 1/1;
  margin-right: 7.1428571429%;
  fill: #ffffff;
}
.sns_list > li > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 6rem 0;
  }
}
.topbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topbnr_list {
    margin: -3rem auto 0 auto;
  }
}
.topbnr_list > li {
  width: 40.5333333333%;
  margin: 4rem 2.1333333333% 0 2.1333333333%;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 28.1481481481%;
    margin: 3rem 1.8518518519% 0 1.8518518519%;
  }
}
.topbnr_list > li > a {
  display: block;
  width: 100%;
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 6rem 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_wrap {
  position: relative;
  width: 117.1875%;
  margin: 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    width: 92.5925925926%;
    margin: 0 auto;
    overflow-x: visible;
  }
}
.news_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.news_list > li {
  width: 41rem;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.news_list > li:first-child {
  margin-left: 0;
}
.news_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover .news_item > figure::after {
    opacity: 0.5;
  }
}
.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-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .news_item {
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 4.8rem;
  }
}
.news_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news_item > figure {
    width: 31.5789473684%;
  }
}
.news_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.news_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl {
    width: 61.8421052632%;
    margin-top: 0;
  }
}
.news_item > dl > dt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: #73b4bf;
  font-family: "Imbue", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt {
    font-size: 2.2rem;
  }
}
.news_item > dl > dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b8dfe6 0%, #e3b6c9 100%);
}
.news_item > dl > dd {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story:has(.story_column .story_wrap:first-child)::before {
  content: none;
}
.story::before {
  content: "";
  position: absolute;
  right: -18rem;
  top: 10rem;
  display: block;
  width: 84.5rem;
  aspect-ratio: 845/1113;
  background-image: url(../images/top/story_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .story::before {
    right: 0;
    top: 12rem;
  }
}
.story_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 0;
  }
}
.story_column:has(.story_wrap:first-child)::after {
  content: none;
}
.story_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.story_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.story_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.1rem;
  }
}
.story_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.story_wrap:first-child {
  margin: 0 auto 0 -3.3333333333%;
}
@media screen and (min-width: 768px) {
  .story_wrap:first-child {
    margin: 0 auto;
  }
}
.story_embed {
  position: relative;
  width: 110.0917431193%;
  margin: 0 -10.0917431193% 0 0;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 100%;
    margin: 0;
  }
}
.story_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover > figure::after {
    opacity: 0.5;
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  aspect-ratio: 1/1;
  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::before {
    width: 15.5%;
  }
}
.story_embed > a > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.story_embed > figure {
  position: relative;
  width: 100%;
}
.story_subttl {
  position: relative;
  width: 73.3944954128%;
  margin: 6rem 0 0 0;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 300px;
    margin: 4.5rem 0 0 calc(50% - 225px);
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > span {
  font-size: 200%;
  line-height: 1.2;
}
.story_date {
  position: relative;
  width: 100%;
  margin: 0 -10.0917431193% 0 auto;
  padding: 1.2rem 0;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 410px;
    margin: 0 0 0 calc(50% - 185px);
    padding: 0.8rem 0;
  }
}
.story_date > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > small {
  display: block;
  color: #ffffff;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .story_date > small {
    font-size: 1.6rem;
  }
}
.story_body {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_body {
    margin-top: 4.5rem;
  }
}
.story_body > :first-child {
  margin-top: 0;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 3rem;
  }
}
.story_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 560/96;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 408px;
    margin-top: 4.5rem auto 0 auto;
  }
}
.story_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.story_btn > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d6e8ec 0%, #e9d4dd 100%);
  z-index: -2;
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
  text-align: center;
}
.midbnr_ttl > span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span {
    font-size: 2.2rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: 1.2rem auto 0 auto;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.midbnr_list > li > a {
  display: block;
  width: 100%;
}

/* ========================================================
    parallax
======================================================== */
.parallax {
  position: relative;
  width: 100%;
}
.parallax_clip {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -3;
}
.parallax_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -4;
}
.parallax_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(50% - 12rem);
  display: block;
  width: 57.7rem;
  aspect-ratio: 577/1025;
  background-image: url(../images/top/parallax_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .parallax_bg::before {
    bottom: calc(50% - 24rem);
  }
}
.parallax_bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12rem);
  display: block;
  width: 64.5rem;
  aspect-ratio: 645/1113;
  background-image: url(../images/top/parallax_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .parallax_bg::after {
    top: calc(50% - 24rem);
  }
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 24rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 18rem 0 0 0;
  }
}
.movie::before {
  content: "";
  position: absolute;
  left: 13.5rem;
  top: 16rem;
  display: block;
  width: calc(100% - 13.5rem);
  height: 42rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .movie::before {
    left: 0;
    top: 12rem;
    width: 100%;
    max-width: calc(50% + 640px);
    height: 28rem;
  }
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .movie_column::after {
    width: 1px;
    height: 100%;
  }
}
.movie_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    padding-top: 0;
  }
}
.movie_ttl > em {
  display: block;
  padding-right: 0;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.movie_ttl > span {
  position: absolute;
  left: 0;
  right: inherit;
  top: 3rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    left: inherit;
    right: -6rem;
    top: 0;
    font-size: 2.1rem;
  }
}
.movie_wrap {
  position: relative;
  width: 117.1875%;
  margin: 8rem -8.59375% 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    overflow-x: visible;
  }
}
.movie_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .movie_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.movie_list > li {
  width: 41rem;
  margin-left: 4rem;
}
@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 {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover .movie_item > figure::after {
    opacity: 0.5;
  }
}
.movie_item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .movie_item {
    padding-bottom: 0;
  }
}
.movie_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  aspect-ratio: 1/1;
  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::before {
    width: 15.5%;
  }
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.movie_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.2rem;
  }
}
.movie_item > dl > dt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: #73b4bf;
  font-family: "Imbue", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    position: relative;
    left: inherit;
    bottom: inherit;
    font-size: 2.2rem;
  }
}
.movie_item > dl > dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b8dfe6 0%, #e3b6c9 100%);
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt::before {
    content: none;
  }
}
.movie_item > dl > dd {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.movie_btnwrap {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .movie_btnwrap {
    padding: 6rem 0;
  }
}
.movie_btnwrap::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 12.8rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .movie_btnwrap::before {
    left: calc(100% - 540px);
    height: 9.5rem;
  }
}
.movie_btn {
  position: relative;
  width: 87.5%;
  aspect-ratio: 560/96;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_btn {
    width: 408px;
    margin: 0 3.7037037037% 0 auto;
  }
}
.movie_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.movie_btn > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_btn > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 24rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 18rem 0 0 0;
  }
}
.topics::before {
  content: "";
  position: absolute;
  right: 13.5rem;
  top: 16rem;
  display: block;
  width: calc(100% - 13.5rem);
  height: 42rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics::before {
    right: 0;
    top: 12rem;
    width: 100%;
    max-width: calc(50% + 640px);
    height: 28rem;
  }
}
.topics_column {
  position: relative;
  width: 100%;
}
.topics_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .topics_column::after {
    width: 1px;
    height: 100%;
  }
}
.topics_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    padding-top: 0;
  }
}
.topics_ttl > em {
  display: block;
  padding-left: 0;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.topics_ttl > span {
  position: absolute;
  left: inherit;
  right: 0;
  top: 3rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .topics_ttl > span {
    left: -6rem;
    right: inherit;
    top: 0;
    font-size: 2.1rem;
  }
}
.topics_wrap {
  position: relative;
  width: 117.1875%;
  margin: 8rem -8.59375% 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    overflow-x: visible;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.topics_list > li {
  width: 41rem;
  margin-left: 4rem;
}
@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 {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover .topics_item > figure::after {
    opacity: 0.5;
  }
}
.topics_item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .topics_item {
    padding-bottom: 0;
  }
}
.topics_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.topics_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.topics_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.2rem;
  }
}
.topics_item > dl > dt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: #73b4bf;
  font-family: "Imbue", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt {
    position: relative;
    left: inherit;
    bottom: inherit;
    font-size: 2.2rem;
  }
}
.topics_item > dl > dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b8dfe6 0%, #e3b6c9 100%);
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt::before {
    content: none;
  }
}
.topics_item > dl > dd {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.topics_btnwrap {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topics_btnwrap {
    padding: 6rem 0;
  }
}
.topics_btnwrap::before {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 12.8rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics_btnwrap::before {
    right: calc(100% - 540px);
    height: 9.5rem;
  }
}
.topics_btn {
  position: relative;
  width: 87.5%;
  aspect-ratio: 560/96;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 408px;
    margin: 0 auto 0 3.7037037037%;
  }
}
.topics_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.topics_btn > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    sns2
======================================================== */
.sns2 {
  position: relative;
  width: 100%;
  padding: 24rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .sns2 {
    padding: 18rem 0 15rem 0;
  }
}
.sns2::before {
  content: "";
  position: absolute;
  left: 13.5rem;
  top: 16rem;
  display: block;
  width: calc(100% - 13.5rem);
  height: 42rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .sns2::before {
    left: 0;
    top: 12rem;
    width: 100%;
    max-width: calc(50% + 640px);
    height: 28rem;
  }
}
.sns2_column {
  position: relative;
  width: 100%;
}
.sns2_column::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .sns2_column::after {
    width: 1px;
    height: 100%;
  }
}
.sns2_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .sns2_ttl {
    padding-top: 0;
  }
}
.sns2_ttl > em {
  display: block;
  padding-right: 0;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns2_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.sns2_ttl > span {
  position: absolute;
  left: 0;
  right: inherit;
  top: 3rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .sns2_ttl > span {
    left: inherit;
    right: -6rem;
    top: 0;
    font-size: 2.1rem;
  }
}
.sns2_wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns2_wrap {
    margin-top: 0;
  }
}
.sns2_widget {
  position: relative;
  width: 92.65625%;
  aspect-ratio: 1/1;
  margin: 0 auto 0 6.25%;
  background-image: url(../images/top/sns2_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns2_widget {
    width: 50.6481481481%;
    margin: -7.5rem 0 -5.5833333333vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_widget {
    margin-bottom: -6.7rem;
  }
}
.sns2_widget > .twitter-tweet, .sns2_widget > .twitter-timeline {
  position: absolute;
  left: 6.7453625632%;
  right: 12.3102866779%;
  top: 6.7453625632%;
  bottom: 12.3102866779%;
  display: block;
  width: 80.9443507589% !important;
  max-width: inherit !important;
  height: 80.9443507589%;
  margin: 0 !important;
  background-color: #ffffff;
  overflow-y: auto;
}
.sns2_list {
  position: relative;
  width: 87.5%;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns2_list {
    width: 40.7407407407%;
    margin: 6rem 3.7037037037% 0 0;
  }
}
.sns2_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .sns2_list > li {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_list > li {
    margin-top: 3rem;
  }
}
.sns2_list > li:first-child {
  margin-top: 0;
}
.sns2_list > li.sns2_list_x > a {
  background-image: url(../images/common/btn_bg02.jpg);
}
@media screen and (min-width: 768px) {
  .sns2_list > li.sns2_list_x > a:hover {
    background-image: url(../images/common/btn_bg02_h.jpg);
  }
}
.sns2_list > li.sns2_list_instagram > a {
  background-image: url(../images/common/btn_bg03.jpg);
}
@media screen and (min-width: 768px) {
  .sns2_list > li.sns2_list_instagram > a:hover {
    background-image: url(../images/common/btn_bg03_h.jpg);
  }
}
.sns2_list > li.sns2_list_tiktok > a {
  background-image: url(../images/common/btn_bg04.jpg);
}
@media screen and (min-width: 768px) {
  .sns2_list > li.sns2_list_tiktok > a:hover {
    background-image: url(../images/common/btn_bg04_h.jpg);
  }
}
.sns2_list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns2_list > li > a:hover {
    opacity: 1;
  }
}
.sns2_list > li > a > svg {
  width: 8.5714285714%;
  aspect-ratio: 1/1;
  margin-right: 7.1428571429%;
  fill: #ffffff;
}
.sns2_list > li > a > span {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns2_list > li > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_list > li > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    popup_hulu
======================================================== */
.popup_hulu .popup_inner {
  width: calc(100% - 10rem);
  max-width: 650px;
}
.popup_hulu_wrap {
  position: relative;
  width: 100%;
}
.popup_hulu_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background-image: url(../images/spinoff/popup_hulu_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -1;
}
.popup_hulu_head {
  position: relative;
  width: 100%;
  padding: 5rem 3rem;
}
.popup_hulu_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.popup_hulu_ttl > span {
  display: block;
  color: #563630;
  font-size: 2rem;
  font-weight: 600;
}
.popup_hulu_subttl {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(-90deg, #563630 0%, #325848 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.popup_hulu_subttl > em {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
.popup_hulu_subttl > span {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.popup_hulu_img {
  position: relative;
  width: 100%;
}
.popup_hulu_btn01 {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  display: block;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  transform: translateX(-50%);
}
.popup_hulu_btn01 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 2px solid #cc3d7d;
  border-radius: 4rem;
  background-color: #cc3d7d;
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover::before {
    border-color: #cc3d7d;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover > span {
    color: #cc3d7d;
  }
}
.popup_hulu_btn01 > a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.popup_hulu_btn01 > a > span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
.popup_hulu_trial {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #ffffff;
}
.popup_hulu_text {
  position: relative;
  width: 60.6153846154%;
  margin: 0 auto;
}
.popup_hulu_btn02 {
  position: relative;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  margin: 3rem auto 0 auto;
}
.popup_hulu_btn02 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn02 > a:hover {
    background: linear-gradient(-90deg, #563630 0%, #325848 100%);
    opacity: 1;
  }
}
.popup_hulu_btn02 > a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.popup_hulu_btn02 > a > span {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.popup_hulu_check {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
.popup_hulu_check > label {
  cursor: pointer;
}
.popup_hulu_check > label > input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup_hulu_check > label > input[type=checkbox]:checked + span::before {
  background-color: #005cc8;
}
.popup_hulu_check > label > input[type=checkbox]:checked + span::after {
  content: "";
}
.popup_hulu_check > label > span {
  position: relative;
  padding-left: 4rem;
  color: #563630;
  font-size: 2.6rem;
  font-weight: 600;
}
.popup_hulu_check > label > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #999999;
  background-color: #e9e9e9;
  transform: translateY(-45%);
}
.popup_hulu_check > label > span::after {
  content: none;
  position: absolute;
  left: 0.4rem;
  top: 1.2rem;
  display: block;
  width: 1.6rem;
  height: 1rem;
  border-left: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  transform: rotate(-45deg);
}
.popup_hulu_close {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  cursor: pointer;
}
.popup_hulu_close > span {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.popup_hulu_close > span > span {
  display: inline-block;
  margin-right: 1.5rem;
  transform: scale(1.4);
}/*# sourceMappingURL=top.css.map */