@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro_ttl {
  position: absolute;
  left: calc(50% - 27.5rem);
  top: 10rem;
  display: block;
  width: auto;
  padding: 0;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    left: 15.4545454545%;
    top: 4.6189376443%;
  }
}
.intro_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
.intro_ttl > h2::before {
  content: "";
  position: absolute;
  left: -17.3rem;
  top: calc(50% - 22.15rem);
  display: block;
  width: 34.6rem;
  aspect-ratio: 346/443;
  background-image: url(../images/top/intro_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .intro_ttl > h2::before {
    left: -12.9rem;
    top: calc(50% - 16.5rem);
    width: 25.8rem;
  }
}
.intro_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .intro_ttl > h2 > em {
    font-size: 5rem;
  }
}
.intro_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl > h2 > span {
    font-size: 2rem;
  }
}
.intro_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_img {
  position: relative;
  width: 98.7692307692%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro_img {
    width: 101.2%;
    margin: 0 -0.6%;
  }
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 9rem 0 12rem 0;
  }
}
.cast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.cast_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    padding: 0 0 0 55%;
    text-align: left;
  }
}
.cast_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 7.6rem 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 {
    margin: 5.6rem 0;
  }
}
.cast_ttl > h2::before {
  content: "";
  position: absolute;
  left: 65%;
  top: calc(50% - 13.9rem);
  display: block;
  width: 18.8rem;
  aspect-ratio: 188/278;
  background-image: url(../images/top/cast_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2::before {
    top: calc(50% - 10.8rem);
    width: 14.6rem;
  }
}
.cast_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 > em {
    font-size: 6rem;
  }
}
.cast_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 > span {
    font-size: 2rem;
  }
}
.cast_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.cast_column {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cast_column {
    margin-top: 0;
  }
}
.cast_list {
  position: relative;
  width: 100%;
}
.cast_list > li {
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li {
    margin-top: 9rem;
  }
}
.cast_list > li:first-child {
  margin-top: 0;
}
.cast_wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cast_img {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_img {
    width: 50%;
    margin: 0;
  }
}
.cast_img > figure {
  position: relative;
  width: 67.0909090909%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_img > figure {
    width: 73.8%;
    margin: 0 8% 0 auto;
  }
}
.cast_img > p {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  padding-right: 4rem;
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cast_img > p {
    padding-right: 5%;
  }
}
.cast_img > p::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.8rem;
  aspect-ratio: 18/66;
  background-image: url(../images/top/cast_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cast_img > p::before {
    right: -1rem;
    width: 1rem;
  }
}
.cast_img > p > span {
  display: block;
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cast_img > p > span {
    font-size: 1.8rem;
  }
}
.cast_name {
  position: relative;
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0;
  transform: none;
}
@media screen and (min-width: 768px) {
  .cast_name {
    width: 50%;
    margin: 0;
    padding: 0 0 0 6%;
    transform: translateY(calc(50% - 3rem));
  }
}
.cast_name_01 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_name_01 {
    text-align: left;
  }
}
.cast_name_01 > span {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name_01 > span {
    font-size: 1.6rem;
  }
}
.cast_name_02 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_name_02 {
    text-align: left;
  }
}
.cast_name_02 > span {
  font-family: "Shippori Mincho", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .cast_name_02 > span {
    font-size: 4rem;
  }
}
.cast_name_02 > span > small {
  font-size: 70%;
}
.cast_name_03 {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_name_03 {
    margin-top: 2rem;
    text-align: left;
  }
}
.cast_name_03 > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name_03 > span {
    font-size: 2.6rem;
  }
}
.cast_text {
  position: relative;
  width: 84.6153846154%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_text {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.cast_text > p {
  font-weight: 500;
}
.cast_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    margin-top: 4.5rem;
  }
}
.cast_comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 84.6153846154%;
  aspect-ratio: 550/100;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #ffffff;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: 320px;
    aspect-ratio: 320/50;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover {
    background-color: #cb002e;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover::before {
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover > span {
    color: #000000;
  }
}
.cast_comment > dt.is-active {
  background-color: #cb002e;
}
.cast_comment > dt.is-active::before {
  background-color: #000000;
  transform: translateY(-50%) scale(1, -1);
}
.cast_comment > dt.is-active > span {
  color: #000000;
}
.cast_comment > dt::before {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 2.5rem;
  aspect-ratio: 25/15;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #cb002e;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt::before {
    right: 3rem;
    width: 1.6rem;
  }
}
.cast_comment > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  transform: translateY(-0.15em);
}
@media screen and (min-width: 768px) {
  .cast_comment > dt > span {
    font-size: 1.8rem;
  }
}
.cast_comment > dd {
  position: relative;
  width: 100%;
  margin-top: -5rem;
  padding: 9rem 5rem 6rem 5rem;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    margin-top: -2.5rem;
    padding: 5.5rem 4rem 4rem 4rem;
  }
}
.cast_comment > dd > p {
  font-weight: 500;
}
.cast_comment > dd > p > strong {
  display: block;
  margin-bottom: 1em;
  color: #cb002e;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 9rem 0 12rem 0;
  }
}
.staff_ttl {
  position: relative;
  width: 100%;
  padding: 0 0 0 50%;
  text-align: left;
}
.staff_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 9rem 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2 {
    margin: 6rem 0;
  }
}
.staff_ttl > h2::before {
  content: "";
  position: absolute;
  left: -15.3rem;
  top: calc(50% - 15.3rem);
  display: block;
  width: 30.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/top/staff_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2::before {
    left: -11rem;
    top: calc(50% - 11rem);
    width: 22rem;
  }
}
.staff_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2 > em {
    font-size: 6rem;
  }
}
.staff_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .staff_ttl > h2 > span {
    font-size: 2rem;
  }
}
.staff_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.staff_column {
  position: relative;
  width: 109.2307692308%;
  margin: 8rem -4.6153846154% 0 -4.6153846154%;
}
@media screen and (min-width: 768px) {
  .staff_column {
    width: 100%;
    margin: 6rem 0 0 0;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-top: 3rem;
  }
}
.staff_name:first-child {
  margin-top: 0;
}
.staff_name > dt {
  position: relative;
  width: 50%;
  padding-right: 5rem;
  text-align: right;
  transform: translateY(-0.1em);
}
.staff_name > dt::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: 50%;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/top/staff_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .staff_name > dt::before {
    right: -1.5rem;
    width: 3rem;
  }
}
.staff_name > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span.min {
    letter-spacing: inherit;
  }
}
.staff_name > dd {
  position: relative;
  width: 50%;
  margin-left: 0;
  padding-left: 5rem;
  text-align: left;
}
.staff_name > dd + dd {
  margin-left: 50%;
}
.staff_name > dd > span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 70%;
  transform: translateY(-0.6rem);
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.staff_link {
  position: relative;
  display: block;
  transform: translate(0, -0.4em);
}
@media screen and (min-width: 768px) {
  .staff_link {
    display: inline-block;
    transform: translate(1.2rem, -0.1em);
  }
}
.staff_link > a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.8rem 0.2rem 0.8rem;
  color: #ffffff;
  font-size: 70%;
  line-height: 1.4;
  border-radius: 0.6rem;
  background-color: #e60033;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .staff_link > a:hover {
    opacity: 1;
  }
}
.staff_link > a::before {
  content: "";
  position: absolute;
  right: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 1em;
  height: 0.5em;
  background-color: #e60033;
  -webkit-clip-path: polygon(10% 0, 0 100%, 100% 0);
          clip-path: polygon(10% 0, 0 100%, 100% 0);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #d5e4eb;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 4rem;
  }
}
.staff_comment > dt {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .staff_comment > dt {
    margin-bottom: 3rem;
  }
}
.staff_comment > dt > span {
  color: #cb002e;
  font-weight: 700;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  font-weight: 500;
}
.staff_comment > dd > p > strong {
  display: block;
  margin-bottom: 1em;
  color: #cb002e;
}

.popup_staff .popup_inner {
  max-width: 750px;
}

/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 4.5rem 0;
  }
}
.topbnr:has(+ section.news) {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .topbnr:has(+ section.news) {
    padding-bottom: 6.5rem;
  }
}
.topbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: -3rem auto 0 auto;
}
.topbnr_list > li {
  width: 40%;
  margin: 3rem 0 0 4%;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 30%;
    margin: 3rem 3% 0 3% !important;
  }
}
.topbnr_list > li:nth-child(2n+1) {
  margin-left: 0;
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 5.5rem 0;
  }
}
.news + section.story {
  padding-top: 14rem;
}
@media screen and (min-width: 768px) {
  .news + section.story {
    padding-top: 11rem;
  }
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .news::before {
    background-size: 100% 100%;
  }
}
.news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .news::after {
    background-size: 100% 100%;
  }
}
.news_column {
  position: relative;
  width: 90.7692307692%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news_column {
    width: 100%;
  }
}
.news_list_wrap {
  position: relative;
  width: 127.1186440678%;
  margin: 0 -13.5593220339%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .news_list_wrap {
    width: 100%;
    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: 149rem;
  padding: 0 8rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.news_list > li {
  width: 41rem;
  margin-left: 5rem;
}
@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 {
    filter: drop-shadow(0 0.25em 0.25em rgba(203, 0, 46, 0.3));
  }
}
.news_item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-bottom: 2.2em;
}
@media screen and (min-width: 768px) {
  .news_item {
    justify-content: space-between;
    flex-direction: row;
  }
}
.news_item > figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_item > figure {
    width: 31.5789473684%;
  }
}
.news_item > dl {
  width: 100%;
  margin-top: 3rem;
}
@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: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3rem;
  border-bottom: 1px solid #cb002e;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt {
    font-size: 2rem;
  }
}
.news_item > dl > dd {
  font-size: 2.8rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dd {
    font-size: 1.8rem;
  }
}

header:has(+ .main section.news:first-child) .nav {
  padding-bottom: 2rem;
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 9rem 0 12rem 0;
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.story_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 8rem 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 {
    margin: 5.2rem 0;
  }
}
.story_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 14.25rem);
  top: calc(50% - 14.3rem);
  display: block;
  width: 28.5rem;
  aspect-ratio: 285/286;
  background-image: url(../images/story/story_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2::before {
    left: calc(50% - 10.3rem);
    top: calc(50% - 10.35rem);
    width: 20.6rem;
  }
}
.story_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > em {
    font-size: 6rem;
  }
}
.story_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > span {
    font-size: 2rem;
  }
}
.story_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.story_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.story_embed {
  position: relative;
  width: 116.2711864407%;
  aspect-ratio: 944/594;
  margin: 0 -8.1355932203%;
  padding: 6rem;
  background-image: url(../images/story/story_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 94.4%;
    margin: 0 auto;
    padding: 7.2%;
  }
}
.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::before {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15%;
  aspect-ratio: 96/95;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.story_embed > figure {
  position: relative;
  width: 100%;
}
.story_subttl {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    margin-top: 3rem;
  }
}
.story_subttl > span {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.4rem;
  }
}
.story_subttl > span::before {
  content: "";
  position: absolute;
  left: -4.6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .story_subttl > span::before {
    left: -4.4rem;
    width: 1.4rem;
  }
}
.story_subttl > span::after {
  content: "";
  position: absolute;
  right: -4.6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
}
@media screen and (min-width: 768px) {
  .story_subttl > span::after {
    right: -4.4rem;
    width: 1.4rem;
  }
}
.story_date {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_date > span {
  display: block;
  margin-top: 1.5rem;
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.8rem;
  }
}
.story_date > small {
  display: block;
  margin-top: 0.5rem;
  font-size: 80%;
  font-weight: 500;
}
.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;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 3rem;
  }
}
.story_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 0;
}
.story_img > figure {
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 47%;
    margin: 3rem 0 0 6% !important;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.story_btn {
  position: relative;
  width: 91.5254237288%;
  aspect-ratio: 540/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 560px;
    aspect-ratio: 560/70;
    margin: 6rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #cb002e;
}
@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 > span {
    color: #cb002e;
  }
}
.story_btn > a > span {
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 7.5rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
  text-align: center;
}
.midbnr_ttl > span {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span {
    font-size: 2.4rem;
  }
}
.midbnr_ttl > span::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 50%;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span::before {
    left: -4.2rem;
    width: 2.2rem;
  }
}
.midbnr_ttl > span::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: 50%;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span::after {
    right: -4.2rem;
    width: 2.2rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: 3rem auto 0 auto;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 38%;
    margin: 0 1.5%;
  }
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 9rem 0 12rem 0;
  }
}
.movie + section.topics {
  padding-top: 0;
}
.movie_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.movie_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl > h2 {
    margin: 2.5rem 0;
  }
}
.movie_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 27.5rem);
  top: calc(50% - 10.3rem);
  display: block;
  width: 55rem;
  aspect-ratio: 550/206;
  background-image: url(../images/movie/movie_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .movie_ttl > h2::before {
    left: calc(50% - 20.5rem);
    top: calc(50% - 7.7rem);
    width: 41rem;
  }
}
.movie_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .movie_ttl > h2 > em {
    font-size: 6rem;
  }
}
.movie_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_ttl > h2 > span {
    font-size: 2rem;
  }
}
.movie_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.movie_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.movie_list_wrap {
  position: relative;
  width: 127.1186440678%;
  margin: 0 -13.5593220339%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .movie_list_wrap {
    width: 100%;
    margin: 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: 149rem;
  padding: 0 8rem;
}
@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 {
  display: block;
  width: 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 {
    filter: drop-shadow(0 0.5em 0.5em rgba(203, 0, 46, 0.3));
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover .movie_item > figure::before {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 0.5em 0.5em rgba(92, 118, 133, 0.3));
}
.movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15%;
  aspect-ratio: 96/95;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.movie_item > dl {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 2rem;
  }
}
.movie_item > dl > dt {
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    font-size: 2rem;
  }
}
.movie_item > dl > dd {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.movie_btn {
  position: relative;
  width: 91.5254237288%;
  aspect-ratio: 540/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_btn {
    width: 560px;
    aspect-ratio: 560/70;
    margin: 6rem auto 0 auto;
  }
}
.movie_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #cb002e;
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover > span {
    color: #cb002e;
  }
}
.movie_btn > a > span {
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .movie_btn > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 9rem 0 12rem 0;
  }
}
.topics_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.topics_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 9.4rem 0;
}
@media screen and (min-width: 768px) {
  .topics_ttl > h2 {
    margin: 8rem 0;
  }
}
.topics_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 17.35rem);
  top: calc(50% - 15.75rem);
  display: block;
  width: 34.7rem;
  aspect-ratio: 347/315;
  background-image: url(../images/topics/topics_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .topics_ttl > h2::before {
    left: calc(50% - 14.55rem);
    top: calc(50% - 13.2rem);
    width: 29.1rem;
  }
}
.topics_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .topics_ttl > h2 > em {
    font-size: 6rem;
  }
}
.topics_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_ttl > h2 > span {
    font-size: 2rem;
  }
}
.topics_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.topics_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.topics_list_wrap {
  position: relative;
  width: 127.1186440678%;
  margin: 0 -13.5593220339%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_list_wrap {
    width: 100%;
    margin: 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: 149rem;
  padding: 0 8rem;
}
@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 {
  display: block;
  width: 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 {
    filter: drop-shadow(0 0.5em 0.5em rgba(203, 0, 46, 0.3));
  }
}
.topics_item {
  position: relative;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 0.5em 0.5em rgba(92, 118, 133, 0.3));
}
.topics_item > dl {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 2rem;
  }
}
.topics_item > dl > dt {
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt {
    font-size: 2rem;
  }
}
.topics_item > dl > dd {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.topics_btn {
  position: relative;
  width: 91.5254237288%;
  aspect-ratio: 540/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 560px;
    aspect-ratio: 560/70;
    margin: 6rem auto 0 auto;
  }
}
.topics_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #cb002e;
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover > span {
    color: #cb002e;
  }
}
.topics_btn > a > span {
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 14rem 0;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 10rem 0;
  }
}
.sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .sns::before {
    background-size: 100% 100%;
  }
}
.sns::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .sns::after {
    background-size: 100% 100%;
  }
}
.sns_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    text-align: left;
  }
}
.sns_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
@media screen and (min-width: 768px) {
  .sns_ttl > h2 {
    align-items: center;
    flex-direction: row;
  }
}
.sns_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sns_ttl > h2 > em {
    font-size: 6rem;
  }
}
.sns_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_ttl > h2 > span {
    margin-left: 2rem;
    font-size: 2rem;
  }
}
.sns_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.sns_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns_column {
    margin-top: 6rem;
  }
}
.sns_widget {
  position: relative;
  width: 93.8461538462%;
  aspect-ratio: 610/700;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48%;
    aspect-ratio: 1/1;
    margin: 3rem 0;
  }
}
.sns_widget::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 112.7868852459%;
  aspect-ratio: 688/781;
  background-image: url(../images/top/sns_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sns_widget::before {
    width: 113.75%;
    aspect-ratio: 546/550;
    background-image: url(../images/top/sns_bg01_pc.png);
  }
}
.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: 4rem;
    right: 4rem;
    top: 4rem;
    bottom: 4rem;
    width: calc(100% - 8rem);
    height: calc(100% - 8rem);
  }
}
.sns_list {
  position: relative;
  width: 84.6153846154%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 45%;
    margin: 0;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 550/146;
  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 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 2rem 0 4rem;
  background-image: url(../images/top/sns_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a {
    padding: 0 2rem 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    background-image: url(../images/top/sns_bg02_h.png);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover > div > svg {
    fill: #000000;
  }
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover > div > em {
    color: #000000;
  }
}
.sns_list > li > a > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
.sns_list > li > a > div > svg {
  width: 3rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > div > svg {
    width: 2.2rem;
  }
}
.sns_list > li > a > div > em {
  margin-left: 2rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  transform: translateY(-0.08em);
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > div > em {
    margin-left: 1.5rem;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1100px) {
  .sns_list > li > a > div > em {
    font-size: 2.2rem;
  }
}
.sns_list > li > a > div > span {
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 2rem;
  line-height: 1.4;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > div > span {
    font-size: 1.2727272727vw;
  }
}
@media screen and (min-width: 1100px) {
  .sns_list > li > a > div > span {
    font-size: 1.4rem;
  }
}

section:has(+ section.sns) {
  padding-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  section:has(+ section.sns) {
    padding-bottom: 14rem;
  }
}

main:has(+ .footer .pagetop:first-child) section.sns {
  padding-bottom: 32rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.sns {
    padding-bottom: 16rem;
  }
}

main:has(+ .footer .pagetop:first-child):has(section.sns:last-child) + .footer .copyright {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child):has(section.sns:last-child) + .footer .copyright {
    padding-top: 5rem;
  }
}

main:has(+ .footer .fixbnr:first-child):has(section.sns:last-child) + .footer .footbnr {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .fixbnr:first-child):has(section.sns:last-child) + .footer .footbnr {
    padding-top: 6.5rem;
  }
}

main:has(+ .footer .footbnr:first-child):has(section.sns:last-child) + .footer .footbnr {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .footbnr:first-child):has(section.sns:last-child) + .footer .footbnr {
    padding-top: 6.5rem;
  }
}

/* ========================================================
    popup_hulu
======================================================== */
.popup_hulu .popup_inner {
  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-image: url(../images/common/common_bg01_pc.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
  z-index: -1;
}
.popup_hulu_head {
  position: relative;
  width: 100%;
  padding: 3rem;
}
.popup_hulu_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.popup_hulu_ttl > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
}
.popup_hulu_subttl {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
  text-align: center;
}
.popup_hulu_subttl > span {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.popup_hulu_subttl > span > small {
  display: block;
  font-size: 70%;
  line-height: 1.4;
}
.popup_hulu_img {
  position: relative;
  width: 100%;
}
.popup_hulu_img .popup_hulu_btn {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  margin: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.popup_hulu_img .popup_hulu_btn > a {
  background-color: #cb002e;
}
@media screen and (min-width: 768px) {
  .popup_hulu_img .popup_hulu_btn > a:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_img .popup_hulu_btn > a:hover::before {
    background-color: #cb002e;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_img .popup_hulu_btn > a:hover > span {
    color: #cb002e;
  }
}
.popup_hulu_trial {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
}
.popup_hulu_text {
  position: relative;
  width: 61.0769230769%;
  margin: 0 auto;
}
.popup_hulu_text > figure {
  line-height: 1;
}
.popup_hulu_btn {
  position: relative;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  margin: 3rem auto 0 auto;
}
.popup_hulu_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn > a:hover {
    background-color: #cb002e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn > a:hover::before {
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn > a:hover > span {
    color: #000000;
  }
}
.popup_hulu_btn > a::before {
  content: "";
  position: absolute;
  left: inherit;
  right: 4rem;
  top: 50%;
  display: block;
  width: 2.5rem;
  aspect-ratio: 25/15;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(-90deg);
}
.popup_hulu_btn > a > span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}
.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;
  font-size: 2.6rem;
  font-weight: 700;
}
.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 #585858;
  background-color: #e9e9e9;
  transform: translateY(-50%);
}
.popup_hulu_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);
}
.popup_hulu_close {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.popup_hulu_close > span {
  color: #ffffff;
  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 */