@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Poppins:wght@900&display=swap");
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;
  -webkit-box-sizing: border-box;
          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: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #000;
  z-index: 1;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/season1/main-bg.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}

body#character::before {
  display: none;
}

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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.font-pp {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.sp {
  display: none;
}

.inview {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.inview.inviewed {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  margin: 0 auto;
  width: min(1440px,100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.firstview .mv-change {
  width: 80px;
}

.firstview .mv-change button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 62px;
  height: 150px;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(48, 94, 201, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.firstview .mv-change button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 200%;
  height: 100%;
  background: rgba(48, 94, 201, 0.9);
  mix-blend-mode: multiply;
  z-index: -1;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.firstview .mv-change button.active {
  pointer-events: none;
}

.firstview .mv-change button.active::before {
  width: 0;
}

.firstview .mv-change button:hover::before {
  width: 0;
}

.firstview .mv-change button:not(:last-child) {
  margin-bottom: 10px;
}

.firstview .mv-change button#mv04 {
  background-image: url(../../img/season1/visual-change-04.jpg);
}

.firstview .mv-change button#mv03 {
  background-image: url(../../img/season1/visual-change-03.jpg);
}

.firstview .mv-change button#mv02 {
  background-image: url(../../img/season1/visual-change-02.png);
}

.firstview .mv-change button#mv01 {
  background-image: url(../../img/season1/visual-change-01.png);
}

.firstview .mv-change button p {
  font-size: 10px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.firstview .mv-container {
  width: min(800px,55.56%);
}

.firstview .mv-container img {
  display: none;
}

.firstview .mv-container img.active {
  display: block;
}

.firstview .fv-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 20px;
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.firstview .fv-header .onair-text {
  margin: 25px 24px 0 0;
  width: 400px;
}

.firstview .fv-header .line {
  margin: 35px 20px 0 0;
  width: 410px;
  height: 8px;
  background: url(../../img/season1/line.svg) repeat-x left center;
  background-size: auto 100%;
}

.firstview .fv-header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px 20px 0 0;
  width: 410px;
}

.firstview .fv-header .menu-list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  width: 50%;
  height: 26px;
  font-size: 18px;
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

.firstview .fv-header .menu-list .menu-item::before {
  content: '';
  display: block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: url(../../img/season1/menu-arrow.svg) no-repeat center;
  background-size: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.firstview .fv-header .menu-list .menu-item:hover {
  text-shadow: 0 0 5px #0997E2;
}

.firstview .fv-header .menu-list .menu-item:hover::before {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.firstview .pv-container {
  margin: 35px 20px 0 0;
  width: 410px;
}

.firstview .pv-container > a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.firstview .pv-container > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -11%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 122%;
  height: 100%;
  background: #305ec9;
  mix-blend-mode: multiply;
  opacity: .5;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.firstview .pv-container > a:hover::before {
  width: 0%;
}

.firstview .pv-container p {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

.firstview .pv-container p::before {
  content: '';
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) no-repeat center;
  background-size: 100%;
}

.firstview .pv-container p:hover {
  text-shadow: 0 0 5px #0997E2;
}

@media only screen and (max-width: 768px) {
  .sp{display:block;}

  .firstview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .firstview .mv-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    margin: 13px auto 0;
    width: 90%;
  }
  .firstview .mv-change button {
    width: 170px;
    height: 58px;
  }
  .firstview .mv-change button#mv04 {
    background-image: url(../../img/season1/visual-change-04-sp.jpg);
  }
  .firstview .mv-change button#mv03 {
    background-image: url(../../img/season1/visual-change-03-sp.jpg);
  }
  .firstview .mv-change button#mv02 {
    background-image: url(../../img/season1/visual-change-02-sp.png);
  }
  .firstview .mv-change button#mv01 {
    background-image: url(../../img/season1/visual-change-01-sp.png);
  }
  .firstview .mv-change button p {
    font-size: 12px;
    letter-spacing: .2em;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
  .firstview .fv-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 0 20px;
    width: 100%;
    height: 104px;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
  }
  .firstview .fv-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../../img/season1/menu-bg.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
  }
  .firstview .fv-header h1 {
    margin-top: 12px;
    width: 234px;
  }
  .firstview .fv-header nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .firstview .fv-header nav .nav-logo {
    display: block;
    margin: 0 auto;
    width: 270px;
  }
  .firstview .fv-header nav .sns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .firstview .fv-header nav .sns-container a {
    display: block;
    width: 58px;
  }
  .firstview .fv-header nav .menu-list {
    margin: 58px 0 42px;
    padding: 0 20px;
    width: 100%;
  }
  .firstview .fv-header nav .menu-list .menu-item {
    font-size: 15px;
  }
  .firstview .fv-header nav .menu-list .menu-item::before {
    margin-right: 7px;
    width: 11px;
    height: 11px;
    background: url(../../img/season1/news-arrow.svg) no-repeat center;
    background-size: 100%;
  }
  .firstview .fv-header .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 87px;
    height: 99px;
  }
  .firstview .fv-header .menu-button .inner {
    position: relative;
    width: 47px;
    height: 38px;
  }
  .firstview .fv-header .menu-button .inner .menu-line {
    position: absolute;
    left: 50%;
    width: 47px;
    height: 5px;
    background: #305ec9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .firstview .fv-header .menu-button .inner .menu-line:first-child {
    top: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: top .3s .2s ease, -webkit-transform .2s ease;
    transition: top .3s .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, top .3s .2s ease;
    transition: transform .2s ease, top .3s .2s ease, -webkit-transform .2s ease;
  }
  .firstview .fv-header .menu-button .inner .menu-line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .firstview .fv-header .menu-button .inner .menu-line:last-child {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0);
    -webkit-transition: bottom .3s .2s ease, -webkit-transform .2s ease;
    transition: bottom .3s .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, bottom .3s .2s ease;
    transition: transform .2s ease, bottom .3s .2s ease, -webkit-transform .2s ease;
  }
  .firstview .fv-header.open {
    position: fixed;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
  }
  .firstview .fv-header.open::before {
    height: 100%;
  }
  .firstview .fv-header.open h1 {
    display: none;
  }
  .firstview .fv-header.open nav {
    pointer-events: initial;
    opacity: 1;
  }
  .firstview .fv-header.open .menu-button .inner .menu-line {
    background: #fff;
  }
  .firstview .fv-header.open .menu-button .inner .menu-line:first-child {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(30deg);
            transform: translate3d(-50%, -50%, 0) rotate(30deg);
    -webkit-transition: top .2s ease, -webkit-transform .3s .2s ease;
    transition: top .2s ease, -webkit-transform .3s .2s ease;
    transition: transform .3s .2s ease, top .2s ease;
    transition: transform .3s .2s ease, top .2s ease, -webkit-transform .3s .2s ease;
  }
  .firstview .fv-header.open .menu-button .inner .menu-line:nth-of-type(2) {
    opacity: 0;
  }
  .firstview .fv-header.open .menu-button .inner .menu-line:last-child {
    bottom: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0) rotate(-30deg);
            transform: translate3d(-50%, 50%, 0) rotate(-30deg);
    -webkit-transition: bottom .2s ease, -webkit-transform .3s .2s ease;
    transition: bottom .2s ease, -webkit-transform .3s .2s ease;
    transition: transform .3s .2s ease, bottom .2s ease;
    transition: transform .3s .2s ease, bottom .2s ease, -webkit-transform .3s .2s ease;
  }
  .firstview .mv-container {
    margin-top: 104px;
    width: 100%;
  }
  .firstview .onair-text-sp {
    display: block;
    margin: 16px auto 0;
    max-width: 340px;
    width: 100%;
  }
  .firstview .pv-container.sp {
    display: block;
    margin: 40px auto 0;
    max-width: 346px;
    width: 90%;
  }
  .firstview .line.sp {
    display: block;
    margin: 47px auto 0;
    width: 100%;
    height: 8px;
    background: url(../../img/season1/line.svg) repeat-x left center;
    background-size: auto 100%;
  }
}

.top-news {
  padding: 0 30px;
  margin: 90px auto 0;
  width: min(1200px,100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-news h2 {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
}

.top-news h2 .en {
  margin: 0 0 20px .2em;
  font-size: 18px;
  letter-spacing: .2em;
  color: #305EC9;
}

.top-news .section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.top-news .section-contents .top-news-container {
  /* width: min(714px,59.5%); */
  width: 100%;
}

.top-news .section-contents .top-news-container .top-news-list .top-news-item {
  margin-bottom: 30px;
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

.top-news .section-contents .top-news-container .top-news-list .top-news-item:hover {
  text-shadow: 0 0 5px #0997E2;
}

.top-news .section-contents .top-news-container .top-news-list .top-news-item .date {
  font-size: 16px;
  letter-spacing: .16em;
  color: #305ec9;
}

.top-news .section-contents .top-news-container .top-news-list .top-news-item .news-title {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.top-news .section-contents .top-news-container .top-news-list .top-news-item .line {
  margin-top: 13px;
  width: 100%;
  height: 2px;
  background: url(../../img/season1/top-news-line.png) repeat-x left center;
  background-size: auto 100%;
}

.top-news .section-contents .top-news-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.top-news .section-contents .top-news-button-container.sp {
  display: none;
}

.top-news .section-contents .top-news-button-container .news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 254px;
  width: 50%;
  height: 58px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
}

.top-news .section-contents .top-news-button-container .news-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-news .section-contents .top-news-button-container .news-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.top-news .section-contents .top-news-button-container .news-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.top-news .section-contents .top-news-button-container .news-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.top-news .section-contents .top-news-button-container .news-button:hover p::before {
  width: 110%;
}

.top-news .section-contents .top-news-button-container .news-button:hover p::after {
  right: 22px;
}

.top-news .section-contents .twitter-wedget-container {
  margin-bottom: 30px;
  width: 376px;
  border: solid 1px #305ec9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-news .section-contents .twitter-wedget-container iframe {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .top-news {
    padding: 0 5%;
    margin: 50px auto 0;
  }
  .top-news .section-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-news .section-contents .top-news-container {
    width: 100%;
  }
  .top-news .section-contents .top-news-container .top-news-button-container .news-button:last-child {
    display: none;
  }
  .top-news .section-contents .top-news-button-container .news-button {
    max-width: 100%;
    width: 270px;
  }
  .top-news .section-contents .top-news-button-container.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news .section-contents .twitter-wedget-container {
    margin-top: 55px;
    width: 100%;
  }
  .top-news .section-contents .twitter-wedget-container iframe {
    width: calc(100% - 1px) !important;
  }
}

.top-introduction {
  position: relative;
}

.top-introduction h2 {
  position: absolute;
  top: 14.2vw;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.top-introduction h2 .en {
  margin: 0 0 20px .2em;
  font-size: 18px;
  letter-spacing: .2em;
  color: #305EC9;
}

.top-introduction .section-contents img {
  position: absolute;
  top: 18vw;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 72.75%;
}

@media only screen and (max-width: 768px) {
  .top-introduction {
    margin-top: 80px;
  }
  .top-introduction h2 {
    top: 30.3vw;
  }
  .top-introduction .top-intro-bg img.sp {
    display: block;
  }
  .top-introduction .section-contents img.sp {
    display: block;
    top: 48.4vw;
    width: 94.9%;
  }
}

.top-onair h2 {
  margin: 0 auto;
  max-width: 540px;
  text-align: center;
}

.top-onair h2 .en {
  margin: 0 0 20px .2em;
  font-size: 18px;
  letter-spacing: .2em;
  color: #305EC9;
}

.top-onair .section-contents {
  position: relative;
  padding: 95px 6%;
  margin: 30px auto 0;
  max-width: 900px;
}

.top-onair .section-contents::before, .top-onair .section-contents::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: url(../../img/season1/top-onair-line.svg) repeat-y center top;
  background-size: 100% auto;
}

.top-onair .section-contents::after {
  left: auto;
  right: 0;
}

.top-onair .section-contents .onair-container:not(:last-child) {
  margin-bottom: 60px;
}

.top-onair .section-contents .onair-container h3 {
  font-size: 24px;
  letter-spacing: .2em;
}

.top-onair .section-contents .onair-container .onair-text {
  margin-top: 30px;
  font-size: 29px;
  line-height: 1.5em;
  color: #305ec9;
}

.top-onair .section-contents .onair-container .onair-text.nowrap-text {
  white-space: nowrap;
}

.top-onair .section-contents .onair-container .onair-text span {
  font-size: 25px;
}

.top-onair .section-contents .onair-container .onair-text.onair-site {
  font-size: 20px;
}

.top-onair .section-contents .onair-container .onair-text.onair-site span {
  color: #5A5A65;
}

.top-onair .section-contents .onair-container .onair-text.onair-note {
  font-size: 15px;
  color: #5A5A65;
}

.top-onair .section-contents .onair-container .onair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(13px,0.69vw);
}

.top-onair .section-contents .onair-container .onair-list .onair-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 232px;
  width: 32%;
  height: 40px;
  font-size: 12px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
  overflow: hidden;
}

.top-onair .section-contents .onair-container .onair-list .onair-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-onair .section-contents .onair-container .onair-list .onair-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .5em;
  width: 80%;
  height: 100%;
  z-index: 1;
}

.top-onair .section-contents .onair-container .onair-list .onair-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.top-onair .section-contents .onair-container .onair-list .onair-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.top-onair .section-contents .onair-container .onair-list .onair-button:hover p::before {
  width: 110%;
}

.top-onair .section-contents .onair-container .onair-list .onair-button:hover p::after {
  right: 22px;
}

@media only screen and (max-width: 768px) {
  .top-onair {
    margin-top: 45px;
  }
  .top-onair h2 {
    max-width: 346px;
    width: 90%;
  }
  .top-onair .section-contents {
    padding: 54px 6%;
  }
  .top-onair .section-contents::before, .top-onair .section-contents::after {
    display: none;
  }
  .top-onair .section-contents .onair-container h3 {
    font-size: 17px;
  }
  .top-onair .section-contents .onair-container .onair-text {
    font-size: 18px;
  }
  .top-onair .section-contents .onair-container .onair-text .sp {
    display: block;
  }
  .top-onair .section-contents .onair-container .onair-text span {
    font-size: 13px;
  }
  .top-onair .section-contents .onair-container .onair-text.onair-site {
    font-size: 18px;
  }
  .top-onair .section-contents .onair-container .onair-text.onair-note {
    font-size: 13px;
  }
  .top-onair .section-contents .onair-container .onair-list {
    gap: 3.4vw;
  }
  .top-onair .section-contents .onair-container .onair-list .onair-button {
    width: 48%;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 80px 0 50px;
  margin-top: 100px;
  background: url(../../img/season1/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 10;
}

footer .footer-logo {
  width: 458px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

footer .footer-logo:hover {
  opacity: .7;
}

footer .sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

footer .sns-container a {
  display: block;
  width: 58px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

footer .sns-container a:hover {
  opacity: .7;
}

footer .credit {
  margin-top: 50px;
  font-size: 11px;
  letter-spacing: .11em;
  color: #B1B1B1;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .footer-logo {
    width: 270px;
  }
}

body:not(#top) header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 40px;
  width: 100%;
  height: 130px;
  background: url(../../img/season1/footer-bg.jpg) center center;
  background-size: cover;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

body:not(#top) header h1 {
  max-width: 284px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

body:not(#top) header h1:hover {
  opacity: .7;
}

body:not(#top) header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(30px,2.5vw);
}

body:not(#top) header nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(20px,1.66vw);
  max-width: 850px;
}

body:not(#top) header nav .menu-list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10px,.83vw);
  font-size: min(16px,1.37vw);
  color: #fff;
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

body:not(#top) header nav .menu-list .menu-item::before {
  content: '';
  display: block;
  width: min(12px,1vw);
  height: min(12px,1vw);
  background: url(../../img/season1/news-arrow.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

body:not(#top) header nav .menu-list .menu-item:hover {
  text-shadow: 0 0 5px #0997E2, 0 0 5px #0997E2;
}

body:not(#top) header nav .menu-list .menu-item:hover::before {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

body:not(#top) header nav .menu-list .menu-item.sp {
  display: none;
}

body:not(#top) header nav .icon-twitter {
  width: 42px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

body:not(#top) header nav .icon-twitter:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  body:not(#top) header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0 0 20px;
    width: 100%;
    height: 104px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 100;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
  }
  body:not(#top) header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../../img/season1/menu-bg.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
  }
  body:not(#top) header h1 {
    margin-top: 12px;
    width: 234px;
  }
  body:not(#top) header h1 .sp {
    display: block;
  }
  body:not(#top) header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  body:not(#top) header nav .nav-logo {
    display: block;
    margin: 0 auto;
    width: 270px;
  }
  body:not(#top) header nav .sns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  body:not(#top) header nav .sns-container a {
    display: block;
    width: 58px;
  }
  body:not(#top) header nav .menu-list {
    gap: 0;
    margin: 58px 0 42px;
    padding: 0 20px;
    width: 100%;
  }
  body:not(#top) header nav .menu-list .menu-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 16px;
    width: 50%;
    height: 26px;
    font-size: 15px;
  }
  body:not(#top) header nav .menu-list .menu-item::before {
    margin-right: 7px;
    width: 11px;
    height: 11px;
    background: url(../../img/season1/news-arrow.svg) no-repeat center;
    background-size: 100%;
  }
  body:not(#top) header nav .menu-list .menu-item.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body:not(#top) header .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 87px;
    height: 99px;
  }
  body:not(#top) header .menu-button .inner {
    position: relative;
    width: 47px;
    height: 38px;
  }
  body:not(#top) header .menu-button .inner .menu-line {
    position: absolute;
    left: 50%;
    width: 47px;
    height: 5px;
    background: #305ec9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  body:not(#top) header .menu-button .inner .menu-line:first-child {
    top: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: top .3s .2s ease, -webkit-transform .2s ease;
    transition: top .3s .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, top .3s .2s ease;
    transition: transform .2s ease, top .3s .2s ease, -webkit-transform .2s ease;
  }
  body:not(#top) header .menu-button .inner .menu-line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  body:not(#top) header .menu-button .inner .menu-line:last-child {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0);
    -webkit-transition: bottom .3s .2s ease, -webkit-transform .2s ease;
    transition: bottom .3s .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, bottom .3s .2s ease;
    transition: transform .2s ease, bottom .3s .2s ease, -webkit-transform .2s ease;
  }
  body:not(#top) header.open {
    position: fixed;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
  }
  body:not(#top) header.open::before {
    height: 100%;
  }
  body:not(#top) header.open h1 {
    display: none;
  }
  body:not(#top) header.open nav {
    pointer-events: initial;
    opacity: 1;
  }
  body:not(#top) header.open .menu-button .inner .menu-line {
    background: #fff;
  }
  body:not(#top) header.open .menu-button .inner .menu-line:first-child {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(30deg);
            transform: translate3d(-50%, -50%, 0) rotate(30deg);
    -webkit-transition: top .2s ease, -webkit-transform .3s .2s ease;
    transition: top .2s ease, -webkit-transform .3s .2s ease;
    transition: transform .3s .2s ease, top .2s ease;
    transition: transform .3s .2s ease, top .2s ease, -webkit-transform .3s .2s ease;
  }
  body:not(#top) header.open .menu-button .inner .menu-line:nth-of-type(2) {
    opacity: 0;
  }
  body:not(#top) header.open .menu-button .inner .menu-line:last-child {
    bottom: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0) rotate(-30deg);
            transform: translate3d(-50%, 50%, 0) rotate(-30deg);
    -webkit-transition: bottom .2s ease, -webkit-transform .3s .2s ease;
    transition: bottom .2s ease, -webkit-transform .3s .2s ease;
    transition: transform .3s .2s ease, bottom .2s ease;
    transition: transform .3s .2s ease, bottom .2s ease, -webkit-transform .3s .2s ease;
  }
}

.common-section {
  position: relative;
  padding-top: 100px;
  z-index: 1;
}

.common-section::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/season1/chara-bg.svg) center no-repeat, #fff;
  background-size: cover;
  z-index: -1;
}

.common-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 60px);
}

.common-section h2 .en {
  font-size: 18px;
  letter-spacing: .2em;
  color: #305ec9;
}

.common-section h2 .jp {
  font-size: 46px;
  color: #000;
  background: url(../../img/season1/title-bg.svg) center no-repeat, #000;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 768px) {
  .common-section {
    padding-top: 104px;
  }
  .common-section h2 {
    margin-top: 45px;
    text-align: center;
  }
  .common-section h2 .en {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .common-section h2 .jp {
    font-size: 29px;
  }
}

.character .chara-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.8px;
  position: relative;
  margin: 35px auto 0;
  max-width: 1200px;
}

.character .chara-icon-list .chara-icon-item {
  position: relative;
  width: 86px;
  height: 86px;
  background: url(../../img/season1/chara-icon-bg.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.character .chara-icon-list .chara-icon-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 0 #305ec9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
}

.character .chara-icon-list .chara-icon-item.active {
  pointer-events: none;
}

.character .chara-icon-list .chara-icon-item.active::after {
  border: solid 4px #305ec9;
}

.character .chara-icon-list .chara-icon-item:hover::after {
  border: solid 4px #305ec9;
}

.character .chara-icon-list::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 2px;
  background: url(../../img/season1/chara-line.svg) center repeat-x;
  background-size: auto 100%;
}

.character .chara-container {
  margin-top: 30px;
}

.character .swiper-button-next,
.character .swiper-button-prev {
  width: 56px;
  height: 62px;
  background: url(../../img/season1/chara-arrow.svg) center no-repeat;
  background-size: cover;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.character .swiper-button-next::after,
.character .swiper-button-prev::after {
  display: none;
}

.character .swiper-button-next:hover,
.character .swiper-button-prev:hover {
  opacity: .7;
}

.character .swiper-button-next {
  right: 50%;
  -webkit-transform: translate3d(600px, 0, 0);
          transform: translate3d(600px, 0, 0);
}

.character .swiper-button-prev {
  left: 50%;
  -webkit-transform: translate3d(-600px, 0, 0) scale(-1, 1);
          transform: translate3d(-600px, 0, 0) scale(-1, 1);
}

@media only screen and (max-width: 1200px) {
  .character .swiper-button-next {
    right: 10px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .character .swiper-button-prev {
    left: 10px;
    -webkit-transform: translate3d(0, 0, 0) scale(-1, 1);
            transform: translate3d(0, 0, 0) scale(-1, 1);
  }
}

.character .chara-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character .chara-item .chara-text-container {
  position: absolute;
  top: 190px;
  left: min(130px,8.3vw);
  max-width: 500px;
  width: 50%;
}

.character .chara-item .chara-text-container .name {
  font-size: 60px;
  letter-spacing: .05em;
}

.character .chara-item .chara-text-container .ruby {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #5A5A65;
}

.character .chara-item .chara-text-container .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 27px 0;
}

.character .chara-item .chara-text-container .cv .cv-text {
  margin-right: 10px;
  font-size: 18px;
  letter-spacing: .05em;
}

.character .chara-item .chara-text-container .cv .cv-text span {
  font-size: 15px;
}

.character .chara-item .chara-text-container .cv .comment-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 170px;
  height: 30px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
  overflow: hidden;
  z-index: 1;
}

.character .chara-item .chara-text-container .cv .comment-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -4%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.character .chara-item .chara-text-container .cv .comment-button:hover::before {
  width: 108%;
}

.character .chara-item .chara-text-container .chara-text {
  padding: 15px 0;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: .11em;
  color: #5A5A65;
  border-top: solid 2px #B1B1B1;
  border-bottom: solid 2px #B1B1B1;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character .chara-item .chara-text-container .chara-profile-list {
  margin-top: 19px;
  max-width: 328px;
}

.character .chara-item .chara-text-container .chara-profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character .chara-item .chara-text-container .chara-profile-item .item {
  padding: 13px 0;
  width: 40%;
  font-size: 15px;
  color: #305ec9;
  letter-spacing: .05em;
  border-bottom: solid 1px #305ec9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character .chara-item .chara-text-container .chara-profile-item .data {
  padding: 13px 0;
  width: 60%;
  font-size: 15px;
  color: #5A5A65;
  letter-spacing: .05em;
  border-bottom: solid 1px #5a5a65;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.character .chara-item .chara-pic-container {
  margin-left: auto;
}

.character .chara-item .chara-pic-container img {
  width: min(670px,67vw);
}

@media only screen and (max-width: 1200px) {
  .character .chara-item .chara-text-container {
    top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .character .chara-icon-list {
    gap: 3.9px;
    margin: 16px auto 0;
    width: 90%;
  }
  .character .chara-icon-list .chara-icon-item {
    width: 53px;
    height: 53px;
  }
  .character .chara-icon-list .chara-icon-item.active::after {
    border: solid 2px #305ec9;
  }
  .character .swiper-button-next,
  .character .swiper-button-prev {
    top: 20%;
    width: 25px;
    height: 27px;
  }
  .character .chara-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .character .chara-item .chara-text-container {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .character .chara-item .chara-text-container .name {
    font-size: 40px;
  }
  .character .chara-item .chara-text-container .ruby {
    font-size: 12px;
  }
  .character .chara-item .chara-text-container .cv .cv-text {
    font-size: 13px;
  }
  .character .chara-item .chara-text-container .cv .cv-text span {
    font-size: 11px;
  }
  .character .chara-item .chara-text-container .cv .comment-button {
    font-size: 14px;
  }
  .character .chara-item .chara-text-container .chara-text {
    font-size: 12.6px;
    line-height: 1.5em;
    border-top: solid 2px #FFE067;
    border-bottom: solid 2px #FFE067;
  }
  .character .chara-item .chara-pic-container {
    margin: 0;
  }
  .character .chara-item .chara-pic-container img {
    margin: 0 auto;
    width: 90%;
  }
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-overlay {
  background: #fff !important;
  opacity: .95 !important;
}

.comment-container,
.movie-container {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comment-container.active,
.movie-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-container .comment-pic,
.movie-container .comment-pic {
  max-width: 480px;
  width: 48%;
}

.comment-container .text-container,
.movie-container .text-container {
  width: calc(52% - 60px);
}

.comment-container .text-container .position,
.movie-container .text-container .position {
  font-size: 18px;
  letter-spacing: .07em;
  color: #5A5A65;
}

.comment-container .text-container .position::after,
.movie-container .text-container .position::after {
  content: '役';
  margin-left: 6px;
  font-size: 14px;
}

.comment-container .text-container .name,
.movie-container .text-container .name {
  margin-top: 10px;
  font-size: 34px;
  letter-spacing: .07em;
  color: #305ec9;
}

.comment-container .text-container .comment-text,
.movie-container .text-container .comment-text {
  margin-top: 24px;
}

.comment-container .text-container .comment-text .question,
.movie-container .text-container .comment-text .question {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .07em;
  color: #B1B1B1;
}

.comment-container .text-container .comment-text .answer,
.movie-container .text-container .comment-text .answer {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: .07em;
  color: #5A5A65;
}

.modaal-close::before, .modaal-close::after {
  top: 50%;
  height: 50%;
  width: 83px;
  height: 9px;
  background: #305ec9;
  border-radius: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.modaal-close::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(30deg);
          transform: translate3d(-50%, -50%, 0) rotate(30deg);
}

.modaal-close::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-30deg);
          transform: translate3d(-50%, -50%, 0) rotate(-30deg);
}

.modaal-close:hover {
  opacity: .7;
}

.modaal-close:hover::before, .modaal-close:hover::after {
  background: #305ec9;
}

@media only screen and (max-width: 768px) {
  .comment-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comment-container .comment-pic {
    max-width: 270px;
    width: 100%;
  }
  .comment-container .text-container {
    margin-top: 18px;
    width: 100%;
  }
  .comment-container .text-container .position {
    font-size: 16px;
    text-align: center;
  }
  .comment-container .text-container .position::after {
    font-size: 12.6px;
  }
  .comment-container .text-container .name {
    font-size: 30px;
    text-align: center;
  }
  .comment-container .comment-text .question {
    font-size: 12.6px;
  }
  .comment-container .comment-text .answer {
    font-size: 14px;
  }
  .modaal-close {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
}

.news .section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin: 40px auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-container {
  /* width: calc(100% - 426px); */
  width: 100%;
}

.news-container .news-list .news-item {
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

.news-container .news-list .news-item:not(:last-child) {
  padding-bottom: 30px;
}

.news-container .news-list .news-item:hover {
  text-shadow: 0 0 5px #0997E2;
}

.news-container .news-list .news-item .date {
  font-size: 16px;
  letter-spacing: .16em;
  color: #305ec9;
}

.news-container .news-list .news-item .news-title {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.news-container .news-list .news-item .line {
  margin-top: 13px;
  width: 100%;
  height: 2px;
  background: url(../../img/season1/top-news-line.png) center left repeat-x;
  background-size: auto 100%;
}

.news-container .pagination .num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.news-container .pagination .num-list .num-item {
  font-size: 21px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.news-container .pagination .num-list .num-item.active {
  color: #305ec9;
}

.news-container .pagination .num-list .num-item:hover {
  color: #305ec9;
}

#news .twitter-wedget-container .twitter-wedget {
  height: calc(100% - 96px);
}

#news .twitter-wedget-container .twitter-wedget iframe {
  height: 100% !important;
}

#news .twitter-wedget-container .news-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

#news .twitter-wedget-container .news-button-container .news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 254px;
  width: 254px;
  height: 58px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
}

#news .twitter-wedget-container .news-button-container .news-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#news .twitter-wedget-container .news-button-container .news-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#news .twitter-wedget-container .news-button-container .news-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

#news .twitter-wedget-container .news-button-container .news-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

#news .twitter-wedget-container .news-button-container .news-button:hover p::before {
  width: 110%;
}

#news .twitter-wedget-container .news-button-container .news-button:hover p::after {
  right: 22px;
}

@media only screen and (max-width: 768px) {
  .news .section-contents {
    padding: 0 5%;
  }
  .news-container {
    width: 100%;
  }
  #news .twitter-wedget-container {
    display: none;
  }
}

body#article {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body#article header {
  font-family: 'Noto Sans JP', sans-serif;
}

.article h2 .jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.article .section-contents {
  display: block;
  padding: 40px min(120px,10vw);
  margin: 40px auto 0;
  max-width: 1140px;
  width: calc(100% - 30px);
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article .section-contents .date {
  font-size: 20px;
  letter-spacing: .05em;
  color: #305ec9;
}

.article .section-contents .title {
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  letter-spacing: .05em;
  line-height: 1.57em;
}

.article .section-contents .article-text p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 2em;
  color: #5A5A65;
}

.article .section-contents .article-text h1,
.article .section-contents .article-text h2,
.article .section-contents .article-text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 2em;
  color: #305ec9;
}

.article .section-contents .article-text h2 {
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
  color: #5A5A65;
}

.article .section-contents .article-text h2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5a5a65;
}

.article .section-contents .article-text h3 {
  font-size: 16px;
}

.article .section-contents .article-text img {
  margin: 0 auto 20px;
  max-width: 100%;
  width: auto;
  max-height: 600px;
}

.article .section-contents .article-text .yt {
  position: relative;
  margin: 0 auto 20px;
  max-width: 600px;
  width: 100%;
}

.article .section-contents .article-text .yt::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.article .section-contents .article-text .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.article .section-contents .article-text a img {
  display: inline;
}

.article .news-button-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.article .news-button-container .news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 254px;
  width: 254px;
  height: 58px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
}

.article .news-button-container .news-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article .news-button-container .news-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.article .news-button-container .news-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.article .news-button-container .news-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.article .news-button-container .news-button:hover p::before {
  width: 110%;
}

.article .news-button-container .news-button:hover p::after {
  right: 22px;
}

@media only screen and (max-width: 768px) {
  .article .section-contents {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .article .section-contents .date {
    font-size: 14px;
  }
  .article .section-contents .title {
    font-size: 23px;
    line-height: 1.3em;
  }
  .article .section-contents .article-text p {
    font-size: 12.6px;
    line-height: 1.78em;
  }
  .article .section-contents .article-text h1 {
    font-size: 21.6px;
  }
  .article .section-contents .article-text h2 {
    margin: 0 0 20px;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
  .article .section-contents .article-text h3 {
    font-size: 14px;
  }
  .article .section-contents .article-text a img {
    display: block;
  }
}

.staffcast .section-contents {
  padding: 0 30px;
  margin: 40px auto 0;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.staffcast h3 {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: .2em;
}

.staffcast .position {
  font-size: 14px;
  letter-spacing: .11em;
  color: #305ec9;
}

.staffcast .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-size: 22px;
  letter-spacing: .11em;
  line-height: 1.5em;
}

.staffcast .name span {
  font-size: 17px;
}

.staffcast .name .comment-button {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.staffcast .name .comment-button img {
  margin-left: 15px;
  width: 32px;
}

.staffcast .name .comment-button:hover {
  opacity: .7;
}

.staffcast .staff-list,
.staffcast .cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 20px);
}

.staffcast .staff-list {
  gap: 10px;
  margin: 0 0 90px auto;
}

.staffcast .cast-list {
  gap: 20px;
  margin-left: auto;
}

.staffcast .staff-item,
.staffcast .cast-item {
  padding-bottom: 10px;
  border-bottom: solid 2px rgba(177, 177, 177, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.staffcast .staff-item {
  margin-bottom: 10px;
  width: calc(50% - 5px);
}

.staffcast .staff-item.fullwidth {
  width: 100%;
}

.staffcast .staff-item.fullwidth p {
  display: block;
}

.staffcast .cast-item {
  width: calc(20% - 16px);
}

@media only screen and (max-width: 768px) {
  .staffcast .section-contents {
    padding: 0 5%;
  }
  .staffcast h3 {
    font-size: 16px;
    text-align: center;
  }
  .staffcast .position {
    font-size: 10px;
  }
  .staffcast .name {
    font-size: 14px;
  }
  .staffcast .name span {
    font-size: 11px;
    letter-spacing: 0;
  }
  .staffcast .staff-list,
  .staffcast .cast-list {
    width: 100%;
  }
  .staffcast .cast-item {
    width: calc(50% - 10px);
  }
  .staffcast .cast-item .position {
    text-align: center;
  }
  .staffcast .cast-item .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.movie .section-contents {
  padding: 0 30px;
  margin: 40px auto 0;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.movie .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

.movie .movie-list .movie-item {
  width: calc(50% - 25px);
}

.movie .movie-list .movie-item > a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.movie .movie-list .movie-item > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -11%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 122%;
  height: 100%;
  background: #305ec9;
  mix-blend-mode: multiply;
  opacity: .5;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.movie .movie-list .movie-item > a:hover::before {
  width: 0%;
}

.movie .movie-list .movie-item .movie-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-transition: text-shadow .5s;
  transition: text-shadow .5s;
}

.movie .movie-list .movie-item .movie-title::before {
  content: '';
  display: block;
  margin: 6px 7px 0;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) center no-repeat;
  background-size: cover;
}

.movie .movie-list .movie-item .movie-title:hover {
  text-shadow: 0 0 5px #0997E2;
}

.movie-container {
  position: relative;
  width: 100%;
}

.movie-container::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .movie .section-contents {
    padding: 0 5%;
    gap: 0;
  }
  .movie .movie-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie .movie-list .movie-item {
    width: 100%;
  }
  .movie .movie-list .movie-item .movie-title {
    font-size: 13.5px;
  }
  .movie .movie-list .movie-item .movie-title::before {
    margin: 3px 7px 0;
  }
  #top .modaal-inner-wrapper,
  #movie .modaal-inner-wrapper {
    padding: 0;
  }
}

.books .section-contents {
  max-width: 1260px;
  padding: 0 30px;
  margin: 40px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.books .books-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.books .books-container .title-container .title .title-text {
  margin-left: -.5em;
  font-size: 40px;
  letter-spacing: .04em;
  color: #305ec9;
}

.books .books-container .title-container .title .author {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: .11em;
  color: #5A5A65;
}

.books .books-container .books-button-container .books-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 254px;
  width: 254px;
  height: 58px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
}

.books .books-container .books-button-container .books-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.books .books-container .books-button-container .books-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.books .books-container .books-button-container .books-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.books .books-container .books-button-container .books-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.books .books-container .books-button-container .books-button:hover p::before {
  width: 110%;
}

.books .books-container .books-button-container .books-button:hover p::after {
  right: 22px;
}

.books .books-container .books-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin: 40px 0 0;
}

.books .books-container .books-list .books-item {
  position: relative;
  width: calc(14.3% - 15.6px);
  overflow: hidden;
}

.books .books-container .books-list .books-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -28%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #293acc;
  mix-blend-mode: screen;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  pointer-events: none;
}

.books .books-container .books-list .books-item:hover::before {
  width: 156%;
}

@media only screen and (max-width: 768px) {
  .books .section-contents {
    padding: 0 5%;
  }
  .books .books-container .title-container .title .title-text {
    font-size: 26px;
    letter-spacing: 0;
  }
  .books .books-container .title-container .title .author {
    font-size: 10px;
    letter-spacing: .04em;
  }
  .books .books-container .title-container .books-button-container {
    display: none;
  }
  .books .books-container .sp {
    display: block;
    margin-top: 20px;
  }
  .books .books-container .sp .books-button {
    margin: 0 auto;
  }
  .books .books-container .books-list {
    gap: 7.2px;
  }
  .books .books-container .books-list .books-item {
    width: calc(20% - 5.8px);
  }
  .books .books-container.brotherhood .books-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .books .books-container.brotherhood .books-list .books-item {
    width: 156px;
  }
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/season1/main-bg.jpg) center no-repeat, #fff;
  background-size: cover;
  z-index: 1000;
}

.loading img {
  max-width: 459px;
  width: 90%;
}

.music .section-contents {
  padding: 0 40px;
  margin: 60px auto 0;
  max-width: 880px;
}

.music .section-contents .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.music .section-contents .music-container {
  margin-bottom: 80px;
}

.music .section-contents .music-container h2 {
  width: 100%;
}

.music .section-contents .music-container h2 .item {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: .2em;
}

.music .section-contents .music-container h2 .name {
  margin: 0 0 40px -.5em;
  font-size: 40px;
  line-height: 1.2em;
  color: #305ec9;
}

.music .section-contents .music-container h2 .name span {
  font-size: 30px;
}

.music .section-contents .music-container h2 .name span.sp-br {
  margin-left: 1em;
}

.music .section-contents .music-container .music-pic {
  margin: 0 auto 40px;
  max-width: 692px;
  width: 100%;
  border: solid 1px #eee;
}

.music .section-contents .music-container h3 {
  margin: 20px 0 20px -.5em;
  font-size: 18px;
  letter-spacing: .2em;
}

.music .section-contents .music-container h3::before {
  content: '';
  display: inline-block;
  margin: 6px 7px 0;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) center no-repeat;
  background-size: cover;
}

.music .section-contents .music-container .music-text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5em;
  color: #5a5a65;
}

.music .section-contents .music-container .music-pv {
  position: relative;
  margin: 30px auto 0;
  max-width: 692px;
  width: 100%;
}

.music .section-contents .music-container .music-pv::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.music .section-contents .music-container .music-pv iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.music .section-contents .music-container .ost-text {
  margin-bottom: 20px;
  color: #5a5a65;
}

.music .section-contents .music-container .ost-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}

.music .section-contents .music-container .ost-list-container .ost-list.disc1 {
  counter-reset: number-list 15;
}

.music .section-contents .music-container .ost-list-container .ost-list.disc2 {
  counter-reset: number-list 14;
}

.music .section-contents .music-container .ost-list-container .ost-list .ost-item {
  margin-bottom: 0.5em;
  color: #5a5a65;
  counter-increment: number-list;
}

.music .section-contents .music-container .ost-list-container .ost-list .ost-item::before {
  content: counter(number-list) ".";
  margin-right: .5em;
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  .music .section-contents {
    padding: 0 5%;
    margin: 30px auto 0;
  }
  .music .section-contents .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .music .section-contents .music-container {
    margin-bottom: 40px;
  }
  .music .section-contents .music-container h2 {
    margin: 0 0 10px;
    text-align: left;
  }
  .music .section-contents .music-container h2 .item {
    margin-bottom: 10px;
  }
  .music .section-contents .music-container h2 .name {
    margin: 0 0 20px -.5em;
    font-size: 30px;
    white-space: nowrap;
  }
  .music .section-contents .music-container h2 .name span {
    font-size: 20px;
  }
  .music .section-contents .music-container h2 .name.name-ost {
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  .music .section-contents .music-container .music-pic {
    margin-bottom: 20px;
  }
  .music .section-contents .music-container h3 {
    margin-bottom: 10px;
  }
  .music .section-contents .music-container .ost-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.story .select-container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.story .select-container .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  max-width: 480px;
}

.story .select-container .select-list .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  max-width: 40px;
  width: 8.25%;
  font-size: 21px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.story .select-container .select-list .select-item.active {
  color: #305ec9;
  pointer-events: none;
}

.story .select-container .select-list .select-item:hover {
  opacity: .7;
}

.story .select-container .story-container {
  margin-top: 40px;
}

.story .select-container .story-container .story-box {
  display: none;
  overflow: hidden;
}

.story .select-container .story-container .story-box.active {
  display: block;
}

.story .select-container .story-container .story-box .story-num {
  font-size: 18px;
  letter-spacing: .2em;
}

.story .select-container .story-container .story-box .story-title {
  margin-top: 10px;
  font-size: 40px;
  letter-spacing: .04em;
  line-height: 1.2em;
  color: #305ec9;
}

.story .select-container .story-container .story-box .story-ss-pic {
  margin-top: 35px;
}

.story .select-container .story-container .story-box .story-ss-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}

.story .select-container .story-container .story-box .story-ss-thumb .ss-thumb {
  position: relative;
  cursor: pointer;
}

.story .select-container .story-container .story-box .story-ss-thumb .ss-thumb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.story .select-container .story-container .story-box .story-ss-thumb .ss-thumb.ss-00-thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 35%;
  height: 100%;
  background: url(../../img/season1/movie-arrow.svg) center no-repeat;
  background-size: contain;
  opacity: .7;
}

.story .select-container .story-container .story-box .story-ss-thumb .ss-thumb.active::before {
  border: solid 3px #305ec9;
}

.story .select-container .story-container .story-box .story-ss-thumb .ss-thumb:hover {
  opacity: .7;
}

.story .select-container .story-container .story-box .story-text {
  margin-top: 20px;
  line-height: 2em;
  color: #5A5A65;
}

.story .select-container .story-container .story-box .story-movie {
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.story .select-container .story-container .story-box .story-movie::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.story .select-container .story-container .story-box .story-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .story .select-container {
    padding: 0 5%;
  }
  .story .select-container .select-list .select-item {
    max-width: 60px;
    width: 12%;
  }
  .story .select-container .story-container .story-box .story-title {
    font-size: 25px;
  }
}

.goods .section-contents {
  padding: 0 30px;
  margin: 60px auto 0;
  max-width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods .section-contents .goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.goods .section-contents .goods-list .goods-item {
  max-width: 246px;
  width: calc(33% - 20px);
}

.goods .section-contents .goods-list .goods-item .goods-pic img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.goods .section-contents .goods-list .goods-item .goods-pic img:hover {
  opacity: .7;
}

.goods .section-contents .goods-list .goods-item .goods-name {
  line-height: 1.2em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.goods .section-contents .goods-list .goods-item .goods-name::before {
  content: '';
  display: inline-block;
  margin: 6px 7px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) center no-repeat;
  background-size: cover;
}

.goods .section-contents .goods-list .goods-item .goods-name:hover {
  opacity: .7;
}

.goodsdetail .goodsdetail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.goodsdetail .goodsdetail-container .goods-pic {
  width: calc(50% - 15px);
}

.goodsdetail .goodsdetail-container .goods-text-container {
  width: calc(50% - 15px);
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-name {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.2em;
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-price {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-price span {
  font-size: 20px;
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-text {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #000;
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-text h1 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
  color: #305ec9;
}

.goodsdetail .goodsdetail-container .goods-text-container .goods-text p, .goodsdetail .goodsdetail-container .goods-text-container .goods-text div {
  line-height: 1.5em;
}

.goodsdetail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px;
  width: 232px;
  height: 40px;
  font-size: 12px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
  overflow: hidden;
}

.goodsdetail-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goodsdetail-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
  width: 80%;
  height: 100%;
  z-index: 1;
}

.goodsdetail-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.goodsdetail-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.goodsdetail-button:hover p::before {
  width: 110%;
}

.goodsdetail-button:hover p::after {
  right: 22px;
}

@media only screen and (max-width: 768px) {
  .goods .section-contents {
    padding: 0 5%;
  }
  .goods .section-contents .goods-list .goods-item {
    max-width: 100%;
    width: calc(50% - 15px);
  }
  .goodsdetail .goodsdetail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .goodsdetail .goodsdetail-container .goods-pic {
    width: 100%;
  }
  .goodsdetail .goodsdetail-container .goods-text-container {
    width: 100%;
  }
}

.package .section-contents {
  padding: 60px 30px 0;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.package .section-contents h3 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #305ec9;
}

.package .section-contents .package-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.package .section-contents .package-container .package-pic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}

.package .section-contents .package-container .package-pic-container .package-pic-box {
  width: calc(50% - 20px);
  border: solid 1px #eee;
}

.package .section-contents .package-container .package-pic-container .package-pic-box.jacket-open {
  width: 100%;
}

.package .section-contents .package-container .package-text-container {
  width: 100%;
}

.package .section-contents .package-container .package-text-container .release {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5em;
}

.package .section-contents h4 {
  margin: 40px 0 20px;
}

.package .section-contents h4::before {
  content: '';
  display: inline-block;
  margin: 6px 7px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) center no-repeat;
  background-size: cover;
}

.package .section-contents .package-text {
  margin-bottom: 20px;
  color: #5a5a65;
  line-height: 1.5em;
}

.package .section-contents .privilege-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 80px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.package .section-contents .privilege-container .privilege-box {
  width: calc(50% - 20px);
}

.package .section-contents .privilege-container .privilege-box h4 {
  margin-top: 0;
  font-size: 18px;
}

.package .section-contents .privilege-container .privilege-box .privilege-pic {
  margin-bottom: 20px;
  border: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.package .section-contents .note {
  margin-top: 30px;
  font-size: 15px;
  color: #5a5a65;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .package .sp {
    display: block;
  }
  .package .section-contents {
    padding: 30px 5% 0;
  }
  .package .section-contents h3 {
    font-size: 30px;
  }
  .package .section-contents .package-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package .section-contents .package-container .package-pic-container {
    gap: 20px;
    width: 100%;
  }
  .package .section-contents .package-container .package-pic-container .package-pic-box {
    width: calc(50% - 10px);
  }
  .package .section-contents .package-container .package-text-container {
    width: 100%;
  }
  .package .section-contents .privilege-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package .section-contents .privilege-container .privilege-box {
    width: 100%;
  }
}

.special h2 .jp {
  background: none;
  -webkit-text-fill-color: black;
}

.special .special-text {
  margin: 30px auto 0;
  max-width: 1200px;
  width: calc(100% - 60px);
  line-height: 1.2em;
}

.special .section-contents {
  padding: 60px 30px 0;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special .section-contents h3 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #305ec9;
}

.special .section-contents .special-box {
  margin-bottom: 60px;
}

.special .section-contents .special-box h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.special .section-contents .special-box h4::before {
  content: '';
  display: inline-block;
  margin: 6px 7px 0 0;
  width: 16px;
  height: 16px;
  background: url(../../img/season1/top-pv-arrow.svg) center no-repeat;
  background-size: cover;
}

.special .section-contents .special-box .special-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 250px;
  height: 40px;
  font-size: 12px;
  letter-spacing: .05em;
  color: #fff;
  background: #305ec9;
  overflow: hidden;
}

.special .section-contents .special-box .special-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special .section-contents .special-box .special-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
  width: 80%;
  height: 100%;
  z-index: 1;
}

.special .section-contents .special-box .special-button p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.special .section-contents .special-box .special-button p::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
  height: 12px;
  background: url(../../img/season1/news-arrow.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}

.special .section-contents .special-box .special-button:hover p::before {
  width: 110%;
}

.special .section-contents .special-box .special-button:hover p::after {
  right: 22px;
}

@media only screen and (max-width: 768px) {
  .special .special-box .special-button {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */