html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, p, h1, h2, h3 {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  color: #1f1e1c;
  background: url(../images/main-bg.jpg) center top repeat-y, #f0eee4;
}
@media only screen and (min-width: 1920px) {
  body {
    background-size: 100% auto;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.font-pp {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  header {
    height: 60px !important;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
header h1 {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 30px;
  width: 85px;
  height: 100%;
  z-index: 2;
  transition: opacity 0.3s;
}
header h1:hover {
  opacity: 0.5;
}
header nav .menu-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  letter-spacing: 0.2em;
}
header nav .menu-list .menu-item a {
  display: flex;
  align-items: center;
  padding: 0 0.7em;
  height: 100%;
  background-color: #1f1e1c;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  color: transparent;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
header nav .menu-list .menu-item a img {
  width: 36px;
}
header nav .menu-list .menu-item.active a {
  background-image: url(../images/menu-text-bg.jpg);
}
header nav .menu-list .menu-item:hover a {
  background-color: #119474;
}
header nav .menu-list .menu-item:last-child {
  transition: opacity 0.3s;
}
header nav .menu-list .menu-item:last-child:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1300px) {
  header .inner {
    gap: 30px;
  }
  header nav .menu-list {
    justify-content: flex-end;
    padding: 10px 20px 10px 0;
  }
  header nav .menu-list .menu-item a {
    font-size: 12px;
  }
  header nav .menu-list .menu-item a img {
    width: 24px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
    transition: height 0.5s ease;
  }
  header h1 {
    margin-left: 5%;
    width: 82px;
  }
  header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s;
  }
  header nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main-bg.jpg) center center no-repeat;
    opacity: 0.8;
    z-index: -1;
  }
  header nav .menu-list {
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    height: auto;
  }
  header nav .menu-list .menu-item a {
    padding: 15px 0;
    font-size: 23px;
  }
  header nav .menu-list .menu-item a img {
    width: 36px;
  }
  header .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 2;
  }
  header .menu-button .menu-line-container {
    position: relative;
    width: 35px;
    height: 30px;
    transition: height 0.3s 0.2s ease;
  }
  header .menu-button .menu-line-container .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #7aa981;
  }
  header .menu-button .menu-line-container .menu-line:first-child {
    top: 0;
    transition: transform 0.3s ease;
  }
  header .menu-button .menu-line-container .menu-line:nth-of-type(2) {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: #60ceb1;
    transition: opacity 0.3s 0.2s;
  }
  header .menu-button .menu-line-container .menu-line:last-child {
    bottom: 0;
    background: #40b9ce;
    transition: transform 0.3s ease;
  }
  header.open {
    height: 100vh;
  }
  header.open nav {
    opacity: 1;
    pointer-events: initial;
  }
  header.open .menu-button .menu-line-container {
    height: 5px;
    transition: height 0.3s ease;
  }
  header.open .menu-button .menu-line-container .menu-line:first-child {
    transform: rotate(45deg);
    transition: transform 0.3s 0.2s ease;
  }
  header.open .menu-button .menu-line-container .menu-line:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.3s;
  }
  header.open .menu-button .menu-line-container .menu-line:last-child {
    transform: rotate(-45deg);
    transition: transform 0.3s 0.2s ease;
  }
}
.firstview {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1224;
}
.firstview .main-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/kv-pc.jpg);
  background-size: 100% auto;
  background-position: 0 0;
  transition: background-position 2s ease-in-out;
}
.firstview .fv-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
.firstview .fv-text .fv-logo {
  position: absolute;
  top: 4.4%;
  left: 2.5%;
  width: 33.28%;
}
.firstview .fv-text .fv-catchcopy {
  position: absolute;
  top: 33.99%;
  left: 75.41%;
  width: 20.26%;
}
.firstview .fv-text .fv-onair {
  position: absolute;
  top: 32.12%;
  left: 5.68%;
  width: 26.1%;
}
.firstview.mv-animate .main-visual {
  background-position: 0 100%;
}
.firstview.mv-animate .fv-text {
  opacity: 1;
}
.firstview .fv-pv {
  position: absolute;
  top: 925px;
  left: 50%;
  transform: translate3d(-152px, 0, 0);
  width: 692px;
}
.firstview .fv-pv::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.firstview .fv-pv iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(34, 34, 30, 0.6), 0 0 20px rgba(34, 34, 30, 0.6);
}

@media only screen and (max-width: 768px) {
  .firstview {
    padding-top: 1px;
    margin-top: 59px;
    aspect-ratio: 768/1086;
  }
  .firstview .main-visual {
    background: url(../images/kv-sp.jpg);
    background-size: cover;
  }
  .firstview .fv-pv {
    position: relative;
    top: auto;
    left: auto;
    transform: translate3d(0, 0, 0);
    margin: calc(138.15vw + 30px) auto 75px;
    width: 90%;
  }
}
section {
  position: relative;
  padding: 70px 0 100px;
  width: 100%;
  box-sizing: border-box;
}
section .inner {
  position: relative;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
section h2 {
  margin-bottom: 60px;
}
section h2 img {
  max-width: 100%;
  width: auto;
}
section.section-right .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 60px 0 40px;
  }
  section .inner {
    padding: 0 5%;
  }
  section h2 {
    margin-bottom: 30px;
  }
}
.common-button {
  position: relative;
  width: 224px;
  height: 47px;
  background: #594d44;
  transition: background 0.3s;
}
.common-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #b2a297;
  transition: background 0.3s;
}
.common-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: url(../images/button-bg-normal.jpg);
  background-size: 100% 100%;
  transition: background 0.3s;
}
.common-button a p {
  margin-left: 0.6em;
  letter-spacing: 0.6em;
  color: #fff;
}
.common-button a .arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate3d(0, -50%, 0);
  width: 8px;
  transition: right 0.3s ease;
}
.common-button:hover {
  background: #208d7f;
}
.common-button:hover::before {
  background: #80beb8;
}
.common-button:hover a {
  background: url(../images/button-bg-hover.jpg);
  background-size: 100% 100%;
}
.common-button:hover a .arrow {
  right: 7px;
}

.pv {
  background: url(../images/pv-bg2.jpg);
  background-position: center top;
  background-size: 100% auto;
}
.pv .section-bg {
  top: -8.02vw;
  height: 8.02vw;
  background: url(../images/pv-bg1.png);
  background-size: 100% 100%;
}
.pv .pv-container {
  margin: 0 auto;
  max-width: 692px;
  aspect-ratio: 692/389;
  box-shadow: 0 0 20px rgba(34, 34, 30, 0.6);
}
.pv .pv-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.news {
  background: rgba(255, 255, 255, 0.5);
}
.news .section-bg {
  background-image: url(../images/news-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.news .section-contents {
  max-width: 540px;
  width: 100%;
}
.news .section-contents .news-list .news-item {
  margin-bottom: 30px;
}
.news .section-contents .news-list .news-item .date {
  letter-spacing: 0.2em;
  color: #119474;
}
.news .section-contents .news-list .news-item .title {
  position: relative;
}
.news .section-contents .news-list .news-item .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #64564c;
  z-index: -1;
  mix-blend-mode: color-burn;
  transition: width 0.5s ease;
}
.news .section-contents .news-list .news-item:hover .title::before {
  width: 100%;
}
.news .section-contents .more-button {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .news .section-bg {
    background-size: 529px 807px;
    background-position: -293px -267px;
  }
  .news h2 {
    width: 220px;
  }
  .news .section-contents .more-button {
    margin-right: auto;
  }
}
.intro {
  padding-bottom: 40px;
}
.intro .section-bg {
  background: url(../images/intro-bg.png) right center no-repeat;
  mix-blend-mode: color-burn;
}
.intro .section-contents p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
}
.intro .section-contents p strong {
  font-size: 25px;
  font-weight: 900;
}
.intro .section-contents p strong.green {
  color: #119474;
}
.intro .section-contents p strong.pink {
  color: #d05782;
}
.intro .section-contents p strong.orange {
  color: #b06137;
}
.intro .section-contents p strong.blue {
  color: #2293c9;
}
.intro .section-contents p:last-child {
  margin-bottom: 0;
}
.intro .section-contents .enphasis {
  margin: 0 0 50px -0.5em;
  font-size: min(36px,3vw);
  letter-spacing: 0.15em;
  font-weight: 900;
  line-height: 1.67em;
  background-color: #1f1e1c;
  background-image: url(../images/enphasis-bg1.png);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  color: transparent;
}
.intro .section-contents .enphasis .space1 {
  margin-left: 5.5em;
}
.intro .section-contents .enphasis .space2 {
  margin-left: 1.1em;
}

@media only screen and (max-width: 768px) {
  .intro .section-bg {
    background-size: 405px 594px;
    background-position: right -200px top 142px;
  }
  .intro h2 {
    width: 346px;
  }
  .intro .section-contents p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .intro .section-contents p strong {
    font-size: 19px;
  }
  .intro .section-contents .enphasis {
    margin: 0 0 30px;
    font-size: 22px;
    text-indent: -0.5em;
  }
  .intro .section-contents .enphasis .space1 {
    margin: 0;
  }
  .intro .section-contents .enphasis .space2 {
    margin: 0;
  }
  .intro .section-contents .sp {
    display: block;
  }
}
.chara .section-bg img {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate3d(-960px, 0, 0);
  width: 607px;
  mix-blend-mode: color-burn;
  filter: brightness(1.2);
}
@media only screen and (min-width: 1921px) {
  .chara .section-bg img {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.chara h2 {
  padding: 0 60px;
  margin: 0 auto 60px;
  max-width: 1200px;
  box-sizing: border-box;
}
.chara h2 img {
  margin-left: auto;
}
.chara .section-contents {
  overflow: hidden;
}
.chara .section-contents .correlation-button-container {
  margin: 0 auto 60px;
  max-width: 1080px;
}
.chara .section-contents .correlation-button-container .correlation-button {
  margin-left: auto;
}
.chara .section-contents .correlation-button-container .correlation-button a {
  color: #fff;
}
.chara .section-contents .chara-icon-container {
  margin: 0 auto;
  max-width: 1200px;
  height: 226px;
  transform: translate3d(53px, 0, 0);
}
.chara .section-contents .chara-icon-container .inner {
  position: relative;
  padding: 0 113px;
  margin: 0 0 0 auto;
  max-width: 686px;
  box-sizing: border-box;
  overflow: hidden;
}
.chara .section-contents .chara-icon-container .inner::after, .chara .section-contents .chara-icon-container .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/chara-icon-mask.png) right top no-repeat;
  pointer-events: none;
  z-index: 1;
}
.chara .section-contents .chara-icon-container .inner::before {
  background: url(../images/chara-icon-mask2.png) left top no-repeat;
  z-index: 2;
}
.chara .section-contents .chara-icon-container .chara-icon-arrow-container {
  display: flex;
  justify-content: space-between;
  margin: 0 113px 0 auto;
  width: 40px;
}
.chara .section-contents .chara-icon-container .chara-icon-arrow-container svg {
  width: 15px;
  fill: #409696;
  cursor: pointer;
  transition: opacity 0.3s;
}
.chara .section-contents .chara-icon-container .chara-icon-arrow-container svg:hover {
  opacity: 0.5;
}
.chara .section-contents .chara-icon-container .chara-icon-arrow-container svg#icon-arrow-prev {
  transform: scale(-1, 1);
}
.chara .section-contents .chara-icon-container .chara-icon-arrow-container svg.off {
  fill: #a9a9a9;
  pointer-events: none;
}
.chara .section-contents .chara-icon-list {
  display: flex;
  margin-left: auto;
}
.chara .section-contents .chara-icon-list .chara-icon-item {
  position: relative;
  width: 115px;
  cursor: pointer;
}
.chara .section-contents .chara-icon-list .chara-icon-item .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.chara .section-contents .chara-icon-list .chara-icon-item.swiper-slide-thumb-active {
  pointer-events: none;
}
.chara .section-contents .chara-icon-list .chara-icon-item.swiper-slide-thumb-active .active {
  opacity: 1;
}
.chara .section-contents .chara-icon-list .chara-icon-item:hover .active {
  opacity: 1;
}
.chara .section-contents .chara-container {
  position: relative;
  z-index: 10;
}
.chara .section-contents .chara-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 330px;
  background: rgba(255, 255, 255, 0.5);
}
.chara .section-contents .chara-box {
  width: 100%;
}
.chara .section-contents .chara-box .wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 85px 60px 0;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.chara .section-contents .chara-box .chara-pic {
  margin-top: -300px;
  width: 37%;
  pointer-events: none;
}
.chara .section-contents .chara-box .chara-pic img {
  width: 179px;
}
.chara .section-contents .chara-box .chara-profile {
  max-width: 540px;
  width: 63%;
}
.chara .section-contents .chara-box .chara-profile .name {
  margin-bottom: 20px;
  font-size: 60px;
  letter-spacing: 0.2em;
  font-weight: 900;
  line-height: 1em;
}
.chara .section-contents .chara-box .chara-profile .cv {
  margin-bottom: 10px;
  font-size: 25px;
  color: #119474;
}
.chara .section-contents .chara-box .chara-profile .cv span {
  font-size: 15px;
  letter-spacing: 0.2em;
}
.chara .section-contents .chara-box .chara-profile .cv.pink {
  color: #d05782;
}
.chara .section-contents .chara-box .chara-profile .cv.orange {
  color: #b06137;
}
.chara .section-contents .chara-box:nth-of-type(2) .chara-pic img {
  width: 167px;
}
.chara .section-contents .chara-box:nth-of-type(3) .chara-pic img {
  width: 162px;
}
.chara .section-contents .chara-box:nth-of-type(4) .chara-pic img {
  width: 204px;
}
.chara .section-contents .chara-box:nth-of-type(5) .chara-pic img {
  width: 182px;
}
.chara .section-contents .chara-box:nth-of-type(6) .chara-pic img {
  width: 190px;
}
.chara .section-contents .chara-box:nth-of-type(7) .chara-pic img {
  width: 164px;
}
.chara .section-contents .chara-box:nth-of-type(8) .chara-pic img {
  width: 197px;
}
.chara .section-contents .chara-box:nth-of-type(9) .chara-pic img {
  width: 204px;
}
.chara .section-contents .chara-box:nth-of-type(10) .chara-pic img {
  width: 199px;
}
.chara .section-contents .chara-box:nth-of-type(11) .chara-pic img {
  width: 205px;
}

.page-chara {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .chara .section-bg {
    display: none;
  }
  .chara h2 {
    padding: 0 5%;
    margin-bottom: 30px;
  }
  .chara h2 img {
    width: 281px;
  }
  .chara .section-contents .chara-icon-container {
    height: auto;
    transform: translate3d(0, 0, 0);
  }
  .chara .section-contents .chara-icon-container .inner {
    padding: 0 20px;
  }
  .chara .section-contents .chara-icon-container .inner::after, .chara .section-contents .chara-icon-container .inner::before {
    background-position: calc(100% + 70px) 0;
  }
  .chara .section-contents .chara-icon-container .inner::before {
    background-position: -70px 0;
  }
  .chara .section-contents .chara-icon-container .chara-icon-arrow-container {
    margin: 10px 20px 0 auto;
    width: 60px;
  }
  .chara .section-contents .chara-icon-container .chara-icon-arrow-container svg {
    width: 23px;
  }
  .chara .section-contents .chara-icon-list {
    width: 100%;
    height: 85px;
  }
  .chara .section-contents .chara-icon-list .chara-icon-item {
    width: 86px;
  }
  .chara .section-contents .chara-container {
    height: 537px;
  }
  .chara .section-contents .chara-container::before {
    display: none;
  }
  .chara .section-contents .chara-box .wrapper {
    position: relative;
    padding: 30px 0 0;
  }
  .chara .section-contents .chara-box .chara-pic {
    position: absolute;
    top: 30px;
    left: 18%;
    margin-top: 0;
  }
  .chara .section-contents .chara-box .chara-pic img {
    width: 134px;
  }
  .chara .section-contents .chara-box .chara-profile {
    position: relative;
    width: 100%;
  }
  .chara .section-contents .chara-box .chara-profile .chara-name {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 15px;
    padding-right: 5%;
    min-height: 240px;
    box-sizing: border-box;
  }
  .chara .section-contents .chara-box .chara-profile .name {
    margin: 0;
    font-size: 50px;
    writing-mode: vertical-rl;
  }
  .chara .section-contents .chara-box .chara-profile .cv {
    display: flex;
    justify-content: center;
    writing-mode: vertical-rl;
  }
  .chara .section-contents .chara-box .chara-profile .cv span {
    writing-mode: horizontal-tb;
  }
  .chara .section-contents .chara-box .chara-profile .profile {
    padding: 20px 5%;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }
  .chara .section-contents .chara-box:nth-of-type(2) .chara-pic img {
    width: 125px;
  }
  .chara .section-contents .chara-box:nth-of-type(3) .chara-pic img {
    width: 122px;
  }
  .chara .section-contents .chara-box:nth-of-type(4) .chara-pic img {
    width: 153px;
  }
  .chara .section-contents .chara-box:nth-of-type(5) .chara-pic img {
    width: 137px;
  }
  .chara .section-contents .chara-box:nth-of-type(6) .chara-pic img {
    width: 143px;
  }
  .chara .section-contents .chara-box:nth-of-type(7) .chara-pic img {
    width: 123px;
  }
  .chara .section-contents .chara-box:nth-of-type(8) .chara-pic img {
    width: 148px;
  }
  .chara .section-contents .chara-box:nth-of-type(9) .chara-pic img {
    width: 153px;
  }
  .chara .section-contents .chara-box:nth-of-type(10) .chara-pic img {
    width: 149px;
  }
  .chara .section-contents .chara-box:nth-of-type(11) .chara-pic img {
    width: 153px;
  }
}
.staffcast .section-bg {
  background: url(../images/sc-bg1.png) right top no-repeat, url(../images/sc-bg2.png) left bottom no-repeat;
  mix-blend-mode: color-burn;
}
.staffcast .section-contents .sc-container h3 {
  margin-bottom: 40px;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #119474;
  line-height: 1em;
}
.staffcast .section-contents .sc-container .sc-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 60px;
}
.staffcast .section-contents .sc-container .sc-list .sc-item {
  width: calc(33.33% - 40px);
}
.staffcast .section-contents .sc-container .sc-list .sc-item .position {
  padding-bottom: 5px;
  margin-bottom: 7px;
  color: #119474;
  border-bottom: solid 1px #90d1c1;
  box-sizing: border-box;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.5em;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0 0 0.2em;
  width: 80px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  background: url(../images/button-bg-normal.jpg) center center;
  border: solid 2px #594d44;
  box-sizing: border-box;
  transition: background 0.3s, border 0.3s;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name a:hover {
  background: url(../images/button-bg-hover.jpg) left center;
  border: solid 2px #208d7f;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .sub {
  margin-left: -0.5em;
}
.staffcast .section-contents .sc-container.sc-cast {
  margin-top: 60px;
}
.staffcast .section-contents .sc-container.sc-cast h3 {
  color: #b06137;
}
.staffcast .section-contents .sc-container.sc-cast .sc-list .sc-item .position {
  color: #b06137;
  border-bottom: solid 1px #debaa6;
}

.page-sc {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .staffcast {
    padding-bottom: 100px;
  }
  .staffcast .section-bg {
    background-size: 254px 369px, 206px 473px;
    background-position: right -140px top 358px, left -175px bottom 40px;
  }
  .staffcast h2 {
    width: 286px;
  }
  .staffcast .section-contents .sc-container h3 {
    font-size: 30px;
  }
  .staffcast .section-contents .sc-container .sc-list {
    row-gap: 25px;
    column-gap: 20px;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item {
    width: calc(50% - 10px);
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .position {
    font-size: 12px;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .name {
    font-size: 15px;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .name a {
    padding: 0;
    width: 60px;
    height: 15px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .name .sp {
    display: block;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .name.small {
    font-size: 13px;
  }
  .staffcast .section-contents .sc-container .sc-list .sc-item .sub {
    font-size: 11px;
    white-space: nowrap;
  }
}
.modaal-container {
  max-width: 100%;
  background: url(../images/main-bg.jpg) center center no-repeat;
  background-size: cover;
}

.modaal-close {
  width: 100px;
  height: 100px;
  border-radius: 0;
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  width: 80%;
  background: #fff;
}
.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.5s ease;
}
.modaal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.modaal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.comment-container {
  display: none;
  gap: 30px;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1030px;
  box-sizing: border-box;
}
.comment-container.active {
  display: flex;
}
.comment-container .comment-left {
  width: 35.53%;
}
.comment-container .comment-right {
  width: 100%;
}
.comment-container .comment-right .comment-name {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #90d1c1;
  box-sizing: border-box;
}
.comment-container .comment-right .comment-name .position {
  margin-bottom: 10px;
  font-size: 25px;
  color: #119474;
  line-height: 1em;
}
.comment-container .comment-right .comment-name .name {
  font-size: 40px;
  line-height: 1em;
}
.comment-container .comment-right .comment-text .question {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
}
.comment-container .comment-right .comment-text .answer {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .modaal-close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .modaal-inner-wrapper {
    padding: 80px 5%;
  }
  .modaal-content-container {
    padding: 20px;
  }
  .comment-container {
    flex-direction: column;
    padding: 0;
  }
  .comment-container .comment-left {
    margin: 0 auto;
    width: 80%;
  }
  .comment-container .comment-right {
    width: 100%;
  }
  .comment-container .comment-right .comment-text p {
    font-size: 14px;
  }
  .comment-container .comment-right .comment-text .answer {
    font-size: 14px;
  }
}
.books {
  overflow: hidden;
}
.books .section-bg img {
  position: absolute;
  width: 1134px;
}
.books .section-bg img.color {
  mix-blend-mode: color-burn;
}
.books .section-bg img:first-child, .books .section-bg img:nth-of-type(3) {
  top: 84px;
  left: 50%;
  transform: translate3d(-1209px, 0, 0);
}
.books .section-bg img:nth-of-type(2), .books .section-bg img:last-child {
  bottom: -24px;
  left: 50%;
  transform: translate3d(563px, 0, 0);
}
.books .section-contents {
  width: 100%;
}
.books .section-contents .books-text {
  text-align: right;
}
.books .section-contents .books-text .title {
  margin: 0 -0.5em 10px 0;
  font-size: 30px;
  font-weight: 900;
}
.books .section-contents .books-text .staff {
  margin-bottom: 5px;
  font-size: 20px;
}
.books .section-contents .books-text .staff .space {
  margin-left: 1em;
}
.books .section-contents .books-text .sub {
  margin-bottom: 20px;
}
.books .section-contents .books-text .release {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}
.books .section-contents .books-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 5.55%;
}
.books .section-contents .books-list .books-item {
  width: 15.56%;
  text-align: center;
}
.books .section-contents .books-list .books-item img {
  margin-bottom: 5px;
  box-shadow: 0 0 10px rgba(34, 34, 30, 0.3);
  transition: box-shadow 0.3s;
}
.books .section-contents .books-list .books-item img:hover {
  box-shadow: 0 0 3px rgba(34, 34, 30, 0.3);
}
.books .section-contents .books-list .books-item p {
  transition: opacity 0.3s;
}
.books .section-contents .books-list .books-item p:hover {
  opacity: 0.5;
}

.page-books {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .books h2 {
    width: 275px;
  }
  .books .section-contents .books-text .title {
    font-size: 20px;
  }
  .books .section-contents .books-text .staff {
    font-size: 15px;
  }
  .books .section-contents .books-text .sub {
    font-size: 12px;
  }
  .books .section-contents .books-text .release {
    font-size: 15px;
  }
  .books .section-contents .books-list {
    row-gap: 20px;
    column-gap: 5.21vw;
  }
  .books .section-contents .books-list .books-item {
    width: calc(33.33% - 3.47vw);
  }
}
footer {
  position: sticky;
  padding-top: 60px;
  top: 100vh;
  background: rgba(255, 255, 255, 0.5);
}
footer .banner-container {
  display: flex;
  justify-content: center;
}
footer .banner-container a {
  display: block;
  width: 346px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
footer .banner-container a:hover {
  opacity: 0.5;
}
footer .credit {
  padding: 60px 0;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  footer .banner-container a {
    width: 173px;
  }
  footer .credit {
    padding: 30px 0;
  }
  footer .credit .sp {
    display: block;
  }
}
.page-news {
  padding-top: 60px;
}
.page-news .section-bg {
  background-image: url(../images/news-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  filter: brightness(1.5);
}
.page-news .news {
  background: none;
}
.page-news .pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.page-news .pagination .num-list {
  display: flex;
  gap: 20px;
}
.page-news .pagination .common-button {
  width: 40px;
  height: 40px;
}
.page-news .pagination .common-button a {
  background-size: 300% 100%;
}
.page-news .pagination .common-button:hover a {
  background-size: 300% 100%;
}
.page-news .pagination .common-button.active {
  background: #208d7f;
}
.page-news .pagination .common-button.active::before {
  background: #80beb8;
}
.page-news .pagination .common-button.active a {
  background: url(../images/button-bg-hover.jpg);
  background-size: 300% 100%;
}
.page-news .pagination .common-button.prev-button .arrow, .page-news .pagination .common-button.next-button .arrow {
  right: 50%;
  transform: translate3d(50%, -50%, 0);
}
.page-news .pagination .common-button.prev-button.off, .page-news .pagination .common-button.next-button.off {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
.page-news .pagination .common-button.prev-button .arrow {
  transform: translate3d(50%, -50%, 0) scale(-1, 1);
}

@media only screen and (max-width: 768px) {
  .page-news .section-bg {
    background-size: 529px 807px;
    background-position: -293px -267px;
  }
  .page-news .pagination .num-list {
    display: none;
  }
  .page-news .pagination .num-container {
    display: flex;
    width: 110px;
    pointer-events: none;
  }
  .page-news .pagination .num-container p {
    letter-spacing: 0.3em;
  }
}
.page-article {
  padding-top: 60px;
}
.page-article .article {
  background: none;
}
.page-article .article .section-bg {
  background-position: left 0 top -560px;
  filter: brightness(1.5);
}
.page-article .article .inner {
  display: block;
  padding: 0;
  max-width: 100%;
}
.page-article .article .inner > h2 {
  padding: 0 60px;
  margin: 0 auto 60px;
  max-width: 1200px;
  box-sizing: border-box;
}
.page-article .article .inner > h2 img {
  margin-left: auto;
}
.page-article .article .section-contents {
  max-width: 100%;
}
.page-article .article .section-contents .article-title-container {
  padding: 30px 0;
  margin-bottom: 60px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.page-article .article .section-contents .article-title-container .wrapper {
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.page-article .article .section-contents .article-title-container .wrapper .date {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #2ebc99;
}
.page-article .article .section-contents .article-title-container .wrapper .title {
  font-size: 30px;
  line-height: 1.2em;
}
.page-article .article .section-contents .article-text-container {
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.page-article .article .section-contents .article-text-container p {
  margin-bottom: 30px;
}
.page-article .article .section-contents .article-text-container p a {
  color: #119474;
  text-decoration: underline;
  font-weight: 900;
  transition: opacity 0.3s;
}
.page-article .article .section-contents .article-text-container p a:hover {
  opacity: 0.5;
}
.page-article .article .section-contents .article-text-container h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  color: #119474;
}
.page-article .article .section-contents .article-text-container h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
  width: 100%;
}
.page-article .article .section-contents .article-text-container h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 900;
}
.page-article .article .section-contents .article-text-container img {
  margin: 0 auto 30px;
  max-width: 100%;
  width: auto;
}
.page-article .article .section-contents .article-text-container .yt {
  position: relative;
  margin: 0 auto 30px;
  max-width: 692px;
  width: 100%;
}
.page-article .article .section-contents .article-text-container .yt::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page-article .article .section-contents .article-text-container .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-article .article .section-contents .article-text-container blockquote {
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.page-article .article .section-contents .article-text-container blockquote p:last-child {
  margin: 0;
}
.page-article .article .section-contents .back-button {
  margin: 60px auto 0;
}
.page-article .article .section-contents .back-button a .arrow {
  right: auto;
  left: 17px;
  transform: translate3d(0, -50%, 0) scale(-1, 1);
  transition: left 0.3s ease;
}
.page-article .article .section-contents .back-button:hover a .arrow {
  left: 7px;
}

@media only screen and (max-width: 768px) {
  .page-article .article .inner > h2 {
    padding: 0;
    margin: 0 5% 60px auto;
  }
  .page-article .article .section-contents .article-title-container {
    margin-bottom: 40px;
  }
  .page-article .article .section-contents .article-title-container .wrapper {
    padding: 0 5%;
  }
  .page-article .article .section-contents .article-title-container .wrapper .date {
    font-size: 15px;
  }
  .page-article .article .section-contents .article-title-container .wrapper .title {
    font-size: 20px;
  }
  .page-article .article .section-contents .article-text-container {
    padding: 0 5%;
  }
  .page-article .article .section-contents .article-text-container h1 {
    font-size: 20px;
  }
  .page-article .article .section-contents .article-text-container h2 {
    font-size: 18px;
  }
  .page-article .article .section-contents .article-text-container h3 {
    font-size: 16px;
  }
  .page-article .article .section-contents .article-text-container blockquote {
    padding: 20px;
  }
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(../images/main-bg.jpg) center top no-repeat, #eae7d7;
  background-size: cover;
  z-index: 1000;
}
.loading img {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .loading img {
    width: 150px;
  }
}
.page-bluray {
  padding-top: 60px;
}
.page-bluray h2 {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1200px;
  width: 100%;
}

.bluray-title {
  margin: 40px 0 60px;
  padding: 40px 0;
  width: 100%;
  font-size: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.bluray-contents {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 812px;
  width: 100%;
  box-sizing: border-box;
}
.bluray-contents .bluray-jacket, .bluray-contents p {
  margin-bottom: 30px;
}
.bluray-contents .bluray-jacket {
  max-width: 500px;
  margin: 0 auto 30px;
}
.bluray-contents h3 {
  color: #119474;
}
.bluray-contents p {
  font-weight: 500;
  line-height: 1.5em;
}

.bluray-container {
  margin-bottom: 80px;
}

.privilege-container {
  margin: 0 auto 80px;
  padding: 0 60px;
  max-width: 812px;
  box-sizing: border-box;
}
.privilege-container .bluray-jacket, .privilege-container p {
  margin-bottom: 30px;
}
.privilege-container .bluray-jacket {
  margin: 0 auto 30px;
  max-width: 450px;
}
.privilege-container h3 {
  color: #b06137;
}
.privilege-container p {
  font-weight: 500;
  line-height: 1.5em;
}
.privilege-container .privilege-title {
  font-size: 25px;
  color: #b06137;
  text-align: center;
}
.privilege-container .privilege-title p {
  font-weight: 900;
}
.privilege-container .privilege-box {
  margin-top: 60px;
  width: calc(50% - 30px);
}
.privilege-container .privilege-box.fast-book {
  margin: 60px auto 0;
}
.privilege-container .privilege-box .store-name {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #b06137;
}
.privilege-container .privilege-box .store-name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b06137;
}
.privilege-container .privilege-box .item-name {
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}
.privilege-container .store-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.privilege-container.store h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.privilege-container.store .bluray-jacket p {
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .bluray-title {
    font-size: 20px;
  }
  .bluray-title .sp {
    display: block;
  }
  .bluray-contents {
    padding: 0 5%;
  }
  .privilege-container {
    padding: 0 5%;
  }
  .privilege-container .privilege-box {
    width: 100%;
  }
}
.page-music {
  padding-top: 60px;
}
.page-music h2 {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1200px;
  width: 100%;
}

.music-title {
  margin: 40px 0 60px;
  padding: 40px 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.music-title .subtitle {
  margin: 0 0 20px -0.2em;
  font-size: 18px;
  color: #119474;
  letter-spacing: 0.2em;
}
.music-title .music-title-text {
  margin-bottom: 10px;
  font-size: 30px;
}
.music-title .music-title-name {
  font-size: 20px;
}

.music-contents {
  margin: 0 auto 100px;
  padding: 0 60px;
  max-width: 812px;
  width: 100%;
  box-sizing: border-box;
}
.music-contents .artist-pic, .music-contents p {
  margin-bottom: 30px;
}
.music-contents h3 {
  color: #119474;
}
.music-contents p {
  font-weight: 500;
  line-height: 1.5em;
}
.music-contents p a {
  text-decoration: underline;
  font-weight: 900;
  transition: opacity 0.3s;
  word-break: break-all;
}
.music-contents p a:hover {
  opacity: 0.5;
}

.ost-container .music-title .subtitle {
  color: #b06137;
}
.ost-container .music-contents h3 {
  color: #b06137;
}

@media only screen and (max-width: 768px) {
  .music-title {
    font-size: 20px;
  }
  .music-title .sp {
    display: block;
  }
  .music-contents {
    padding: 0 5%;
  }
}
.page-onair {
  padding-top: 60px;
}

.onair .section-bg {
  background: url(../images/sc-bg1.png) right top no-repeat, url(../images/sc-bg2.png) left bottom no-repeat;
  mix-blend-mode: color-burn;
}
.onair .section-contents .onair-container {
  margin-bottom: 60px;
}
.onair .section-contents .onair-container h3 {
  margin-bottom: 40px;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #119474;
  line-height: 1em;
}
.onair .section-contents .onair-container h4 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.2em;
}
.onair .section-contents .onair-container .onair-item {
  margin-bottom: 30px;
}
.onair .section-contents .onair-container .onair-name {
  margin-bottom: 5px;
  font-size: 20px;
  color: #119474;
}
.onair .section-contents .onair-container .onair-time {
  margin-bottom: 5px;
  font-size: 20px;
}
.onair .section-contents .onair-container.streaming-container h3 {
  color: #b06137;
}
.onair .section-contents .onair-container.streaming-container .onair-name {
  color: #b06137;
}
.onair .section-contents .onair-container.streaming-container .onair-text {
  font-size: 20px;
  color: #b06137;
  line-height: 1.5em;
}
.onair .section-contents .onair-container a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.onair .section-contents .onair-container a:hover {
  opacity: 0.5;
}

.page-story {
  padding-top: 60px;
}
.page-story h2 {
  padding: 0 60px;
  margin: 0 auto 60px;
  max-width: 1200px;
  box-sizing: border-box;
}

.select-container .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.select-button {
  width: 47px;
  cursor: pointer;
}
.select-button.swiper-slide-thumb-active {
  background: #208d7f;
  pointer-events: none;
}
.select-button.swiper-slide-thumb-active::before {
  background: #80beb8;
}
.select-button.swiper-slide-thumb-active a {
  background: url(../images/button-bg-hover.jpg);
  background-size: 100% 100%;
}
.select-button.swiper-slide-thumb-active a .arrow {
  right: 7px;
}

.story-title {
  padding: 30px 0;
  margin: 60px 0;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.story-title .wrapper {
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.story-title .wrapper .story-num {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #2ebc99;
  text-align: center;
}
.story-title .wrapper .story-num span {
  font-size: 40px;
}
.story-title .wrapper .story-title-text {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
}

.story-box {
  z-index: 0;
}
.story-box.swiper-slide-active {
  z-index: 1;
}

.story-ss-container {
  margin: 0 auto;
  max-width: 692px;
}

.story-thumb-container {
  margin: 0 auto;
  max-width: 692px;
}
.story-thumb-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  gap: 1px;
}
.story-thumb-container .swiper-wrapper .story-thumb {
  position: relative;
  flex-shrink: initial;
  cursor: pointer;
  pointer-events: initial;
}
.story-thumb-container .swiper-wrapper .story-thumb::before, .story-thumb-container .swiper-wrapper .story-thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #b06137;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s;
}
.story-thumb-container .swiper-wrapper .story-thumb::before {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #fff;
}
.story-thumb-container .swiper-wrapper .story-thumb.swiper-slide-thumb-active {
  pointer-events: none;
}
.story-thumb-container .swiper-wrapper .story-thumb.swiper-slide-thumb-active::before, .story-thumb-container .swiper-wrapper .story-thumb.swiper-slide-thumb-active::after {
  opacity: 1;
}

.story-text {
  margin: 40px auto 0;
  max-width: 692px;
}

.story-movie {
  margin: 40px auto;
  max-width: 692px;
  width: 100%;
  aspect-ratio: 16/9;
}
.story-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.page-correlation {
  padding-top: 60px;
}
.page-correlation h2 {
  padding: 0 60px;
  margin: 0 auto 60px;
  max-width: 1200px;
  box-sizing: border-box;
}
.page-correlation .select-container {
  margin-bottom: 60px;
}
.page-correlation .select-container .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.page-correlation .select-container .swiper-wrapper .select-item {
  width: auto;
  color: #fff;
  cursor: pointer;
}
.page-correlation .select-container .swiper-wrapper .select-item a {
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
}
.page-correlation .select-container .swiper-wrapper .select-item.swiper-slide-thumb-active {
  background: #208d7f;
  pointer-events: none;
}
.page-correlation .select-container .swiper-wrapper .select-item.swiper-slide-thumb-active::before {
  background: #80beb8;
}
.page-correlation .select-container .swiper-wrapper .select-item.swiper-slide-thumb-active a {
  background: url(../images/button-bg-hover.jpg);
  background-size: 100% 100%;
}

.correlation-container {
  margin: 0 auto;
  max-width: 768px;
}

.correlation-modal-container {
  display: none;
  margin: 0 auto;
  max-width: 1200px;
}
.correlation-modal-container.active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .page-correlation h2 {
    padding: 0 5%;
  }
  .correlation-container {
    padding: 0 5%;
  }
}
.page-movie {
  padding-top: 60px;
}
.page-movie h2 {
  padding: 0 60px;
  margin: 0 auto 60px;
  max-width: 1200px;
  box-sizing: border-box;
}
.page-movie .movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1200px;
}
.page-movie .movie-list .movie-item {
  width: calc(50% - 20px);
}
.page-movie .movie-list .movie-item .movie-box {
  aspect-ratio: 16/9;
}
.page-movie .movie-list .movie-item .movie-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-movie .movie-list .movie-item p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-movie h2 {
    padding: 0 5%;
  }
  .page-movie .movie-list {
    flex-direction: column;
    padding: 0 5%;
  }
  .page-movie .movie-list .movie-item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */