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;
}

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

html, body {
  height: 100%;
}

body {
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  color: #616056;
  background: url(../images/main-bg.jpg) center top repeat, #fefdee;
  z-index: 1;
}
body .wrapper {
  display: flex;
}

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

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

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

.font-eb {
  font-family: "EB Garamond", serif;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  body .wrapper {
    display: block;
  }
  .pc {
    display: none;
  }
}
.button-wide, .button-hex {
  position: relative;
  aspect-ratio: 325/67;
  width: min(325px,25vw);
  /* height: 67px; */
}
.button-wide .btn-shadow, .button-hex .btn-shadow {
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25)) drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25));
}
.button-wide .inner, .button-hex .inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/btn-bgcolor.svg);
  background-color: #00b9c3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 0;
  mask-image: url(../images/btn-mask.svg);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/btn-mask.svg);
  -webkit-mask-size: 100% 100%;
  transition: background-size 0.3s ease;
}
.button-wide .inner:hover, .button-hex .inner:hover {
  background-size: 325px 325px;
}
.button-wide .inner:hover a::before, .button-hex .inner:hover a::before {
  left: 30px;
  animation: kira 0.5s ease infinite alternate;
}
.button-wide .inner:hover a::after, .button-hex .inner:hover a::after {
  right: 30px;
  animation: kira 0.5s ease infinite alternate-reverse;
}
.button-wide .inner a, .button-hex .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.25em;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
}
.button-wide .inner a::before, .button-wide .inner a::after, .button-hex .inner a::before, .button-hex .inner a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 14px;
  height: 21px;
  background: url(../images/button-kira.svg);
  background-size: 100% 100%;
  transition: left 0.3s ease, right 0.3s ease;
}
.button-wide .inner a::before, .button-hex .inner a::before {
  left: 20px;
}
.button-wide .inner a::after, .button-hex .inner a::after {
  right: 20px;
}

.button-hex {
  width: 60px;
  height: 70px;
}
.button-hex .inner {
  mask-image: url(../images/btn-hex-mask.svg);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/btn-hex-mask.svg);
  -webkit-mask-size: 100% 100%;
  transition: background-size 0.5s ease;
}
.button-hex .inner:hover {
  background-size: 80px 80px;
}
.button-hex .inner a {
  padding-bottom: 0;
}
.button-hex .inner a::before, .button-hex .inner a::after {
  display: none;
}
.button-hex.active .inner {
  background-size: 80px 80px;
  pointer-events: none;
}
.button-hex.off {
  filter: grayscale(1);
  opacity: 0.7;
  pointer-events: none;
}
.button-hex.prev-button .inner a img {
  width: 18px;
  transform: translate3d(-2px, 0, 0) rotate(-90deg);
}
.button-hex.next-button .inner a img {
  width: 18px;
  transform: translate3d(2px, 0, 0) rotate(90deg);
}

@keyframes kira {
  0% {
    transform: translate3d(0, -50%, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, -50%, 0) scale(1.2);
  }
}
section {
  position: relative;
  padding: 60px 0 100px;
}
section h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 40px;
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s, opacity 1s;
}
section h2.inviewed {
  filter: blur(0);
  opacity: 1;
}
section h2::after {
  content: "";
  display: block;
  width: min(24vw,360px);
  height: min(1vw,15px);
  background: url(../images/h1-deco.svg);
  background-size: 100% 100%;
}

body:not(.page-top) section {
  padding: 80px 30px 0;
}
body:not(.page-top) section h2 {
  filter: blur(0);
  opacity: 1;
}

.anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.common-frame {
  position: relative;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(158, 157, 147, 0.25), 2px 2px 10px rgba(158, 157, 147, 0.25);
}
.common-frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-image: url(../images/common-frame-deco-upleft.svg), url(../images/common-frame-deco-upright.svg), url(../images/common-frame-deco-downright.svg), url(../images/common-frame-deco-downleft.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 2px 2px, calc(100% - 3px) 2px, calc(100% - 3px) calc(100% - 3px), 2px calc(100% - 3px);
  border: solid 2px #ebdfbe;
  box-sizing: border-box;
  pointer-events: none;
}

.header-onair {
  margin-top: min(180px,13.85vw);
}
.header-onair .header-onair-text {
  font-size: min(32px,2.46vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
}
.header-onair .header-onair-text .timing {
  position: relative;
  margin-left: 0.4em;
  font-size: 1.1em;
}
.header-onair .header-onair-text .timing .small {
  font-size: 0.8em;
}
.header-onair .header-onair-text .timing .small.marginright {
  margin-right: -0.8em;
}
.header-onair .header-onair-text .band {
  font-size: 0.89em;
}
.header-onair .header-onair-text > .small {
  font-size: 0.694em;
}
.header-onair .header-onair-text .orange {
  color: #ff6400;
}
.header-onair .header-onair-text .kira img {
  position: absolute;
  top: 0;
  left: -0.46em;
  width: 0.44em;
}
.header-onair .header-onair-text .kira img:nth-of-type(2) {
  top: 0.5em;
  left: -0.68em;
  width: 0.24em;
}
.header-onair .header-onair-text .kira img:nth-of-type(3) {
  top: 0.14em;
  left: 5.8em;
  width: 0.34em;
}

@media only screen and (max-width: 768px) {
  section h2 {
    font-size: 30px;
  }
  section h2::after {
    width: 240px;
    height: 10px;
  }
  .button-wide {
    width: 325px;
  }
  .header-onair {
    margin-bottom: 30px;
  }
  .header-onair .header-onair-text {
    font-size: 29px;
  }
  body:not(.page-top) section {
    padding: 80px 5% 0;
  }
}
header {
  position: relative;
  padding: 0 14px 80px 0;
  width: min(400px,30.77%);
  background: url(../images/header-bg.jpg) center top repeat;
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
  box-sizing: border-box;
}
header::before, header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 6px;
  height: 100%;
  background: #dbc58a;
}
header::after {
  right: 14px;
  width: 2px;
}
header h1 {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate3d(calc(-50% - 14px), 0, 0);
  transition: top 0.3s cubic-bezier(0.08, 1.32, 0.75, 1.67);
  width: min(220px,16.9vw);
  color: rgba(158, 157, 147, 0.25);
  filter: drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25)) drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25));
}
header h1:hover {
  top: -55px;
}
header .deco-line-header {
  margin: 40px auto;
  width: min(226px,17.38vw);
}
header nav .menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px,3.08vw);
}
header nav .menu-list .menu-item {
  font-size: min(24px,1.85vw);
  transition: color 0.3s;
}
header nav .menu-list .menu-item:hover {
  color: #dbc58a;
}

.pv-banner-container .pv-container {
  position: relative;
  margin: 0 auto;
  width: 83.94%;
  border: solid 2px #dbc58a;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
}
.pv-banner-container .pv-container::before, .pv-banner-container .pv-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.pv-banner-container .pv-container::before {
  background: #362700;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.pv-banner-container .pv-container::after {
  border: solid 2px #fff;
  box-sizing: border-box;
}
.pv-banner-container .pv-container .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 27.6%;
  z-index: 2;
  opacity: 0.8;
  transition: transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
}
.pv-banner-container .pv-container:hover::before {
  opacity: 0.2;
}
.pv-banner-container .pv-container:hover .arrow {
  transform: translate3d(-50%, -50%, 0) scale(1.2);
}
.pv-banner-container .banner-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto 0;
  width: 83.94%;
}
.pv-banner-container .banner-container img {
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
  transition: opacity 0.3s;
}
.pv-banner-container .banner-container img:hover {
  opacity: 0.7;
}

.pv-modal-wrapper .modaal-content-container {
  padding: 0;
}
.pv-modal-wrapper .pv-modal-container {
  position: relative;
  width: 100%;
}
.pv-modal-wrapper .pv-modal-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pv-modal-wrapper .pv-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modaal-wrapper .modaal-close {
  width: 60px;
  height: 60px;
  background: url(../images/modal-close.png);
  background-size: cover;
  border-radius: 0;
  opacity: 0.7;
  transition: transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  display: none;
}
.modaal-wrapper .modaal-close:hover {
  transform: scale(1.2);
}

.main-contents {
  padding-bottom: 80px;
  width: calc(100% - min(400px,30.77%));
}

@media only screen and (max-width: 768px) {
  header {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header h1 {
    top: -30px;
    left: 20px;
    transform: translate3d(0, 0, 0);
    width: 110px;
    z-index: 10;
  }
  header .menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(../images/menu-button-bg.png);
    background-size: 100% 100%;
    filter: drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25)) drop-shadow(2px 2px 7px rgba(158, 157, 147, 0.25));
    z-index: 10;
  }
  header .menu-button .menu-button-line {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 35px;
    height: 15px;
    transition: height 0.3s 0.2s ease, top 0.3s 0.2s ease;
  }
  header .menu-button .menu-button-line img {
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
  }
  header .menu-button .menu-button-line img:first-child {
    top: 0;
  }
  header .menu-button .menu-button-line img:last-child {
    bottom: 0;
  }
  header .menu-button p {
    position: absolute;
    top: 32px;
    right: 11px;
    font-size: 10px;
    text-align: right;
  }
  header .menu-button p::before, header .menu-button p::after {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s;
  }
  header .menu-button p::before {
    content: "MENU";
  }
  header .menu-button p::after {
    content: "CLOSE";
    opacity: 0;
  }
  header > .header-onair {
    display: none;
  }
  header nav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    background: url(../images/menu-bg.png) center bottom no-repeat;
    background-size: cover;
    filter: drop-shadow(0 0 20px rgba(158, 157, 147, 0.25)) drop-shadow(0 0 10px rgba(158, 157, 147, 0.25));
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s;
  }
  header nav .menu-list {
    gap: 25px;
  }
  header nav .menu-list .menu-item {
    font-size: 20px;
  }
  header .deco-line-header {
    width: 240px;
  }
  header .deco-line-header.deco-line-header-first {
    margin-top: 90px;
  }
  header .pv-banner-container {
    display: none;
  }
  header.open nav {
    display: block;
    opacity: 1;
    pointer-events: initial;
  }
  header.open .menu-button .menu-button-line {
    top: 15px;
    height: 5px;
    transition: height 0.3s ease, top 0.3s ease;
  }
  header.open .menu-button .menu-button-line img {
    transition: transform 0.3s 0.2s ease;
  }
  header.open .menu-button .menu-button-line img:first-child {
    transform: rotate(30deg);
  }
  header.open .menu-button .menu-button-line img:last-child {
    transform: rotate(-30deg);
  }
  header.open .menu-button p::before {
    opacity: 0;
  }
  header.open .menu-button p::after {
    opacity: 1;
  }
  .main-contents {
    width: 100%;
  }
  .firstview .sp {
    display: block;
  }
  .onair-pv-banner-container {
    display: block;
  }
  .pv-banner-container .pv-container {
    width: 90%;
  }
  .pv-banner-container .banner-container {
    width: 90%;
  }
}
.news-twitter {
  display: flex;
  gap: 40px;
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1060px;
  box-sizing: border-box;
}
.news-twitter .more-button {
  margin: 30px auto 0;
}

.news {
  width: 56%;
}
.news .news-list {
  width: 100%;
  height: 368px;
  overflow-y: auto;
}
.news .news-list .news-item a {
  display: block;
  position: relative;
  padding: 25px 40px;
  box-sizing: border-box;
}
.news .news-list .news-item a .date {
  margin-bottom: 10px;
  color: #dbc58a;
  transition: opacity 0.3s;
}
.news .news-list .news-item a .title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  transition: opacity 0.3s;
}
.news .news-list .news-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  transform: scale(0.5);
  width: 80px;
  height: 80px;
  background: url(../images/news-hover-click.png);
  background-size: 100% 100%;
  filter: drop-shadow(1px 1px 3px rgba(158, 157, 147, 0.25)) drop-shadow(1px 1px 3px rgba(158, 157, 147, 0.25)) drop-shadow(1px 1px 3px rgba(158, 157, 147, 0.25));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
  z-index: 1;
}
.news .news-list .news-item a:hover .date, .news .news-list .news-item a:hover .title {
  opacity: 0.5;
}
.news .news-list .news-item a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.news .news-list .news-item:not(:last-child) a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(100% - 60px);
  height: 2px;
  background: url(../images/dot-line.png) center center repeat-x;
  background-size: 6px 2px;
}

.twitter {
  width: 40%;
}
.twitter .wedget-container {
  height: 368px;
}

@media only screen and (max-width: 1200px) {
  .news-twitter {
    flex-direction: column;
    gap: 0;
    padding: 0 5%;
  }
  .news {
    padding-bottom: 0;
    width: 100%;
  }
  .news .news-list .news-item a {
    padding: 20px 20px;
  }
  .news .news-list .news-item:not(:last-child) a::after {
    width: calc(100% - 40px);
  }
  .twitter {
    width: 100%;
  }
  .twitter .twitter-timeline {
    width: 100% !important;
  }
}
.intro {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(158, 157, 147, 0.25), 2px 2px 10px rgba(158, 157, 147, 0.25);
}
.intro .intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  z-index: -1;
}
.intro .intro-bg .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  background: url(../images/story-bg.jpg) center center;
  background-size: cover;
}
.intro .section-contents {
  text-align: center;
}
.intro .section-contents img {
  display: inline-block;
}
.intro .section-contents p {
  margin-bottom: 1.5em;
  font-size: 20px;
  line-height: 2em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  opacity: 0;
  transition: opacity 0.3s 0.8s;
}
.intro .section-contents p strong {
  font-size: 25px;
  font-weight: 900;
}
.intro .section-contents p.inviewed {
  opacity: 1;
}
.intro .section-contents .intro-pic1 {
  transform: scale(0.5);
  width: min(73vw,730px);
  opacity: 0;
  transition: transform 0.2s 0.3s cubic-bezier(0.08, 1.32, 0.75, 1.67), opacity 0.2s 0.3s;
}
.intro .section-contents .intro-pic1.sp {
  display: none;
}
.intro .section-contents .intro-pic1.inviewed {
  transform: scale(1);
  opacity: 1;
}
.intro .section-contents .intro-pic2 {
  transform: translate3d(0, 11px, 0);
  width: min(18.2vw,182px);
}
.intro .section-contents .intro-pic3, .intro .section-contents .intro-pic4 {
  transform: translate3d(0, 22px, 0) scale(0.5);
  width: min(22.4vw,224px);
  opacity: 0;
}
.intro .section-contents .intro-pic3 {
  transition: transform 0.2s 1.1s cubic-bezier(0.08, 1.32, 0.75, 1.67), opacity 0.2s 1.1s;
}
.intro .section-contents .intro-pic4 {
  transform: translate3d(0, 32px, 0) scale(0.5);
  transition: transform 0.2s 1.4s cubic-bezier(0.08, 1.32, 0.75, 1.67), opacity 0.2s 1.4s;
}
.intro .section-contents .intro-pic5 {
  transform: scale(0.5);
  width: min(67.5vw,1013px);
  opacity: 0;
  transition: transform 0.2s 0.8s cubic-bezier(0.08, 1.32, 0.75, 1.67), opacity 0.2s 0.8s;
}
.intro .section-contents .intro-pic5.sp {
  display: none;
}
.intro .section-contents .inviewed .intro-pic3 {
  transform: translate3d(0, 22px, 0) scale(1);
  opacity: 1;
}
.intro .section-contents .inviewed .intro-pic4 {
  transform: translate3d(0, 32px, 0) scale(1);
  opacity: 1;
}
.intro .section-contents .inviewed .intro-pic5 {
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .intro .intro-bg .inner {
    background-size: auto 105%;
  }
  .intro .section-contents p {
    font-size: 15px;
  }
  .intro .section-contents p strong {
    font-size: 19px;
  }
  .intro .section-contents p .sp {
    display: block;
  }
  .intro .section-contents .intro-pic1 {
    width: 95.57%;
  }
  .intro .section-contents .intro-pic1.pc {
    display: none;
  }
  .intro .section-contents .intro-pic1.sp {
    display: inline-block;
  }
  .intro .section-contents .intro-pic2 {
    transform: translate3d(0, 11px, 0);
    width: 35.94%;
  }
  .intro .section-contents .intro-pic3, .intro .section-contents .intro-pic4 {
    margin: -40px 0 15px;
    width: 44.14%;
  }
  .intro .section-contents .intro-pic5 {
    width: 78.13%;
  }
  .intro .section-contents .intro-pic5.pc {
    display: none;
  }
  .intro .section-contents .intro-pic5.sp {
    display: inline-block;
  }
}
.staffcast .section-contents {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 30px;
  margin: 60px auto 0;
  max-width: 1060px;
  box-sizing: border-box;
}
.staffcast .section-contents .sc-container {
  padding: 40px 30px;
  max-width: 480px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.staffcast .section-contents .sc-container h3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  box-sizing: border-box;
}
.staffcast .section-contents .sc-container h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.staffcast .section-contents .sc-container .sc-list .sc-item {
  display: flex;
  align-items: center;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .position {
  margin-bottom: 8px;
  color: #dbc58a;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name span {
  font-size: 15px;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .name img {
  width: 78px;
}
.staffcast .section-contents .sc-container .sc-list .sc-item .comment-modal img {
  margin-left: 10px;
  width: 36px;
  transition: transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
}
.staffcast .section-contents .sc-container .sc-list .sc-item .comment-modal:hover img {
  transform: scale(1.2);
}
.staffcast .section-contents .sc-container .sc-list .sc-item:not(:last-child) {
  margin-bottom: 25px;
}

.comment-modal-wrapper .modaal-content-container {
  padding: 0;
}
.comment-modal-wrapper .comment-container {
  display: none;
  gap: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.comment-modal-wrapper .comment-container.active {
  display: flex;
}
.comment-modal-wrapper .comment-container .comment-left {
  max-width: 340px;
  width: 36.17%;
}
.comment-modal-wrapper .comment-container .comment-right {
  max-width: 570px;
  width: 60.64%;
}
.comment-modal-wrapper .comment-container .comment-right .position {
  margin-bottom: 10px;
  font-size: 18px;
  color: #dbc58a;
}
.comment-modal-wrapper .comment-container .comment-right .name {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  color: #616056;
  box-sizing: border-box;
}
.comment-modal-wrapper .comment-container .comment-right .name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.comment-modal-wrapper .comment-container .comment-right .name img {
  width: 120px;
}
.comment-modal-wrapper .comment-container .comment-right .comment-text .question {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2em;
  color: #dbc58a;
}
.comment-modal-wrapper .comment-container .comment-right .comment-text .answer {
  margin-bottom: 30px;
  line-height: 1.5em;
  color: #616056;
}
.comment-modal-wrapper .comment-container.no-pic .comment-right {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .staffcast {
    padding-bottom: 0;
  }
  .staffcast .section-contents {
    flex-direction: column;
    padding: 0 5%;
  }
  .staffcast .section-contents .sc-container {
    padding: 20px 20px;
    max-width: 100%;
    width: 100%;
  }
  .comment-modal-wrapper .comment-container {
    flex-direction: column;
    gap: 30px;
  }
  .comment-modal-wrapper .comment-container .comment-left {
    max-width: 100%;
    width: 100%;
  }
  .comment-modal-wrapper .comment-container .comment-right {
    max-width: 100%;
    width: 100%;
  }
  .comment-modal-wrapper .comment-container .comment-right .sp {
    display: block;
  }
}
footer .top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  transition: transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
}
footer .top-button:hover {
  transform: scale(1.2);
}
footer .footer-content {
  padding: 60px 0;
  box-sizing: border-box;
}
footer .footer-content .banner-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
footer .footer-content .banner-container .footer-banner {
  margin: 0 auto;
  max-width: 384px;
  transition: opacity 0.3s;
}
footer .footer-content .banner-container .footer-banner:hover {
  opacity: 0.7;
}
footer .footer-content .credit {
  margin-top: 60px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .top-button {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    height: 60px;
    background: #dbc58a;
  }
  footer .top-button .sp {
    display: block;
    width: 28px;
  }
  footer .top-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 4px);
    transform: translate3d(-50%, -50%, 0);
    border: solid 1px #fff;
    box-sizing: border-box;
    pointer-events: none;
  }
  footer .top-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  footer .footer-content .banner-container {
    flex-direction: column;
    padding: 0 5%;
  }
  footer .footer-content .banner-container .footer-banner {
    max-width: 100%;
  }
  footer .footer-content .credit {
    font-size: 11px;
  }
}
.news-page > .section-contents {
  display: flex;
  gap: 40px;
  position: relative;
  margin: 0 auto;
  max-width: 1060px;
  box-sizing: border-box;
}
.news-page .more-button {
  margin: 30px auto 0;
}
.news-page .news {
  width: 100%;
}
.news-page .news .news-list {
  height: auto;
  overflow-y: initial;
}
.news-page .pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.news-page .pagination .num-list {
  display: flex;
  gap: 20px;
}

.page-article .news-page .section-contents {
  display: block;
  padding: 40px 30px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.page-article .news-page .section-contents .article-title-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.page-article .news-page .section-contents .article-title-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-article .news-page .section-contents .article-title-container .article-date {
  font-size: 20px;
  color: #dbc58a;
}
.page-article .news-page .section-contents .article-title-container .article-title {
  font-size: 30px;
  line-height: 1.2em;
}
.page-article .news-page .section-contents .article-text p {
  margin-bottom: 20px;
  line-height: 1.5em;
}
.page-article .news-page .section-contents .article-text p a {
  font-weight: 900;
  color: #dbc58a;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.page-article .news-page .section-contents .article-text p a:hover {
  opacity: 0.5;
}
.page-article .news-page .section-contents .article-text h1 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2em;
  color: #dbc58a;
}
.page-article .news-page .section-contents .article-text h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  filter: none;
  opacity: 1;
}
.page-article .news-page .section-contents .article-text h2::after {
  display: none;
}
.page-article .news-page .section-contents .article-text h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2em;
}
.page-article .news-page .section-contents .article-text img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.page-article .news-page .section-contents .article-text .yt {
  position: relative;
  margin: 0 auto 20px;
  max-width: 500px;
}
.page-article .news-page .section-contents .article-text .yt::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page-article .news-page .section-contents .article-text .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-article .news-page .section-contents .article-text blockquote {
  padding: 30px;
  background: #f0f0eb;
  box-sizing: border-box;
}
.page-article .news-page .section-contents .article-text blockquote p:last-child {
  margin-bottom: 0;
}
.page-article .news-page .back-button {
  margin: 60px auto 0;
}
.page-article .news-page .back-button .inner a {
  padding-top: 0.26em;
}

@media only screen and (max-width: 1200px) {
  .news-page > .section-contents {
    flex-direction: column;
    gap: 60px;
  }
  .news-page .twitter {
    width: 100%;
  }
  .news-page .twitter .twitter-timeline {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .news-page .pagination {
    gap: 10px;
  }
  .news-page .pagination .num-list.pc {
    display: none;
  }
  .news-page .pagination .num-list-sp {
    display: block;
    position: relative;
    width: 180px;
  }
  .news-page .pagination .num-list-sp p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 30px;
    color: #fff;
  }
  .page-article .news-page .section-contents {
    padding: 20px 20px;
  }
  .page-article .news-page .section-contents .article-title-container .article-date {
    font-size: 15px;
  }
  .page-article .news-page .section-contents .article-title-container .article-title {
    font-size: 20px;
  }
  .page-article .news-page .section-contents .article-text p {
    font-size: 14px;
  }
  .page-article .news-page .section-contents .article-text h1 {
    font-size: 20px;
  }
  .page-article .news-page .section-contents .article-text h2 {
    font-size: 18px;
  }
  .page-article .news-page .section-contents .article-text h3 {
    font-size: 15px;
  }
  .page-article .news-page .section-contents .article-text blockquote {
    padding: 20px;
  }
}
footer .top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  transition: transform 0.2s cubic-bezier(0.08, 1.32, 0.75, 1.67);
  z-index: 10;
}
footer .top-button:hover {
  transform: scale(1.2);
}
footer .top-button .top-button-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -65%, 0);
  width: 28px;
}
footer .footer-contents {
  position: relative;
  padding: 60px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
  box-sizing: border-box;
}
footer .footer-contents .banner-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
footer .footer-contents .banner-container .footer-banner {
  margin: 0 auto;
  max-width: 384px;
  transition: opacity 0.3s;
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
}
footer .footer-contents .banner-container .footer-banner:hover {
  opacity: 0.7;
}
footer .footer-contents .credit {
  margin-top: 60px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .top-button {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    height: 60px;
    background: #dbc58a;
  }
  footer .top-button .sp {
    display: block;
    width: 28px;
  }
  footer .top-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 4px);
    transform: translate3d(-50%, -50%, 0);
    border: solid 1px #fff;
    box-sizing: border-box;
    pointer-events: none;
  }
  footer .top-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  footer .footer-contents .banner-container {
    flex-direction: column;
    padding: 0 5%;
  }
  footer .footer-contents .banner-container .footer-banner {
    max-width: 100%;
  }
  footer .footer-contents .credit {
    font-size: 11px;
  }
}
.movie .section-contents {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.movie .section-contents .button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.movie .section-contents .button-container .movie-button {
  cursor: pointer;
}
.movie .section-contents .button-container .movie-button .inner {
  background-color: #adb3b3;
}
.movie .section-contents .button-container .movie-button.active {
  pointer-events: none;
}
.movie .section-contents .button-container .movie-button.active .inner {
  background-color: #00b9c3;
}
.movie .section-contents .button-container.off {
  display: none;
}
.movie .section-contents .movie-list-container .movie-list {
  display: none;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 4%;
}
.movie .section-contents .movie-list-container .movie-list.active {
  display: flex;
}
.movie .section-contents .movie-list-container .movie-list .movie-item {
  width: 48%;
}
.movie .section-contents .movie-list-container .movie-list .movie-item .movie-container {
  position: relative;
  width: 100%;
  box-shadow: 0 0 20px rgba(158, 157, 147, 0.25), 0 0 10px rgba(158, 157, 147, 0.25);
}
.movie .section-contents .movie-list-container .movie-list .movie-item .movie-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie .section-contents .movie-list-container .movie-list .movie-item .movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.movie .section-contents .movie-list-container .movie-list .movie-item p {
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .movie .section-contents .button-container {
    flex-direction: column;
    align-items: center;
  }
  .movie .section-contents .movie-list-container .movie-list.active {
    flex-direction: column;
  }
  .movie .section-contents .movie-list-container .movie-list .movie-item {
    width: 100%;
  }
}
body:not(.page-top) section.chara {
  padding: 80px 0 0;
}

.chara .chara-icon-list {
  width: 100%;
}
.chara .chara-icon-list .swiper-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}
.chara .chara-icon-list .chara-icon-item {
  width: 92px;
  filter: grayscale(1);
  cursor: pointer;
  transition: filter 0.3s;
}
.chara .chara-icon-list .chara-icon-item:hover, .chara .chara-icon-list .chara-icon-item.swiper-slide-thumb-active {
  filter: grayscale(0);
}
.chara .chara-profile-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.chara .chara-profile-list .bg-white {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 500px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(158, 157, 147, 0.25), 2px 2px 10px rgba(158, 157, 147, 0.25);
}
.chara .chara-profile-list .chara-profile-item {
  margin-top: 40px;
}
.chara .chara-profile-list .chara-profile-item.chara-realworld {
  font-family: "Stick", sans-serif;
}
.chara .chara-profile-list .chara-profile-item.chara-realworld .chara-name {
  letter-spacing: 0;
}
.chara .chara-profile-list .chara-profile-item .inner {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "pic name" "pic profile";
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
  box-sizing: border-box;
}
.chara .chara-profile-list .chara-profile-item .chara-pic {
  grid-area: pic;
  width: calc(100% - 30px);
}
.chara .chara-profile-list .chara-profile-item .chara-pic img {
  margin: 0 auto;
}
.chara .chara-profile-list .chara-profile-item .chara-name-container {
  grid-area: name;
  padding-top: 60px;
  box-sizing: border-box;
}
.chara .chara-profile-list .chara-profile-item .chara-name {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: -0.1em;
}
.chara .chara-profile-list .chara-profile-item .chara-cv {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 900;
  box-sizing: border-box;
}
.chara .chara-profile-list .chara-profile-item .chara-cv::before {
  content: "";
  display: block;
  background-size: cover;
}
.chara .chara-profile-list .chara-profile-item .chara-text {
  grid-area: profile;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
.chara .chara-profile-list .chara-profile-item .chara-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.chara .chara-profile-list .chara-profile-item .chara-text p {
  line-height: 2em;
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(1) .chara-pic img {
  width: min(27.3vw,273px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(1) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv1.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(2) .chara-pic img {
  width: min(20.4vw,204px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(2) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(3) .chara-pic img {
  width: min(20.2vw,202px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(3) .chara-cv::before {
  width: 58px;
  height: 24px;
  background-image: url(../images/chara-cv3.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(4) .chara-pic img {
  width: min(16.6vw,166px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(4) .chara-cv::before {
  width: 58px;
  height: 24px;
  background-image: url(../images/chara-cv4.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(5) .chara-pic img {
  width: min(23.5vw,235px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(5) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(6) .chara-pic img {
  width: min(22.7vw,227px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(6) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(7) .chara-pic img {
  width: min(20.8vw,208px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(7) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(7) .chara-cv img {
  width: 98px;
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(8) .chara-pic img {
  width: min(18.4vw,184px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(8) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(9) .chara-pic img {
  width: min(38.8vw,388px);
}
.chara .chara-profile-list .chara-profile-item:nth-of-type(9) .chara-cv::before {
  width: 50px;
  height: 20px;
  background-image: url(../images/chara-cv2.png);
}

@media only screen and (max-width: 768px) {
  .chara .chara-icon-list .swiper-wrapper {
    column-gap: 10px;
  }
  .chara .chara-icon-list .chara-icon-item {
    width: 60px;
  }
  .chara .chara-profile-list {
    padding-bottom: 20px;
  }
  .chara .chara-profile-list .chara-profile-item {
    margin-top: 0;
  }
  .chara .chara-profile-list .chara-profile-item .inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "name" "pic" "profile";
  }
  .chara .chara-profile-list .chara-profile-item .chara-pic {
    grid-area: pic;
    width: 100%;
  }
  .chara .chara-profile-list .chara-profile-item .chara-name-container {
    grid-area: name;
  }
  .chara .chara-profile-list .chara-profile-item .chara-text {
    grid-area: profile;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(1) .chara-pic img {
    width: 273px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(2) .chara-pic img {
    width: 204px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(3) .chara-pic img {
    width: 202px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(4) .chara-pic img {
    width: 166px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(5) .chara-pic img {
    width: 235px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(6) .chara-pic img {
    width: 225px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(7) .chara-pic img {
    width: 206px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(8) .chara-pic img {
    width: 183px;
  }
  .chara .chara-profile-list .chara-profile-item:nth-of-type(9) .chara-pic img {
    max-width: 384px;
    width: 100%;
  }
  .chara .chara-profile-list .bg-white {
    top: 43px;
    height: calc(100% - 60px);
  }
}
.books .section-contents {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 60px auto 0;
  max-width: 1060px;
  box-sizing: border-box;
}
.books .section-contents .books-container {
  padding: 40px 30px;
  max-width: 480px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.books .section-contents .books-container h3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  box-sizing: border-box;
}
.books .section-contents .books-container h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.books .section-contents .books-container .staff-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.books .section-contents .books-container .staff-list .staff-item.max-width {
  width: 100%;
}
.books .section-contents .books-container .staff-list .staff-item p {
  color: #dbc58a;
  text-align: center;
}
.books .section-contents .books-container .staff-list .staff-item p strong {
  font-size: 20px;
  font-weight: 900;
  color: #616056;
}
.books .section-contents .books-container .books-list {
  display: flex;
  margin-top: 40px;
}
.books .section-contents .books-container .books-list .books-item {
  max-width: 126px;
  transition: opacity 0.3s;
}
.books .section-contents .books-container .books-list .books-item:hover {
  opacity: 0.7;
}
.books .section-contents .books-container.novel-container .books-list {
  justify-content: center;
  gap: 20px;
}
.books .section-contents .books-container.comic-container .books-list {
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 4.76%;
}
.books .section-contents .books-container.comic-container .books-list .books-item {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .books .section-contents {
    flex-direction: column;
    gap: 40px;
  }
  .books .section-contents .books-container {
    padding: 20px 20px;
    max-width: 100%;
    width: 100%;
  }
  .books .section-contents .books-container.comic-container .books-list {
    justify-content: center;
    column-gap: 20px;
  }
  .books .section-contents .books-container.comic-container .books-list .books-item {
    width: 100%;
  }
}
.page-onair .section-contents {
  padding: 40px 25px;
  text-align: center;
}
.page-onair .section-contents .onair-container {
  position: relative;
}
.page-onair .section-contents .onair-container:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page-onair .section-contents .onair-container:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-onair .section-contents h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.page-onair .section-contents .main-text {
  position: relative;
  font-size: 25px;
  line-height: 1.25em;
}
.page-onair .section-contents .main-text .orange {
  color: #ff6400;
}
.page-onair .section-contents .main-text .small {
  font-size: 20px;
}
.page-onair .section-contents .onair-list .onair-item {
  margin-top: 30px;
}
.page-onair .section-contents .onair-list .onair-item .broadband {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #dbc58a;
}
.page-onair .section-contents .onair-list .onair-item .text {
  line-height: 1.5em;
}
.page-onair .section-contents .onair-streaming-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 30px;
}
.page-onair .section-contents .onair-streaming-list .onair-streaming-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
  height: 40px;
  font-weight: 700;
  color: #fff;
  border: solid 1px #dbc58a;
  box-sizing: border-box;
  z-index: 1;
  transition: color 0.3s;
  box-sizing: border-box;
}
.page-onair .section-contents .onair-streaming-list .onair-streaming-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #dbc58a;
  z-index: -1;
  transition: width 0.3s ease;
}
.page-onair .section-contents .onair-streaming-list .onair-streaming-item:hover a {
  color: #dbc58a;
}
.page-onair .section-contents .onair-streaming-list .onair-streaming-item:hover a::before {
  width: 0;
}

@media only screen and (max-width: 768px) {
  .page-onair .section-contents .main-text {
    font-size: 25px;
  }
  .page-onair .section-contents .main-text .small {
    font-size: 20px;
  }
  .page-onair .section-contents .main-text .sp {
    display: block;
  }
}
.page-music .section-contents {
  padding: 40px 25px;
}
.page-music .section-contents a {
  transition: opacity 0.3s;
}
.page-music .section-contents a:hover {
  opacity: 0.5;
}
.page-music .music-container {
  padding-bottom: 60px;
  margin: 0 auto;
  padding-top: 35px;
  max-width: 692px;
}
.page-music .music-container:first-child {
  position: relative;
}
.page-music .music-container:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-music h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #ff6400;
  text-align: center;
}
.page-music .music-title-container {
  margin-bottom: 30px;
}
.page-music .music-title-container .music-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.page-music .music-title-container .music-creator {
  text-align: center;
}
.page-music .music-pic {
  margin-bottom: 30px;
}
.page-music h4 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
  color: #dbc58a;
  text-align: center;
}
.page-music .music-text, .page-music .music-link {
  margin-bottom: 30px;
  line-height: 1.5em;
}
.page-music .music-link {
  font-weight: 900;
}
.page-music .music-link a {
  color: #dbc58a;
  text-decoration: underline;
}
.page-music .sns-icon-list {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.page-music .sns-icon-list .sns-icon-item {
  width: 30px;
}
.page-music .music-question {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2em;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .music-text {
    font-size: 14px;
  }
  .music-question {
    font-size: 16px;
  }
}
.page-story .section-contents {
  margin: 0 auto;
  padding: 40px 25px;
  max-width: 1080px;
}
.page-story .story-select-container {
  margin: 0 auto 30px;
  max-width: 466px;
}
.page-story .story-select-container .story-select-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.page-story .story-select-container .story-select-item {
  cursor: pointer;
}
.page-story .story-select-container .story-select-item.active {
  pointer-events: none;
}
.page-story .story-movie-container {
  margin: 0 auto 20px;
  max-width: 612px;
  width: 100%;
  aspect-ratio: 16/9;
}
.page-story .story-movie-container iframe {
  width: 100%;
  height: 100%;
}
.page-story .story-container {
  padding: 40px 25px;
  box-sizing: border-box;
}
.page-story .story-container .story-box .story-title {
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 40px;
}
.page-story .story-container .story-box .story-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-story .story-container .story-box .story-title .title-num {
  font-size: 30px;
  color: #ff6400;
  text-align: center;
}
.page-story .story-container .story-box .story-title .title-num::before {
  content: "Chapter ";
}
.page-story .story-container .story-box .story-title .title-text {
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2em;
}
.page-story .story-container .story-box .story-pic-container, .page-story .story-container .story-box .story-thumb-container {
  margin: 0 auto;
  max-width: 612px;
}
.page-story .story-container .story-box .story-pic-container {
  position: relative;
  aspect-ratio: 612/344;
  margin-bottom: 1px;
}
.page-story .story-container .story-box .story-pic-container .story-pic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-story .story-container .story-box .story-pic-container .story-pic.active {
  opacity: 1;
}
.page-story .story-container .story-box .story-thumb-container {
  display: flex;
}
.page-story .story-container .story-box .story-thumb-container .story-thumb {
  width: 16.67%;
  cursor: pointer;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.page-story .story-container .story-box .story-thumb-container .story-thumb.active {
  border: solid 3px #ff6400;
}
.page-story .story-container .story-box .story-text {
  margin: 25px auto;
  max-width: 612px;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .page-story .section-contents {
    padding: 40px 0;
  }
  .page-story .story-select-container {
    max-width: 100%;
  }
  .page-story .story-select-container .story-select-list {
    gap: 10px;
  }
  .page-story .story-select-container .story-select-item {
    width: 47px;
    height: 56px;
  }
  .page-story .story-container {
    display: block;
  }
  .page-story .story-container .story-box .story-title .title-num {
    font-size: 24px;
  }
  .page-story .story-container .story-box .story-title .title-text {
    font-size: 24px;
  }
}
.page-bluray .section-contents {
  margin: 0 auto;
  padding: 40px 25px;
  max-width: 1080px;
}
.page-bluray .bluray-container:first-child {
  margin-bottom: 60px;
}
.page-bluray .bluray-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
}
.page-bluray .bluray-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-bluray .bluray-contents {
  display: flex;
  gap: 30px;
}
.page-bluray .bluray-contents .bluray-jacket {
  width: calc(50% - 15px);
}
.page-bluray .bluray-contents .bluray-info-list {
  width: calc(50% - 15px);
}
.page-bluray .bluray-contents .bluray-info-list .bluray-info-item .item {
  font-size: 13px;
  font-weight: 900;
  color: #dbc58a;
  line-height: 1.2em;
}
.page-bluray .bluray-contents .bluray-info-list .bluray-info-item .text {
  margin: 5px 0 20px;
  line-height: 1.5em;
}
.page-bluray .privilege-button {
  margin: 60px auto 0;
}
.page-bluray .privilege-button .inner a {
  padding: 0 0 0 0.4em;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .page-bluray .section-contents {
    padding: 40px 5%;
  }
  .page-bluray .bluray-title {
    font-size: 18px;
  }
  .page-bluray .bluray-contents {
    flex-direction: column;
  }
  .page-bluray .bluray-contents .bluray-jacket {
    width: 100%;
  }
  .page-bluray .bluray-contents .bluray-info-list {
    width: 100%;
  }
}
.page-bluray h2 {
  font-size: 30px;
  font-weight: 900;
}
.page-bluray .privilege-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}
.page-bluray .privilege-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot-line.png) center center repeat;
  background-size: 6px 2px;
}
.page-bluray .privilege-contents {
  display: flex;
}
.page-bluray .maker-container {
  margin-bottom: 60px;
}
.page-bluray .maker-container .privilege-contents {
  flex-direction: column;
  align-items: center;
}
.page-bluray .privilege-pic {
  margin-bottom: 30px;
  max-width: 451px;
}
.page-bluray .privilege-name {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
}
.page-bluray .privilege-text {
  line-height: 1.5em;
}
.page-bluray .store-container .privilege-contents {
  flex-wrap: wrap;
  column-gap: 30px;
}
.page-bluray .store-container .privilege-box {
  margin-bottom: 40px;
  width: calc(50% - 15px);
}
.page-bluray .store-container .privilege-box .privilege-store-name {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
  color: #dbc58a;
  text-align: center;
  line-height: 1.2em;
}
.page-bluray .store-container .privilege-box .privilege-store-name span {
  margin-left: 5px;
  font-size: 12px;
}
.page-bluray .store-container .privilege-box .privilege-store-name a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.page-bluray .store-container .privilege-box .privilege-store-name a:hover {
  opacity: 0.5;
}
.page-bluray .store-container .privilege-box .privilege-pic {
  margin: 0 auto 5px;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}
.page-bluray .store-container .privilege-box .privilege-text {
  margin-bottom: 20px;
  text-align: center;
}
.page-bluray .store-container .privilege-box .privilege-text strong {
  font-weight: 900;
  color: #dbc58a;
}
.page-bluray .store-container .note {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .page-bluray .store-container .privilege-contents {
    flex-direction: column;
  }
  .page-bluray .store-container .privilege-box {
    width: 100%;
  }
  .page-bluray .store-container .privilege-box .privilege-store-name span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  .page-bluray .store-container .privilege-box .privilege-store-name br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */