@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_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .intro_ttl {
    position: absolute;
    left: calc(-50% + 13.2rem);
    top: 0;
  }
}
.intro_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_ttl::before {
    width: 26.4rem;
  }
}
.intro_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    font-size: 6rem;
  }
}
.intro_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 3rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin: 6rem 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .intro_wrap {
    width: calc(100% - 280px);
    margin: 0 0 0 auto;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .intro_text.sp {
    display: none;
  }
}
.intro_text.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro_text.pc {
    display: block;
  }
}
.intro_text > p {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 4.5rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p.intro_text_01 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .intro_text > p.intro_text_01 {
    font-size: 2.8rem;
  }
}
.intro_text > p.intro_text_02 {
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
}
.intro_text > p.intro_text_02 .color_orange {
  font-size: 125%;
  font-weight: 700;
}

/* ========================================================
    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;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    padding: 7.5rem 0;
  }
}
.cast_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cast_ttl::before {
    width: 26.4rem;
  }
}
.cast_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > em {
    font-size: 6rem;
  }
}
.cast_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > span {
    font-size: 3rem;
  }
}
.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) .cast_item {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .cast_list > li:nth-child(2n) .cast_comment > dt {
    margin: 0 11.1111111111% 0 auto;
  }
}
.cast_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.cast_img {
  position: relative;
  width: 112.8125%;
  margin: 0 -6.40625%;
}
@media screen and (min-width: 768px) {
  .cast_img {
    width: 50.1851851852%;
    margin: 0;
  }
}
.cast_text {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast_text {
    width: 46.2962962963%;
    margin: 0;
  }
}
.cast_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_text > p {
    margin-top: 3rem;
  }
}
.cast_text > p:first-child {
  margin-top: 0;
}
.cast_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    margin-top: 4.5rem;
  }
}
.cast_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(3.2rem - 1px);
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff7f00 0%, #60afbf 100%);
}
@media screen and (min-width: 768px) {
  .cast_comment::before {
    top: calc(2.8rem - 1px);
  }
}
.cast_comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 53.125%;
  aspect-ratio: 340/64;
  margin: 0 auto;
  background-color: #ffb726;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    width: 300px;
    aspect-ratio: 300/56;
    margin: 0 auto 0 11.1111111111%;
  }
}
@media screen and (min-width: 768px) {
  .cast_comment > dt:hover {
    transform: rotate(-2deg);
  }
}
.cast_comment > dt.is-active::before {
  transform: translateY(-30%) rotate(135deg);
}
.cast_comment > dt::before {
  content: "";
  position: absolute;
  right: 7.3529411765%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-70%) rotate(-45deg);
}
.cast_comment > dt > span {
  display: block;
  color: #f90605;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-size: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt > span {
    font-size: 3.2rem;
  }
}
.cast_comment > dd {
  position: relative;
  width: 100%;
  padding: 4rem 6.25%;
}
@media screen and (min-width: 768px) {
  .cast_comment > dd {
    padding: 3rem 3.7037037037%;
  }
}
.cast_comment > dd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff7f00 0%, #60afbf 100%);
}
.cast_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .cast_comment > dd > p {
    margin-top: 3rem;
  }
}
.cast_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;
  top: 0;
  display: block;
  width: 100%;
  height: 116rem;
  background-color: rgba(255, 127, 0, 0.75);
  mix-blend-mode: soft-light;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .original::before {
    height: 78rem;
  }
}
.original::after {
  content: "";
  position: absolute;
  left: 25.5rem;
  top: 60rem;
  display: block;
  width: 64.1rem;
  aspect-ratio: 641/635;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .original::after {
    left: calc(50% + 12rem);
    top: 20rem;
  }
}
.original_column {
  position: relative;
  width: 100%;
}
.original_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .original_ttl {
    padding: 7.5rem 0;
  }
}
.original_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .original_ttl::before {
    width: 26.4rem;
  }
}
.original_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .original_ttl > em {
    font-size: 6rem;
  }
}
.original_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .original_ttl > span {
    font-size: 3rem;
  }
}
.original_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .original_wrap {
    margin-top: 6rem;
  }
}
.original_wrap::after {
  content: "";
  clear: both;
  display: block;
}
.original_subttl {
  position: relative;
  width: 100%;
  padding-right: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .original_subttl {
    padding-right: 53.7037037037%;
    text-align: left;
  }
}
.original_subttl > em {
  display: block;
  color: #ffb726;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .original_subttl > em {
    font-size: 4.8rem;
  }
}
.original_subttl > span {
  display: block;
  margin-top: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .original_subttl > span {
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
}
.original_subttl > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .original_subttl > small {
    font-size: 1.6rem;
  }
}
.original_img {
  position: relative;
  width: 68.75%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .original_img {
    float: right;
    width: 44.4444444444%;
    margin: 0;
  }
}
.original_img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .original_img.sp {
    display: none;
  }
}
.original_img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .original_img.pc {
    display: block;
  }
}
.original_img > small {
  display: block;
  margin-top: 0.5em;
  font-size: 75%;
}
.original_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .original_text {
    margin-top: 4.5rem;
    padding-right: 53.7037037037%;
  }
}
.original_text > p {
  width: 100%;
  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: 46.2962962963%;
    max-width: 420px;
    margin: 4.5rem auto 0 0;
  }
}
.original_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .original_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.original_btn > a::before {
  content: "";
  position: absolute;
  right: 10.7142857143%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.original_btn > a > span {
  display: block;
  padding-left: 10.7142857143%;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .original_btn > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .original_btn > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 12rem 0;
  }
}
.staff + .sns::before {
  background-color: rgba(255, 127, 0, 0.75);
  mix-blend-mode: soft-light;
}
.staff::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff_ttl {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .staff_ttl {
    position: absolute;
    left: calc(-50% + 19.2rem);
    top: 0;
  }
}
.staff_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .staff_ttl::before {
    width: 26.4rem;
  }
}
.staff_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > em {
    font-size: 6rem;
  }
}
.staff_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff_ttl > span {
    font-size: 3rem;
  }
}
.staff_wrap {
  position: relative;
  width: 87.5%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    width: 520px;
    margin: 6rem auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .staff_wrap {
    margin: 0 6rem 0 auto;
  }
}
.staff_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  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 {
  width: 50%;
  text-align: left;
}
.staff_name > dt:has(+ dd > span:first-child > .staff_link) {
  margin-top: 1.5em;
}
.staff_name > dt > span {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staff_name > dt > span {
    font-size: 2.2rem;
  }
}
.staff_name > dt > span.min {
  letter-spacing: -0.08em;
}
.staff_name > dd {
  width: 50%;
  text-align: right;
}
.staff_name > dd > span {
  position: relative;
  display: block;
  color: #73d2e5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span {
    font-size: 2.2rem;
  }
}
.staff_name > dd > span:first-letter {
  color: #ff7f00;
}
.staff_name > dd > span:has(.staff_link) {
  margin-top: 1.5em;
}
.staff_name > dd > span.fine {
  font-size: 75%;
  transform: translateY(0.25em);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff_name > dd > span.fine {
    font-size: 2.2rem;
    transform: none;
  }
}
.staff_name > dd > span > small {
  display: block;
  font-size: 75%;
}
.staff_link {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.1em);
  display: inline-block;
  padding: 0 1.6rem;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  border-radius: 1em;
  background-color: #ffb726;
  cursor: pointer !important;
}
@media screen and (min-width: 768px) {
  .staff_link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_link:hover {
    transform: translateY(-1rem);
    opacity: 1 !important;
  }
}
.staff_link::before {
  content: "";
  position: absolute;
  left: 48%;
  top: calc(100% - 1px);
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #ffb726;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.staff_comment {
  position: relative;
  width: 100%;
  padding: 8rem 6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .staff_comment {
    padding: 6rem 8rem;
  }
}
.staff_comment > dt {
  width: 100%;
}
.staff_comment > dt > span {
  display: block;
  color: #804000;
  font-family: "Shippori Mincho", serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
}
.staff_comment > dd {
  width: 100%;
}
.staff_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .staff_comment > dd > p {
    margin-top: 3rem;
  }
}

/* ========================================================
    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;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 88.4rem);
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .sns::before {
    height: calc(100% - 50.8rem);
  }
}
.sns_column {
  position: relative;
  width: 100%;
}
.sns_ttl {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 46.2962962963%;
    max-width: 420px;
    margin: 0 0 0 auto;
    padding: 7.5rem 0;
  }
}
.sns_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sns_ttl::before {
    width: 26.4rem;
  }
}
.sns_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sns_ttl > em {
    font-size: 6rem;
  }
}
.sns_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sns_ttl > span {
    font-size: 3rem;
  }
}
.sns_wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 87.5%;
  margin: 10rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_wrap {
    width: 100%;
    margin: 2rem auto 0 auto;
  }
}
.sns_widget {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 1/1;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    width: 48.1481481481%;
    margin: -15rem 0 0 0;
  }
}
.sns_widget::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 114.2857142857%;
  aspect-ratio: 640/600;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.sns_widget .twitter-tweet,
.sns_widget .twitter-timeline {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  bottom: 2rem;
  display: block;
  width: calc(100% - 4rem) !important;
  max-width: inherit !important;
  height: calc(100% - 4rem) !important;
  margin: 0 !important;
  color: #000000;
  overflow-y: auto;
}
.sns_widget .tiktok-embed {
  height: 100%;
  margin: 0;
  padding: 2rem;
}
.sns_widget .tiktok-embed iframe {
  height: 100% !important;
  max-height: inherit !important;
}
.sns_list {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 46.2962962963%;
    max-width: 420px;
    margin-top: auto;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  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: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: none;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.sns_list > li > a > svg {
  position: relative;
  width: 6.4285714286%;
  margin: 0 7.1428571429%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.sns_list > li > a > p {
  position: relative;
  width: 79.2857142857%;
  padding: 0 7.1428571429%;
}
.sns_list > li > a > p::before {
  content: "";
  position: absolute;
  left: -0.1785714286%;
  top: 50%;
  display: block;
  width: 0.3571428571%;
  height: 71.4285714286%;
  background: linear-gradient(0deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
  transform: translateY(-50%);
}
.sns_list > li > a > p > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > em {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > p > em {
    font-size: 2.2rem;
  }
}
.sns_list > li > a > p > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > p > span {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > p > span {
    font-size: 1.8rem;
  }
}

/* ========================================================
    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: 1200px;
  margin: -3.2rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topbnr_list {
    margin: -2.4rem auto 0 auto;
  }
}
.topbnr_list > li {
  width: 40.5333333333%;
  margin: 3.2rem 2.1333333333% 0 2.1333333333%;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 25.3333333333%;
    margin: 2.4rem 1.8333333333% 0 1.8333333333%;
  }
}
.topbnr_list > li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}

/* ========================================================
    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: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
.news_column {
  position: relative;
  width: 100%;
}
.news_wrap {
  position: relative;
  width: 100%;
}
.news_listwrap {
  position: relative;
  width: 117.1875%;
  margin: 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .news_listwrap {
    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%;
  transition: none;
}
@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 > img {
    transform: rotate(-2deg);
  }
}
.news_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .news_item {
    padding-bottom: 0.6rem;
  }
}
.news_item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #01d4ff 0%, #fee543 100%);
}
.news_item > figure {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_item > figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 31.5789473684%;
  }
}
.news_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl {
    margin-top: 0;
  }
}
.news_item > dl > dt {
  display: inline-block;
  width: auto;
  color: transparent;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #01d4ff 0%, #fee543 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt {
    font-size: 1.8rem;
  }
}
.news_item > dl > dd {
  width: 100%;
  padding-left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transform: none;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dd {
    padding-left: 38.1578947368%;
    font-size: 1.8rem;
    transform: translateY(-0.4em);
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story:has(.story_wrap .story_embed:last-child)::before {
  content: "";
}
.story::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 34rem;
  background-color: rgba(255, 127, 0, 0.75);
  mix-blend-mode: soft-light;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .story::before {
    height: 34.5rem;
  }
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding: 7.5rem 0;
  }
}
.story_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_ttl::before {
    width: 26.4rem;
  }
}
.story_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    font-size: 6rem;
  }
}
.story_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 3rem;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    margin-top: 6rem;
  }
}
.story_wrap:first-child {
  margin-top: 0;
}
.story_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 74.0740740741%;
  }
}
.story_embed > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover figure > img {
    transform: rotate(-2deg);
  }
}
.story_embed > a figure::after {
  content: "";
}
.story_embed figure {
  position: relative;
  width: 100%;
}
.story_embed figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 137.5%;
  aspect-ratio: 1100/940;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.story_embed figure::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.75%;
  max-width: 88px;
  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%);
  z-index: 1;
}
.story_subttl {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 92.5925925926%;
    margin: 3rem auto 0 auto;
  }
}
.story_subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -118%;
  display: block;
  width: 17.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_subttl::before {
    width: 12rem;
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > em {
  color: #ff7f00;
  font-size: 200%;
  line-height: 1;
}
.story_date {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 92.5925925926%;
  }
}
.story_date > span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 75%;
}
.story_body {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_body {
    width: 92.5925925926%;
    margin: 4.5rem auto 0 auto;
  }
}
.story_body > :first-child {
  margin-top: 0;
}
.story_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -4rem 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    margin: 4.5rem 0 -3rem 0;
  }
}
.story_img > figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 48.5%;
    margin: 0 0 3rem 3% !important;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_btn {
  position: relative;
  width: 75%;
  aspect-ratio: 480/96;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 360px;
    margin: 6rem 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%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.story_btn > a::before {
  content: "";
  position: absolute;
  right: 12.5%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.story_btn > a > span {
  display: block;
  padding-left: 12.5%;
  color: #f90605;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 3rem;
  }
}

/* ========================================================
    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-color: rgba(0, 0, 0, 0.5);
  z-index: -3;
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin: -0.8rem 0 4rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl {
    margin: -0.6rem 0 3rem 0;
  }
}
.midbnr_ttl > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-text-stroke: 2px #000000;
  text-stroke: 2px #000000;
  paint-order: stroke;
}
@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: 1200px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: -1.8rem auto 0 auto;
  }
}
.midbnr_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 96.1333333333%;
  aspect-ratio: 721/592;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .midbnr_list::before {
    width: 40%;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 31.6666666667%;
    margin: 1.8rem 1.25% 0 1.25%;
  }
}
.midbnr_list > li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 12rem 0 0 0;
  }
}
.topics::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  display: block;
  width: 100%;
  height: calc(100% - 74.7rem);
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .topics::before {
    bottom: 3.6rem;
    height: calc(100% - 55.95rem);
  }
}
.topics_column {
  position: relative;
  width: 100%;
}
.topics_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    padding: 7.5rem 0;
  }
}
.topics_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .topics_ttl::before {
    width: 26.4rem;
  }
}
.topics_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .topics_ttl > em {
    font-size: 6rem;
  }
}
.topics_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .topics_ttl > span {
    font-size: 3rem;
  }
}
.topics_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    margin-top: 6rem;
  }
}
.topics_listwrap {
  position: relative;
  width: 117.1875%;
  margin: 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_listwrap {
    width: 92.5925925926%;
    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: 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%;
  transition: none;
}
@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 > img {
    transform: rotate(-2deg);
  }
}
.topics_item {
  position: relative;
  width: 100%;
}
.topics_item > figure {
  position: relative;
  width: 100%;
}
.topics_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.5rem;
  }
}
.topics_item > dl > dt {
  display: inline-block;
  width: auto;
  color: transparent;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(90deg, #01d4ff 0%, #fee543 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.topics_item > dl > dd {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.topics_btn {
  position: relative;
  width: 75%;
  aspect-ratio: 480/96;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topics_btn {
    width: 360px;
    margin: 6rem auto 0 auto;
  }
}
.topics_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .topics_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.topics_btn > a::before {
  content: "";
  position: absolute;
  right: 12.5%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.topics_btn > a > span {
  display: block;
  padding-left: 12.5%;
  color: #f90605;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .topics_btn > a > span {
    font-size: 3rem;
  }
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 12rem 0 0 0;
  }
}
.movie::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  display: block;
  width: 100%;
  height: calc(100% - 74.7rem);
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .movie::before {
    bottom: 3.6rem;
    height: calc(100% - 55.95rem);
  }
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    padding: 7.5rem 0;
  }
}
.movie_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_ttl::before {
    width: 26.4rem;
  }
}
.movie_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl > em {
    font-size: 6rem;
  }
}
.movie_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    font-size: 3rem;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    margin-top: 6rem;
  }
}
.movie_listwrap {
  position: relative;
  width: 117.1875%;
  margin: 0 -8.59375%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .movie_listwrap {
    width: 92.5925925926%;
    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: 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%;
  transition: none;
}
@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 > img {
    transform: rotate(-2deg);
  }
}
.movie_item {
  position: relative;
  width: 100%;
}
.movie_item > figure {
  position: relative;
  width: 100%;
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.75%;
  max-width: 88px;
  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%);
  z-index: 1;
}
.movie_item > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.5rem;
  }
}
.movie_item > dl > dt {
  display: inline-block;
  width: auto;
  color: transparent;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(90deg, #01d4ff 0%, #fee543 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.movie_item > dl > dd {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.movie_btn {
  position: relative;
  width: 75%;
  aspect-ratio: 480/96;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_btn {
    width: 360px;
    margin: 6rem auto 0 auto;
  }
}
.movie_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .movie_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.movie_btn > a::before {
  content: "";
  position: absolute;
  right: 12.5%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.movie_btn > a > span {
  display: block;
  padding-left: 12.5%;
  color: #f90605;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .movie_btn > a > span {
    font-size: 3rem;
  }
}/*# sourceMappingURL=top.css.map */