@charset "UTF-8";
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;
}

.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: 400;
  color: #001924;
  background: #fff;
}

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-tk {
  font-family: "Teko", sans-serif;
}

.sp {
  display: none;
}

.page {
  background: url(../images/bg-news.jpg) repeat, #fff;
  animation: scrollHorizontal 60s infinite linear;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.firstview {
  display: flex;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 1920/1358;
  background: url(../images/kv1.jpg) center top no-repeat, #0599d9;
  background-size: cover;
}
.firstview h1 {
  width: 31vw;
}
.firstview .right-column {
  padding: 2.6vw 2.6vw 0 0;
  width: 30%;
}
.firstview .right-column .pv-container {
  position: relative;
}
.firstview .right-column .pv-container .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 0.2em 0 0 0.1em;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #0599d9;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  border: solid 1px #0599d9;
}
.firstview .right-column .pv-container img {
  transition: filter 0.3s;
}
.firstview .right-column .pv-container:hover img {
  filter: brightness(0.5);
}
.firstview .right-column .banner-container {
  margin-top: 1.6vw;
}
.firstview .right-column .banner-container .banner-box {
  transition: opacity 0.3s;
}
.firstview .right-column .banner-container .banner-box:not(:first-child) {
  margin-top: 1.6vw;
}
.firstview .right-column .banner-container .banner-box:hover {
  opacity: 0.5;
}
.firstview .right-column .twitter-container {
  margin-top: 1.6vw;
  aspect-ratio: 512/500;
}
.firstview .right-column .twitter-container .twitter-timeline {
  width: 100%;
  height: 100%;
}
.firstview .right-column .twitter-container .twitter-timeline iframe {
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  .firstview {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 4.6vw;
    background-size: 212% auto;
    aspect-ratio: initial;
  }
  .firstview h1 {
    width: auto;
  }
  .firstview .right-column {
    padding: 30px 5%;
    width: 100%;
  }
  .firstview .right-column .banner-container {
    margin-top: 30px;
  }
  .firstview .right-column .banner-container .banner-box:not(:first-child) {
    margin-top: 30px;
  }
}
header {
  padding: 3vw 0 0 3%;
  width: 39%;
}
header .fv-onair {
  margin: 1.6vw 0 0 0.5vw;
  text-shadow: 0 0 10px #0599d9, 0 0 10px #0599d9, 0 0 10px #0599d9;
}
header .fv-onair p {
  font-size: 2.1vw;
  color: #fff;
  font-weight: 700;
}
header .fv-onair p .font-grade {
  /*
  background: linear-gradient(to bottom, $cheat-white 25%, $cheat-yellow 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  color: #fff212;
}
header .fv-onair p .font-large {
  font-size: 3.1vw;
}
header .fv-onair p .font-tk {
  font-size: 2.6vw;
}
header .fv-onair p .font-small {
  font-size: 1.6vw;
}
header .fv-onair p .jp {
  font-size: 2vw;
}
header nav {
  position: relative;
  margin: 2.1vw 0 0 0.5vw;
  width: fit-content;
}
header nav .menu-list {
  border-left: solid 1px #fff;
}
header nav .menu-list .menu-item {
  height: 3.1vw;
  font-size: 1.8vw;
  color: #fff;
  text-shadow: 0 0 10px #0599d9, 0 0 10px #0599d9, 0 0 10px #0599d9;
}
header nav .menu-list .menu-item a {
  display: flex;
  align-items: center;
  padding-left: 1.25vw;
  width: 100%;
  height: 100%;
}
header nav .active-line {
  position: absolute;
  top: 0;
  left: 3px;
  width: 3px;
  height: 30px;
  background: #fff212;
  opacity: 0;
  transition: opacity 0.1s;
  pointer-events: none;
}
header nav .active-line.anim {
  opacity: 1;
}

.page header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  width: 100%;
  height: 80px;
  z-index: 500;
}
.page header h1 {
  margin: 12px 0 0 20px;
  width: 208px;
}
.page header nav {
  margin: 0 25px 0 0;
}
.page header nav .menu-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.page header nav .menu-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: #0599d9;
  pointer-events: none;
}
.page header nav .menu-list .menu-item {
  height: 100%;
  font-size: 1.04vw;
  color: #001924;
  text-shadow: none;
}
.page header nav .menu-list .menu-item a {
  padding: 0 1.3vw;
}
.page header nav .active-line {
  position: absolute;
  top: initial;
  bottom: 23px;
  left: 0;
  width: 3px;
  height: 5px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  header {
    margin-top: 98.7vw;
    padding: 0 5%;
    width: 100%;
  }
  header .fv-onair p {
    font-size: 8vw;
    text-align: center;
  }
  header .fv-onair p .font-large {
    font-size: 7.3vw;
  }
  header .fv-onair p .font-tk {
    font-size: 6vw;
  }
  header .fv-onair p .font-small {
    font-size: 3.6vw;
  }
  header .fv-onair p .jp {
    font-size: 5vw;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    pointer-events: none;
    z-index: 500;
    transition: opacity 1s 0s;
  }
  header nav .logo {
    margin: 12px 0 0 20px;
    width: 207px;
  }
  header nav .menu-list {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, calc(-50% + 30px), 0);
    padding-left: 20px;
    border-left: solid 1px #0599d9;
  }
  header nav .menu-list .menu-item {
    height: 1.56em;
    font-size: 25px;
    color: #001924;
    transform: translate3d(50px, 0, 0);
    opacity: 0;
    transition: transform 0.3s 0s ease, opacity 0.3s 0s;
    text-shadow: none;
  }
  header nav .menu-list .menu-item:nth-of-type(2) {
    transition-delay: 0.05s;
  }
  header nav .menu-list .menu-item:nth-of-type(3) {
    transition-delay: 0.1s;
  }
  header nav .menu-list .menu-item:nth-of-type(4) {
    transition-delay: 0.15s;
  }
  header nav .menu-list .menu-item:nth-of-type(5) {
    transition-delay: 0.2s;
  }
  header nav .menu-list .menu-item:nth-of-type(6) {
    transition-delay: 0.25s;
  }
  header nav .menu-list .menu-item:nth-of-type(7) {
    transition-delay: 0.3s;
  }
  header .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 67px;
    mix-blend-mode: difference;
    z-index: 501;
  }
  header .menu-button .menu-line-container {
    position: relative;
    width: 60px;
    height: 17px;
  }
  header .menu-button .menu-line-container .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  header .menu-button .menu-line-container .menu-line::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fa6626;
    transition: width 0.3s ease;
  }
  header .menu-button .menu-line-container .menu-line:first-child {
    top: 0;
  }
  header .menu-button .menu-line-container .menu-line:first-child::before {
    left: 0;
  }
  header .menu-button .menu-line-container .menu-line:last-child {
    bottom: 0;
  }
  header .menu-button .menu-line-container .menu-line:last-child::before {
    right: 0;
  }
  header.open nav {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 0s;
  }
  header.open nav .menu-list .menu-item {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.3s 0.1s ease, opacity 0.3s 0.1s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  header.open nav .menu-list .menu-item:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  header.open .menu-button .menu-line-container .menu-line:first-child::before {
    width: 0;
  }
  header.open .menu-button .menu-line-container .menu-line:last-child::before {
    width: 0;
  }
  header.open .menu-button.anim .menu-line-container {
    height: 2px;
  }
  header.open .menu-button.anim .menu-line-container .menu-line:first-child {
    transform: rotate(30deg);
  }
  header.open .menu-button.anim .menu-line-container .menu-line:first-child::before {
    width: 100%;
  }
  header.open .menu-button.anim .menu-line-container .menu-line:last-child {
    transform: rotate(-30deg);
  }
  header.open .menu-button.anim .menu-line-container .menu-line:last-child::before {
    width: 100%;
  }
  header.open.close-anim .menu-button .menu-line-container {
    height: 2px;
  }
  header.open.close-anim .menu-button .menu-line-container .menu-line:first-child {
    transform: rotate(30deg);
  }
  header.open.close-anim .menu-button .menu-line-container .menu-line:last-child {
    transform: rotate(-30deg);
  }
  .page header {
    margin: 0;
  }
  .page header nav .menu-list {
    flex-direction: column;
    position: absolute;
    height: auto;
  }
  .page header nav .menu-list::before {
    display: none;
  }
  .page header nav .menu-list .menu-item {
    height: 1.56em;
    font-size: 25px;
  }
  .page header nav .active-line {
    opacity: 0;
  }
}
section {
  position: relative;
  padding: 2.2vw 0 13vw 0;
}
section .section-bg {
  position: absolute;
  top: -5.2vw;
  left: 0;
  transform: skewY(5deg);
  width: 100%;
  height: calc(100% + 10vw);
  overflow: hidden;
}
section .section-bg p {
  margin-left: -1vw;
  transform: skewY(-5deg);
  font-size: 20vw;
  font-weight: 700;
  opacity: 0;
}
section .section-bg p span {
  position: relative;
  left: 50px;
  opacity: 0;
}
section .section-bg.type-news {
  background: url(../images/bg-news.jpg) repeat, #fff;
  animation: scrollHorizontal 60s infinite linear;
}
section .section-bg.type-news img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) skew(-5deg);
}
section .section-bg.type-news p {
  color: #ececec;
}
section .section-bg.type-intro {
  background: url(../images/bg-intro.jpg) center center;
  /*
  @media only screen and (max-width: 1050px) {
    background-size: 150% auto;
  }
  */
}
section .section-bg.type-intro img {
  position: absolute;
  top: 0;
  left: 0;
}
section .section-bg.type-intro p {
  color: #fff;
  mix-blend-mode: overlay;
}
section .section-bg.type-chara {
  background: url(../images/bg-news.jpg) repeat, #fff;
  animation: scrollHorizontal 60s infinite linear;
}
section .section-bg.type-chara p {
  color: #ececec;
}
section .section-bg.type-staffcast {
  background: url(../images/bg-staffcast-dot.png) center, #0599d9;
  animation: scrollVertical 10s infinite linear;
}
section .section-bg.type-staffcast .bg-staffcast1, section .section-bg.type-staffcast .bg-staffcast2, section .section-bg.type-staffcast .bg-staffcast3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
}
section .section-bg.type-staffcast .bg-staffcast1 {
  background: url(../images/bg-staffcast1.png);
  background-size: 120% auto;
}
section .section-bg.type-staffcast .bg-staffcast2 {
  background: url(../images/bg-staffcast2.png) center;
  background-size: 2400px auto;
}
section .section-bg.type-staffcast .bg-staffcast3 {
  background: url(../images/bg-staffcast3.png) center;
  background-size: 2304px auto;
}
section .section-bg.type-staffcast .wrapper {
  opacity: 0.2;
}
section .section-bg.type-staffcast p {
  color: #fff;
}
section .section-bg.type-books {
  height: calc(100% + 5vw);
  background: url(../images/bg-news.jpg) repeat, #fff;
  animation: scrollHorizontal 60s infinite linear;
}
section .section-bg.type-books p {
  color: #ececec;
}
section .section-bg.type-story, section .section-bg.type-package {
  height: calc(100% + 5vw);
  background: url(../images/bg-news.jpg) repeat, #fff;
  animation: scrollHorizontal 60s infinite linear;
}
section .section-bg.type-story p, section .section-bg.type-package p {
  color: #ececec;
}
section h2, section .section-contents {
  position: relative;
}
section h2 {
  padding-left: 60px;
  font-size: 30px;
}
section h2::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: calc(100% - 60px);
  height: 1px;
  background: #0599d9;
}
section h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: -4.4vw;
  width: 8.3vw;
  height: 2.6vw;
  background: url(../images/section-title-deco.png);
  background-size: 100% 100%;
}
section.section-reverse .section-bg {
  transform: skewY(-5deg);
}
section.section-reverse .section-bg p {
  margin: 0 -1vw 0 0;
  transform: skewY(5deg);
  text-align: right;
}
section.section-reverse .section-bg p span {
  left: initial;
  right: 50px;
}
section.section-reverse h2 {
  padding: 0 60px 0 0;
  text-align: right;
}
section.section-reverse h2::before {
  left: 0;
  right: initial;
}
section.section-reverse h2::after {
  left: 30px;
  right: initial;
  transform: scale(-1, 1);
}

.page section {
  margin-top: -100px;
  padding: 200px 0 13vw 0;
  overflow: hidden;
}
.page section .section-bg {
  top: -100px;
  height: calc(100% + 150px);
}
.page section .section-bg p {
  margin-top: 163px;
}

@keyframes scrollHorizontal {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1920px; /* 画像の横幅分を指定 */
  }
}
@keyframes scrollVertical {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -720px; /* 画像の横幅分を指定 */
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 6vw 0 20vw 0;
  }
  section .section-bg p {
    margin-top: 7vw;
    font-size: 32.6vw;
    line-height: 0.64em;
  }
  section .section-bg.type-intro {
    background: url(../images/bg-intro-sp.jpg) center center;
    background-size: 100% auto;
  }
  section .section-bg.type-books {
    height: calc(100% + 15vw);
  }
  section h2 {
    padding-left: 5%;
    font-size: 25px;
  }
  section h2::before {
    width: 95%;
  }
  section h2::after {
    right: 5%;
    bottom: -10vw;
    width: 20.8vw;
    height: 6.5vw;
  }
  section.section-reverse .section-bg p {
    margin: 7vw -1vw 0 0;
  }
  section.section-reverse h2 {
    padding: 0 5% 0 0;
  }
  section.section-reverse h2::after {
    left: 5%;
  }
  .page section {
    padding: 120px 0 150px 0;
  }
  .page section .section-bg {
    height: calc(100% + 260px);
  }
  .page section .section-bg p {
    margin-top: 205px;
  }
}
.common-button {
  position: relative;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #0599d9;
  overflow: hidden;
  z-index: 1;
}
.common-button .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.common-button .inner p {
  transition: color 0.3s;
}
.common-button.type-wide {
  width: 200px;
}
.common-button.type-wide .inner p {
  padding-top: 0.2em;
  font-size: 20px;
}
.common-button.type-wide::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 1px;
  background: #0599d9;
  transition: width 0.3s ease, background 0.3s;
}
.common-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0599d9;
  z-index: -1;
  transition: width 0.3s ease;
}
.common-button:hover .inner p {
  color: #fff;
}
.common-button:hover::before {
  width: 100%;
}
.common-button:hover::after {
  width: 30px;
  background: #fff;
}

.section-news .section-contents {
  margin: 8.3vw auto 0;
  padding: 0 30px;
  max-width: 860px;
}
.section-news .news-list .news-item {
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.section-news .news-list .news-item.inviewed {
  opacity: 1;
}
.section-news .news-list .news-item a {
  position: relative;
  display: flex;
  padding: 50px 10px;
  border-bottom: solid 1px #0599d9;
  z-index: 1;
}
.section-news .news-list .news-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff212;
  transition: width 0.3s ease;
  z-index: -1;
}
.section-news .news-list .news-item a .news-title {
  width: calc(100% - 50px);
}
.section-news .news-list .news-item a .news-title .date {
  font-size: 20px;
  color: #0599d9;
}
.section-news .news-list .news-item a .news-title .title {
  font-size: 20px;
  line-height: 1.2em;
}
.section-news .news-list .news-item a .news-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.section-news .news-list .news-item a .news-arrow .common-button {
  width: 40px;
}
.section-news .news-list .news-item a .news-arrow .common-button .inner p {
  padding-top: 0.4em;
  font-size: 12px;
  color: #0599d9;
}
.section-news .news-list .news-item:hover a:before {
  width: 100%;
}
.section-news .news-list .news-item:hover a .news-arrow .common-button::before {
  width: 100%;
}
.section-news .news-list .news-item:hover a .news-arrow .common-button .inner p {
  color: #fff;
}
.section-news .more-button {
  margin: 60px auto 0;
}

.pagination {
  display: flex;
  gap: 20px;
  margin: 60px auto 0;
  width: fit-content;
}
.pagination .prev-button, .pagination .next-button, .pagination .num-button {
  width: 40px;
  height: 40px;
}
.pagination .prev-button img, .pagination .next-button img, .pagination .num-button img {
  width: 10px;
  transition: filter 0.3s;
}
.pagination .prev-button p, .pagination .next-button p, .pagination .num-button p {
  font-size: 20px;
}
.pagination .prev-button:hover img, .pagination .next-button:hover img, .pagination .num-button:hover img {
  filter: brightness(20);
}
.pagination .prev-button.off, .pagination .next-button.off, .pagination .num-button.off {
  pointer-events: none;
  opacity: 0.2;
}
.pagination .prev-button .inner {
  padding-right: 0.2em;
}
.pagination .prev-button img {
  transform: scale(-1, 1);
}
.pagination .next-button .inner {
  padding-left: 0.2em;
}
.pagination .num-button .inner {
  padding-top: 0.2em;
}
.pagination .num-button.active::before {
  width: 100%;
  background: #fff212;
}
.pagination .num-list {
  display: flex;
  gap: 20px;
}
.pagination .num-container {
  display: none;
}

.section-article .article-title {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #0599d9;
}
.section-article .article-title .date {
  font-size: 30px;
  color: #0599d9;
}
.section-article .article-title .title {
  font-size: 30px;
  font-weight: 500;
}
.section-article .article-text p, .section-article .article-text h1, .section-article .article-text h2, .section-article .article-text h3, .section-article .article-text .yt, .section-article .article-text blockquote {
  margin-bottom: 30px;
  text-align: justify;
}
.section-article .article-text p {
  line-height: 1.5em;
}
.section-article .article-text p a {
  font-weight: 700;
  color: #0599d9;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-article .article-text p a:hover {
  opacity: 0.5;
}
.section-article .article-text p img {
  max-width: 100%;
  width: auto;
}
.section-article .article-text h1 {
  font-size: 30px;
  font-weight: 700;
  color: #0599d9;
  line-height: 1.2em;
}
.section-article .article-text h2 {
  padding: 0;
  font-size: 25px;
  line-height: 1.2em;
}
.section-article .article-text h2::before, .section-article .article-text h2::after {
  display: none;
}
.section-article .article-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.section-article .article-text .yt {
  width: 100%;
  aspect-ratio: 16/9;
}
.section-article .article-text .yt iframe {
  width: 100%;
  height: 100%;
}
.section-article .article-text blockquote {
  padding: 20px 20px;
  background: rgba(5, 153, 217, 0.2);
}
.section-article .article-text blockquote *:last-child {
  margin: 0;
}
.section-article .back-button {
  margin: 60px auto 0;
}
.section-article .back-button::after {
  left: 0;
  right: initial;
}

@media only screen and (max-width: 768px) {
  .section-news .section-contents {
    margin: 8.3vw auto 0;
    padding: 0 5%;
  }
  .section-news .news-list .news-item a {
    padding: 40px 0;
  }
  .section-news .news-list .news-item a .news-title {
    width: calc(100% - 60px);
  }
  .section-news .news-list .news-item a .news-title .date {
    font-size: 16px;
  }
  .section-news .news-list .news-item a .news-title .title {
    font-size: 16px;
  }
  .section-news .news-list .news-item a .news-arrow {
    justify-content: flex-end;
    width: 60px;
  }
  .pagination .num-list {
    display: none;
  }
  .pagination .num-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
  }
  .pagination .num-container .inner {
    padding-top: 0.3em;
  }
  .pagination .num-container .inner p {
    font-size: 20px;
  }
  .section-article .article-title {
    margin: 80px 0 30px;
    padding-bottom: 30px;
  }
  .section-article .article-title .date {
    font-size: 20px;
  }
  .section-article .article-title .title {
    font-size: 18px;
  }
  .section-article .article-text p {
    font-size: 14px;
  }
  .section-article .article-text h1 {
    font-size: 25px;
  }
  .section-article .article-text h2 {
    font-size: 20px;
  }
  .section-article .article-text h3 {
    font-size: 18px;
  }
}
.section-intro {
  margin-bottom: 5vw;
}
.section-intro .section-contents {
  margin: 8.9vw auto 0;
  padding: 0 30px;
  max-width: 1200px;
}
.section-intro .intro-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  color: #fff;
  text-shadow: 0 0 10px #174e66;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.section-intro .intro-text p strong {
  font-size: 30px;
  font-weight: 600;
  color: #fff212;
}
.section-intro .intro-text p:not(:first-child) {
  margin-top: 40px;
}
.section-intro .intro-text p img {
  width: 164px;
  transform: scale(0.6);
  transition: transform 0.5s 0.3s cubic-bezier(0.08, 1.32, 0.75, 1.67);
}
.section-intro .intro-text p.inviewed {
  opacity: 1;
}
.section-intro .intro-text p.inviewed img {
  transform: scale(1);
}

@media only screen and (max-width: 768px) {
  .section-intro {
    margin-bottom: 3vw;
  }
  .section-intro .section-contents {
    margin: 40vw auto 0;
    padding: 0 5%;
  }
  .section-intro .intro-text p {
    font-size: 15px;
    text-align: justify;
  }
  .section-intro .intro-text p strong {
    font-size: 20px;
  }
}
.section-chara {
  overflow: hidden;
}
.section-chara .section-contents {
  position: relative;
  margin: 9.5vw auto 0;
  padding: 30px;
  max-width: 1330px;
}
.section-chara .correlation-button {
  margin: 0 auto 60px;
  width: 200px;
}
.section-chara .correlation-button p {
  font-size: 30px;
  font-weight: 700;
}
.section-chara .chara-icon-container {
  position: absolute;
  top: 2.6vw;
  right: 30px;
  width: 70px;
}
.section-chara .chara-icon-container .bg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1px;
  height: calc(100% - 20px);
  background: #0599d9;
}
.section-chara .chara-icon-container .bg-line::before, .section-chara .chara-icon-container .bg-line::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 18px;
  height: 16px;
  background: url(../images/chara-icon-deco.png);
  background-size: cover;
}
.section-chara .chara-icon-container .bg-line::after {
  top: initial;
  bottom: -10px;
}
.section-chara .icon-container {
  position: relative;
  padding: 55px 0;
  width: 70px;
  height: 450px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 3%, black 8%, black 92%, transparent 97%);
  mask-image: linear-gradient(to bottom, transparent 3%, black 8%, black 92%, transparent 97%);
}
.section-chara .icon-container .chara-icon {
  position: relative;
  width: 70px;
  cursor: pointer;
}
.section-chara .icon-container .chara-icon::before, .section-chara .icon-container .chara-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #0599d9;
  box-sizing: border-box;
  z-index: 2;
}
.section-chara .icon-container .chara-icon::after {
  z-index: 1;
  border: solid 0 #fff212;
  transition: border 0.3s ease;
}
.section-chara .icon-container .chara-icon.swiper-slide-thumb-active::after {
  border: solid 5px #fff212;
}
.section-chara .icon-container .chara-icon:hover::after {
  border: solid 5px #fff212;
}
.section-chara .chara-profile-container {
  padding: 0 100px;
}
.section-chara .chara-box {
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "pic name" "pic profile" "pic space";
  overflow: hidden;
}
.section-chara .chara-box .chara-pic {
  grid-area: pic;
  position: relative;
  transform: translate3d(50px, 0, 0);
  width: min(520px,38vw);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s;
}
.section-chara .chara-box .chara-pic .vc-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  transition: opacity 0.3s;
}
.section-chara .chara-box .chara-pic .vc-button:hover {
  opacity: 0.5;
}
.section-chara .chara-box .child {
  display: none;
}
.section-chara .chara-box.child .adult {
  display: none;
}
.section-chara .chara-box.child .child {
  display: block;
}
.section-chara .chara-box .chara-name {
  grid-area: name;
}
.section-chara .chara-box .chara-name .chara-name-text .jp {
  display: flex;
  align-items: flex-end;
  transform: translate3d(50px, 0, 0);
  font-size: 50px;
  font-weight: 700;
  opacity: 0;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s;
}
.section-chara .chara-box .chara-name .chara-name-text .jp span {
  font-size: 28px;
}
.section-chara .chara-box .chara-name .chara-name-text .en {
  transform: translate3d(50px, 0, 0);
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 0.6em;
  opacity: 0;
  transition: transform 0.2s 0.2s ease, opacity 0.2s 0.2s;
}
.section-chara .chara-box .chara-name .chara-cv {
  transform: translate3d(50px, 0, 0);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  opacity: 0;
  transition: transform 0.2s 0.3s ease, opacity 0.2s 0.3s;
}
.section-chara .chara-box .chara-name .chara-cv .cv-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0 0 0.2em;
  width: 30px;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #0599d9;
  border-radius: 15px;
}
.section-chara .chara-box .chara-name .chara-cv .cv-name {
  font-size: 30px;
  font-weight: 700;
}
.section-chara .chara-box .chara-profile {
  grid-area: profile;
  transform: translate3d(50px, 0, 0);
  margin-top: 30px;
  padding: 30px 10px;
  border-top: solid 1px #0599d9;
  width: calc(100% - 35px);
  opacity: 0;
  transition: transform 0.2s 0.4s ease, opacity 0.2s 0.4s;
}
.section-chara .chara-box .chara-profile p {
  font-size: clamp(15px,1.5vw,20px);
  line-height: 2em;
  text-align: justify;
}
.section-chara .chara-box.anim .chara-pic {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section-chara .chara-box.anim .chara-name .chara-name-text .jp {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section-chara .chara-box.anim .chara-name .chara-name-text .en {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section-chara .chara-box.anim .chara-name .chara-cv {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section-chara .chara-box.anim .chara-profile {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .section-chara .section-contents {
    margin: 21vw auto 0;
    padding: 0;
  }
  .section-chara .chara-icon-container {
    position: relative;
    top: initial;
    right: initial;
    margin-bottom: 40px;
    width: 100%;
  }
  .section-chara .chara-icon-container .bg-line {
    width: calc(90% - 20px);
    height: 1px;
  }
  .section-chara .chara-icon-container .bg-line::before, .section-chara .chara-icon-container .bg-line::after {
    top: 50%;
    left: -10px;
    transform: translate3d(0, -50%, 0) rotate(90deg);
    width: 18px;
    height: 16px;
  }
  .section-chara .chara-icon-container .bg-line::after {
    left: initial;
    bottom: initial;
    right: -10px;
  }
  .section-chara .icon-container {
    margin: 0 auto;
    padding: 0 50px;
    width: 372px;
    height: 53px;
    -webkit-mask-image: linear-gradient(to right, transparent 3%, black 8%, black 92%, transparent 97%);
    mask-image: linear-gradient(to right, transparent 3%, black 8%, black 92%, transparent 97%);
  }
  .section-chara .chara-profile-container {
    padding: 0 5%;
  }
  .section-chara .chara-box {
    grid-template-rows: max-content max-content 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "name" "pic" "profile";
  }
  .section-chara .chara-box .chara-pic {
    width: 100%;
  }
  .section-chara .chara-box .chara-name {
    margin-bottom: 30px;
  }
  .section-chara .chara-box .chara-name .chara-name-text .jp {
    font-size: 48px;
  }
  .section-chara .chara-box .chara-name .chara-name-text .en {
    font-size: 18px;
  }
  .section-chara .chara-box .chara-profile {
    padding: 30px 0;
    width: 100%;
  }
  .section-chara .chara-box .chara-profile p {
    font-size: 16px;
  }
}
.section-staffcast h2::before {
  background: #80d9ff;
}
.section-staffcast .section-contents {
  margin: 9.6vw auto 0;
  padding: 0 30px;
  max-width: 1200px;
}
.section-staffcast .staffcast-container:first-child {
  margin-bottom: 70px;
}
.section-staffcast .staffcast-container h3 {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}
.section-staffcast .staffcast-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 2.63%;
}
.section-staffcast .staffcast-list .staffcast-item {
  width: 31.58%;
  opacity: 0;
  transition: opacity 0.3s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(5) {
  transition-delay: 0.4s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(6) {
  transition-delay: 0.5s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(7) {
  transition-delay: 0.6s;
}
.section-staffcast .staffcast-list .staffcast-item:nth-of-type(8) {
  transition-delay: 0.7s;
}
.section-staffcast .staffcast-list .staffcast-item .position {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0599d9;
  border-bottom: solid 1px #80d9ff;
}
.section-staffcast .staffcast-list .staffcast-item .name {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
.section-staffcast .staffcast-list .staffcast-item .name.type-origin {
  display: block;
}
.section-staffcast .staffcast-list .staffcast-item .name span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.section-staffcast .staffcast-list .staffcast-item .comment-button {
  position: relative;
  margin: 0.2em 0 0 10px;
  width: 60px;
  height: 20px;
  border-radius: 10px;
  border: solid 1px #0599d9;
  z-index: 1;
}
.section-staffcast .staffcast-list .staffcast-item .comment-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0599d9;
  z-index: -1;
  transition: width 0.3s ease;
}
.section-staffcast .staffcast-list .staffcast-item .comment-button .inner p {
  padding-top: 0.4em;
  font-size: 12px;
}
.section-staffcast .staffcast-list .staffcast-item .comment-button:hover::before {
  width: 100%;
}
.section-staffcast .staffcast-list .staffcast-item .comment-button:hover .inner p {
  color: #fff;
}
.section-staffcast .staffcast-list.inviewed .staffcast-item {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .section-staffcast .section-contents {
    margin: 21vw auto 0;
    padding: 0 5%;
  }
  .section-staffcast .staffcast-container h3 {
    font-size: 60px;
  }
  .section-staffcast .staffcast-list {
    column-gap: 6.4%;
  }
  .section-staffcast .staffcast-list .staffcast-item {
    width: 46.8%;
  }
  .section-staffcast .staffcast-list .staffcast-item .position {
    font-size: 15px;
  }
  .section-staffcast .staffcast-list .staffcast-item .name {
    font-size: 20px;
  }
  .section-staffcast .staffcast-list .staffcast-item .name span {
    font-size: 12px;
  }
}
.modaal-overlay {
  background: #001924 !important;
  opacity: 0.9 !important;
}

.type-pv .modaal-content-container, .type-correlation .modaal-content-container {
  padding: 0;
}

.pv-modal-container {
  width: 100%;
  aspect-ratio: 16/9;
}
.pv-modal-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.modaal-close {
  width: 100px;
  height: 100px;
}
.modaal-close::before, .modaal-close::after {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #0599d9;
  transition: width 0.3s ease;
}
.modaal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(30deg);
}
.modaal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-30deg);
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  width: 70%;
  background: #0599d9;
}

@media only screen and (max-width: 768px) {
  .modaal-close {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
.type-comment .modaal-container {
  background: transparent;
  box-shadow: none;
}

.comment-modal-box {
  display: none;
  justify-content: space-between;
}
.comment-modal-box.active {
  display: flex;
}
.comment-modal-box .comment-pic {
  width: calc(42.5% - 15px);
}
.comment-modal-box .comment-text {
  width: calc(57.5% - 15px);
}
.comment-modal-box .comment-text .comment-name {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #80d9ff;
}
.comment-modal-box .comment-text .comment-name .position {
  font-size: 20px;
  font-weight: 700;
  color: #fff212;
}
.comment-modal-box .comment-text .comment-name .position::after {
  content: "役";
  margin-left: 5px;
  font-size: 15px;
}
.comment-modal-box .comment-text .comment-name .name {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.comment-modal-box .comment-text .text {
  color: #fff;
}
.comment-modal-box .comment-text .text .question {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.comment-modal-box .comment-text .text .answer {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .type-comment .modaal-content-container {
    padding: 0;
  }
  .comment-modal-box {
    flex-direction: column;
    gap: 30px;
  }
  .comment-modal-box .comment-pic {
    width: 100%;
  }
  .comment-modal-box .comment-text {
    width: 100%;
  }
}
.section-books .section-contents {
  margin: 9.5vw auto 0;
  max-width: 1200px;
  padding: 30px;
}
.section-books .books-container:not(.section-books .books-container:first-child) {
  margin-top: 75px;
}
.section-books .books-container h3 {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}
.section-books .books-container .books-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 2.6%;
}
.section-books .books-container .books-list .books-item {
  position: relative;
  width: 17.89%;
  border: solid 1px #ececec;
}
.section-books .books-container .books-list .books-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff212;
  mix-blend-mode: color;
  transition: width 0.3s;
  pointer-events: none;
}
.section-books .books-container .books-list .books-item:hover::before {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-books .section-contents {
    margin: 17vw auto 0;
    padding: 0 5%;
  }
  .section-books .books-container h3 {
    font-size: 60px;
  }
  .section-books .books-container .books-list {
    column-gap: 5.8%;
  }
  .section-books .books-container .books-list .books-item {
    width: 29.4%;
  }
}
footer {
  margin-top: -12vw;
}
footer .top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100px;
  z-index: 100;
  transition: opacity 0.3s;
}
footer .top-button:hover {
  opacity: 0.5;
}
footer .footer-contents {
  position: relative;
  padding: 10.4vw 0 5.2vw;
  background: #0599d9;
  -webkit-mask-image: linear-gradient(-5deg, black 0%, black 65%, transparent 65.2%);
  mask-image: linear-gradient(-5deg, black 0%, black 65%, transparent 65.2%);
}
footer .footer-contents .credit {
  position: relative;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .footer-contents {
    padding: 24vw 0 10vw;
  }
  .page footer {
    margin-top: -100px;
  }
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10000;
}
.loading .loading-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-loading-dot.png) center, #fff;
  animation: scrollVertical 10s infinite linear;
  transition: width 0.5s ease;
}
.loading .loading-logo {
  position: relative;
  width: 500px;
  aspect-ratio: 500/134;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .loading .loading-logo {
    width: 300px;
  }
}
.loading.loaded .loading-bg {
  width: 0;
}
.loading.loaded .loading-logo {
  opacity: 0;
}

.section-onair .section-contents {
  padding-top: 100px;
}
.section-onair .section-contents .lead {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
}
.section-onair .section-contents .subtitle {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0599d9;
  text-align: center;
}
.section-onair .section-contents .subtext {
  margin-bottom: 10px;
  text-align: center;
}
.section-onair .section-contents .onair-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.section-onair .section-contents .onair-container h3 {
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}
.section-onair .section-contents .onair-container .onair-list .onair-item {
  display: flex;
  margin-bottom: 0.5em;
}
.section-onair .section-contents .onair-container .onair-list .onair-item .name {
  min-width: 200px;
  font-size: 20px;
  font-weight: 700;
}
.section-onair .section-contents .onair-container .onair-list .onair-item .time {
  font-size: 20px;
  line-height: 1.5em;
}
.section-onair .section-contents .onair-container .onair-list .onair-item .time span {
  font-size: 16px;
}
.section-onair .section-contents .onair-container .onair-stream-container {
  margin: 0 auto 20px;
  max-width: 800px;
  width: 100%;
}
.section-onair .section-contents .onair-container .onair-stream-container .lead {
  margin-bottom: 10px;
  font-size: 20px;
}
.section-onair .section-contents .onair-container .stream-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.section-onair .section-contents .onair-container a {
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  border: solid 1px #0599d9;
  border-radius: 100px;
  transition: opacity 0.3s;
}
.section-onair .section-contents .onair-container a:hover {
  opacity: 0.5;
}

.footer-onair {
  position: sticky;
  top: 100vh;
}

@media only screen and (max-width: 768px) {
  .section-onair .section-contents {
    margin: 0 auto;
    padding-top: 66px;
    width: 90%;
  }
  .section-onair .section-contents .lead {
    font-size: 30px;
  }
  .section-onair .section-contents .subtitle {
    text-align: left;
  }
  .section-onair .section-contents .subtext {
    text-align: left;
  }
  .section-onair .section-contents .onair-container {
    margin-top: 30px;
  }
  .section-onair .section-contents .onair-container h3 {
    font-size: 60px;
  }
  .section-onair .section-contents .onair-container .onair-list {
    width: 100%;
  }
  .section-onair .section-contents .onair-container .onair-list .onair-item {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    margin-bottom: 0.5em;
  }
  .section-onair .section-contents .onair-container .onair-list .onair-item .time {
    font-size: 14px;
  }
  .section-onair .section-contents .onair-container .onair-list .onair-item .time span {
    font-size: 12px;
  }
  .section-onair .section-contents .onair-container .onair-stream-container {
    width: 100%;
  }
  .section-onair .section-contents .onair-container .onair-stream-container .lead {
    font-size: 17px;
    width: 100%;
  }
  .section-onair .section-contents .onair-container .stream-list {
    justify-content: flex-start;
  }
}
.section-music .section-contents {
  padding-top: 166px;
}
.section-music .music-container {
  margin-bottom: 80px;
}
.section-music h3 {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}
.section-music .music-title {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  max-width: 800px;
  border-bottom: solid 1px #0599d9;
}
.section-music .music-title .song-name {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #0599d9;
}
.section-music .music-title .artist-name {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section-music .music-title .artist-name.sub {
  font-size: 18px;
}
.section-music .music-pic {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 800px;
}
.section-music .music-detail {
  margin: 30px auto 0;
  padding: 0 30px;
  max-width: 800px;
}
.section-music .music-detail h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0599d9;
}
.section-music .music-detail p {
  margin: 5px 0 30px;
  text-align: justify;
  line-height: 1.5em;
}
.section-music .music-detail p:last-child {
  margin-bottom: 0;
}
.section-music .music-detail p a {
  font-weight: 700;
  text-decoration: underline;
}
.section-music .music-detail p.siteinfo {
  text-align: left;
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .section-music .section-contents {
    padding-top: 66px;
  }
  .section-music h3 {
    font-size: 60px;
  }
  .section-music .music-title .artist-name.sub {
    font-size: 15px;
  }
  .section-music .music-pic {
    padding: 0 5%;
  }
  .section-music .music-detail {
    padding: 0 5%;
  }
}
.section-movie .section-contents {
  padding-top: 166px;
}
.section-movie .movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 800px;
}
.section-movie .movie-list .movie-item {
  width: calc(50% - 15px);
}
.section-movie .movie-list .movie-item .yt {
  width: 100%;
  aspect-ratio: 16/9;
}
.section-movie .movie-list .movie-item .yt iframe {
  width: 100%;
  height: 100%;
}
.section-movie .movie-list .movie-item .title {
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-movie .section-contents {
    padding-top: 66px;
  }
  .section-movie .movie-list {
    flex-direction: column;
    padding: 0 5%;
  }
  .section-movie .movie-list .movie-item {
    width: 100%;
  }
}
.section-story .section-contents {
  margin: 9.5vw auto 0;
  max-width: 1200px;
  padding: 30px;
}
.section-story .num-container .swiper-wrapper {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.section-story .num-container .num-button {
  width: 40px;
  cursor: pointer;
}
.section-story .story-container {
  margin: 60px auto 0;
  padding: 0 30px;
  max-width: 860px;
}
.section-story .story-container .story-box.swiper-slide-active {
  z-index: 100;
}
.section-story .story-container h3 {
  display: flex;
  justify-content: center;
}
.section-story .story-container h3 .num {
  font-size: 30px;
  font-weight: 600;
  color: #0599d9;
}
.section-story .story-container h3 .num span {
  font-size: 60px;
}
.section-story .story-container h3 .sub-text {
  margin: 0.5em 0 0 10px;
  font-size: 30px;
  font-weight: 600;
}
.section-story .story-container .ss-pic {
  margin-bottom: 1px;
}
.section-story .story-container .ss-thumb .ss-thumb-item {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.section-story .story-container .ss-thumb .ss-thumb-item.swiper-slide-thumb-active {
  border: solid 3px #0599d9;
  pointer-events: none;
}
.section-story .story-container .ss-thumb .ss-thumb-item:hover {
  opacity: 0.5;
}
.section-story .story-container .story-text {
  margin-top: 20px;
}
.section-story .story-container .story-text p {
  font-size: 20px;
  line-height: 1.5em;
}
.section-story .story-container .story-pv-container {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
}
.section-story .story-container .story-pv-container iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .section-story .section-contents {
    padding: 66px 5% 0;
  }
  .section-story .story-container {
    padding: 0;
  }
  .section-story .story-container h3 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .section-story .story-container h3 .num {
    font-size: 15px;
  }
  .section-story .story-container h3 .num span {
    font-size: 30px;
  }
  .section-story .story-container h3 .sub-text {
    margin: 0.1em 0 0 10px;
    font-size: 20px;
  }
  .section-story .story-container .story-text p {
    font-size: 14px;
  }
}
.section-package .section-contents {
  margin: 9.5vw auto 0;
  max-width: 860px;
  padding: 30px;
}
.section-package .package-container {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #80d9ff;
}
.section-package .package-pic {
  margin: 0 auto 30px;
  max-width: 400px;
}
.section-package .store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section-package .store-list .store-item {
  width: calc(50% - 15px);
}
.section-package .store-list .store-item .store-pic {
  margin-bottom: 5px;
}
.section-package .store-list .store-item p {
  margin-bottom: 10px;
}
.section-package .store-list .store-item .detail-button {
  width: 200px;
  height: 34px;
}
.section-package .store-list .store-item .detail-button p {
  margin: 0;
}
.section-package .store-list .store-item .button-container {
  display: flex;
  gap: 20px;
}
.section-package h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.section-package h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #0599d9;
}
.section-package p {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .section-package .section-contents {
    padding: 66px 5% 0;
  }
  .section-package .section-contents h3 {
    font-size: 25px;
  }
  .section-package .section-contents p {
    font-size: 14px;
  }
  .section-package .section-contents .store-list {
    flex-direction: column;
  }
  .section-package .section-contents .store-list .store-item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */