@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 9rem 0 12rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .intro::before {
    background-image: url(../images/common/common_bg02_pc.jpg);
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 54.4rem;
  margin: 0 auto;
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_text {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_text {
    width: 100%;
    margin: 0 auto;
  }
}
.intro_text > p {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 3.6rem;
    font-size: 2rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p:last-child strong:last-child {
  margin-top: 0.1em;
}
.intro_text > p.rose {
  padding-bottom: 16rem;
}
.intro_text > p.rose::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  display: block;
  width: 23.7rem;
  aspect-ratio: 237/297;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  mix-blend-mode: luminosity;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .intro_text > p.rose::before {
    bottom: -1.5rem;
  }
}
.intro_text > p > strong {
  display: inline-block;
  font-size: 130%;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.intro_text > p > em {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 142%;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.04em;
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 9rem 0 0 0;
  }
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 32.1rem;
  margin: 0 auto;
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    margin-top: 6rem;
  }
}
.cast_list {
  position: relative;
  width: 100%;
}
.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_list > li:nth-child(2n+1) .cast_item::before {
  background-color: #efefef;
  mix-blend-mode: multiply;
}
.cast_list > li:nth-child(2n) .cast_item::before {
  background-color: #eeeeee;
  mix-blend-mode: soft-light;
}
.cast_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .cast_item {
    padding-bottom: 7.5rem;
  }
}
.cast_item::before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 31rem;
  bottom: 0;
  display: block;
  width: 62rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast_item::before {
    left: 0;
    top: 21rem;
    width: 90rem;
  }
}
.cast_item_l {
  position: relative;
  width: 55.3846153846%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_item_l {
    width: 36%;
    margin: 0 0 0 10%;
  }
}
.cast_item_l {
  /*&::before {
      content: '';
      position: absolute;
      left: -19.5rem;
      top: 31rem;
      display: block;
      width: 62rem;
      aspect-ratio: 620 / 1200;
      z-index: -1;

      @include mq-tab {
          left: -10rem;
          top: 21rem;
          width: 90rem;
          aspect-ratio: 900 / 450;
      }
  }*/
}
.cast_item_r {
  position: relative;
  width: 100%;
  margin-top: 5.4rem;
}
@media screen and (min-width: 768px) {
  .cast_item_r {
    width: 46%;
    margin-top: 0;
  }
}
.cast_img {
  position: relative;
  width: 100%;
}
.cast_btn {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_btn {
    margin-top: 3rem;
  }
}
.cast_btn > a {
  display: block;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cast_btn > a:hover {
    transform: translateX(1rem);
    opacity: 1;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.cast_name > small {
  display: block;
  font-family: "Hina Mincho", serif;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_name > small {
    font-size: 1.6rem;
  }
}
.cast_name > em {
  display: block;
  margin-top: 0.2em;
  font-family: "Hina Mincho", serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_name > em {
    font-size: 4rem;
  }
}
.cast_name > em > small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 70%;
  line-height: 1;
}
.cast_name > span {
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.15em 0.6em;
  font-family: "Hina Mincho", serif;
  font-size: 3.4rem;
  line-height: 1;
  background-image: url(../images/common/common_bg04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cast_name > span {
    font-size: 2.4rem;
  }
}
.cast_text {
  position: relative;
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .cast_text {
    margin-top: 2.4rem;
  }
}
.cast_text > p {
  width: 100%;
  margin-top: 1em;
}
.cast_text > p:first-child {
  margin-top: 0;
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 6.4rem 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 4.8rem 5rem;
  }
}
.cast_comment > dt {
  width: 48rem;
  margin: -7.2rem auto -4.8rem auto;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: 36rem;
    margin: -5.4rem auto -3.6rem auto;
  }
}
.cast_comment > dd {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    margin-top: 3rem;
  }
}
.cast_comment > dd > p {
  width: 100%;
  color: #ffffff;
  margin-top: 1em;
}
.cast_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 9rem 0 0 0;
  }
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 37.8rem;
  margin: 0 auto;
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    margin-top: 6rem;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 115.3846153846%;
  margin: 4rem -7.6923076923% 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .staff_name {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
.staff_name.line {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .staff_name.line {
    margin-top: 6rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt {
    padding-right: 2.5em;
  }
}
.staff_name > dt::before {
  content: "：";
  position: absolute;
  right: -0.5em;
  top: 0;
  display: block;
  font-family: "Hina Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dt::before {
    font-size: 2.4rem;
  }
}
.staff_name > dt > span {
  position: relative;
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.4rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: 0;
}
.staff_name > dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dd {
    padding-left: 2.5em;
  }
}
.staff_name > dd > span {
  position: relative;
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.4rem;
  }
}
.staff_name > dd > span:has(.staff_btn) {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span:has(.staff_btn) {
    padding-bottom: 0;
  }
}
.staff_name > dd > span + span {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span + span {
    margin-top: 0.9rem;
  }
}
.staff_name > dd > span.min {
  letter-spacing: 0;
}
.staff_name > dd > span > small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.4;
}
.staff_name > dd > span > small.min {
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span > small.min {
    display: inline-block;
  }
}
.staff_btn {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  display: block;
  width: 18rem;
  aspect-ratio: 180/40;
  font-size: 0;
  background-image: url(../images/common/btn_comment02_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_btn {
    left: calc(100% + 1.5rem);
    bottom: 0.1rem;
    width: 16rem;
    aspect-ratio: 160/30;
    background-image: url(../images/common/btn_comment02_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .staff_btn:hover {
    transform: translateX(1rem);
    opacity: 1 !important;
  }
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 6.4rem 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4.8rem 5rem;
  }
}
.staff_comment > dt {
  width: 37.2rem;
  margin: -3.6rem auto -2.6rem auto;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt {
    width: 27.9rem;
    margin: -2.7rem auto -1.95rem auto;
  }
}
.staff_comment > dd {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd {
    margin-top: 3rem;
  }
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.staff_comment > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 12rem 0 0 0;
  }
}
.sns_column {
  position: relative;
  width: 100%;
}
.sns_ttl {
  position: relative;
  width: 37.3rem;
  margin: 0 auto;
}
.sns_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns_wrap {
    margin-top: 6rem;
  }
}
.sns_widget {
  position: relative;
  width: 84.6153846154%;
  aspect-ratio: 550/460;
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48%;
    aspect-ratio: 480/415;
    margin: 0;
  }
}
.sns_widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.sns_widget .tiktok-embed {
  height: 100%;
  margin: 0;
  padding: 2rem;
  background-color: #ffffff;
}
.sns_widget .tiktok-embed iframe {
  height: 100% !important;
  max-height: inherit !important;
}
.sns_list {
  position: relative;
  width: 84.6153846154%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 48%;
    margin: 0;
  }
}
.sns_list > li {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    margin-top: 2.4rem;
  }
}
.sns_list > li:first-child {
  margin-top: 0;
}
.sns_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */