
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@charset "UTF-8";
/* ========================================
    common
        サイト全体の設定、定義など
======================================== */
.ac-qa > div::before, .ac-qa .js-accordion-body::before,
.ac-qa .fixed-open-body::before, .fancybox-button--close--custom, .loading__inner--text, .category-menu__wrap, .footer .copy, .support-menu__title, .nav-list__link, .nav-list--other__link, .nav-admin span, .btn-back, .btn-next, .btn-num__item, .section-title, .main-title, .sub-title, .mini-title, .top-title, .other-title, .btn-more, .btn-arrow, .list__date, .list__category, .top-more, .other-menu__inner, .members-card__detail, .members-card__type {
  font-family: 'Cormorant Infant', serif;
}
/* ========================================
    line-clamp
======================================== */
/* ========================================
    scrollbar
======================================== */
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - https://cssreset.com/ */
html {
  color: #000;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/* ========================================
    
    base
        タグに直接効かせるスタイル

    INDEX
        - common
        - anti-aliasing
        - form

======================================== */
/* ========================================
    common
======================================== */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif JP", serif;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  color: white;
  background-color: black;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    line-height: 2.142857142857143;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}
/* ========================================
    anti-aliasing
======================================== */
body,
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body,
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* ========================================
    form
======================================== */
@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 16px;
  }
}
button,
textarea,
input {
  background: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration {
  display: none;
}
button::focus,
textarea::focus,
input::focus {
  outline-offset: -2px;
}
/* ========================================
    
    parts
        付けるだけで動くスタイルのパーツ

    INDEX
        - element
        - layout
        - font
        - color
        - margin, padding
        - border

======================================== */
/* ========================================
    element
======================================== */
@media not screen and (min-width: 1081px) {
  .xl-elem {
    display: none !important;
  }
}
.xl-elem--inline {
  display: inline;
}
@media not screen and (min-width: 1081px) {
  .xl-elem--inline {
    display: none !important;
  }
}
@media not screen and (min-width: 769px) and (max-width: 1080px) {
  .l-elem {
    display: none !important;
  }
}
.l-elem--inline {
  display: inline;
}
@media not screen and (min-width: 769px) and (max-width: 1080px) {
  .l-elem--inline {
    display: none !important;
  }
}
@media not screen and (min-width: 481px) and (max-width: 768px) {
  .m-elem {
    display: none !important;
  }
}
.m-elem--inline {
  display: inline;
}
@media not screen and (min-width: 481px) and (max-width: 768px) {
  .m-elem--inline {
    display: none !important;
  }
}
@media not screen and (max-width: 480px) {
  .s-elem {
    display: none !important;
  }
}
.s-elem--inline {
  display: inline;
}
@media not screen and (max-width: 480px) {
  .s-elem--inline {
    display: none !important;
  }
}
@media not screen and (max-width: 768px) {
  .mb-elem {
    display: none !important;
  }
}
.mb-elem--inline {
  display: inline;
}
@media not screen and (max-width: 768px) {
  .mb-elem--inline {
    display: none !important;
  }
}
@media not screen and (min-width: 769px) {
  .pc-elem {
    display: none !important;
  }
}
.pc-elem--inline {
  display: inline;
}
@media not screen and (min-width: 769px) {
  .pc-elem--inline {
    display: none !important;
  }
}
/* ========================================
    layout
======================================== */
.al-c {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .al-c-pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .al-c-mb {
    text-align: center !important;
  }
}
.al-r {
  text-align: right !important;
}
.al-l {
  text-align: left !important;
}
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
/* ========================================
    font
======================================== */
.x-small {
  font-size: 0.6em;
}
.small {
  font-size: 0.8em;
}
.large {
  font-size: 1.2em;
}
.x-large {
  font-size: 1.4em;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.link, .aem-post a,
.post-entry a {
  color: #FF00D8;
  text-decoration: underline;
}
/* ========================================
    color
======================================== */
.c-white {
  color: white !important;
}
.c-gray {
  color: #919191 !important;
}
.c-black {
  color: black !important;
}
.c-red {
  color: red !important;
}
.c-green {
  color: green !important;
}
.c-blue {
  color: #2F86EB !important;
}
.c-yellow {
  color: #f6ff15 !important;
}
.c-pink {
  color: #FF00D8 !important;
}
.c-purple {
  color: purple !important;
}
.attention {
  color: red !important;
}
/* ========================================
    margin, padding
======================================== */
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
/* ========================================
    border
======================================== */
hr.solid {
  border: none;
  border-top: 1px solid;
}
hr.dot {
  border: none;
  border-top: 1px dotted;
}
/* ========================================
    width
======================================== */
.trisect {
  width: 30% !important;
}
.half {
  width: 48% !important;
}
.full {
  width: 100% !important;
}
/* ========================================

    animation
        キーフレームアニメーションを定義する

    INDEX
        - keyframe
        - option parts
======================================== */
@-webkit-keyframes zoomInFadeOut {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
}
@keyframes zoomInFadeOut {
  0% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8) rotate(0deg);
            transform: scale(0.8) rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
}
/* ========================================
    keyframe
======================================== */
.a-fadein-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.a-fadein-up.active {
  -webkit-animation-name: fadein-up;
          animation-name: fadein-up;
}
@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ========================================
    option parts

        - 経過時間 animation-duration
        - 開始までの待ち時間 animation-delay
        - 繰り返し回数 animation-iteration-count
        - 往復するかどうか animation-direction
        - 完了後の状態 animation-fill-mode
        - イージング animate-timing-function

======================================== */
.a-duration--00 {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}
.a-duration--01 {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important;
}
.a-duration--02 {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}
.a-duration--03 {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}
.a-duration--04 {
  -webkit-animation-duration: 0.4s !important;
          animation-duration: 0.4s !important;
}
.a-duration--05 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}
.a-duration--06 {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}
.a-duration--07 {
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}
.a-duration--08 {
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
}
.a-duration--09 {
  -webkit-animation-duration: 0.9s !important;
          animation-duration: 0.9s !important;
}
.a-duration--10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}
.a-duration--11 {
  -webkit-animation-duration: 1.1s !important;
          animation-duration: 1.1s !important;
}
.a-duration--12 {
  -webkit-animation-duration: 1.2s !important;
          animation-duration: 1.2s !important;
}
.a-duration--13 {
  -webkit-animation-duration: 1.3s !important;
          animation-duration: 1.3s !important;
}
.a-duration--14 {
  -webkit-animation-duration: 1.4s !important;
          animation-duration: 1.4s !important;
}
.a-duration--15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}
.a-duration--16 {
  -webkit-animation-duration: 1.6s !important;
          animation-duration: 1.6s !important;
}
.a-duration--17 {
  -webkit-animation-duration: 1.7s !important;
          animation-duration: 1.7s !important;
}
.a-duration--18 {
  -webkit-animation-duration: 1.8s !important;
          animation-duration: 1.8s !important;
}
.a-duration--19 {
  -webkit-animation-duration: 1.9s !important;
          animation-duration: 1.9s !important;
}
.a-duration--20 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.a-duration--21 {
  -webkit-animation-duration: 2.1s !important;
          animation-duration: 2.1s !important;
}
.a-duration--22 {
  -webkit-animation-duration: 2.2s !important;
          animation-duration: 2.2s !important;
}
.a-duration--23 {
  -webkit-animation-duration: 2.3s !important;
          animation-duration: 2.3s !important;
}
.a-duration--24 {
  -webkit-animation-duration: 2.4s !important;
          animation-duration: 2.4s !important;
}
.a-duration--25 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}
.a-duration--26 {
  -webkit-animation-duration: 2.6s !important;
          animation-duration: 2.6s !important;
}
.a-duration--27 {
  -webkit-animation-duration: 2.7s !important;
          animation-duration: 2.7s !important;
}
.a-duration--28 {
  -webkit-animation-duration: 2.8s !important;
          animation-duration: 2.8s !important;
}
.a-duration--29 {
  -webkit-animation-duration: 2.9s !important;
          animation-duration: 2.9s !important;
}
.a-duration--30 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}
.a-duration--31 {
  -webkit-animation-duration: 3.1s !important;
          animation-duration: 3.1s !important;
}
.a-duration--32 {
  -webkit-animation-duration: 3.2s !important;
          animation-duration: 3.2s !important;
}
.a-duration--33 {
  -webkit-animation-duration: 3.3s !important;
          animation-duration: 3.3s !important;
}
.a-duration--34 {
  -webkit-animation-duration: 3.4s !important;
          animation-duration: 3.4s !important;
}
.a-duration--35 {
  -webkit-animation-duration: 3.5s !important;
          animation-duration: 3.5s !important;
}
.a-duration--36 {
  -webkit-animation-duration: 3.6s !important;
          animation-duration: 3.6s !important;
}
.a-duration--37 {
  -webkit-animation-duration: 3.7s !important;
          animation-duration: 3.7s !important;
}
.a-duration--38 {
  -webkit-animation-duration: 3.8s !important;
          animation-duration: 3.8s !important;
}
.a-duration--39 {
  -webkit-animation-duration: 3.9s !important;
          animation-duration: 3.9s !important;
}
.a-duration--40 {
  -webkit-animation-duration: 4s !important;
          animation-duration: 4s !important;
}
.a-duration--41 {
  -webkit-animation-duration: 4.1s !important;
          animation-duration: 4.1s !important;
}
.a-duration--42 {
  -webkit-animation-duration: 4.2s !important;
          animation-duration: 4.2s !important;
}
.a-duration--43 {
  -webkit-animation-duration: 4.3s !important;
          animation-duration: 4.3s !important;
}
.a-duration--44 {
  -webkit-animation-duration: 4.4s !important;
          animation-duration: 4.4s !important;
}
.a-duration--45 {
  -webkit-animation-duration: 4.5s !important;
          animation-duration: 4.5s !important;
}
.a-duration--46 {
  -webkit-animation-duration: 4.6s !important;
          animation-duration: 4.6s !important;
}
.a-duration--47 {
  -webkit-animation-duration: 4.7s !important;
          animation-duration: 4.7s !important;
}
.a-duration--48 {
  -webkit-animation-duration: 4.8s !important;
          animation-duration: 4.8s !important;
}
.a-duration--49 {
  -webkit-animation-duration: 4.9s !important;
          animation-duration: 4.9s !important;
}
.a-duration--50 {
  -webkit-animation-duration: 5s !important;
          animation-duration: 5s !important;
}
.a-delay--00 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.a-delay--01 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.a-delay--02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.a-delay--03 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.a-delay--04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.a-delay--05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.a-delay--06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.a-delay--07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.a-delay--08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.a-delay--09 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.a-delay--10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.a-delay--11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.a-delay--12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.a-delay--13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.a-delay--14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.a-delay--15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.a-delay--16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.a-delay--17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}
.a-delay--18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.a-delay--19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}
.a-delay--20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.a-delay--21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}
.a-delay--22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}
.a-delay--23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}
.a-delay--24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.a-delay--25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}
.a-delay--26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}
.a-delay--27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}
.a-delay--28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}
.a-delay--29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}
.a-delay--30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}
.a-delay--31 {
  -webkit-animation-delay: 3.1s !important;
          animation-delay: 3.1s !important;
}
.a-delay--32 {
  -webkit-animation-delay: 3.2s !important;
          animation-delay: 3.2s !important;
}
.a-delay--33 {
  -webkit-animation-delay: 3.3s !important;
          animation-delay: 3.3s !important;
}
.a-delay--34 {
  -webkit-animation-delay: 3.4s !important;
          animation-delay: 3.4s !important;
}
.a-delay--35 {
  -webkit-animation-delay: 3.5s !important;
          animation-delay: 3.5s !important;
}
.a-delay--36 {
  -webkit-animation-delay: 3.6s !important;
          animation-delay: 3.6s !important;
}
.a-delay--37 {
  -webkit-animation-delay: 3.7s !important;
          animation-delay: 3.7s !important;
}
.a-delay--38 {
  -webkit-animation-delay: 3.8s !important;
          animation-delay: 3.8s !important;
}
.a-delay--39 {
  -webkit-animation-delay: 3.9s !important;
          animation-delay: 3.9s !important;
}
.a-delay--40 {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}
.a-delay--41 {
  -webkit-animation-delay: 4.1s !important;
          animation-delay: 4.1s !important;
}
.a-delay--42 {
  -webkit-animation-delay: 4.2s !important;
          animation-delay: 4.2s !important;
}
.a-delay--43 {
  -webkit-animation-delay: 4.3s !important;
          animation-delay: 4.3s !important;
}
.a-delay--44 {
  -webkit-animation-delay: 4.4s !important;
          animation-delay: 4.4s !important;
}
.a-delay--45 {
  -webkit-animation-delay: 4.5s !important;
          animation-delay: 4.5s !important;
}
.a-delay--46 {
  -webkit-animation-delay: 4.6s !important;
          animation-delay: 4.6s !important;
}
.a-delay--47 {
  -webkit-animation-delay: 4.7s !important;
          animation-delay: 4.7s !important;
}
.a-delay--48 {
  -webkit-animation-delay: 4.8s !important;
          animation-delay: 4.8s !important;
}
.a-delay--49 {
  -webkit-animation-delay: 4.9s !important;
          animation-delay: 4.9s !important;
}
.a-delay--50 {
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}
.a-count--0 {
  -webkit-animation-iteration-count: 0 !important;
          animation-iteration-count: 0 !important;
}
.a-count--1 {
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}
.a-count--2 {
  -webkit-animation-iteration-count: 2 !important;
          animation-iteration-count: 2 !important;
}
.a-count--3 {
  -webkit-animation-iteration-count: 3 !important;
          animation-iteration-count: 3 !important;
}
.a-count--4 {
  -webkit-animation-iteration-count: 4 !important;
          animation-iteration-count: 4 !important;
}
.a-count--5 {
  -webkit-animation-iteration-count: 5 !important;
          animation-iteration-count: 5 !important;
}
.a-count--6 {
  -webkit-animation-iteration-count: 6 !important;
          animation-iteration-count: 6 !important;
}
.a-count--7 {
  -webkit-animation-iteration-count: 7 !important;
          animation-iteration-count: 7 !important;
}
.a-count--8 {
  -webkit-animation-iteration-count: 8 !important;
          animation-iteration-count: 8 !important;
}
.a-count--9 {
  -webkit-animation-iteration-count: 9 !important;
          animation-iteration-count: 9 !important;
}
.a-count--10 {
  -webkit-animation-iteration-count: 10 !important;
          animation-iteration-count: 10 !important;
}
.a-count--infinite {
  -webkit-animation-iteration-count: infinite !important;
          animation-iteration-count: infinite !important;
}
.a-direction--on {
  -webkit-animation-direction: alternat !important;
          animation-direction: alternat !important;
}
.a-direction--off {
  -webkit-animation-direction: normal !important;
          animation-direction: normal !important;
}
.a-mode--both {
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
}
.a-mode--forwards {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}
.a-mode--backwards {
  -webkit-animation-fill-mode: backwards !important;
          animation-fill-mode: backwards !important;
}
.a-timing--linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}
.a-timing--in-sine {
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715) !important;
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715) !important;
}
.a-timing--out-sine {
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1) !important;
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}
.a-timing--in-out-sine {
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}
.a-timing--in-quad {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53) !important;
          animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53) !important;
}
.a-timing--out-quad {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.a-timing--in-out-quad {
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.a-timing--in-cubic {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
          animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.a-timing--out-cubic {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.a-timing--in-out-cubic {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.a-timing--in-quart {
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) !important;
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22) !important;
}
.a-timing--out-quart {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.a-timing--in-out-quart {
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.a-timing--in-quint {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06) !important;
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06) !important;
}
.a-timing--out-quint {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.a-timing--in-out-quint {
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1) !important;
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.a-timing--in-expo {
  -webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035) !important;
          animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035) !important;
}
.a-timing--out-expo {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.a-timing--in-out-expo {
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1) !important;
          animation-timing-function: cubic-bezier(1, 0, 0, 1) !important;
}
.a-timing--in-circ {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335) !important;
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335) !important;
}
.a-timing--out-circ {
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}
.a-timing--in-out-circ {
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}
.a-timing--in-back {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045) !important;
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045) !important;
}
.a-timing--out-back {
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.a-timing--in-out-back {
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
/* ========================================
    modules
        外部プラグインなどで使うもの
======================================== */
.js-accordion-body {
  display: none;
}
.js-accordion-body.is-open {
  display: block;
}
.js-accordion-title {
  cursor: pointer;
}
.ac-menu > div {
  padding: 20px;
  color: white;
  border-bottom: 1px solid white;
}
.ac-menu .js-accordion-title,
.ac-menu .fixed-open-title {
  position: relative;
  padding-right: 60px;
  font-weight: Bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.ac-menu .js-accordion-title:before, .ac-menu .js-accordion-title:after,
.ac-menu .fixed-open-title:before,
.ac-menu .fixed-open-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: white;
  transition: 0.3s;
}
.ac-menu .js-accordion-title:after,
.ac-menu .fixed-open-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ac-menu .js-accordion-title.js-open:after,
.ac-menu .fixed-open-title.js-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ac-menu .js-accordion-body,
.ac-menu .fixed-open-body {
  padding-top: 20px;
  padding-right: 60px;
  letter-spacing: 0.1em;
  line-height: 2.142857142857143;
}
.ac-qa > div {
  position: relative;
}
.ac-qa > div::before {
  content: 'Q';
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: Bold;
  font-size: 2.5rem;
  color: white;
  letter-spacing: 0.2em;
  line-height: 0.88;
}
.ac-qa .js-accordion-title,
.ac-qa .fixed-open-title {
  padding-left: 30px;
}
.ac-qa .js-accordion-body,
.ac-qa .fixed-open-body {
  position: relative;
  padding-left: 30px;
}
.ac-qa .js-accordion-body::before,
.ac-qa .fixed-open-body::before {
  content: 'A';
  position: absolute;
  top: 24px;
  left: 0;
  font-weight: Bold;
  font-size: 2.5rem;
  color: red;
  letter-spacing: 0.2em;
  line-height: 0.88;
}
.fancybox-caption {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: none;
  max-width: 1020px;
}
.fancybox-caption__body {
  padding-left: 40px;
  padding-right: 40px;
  max-height: 30vh;
  overflow-y: auto;
}
.fancybox-caption__body::-webkit-scrollbar {
  width: 5px;
}
.fancybox-caption__body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 100px;
}
.fancybox-caption__body::-webkit-scrollbar-thumb {
  background: #f6ff15;
  border-radius: 100px;
  box-shadow: none;
}
.fancybox-button--close {
  background-color: rgba(0, 0, 0, 0.7);
}
.fancybox-button--close--custom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: Bold;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.1111111111111112;
  z-index: 99999;
  cursor: pointer;
}
.fancybox-button--close--custom:before, .fancybox-button--close--custom:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: white;
}
.fancybox-button--close--custom:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fancybox-button--close--custom:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fancybox-button--arrow_left, .fancybox-button--arrow_right {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
.fancybox-button--arrow_left .arrow__triangle, .fancybox-button--arrow_right .arrow__triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -35%);
          transform: translate(-30%, -35%);
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .fancybox-button--arrow_left:not(:hover), .fancybox-button--arrow_right:not(:hover) {
    cursor: pointer;
  }
  .fancybox-button--arrow_left:not(:hover) .arrow__triangle--fill, .fancybox-button--arrow_right:not(:hover) .arrow__triangle--fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-button--arrow_left:not(:active) .arrow__triangle--fill, .fancybox-button--arrow_right:not(:active) .arrow__triangle--fill {
    opacity: 0;
  }
}
.fancybox-button--arrow_left svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.swiper-custom-parent {
  position: relative;
}
.swiper-slide {
  border-radius: 5px;
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  overflow: hidden;
  transition: 0.3s;
}
.swiper-slide:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.swiper-slide:not(.swiper-slide-active):before {
  opacity: 0.4;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active img {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .swiper-slide-prev {
    left: -8px;
  }
}
@media screen and (min-width: 769px) {
  .swiper-slide-next {
    right: -8px;
  }
}
.swiper-pagination {
  left: 0;
  right: 0;
  margin: 20px auto;
}
.swiper-pagination-bullet {
  position: relative;
  margin: 5px;
  width: 13px;
  height: 13px;
  background: none;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: white;
}
.swiper-pagination-bullet-active {
  background-image: url("/images/common/star_dot.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-filter: drop-shadow(0px 0px 10px #f6ff15);
          filter: drop-shadow(0px 0px 10px #f6ff15);
}
/* ========================================
    components
        共通で使うパーツを書くスタイル
======================================== */
/* ========================================

    common
        共通に使えるパーツ

    INDEX
        - wrapper

======================================== */
/* ========================================
    wrapper
======================================== */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.wrapper:before {
  background: url("/images/common/stars.jpg");
  background-size: 480px;
  background-attachment: fixed;
  opacity: 0.4;
}
.wrapper__bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black url("/images/common/bg_color.jpg");
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
}
.wrapper__bg:before, .wrapper__bg:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("/images/common/stars.jpg");
  background-size: 800px;
  background-attachment: fixed;
  mix-blend-mode: screen;
  -webkit-animation: zoomInFadeOut 50s infinite;
          animation: zoomInFadeOut 50s infinite;
  pointer-events: none;
  z-index: 1;
}
.wrapper__bg:after {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.wrapper__border {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  pointer-events: none;
}
.wrapper__border span {
  position: absolute;
  background-color: #f6ff15;
}
.wrapper__border span:nth-child(1) {
  top: 0;
  right: 0;
  height: 10px;
}
body.top .wrapper__border span:nth-child(1) {
  width: 0;
}
body:not(.top) .wrapper__border span:nth-child(1) {
  width: 100%;
}
body.loaded .wrapper__border span:nth-child(1) {
  width: 100%;
  transition: 1s;
}
.wrapper__border span:nth-child(2) {
  right: 0;
  bottom: 0;
  width: 10px;
}
body.top .wrapper__border span:nth-child(2) {
  height: 0;
}
body:not(.top) .wrapper__border span:nth-child(2) {
  height: 100%;
}
body.loaded .wrapper__border span:nth-child(2) {
  height: 100%;
  transition: 1s;
}
.wrapper__border span:nth-child(3) {
  left: 0;
  bottom: 0;
  height: 10px;
}
body.top .wrapper__border span:nth-child(3) {
  width: 0;
}
body:not(.top) .wrapper__border span:nth-child(3) {
  width: 100%;
}
body.loaded .wrapper__border span:nth-child(3) {
  width: 100%;
  transition: 1s;
}
.wrapper__border span:nth-child(4) {
  top: 0;
  left: 0;
  width: 10px;
}
body.top .wrapper__border span:nth-child(4) {
  height: 0;
}
body:not(.top) .wrapper__border span:nth-child(4) {
  height: 100%;
}
body.loaded .wrapper__border span:nth-child(4) {
  height: 100%;
  transition: 1s;
}
.content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  z-index: 1;
}
.inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
/* ========================================
    scrollbar
======================================== */
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ========================================
    loading
======================================== */
.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
}
.loading__inner--text {
  font-weight: Bold;
  font-size: 1.5rem;
  color: #f6ff15;
  letter-spacing: 0.1em;
  line-height: 5.333333333333333;
}
.loading__inner--bar {
  position: relative;
  width: 90px;
  height: 5px;
}
.loading__inner--bar:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: white;
}
.loading__inner--bar span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f6ff15;
  border-radius: 100px;
  width: 0;
  height: 100%;
}
/* ========================================
    pointer
======================================== */
.js-hide {
  opacity: 0;
}
.js-pointer {
  pointer-events: none;
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: top, .5s, left .5s, width .5s, height .5s, background-color .5s, -webkit-transform .2s;
  transition: transform .2s, top, .5s, left .5s, width .5s, height .5s, background-color .5s;
  transition: transform .2s, top, .5s, left .5s, width .5s, height .5s, background-color .5s, -webkit-transform .2s;
  transition-timing-function: ease-out;
  z-index: 999;
  mix-blend-mode: exclusion;
}
.js-pointer.js-active {
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
}
.js-pointer-center {
  pointer-events: none;
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  z-index: 9999;
  mix-blend-mode: exclusion;
}
.js-pointer-center.js-active {
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: none;
  mix-blend-mode: normal;
}
.js-pointer-center.js-active:before, .js-pointer-center.js-active:after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 3px;
  border-radius: 10px;
  background-color: black;
}
.js-pointer-center.js-active:before {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-pointer-center.js-active:after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-pointer-center.js-active span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 3px;
  border-radius: 10px;
  background-color: black;
}
.js-pointer-more {
  pointer-events: none;
  position: fixed !important;
  top: -50px;
  left: -50px;
  z-index: 1000;
}
.js-pointer-more.js-active {
  font-size: 2rem;
  color: #f6ff15;
  background-color: rgba(246, 255, 21, 0.2);
  line-height: 4;
}
/* ========================================
    category
======================================== */
.category-menu__wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  border: 1px solid white;
  border-radius: 100px;
  font-weight: Bold;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.1111111111111112;
  transition: 0.3s;
  margin-left: auto;
  margin-bottom: 30px;
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .category-menu__wrap {
    max-width: 315px;
  }
}
.category-menu__wrap.js-active {
  border-radius: 25px;
  color: black;
  background-color: white;
}
.category-menu__wrap.js-active .arrow__triangle {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.category-menu__wrap.js-active .arrow__triangle--fill {
  opacity: 1;
}
.category-menu__wrap.js-active .category-menu__title--text {
  opacity: 0.5;
}
.category-menu__title {
  position: relative;
  padding: 10px 20px;
}
.category-menu__title > .arrow__triangle {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
  height: 25px;
  pointer-events: none;
  mix-blend-mode: exclusion;
}
.category-menu__title > .arrow__triangle--fill {
  opacity: 0;
}
.category-menu__inner {
  display: block;
  padding: 10px 20px;
  color: black;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .category-menu__link:hover {
    cursor: pointer;
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .category-menu__link:active {
    opacity: 0.5 !important;
  }
}
/* ========================================
    arrow
======================================== */
.arrow__triangle, .arrow__stroke, .arrow__fill {
  fill: white;
  transition: 0.3s;
}
/* ========================================
    flex
======================================== */
.flex {
  display: flex !important;
}
.flex__wrap {
  flex-wrap: wrap !important;
}
.flex__column {
  flex-direction: column !important;
}
.flex__reverse {
  flex-flow: row-reverse !important;
}
.flex__jc-center {
  justify-content: center !important;
}
.flex__jc-sb {
  justify-content: space-between !important;
}
.flex__al-c {
  align-items: center !important;
}
.flex .w0 {
  width: 0% !important;
}
.flex .w5 {
  width: 5% !important;
}
.flex .w10 {
  width: 10% !important;
}
.flex .w15 {
  width: 15% !important;
}
.flex .w20 {
  width: 20% !important;
}
.flex .w25 {
  width: 25% !important;
}
.flex .w30 {
  width: 30% !important;
}
.flex .w35 {
  width: 35% !important;
}
.flex .w40 {
  width: 40% !important;
}
.flex .w45 {
  width: 45% !important;
}
.flex .w50 {
  width: 50% !important;
}
.flex .w55 {
  width: 55% !important;
}
.flex .w60 {
  width: 60% !important;
}
.flex .w65 {
  width: 65% !important;
}
.flex .w70 {
  width: 70% !important;
}
.flex .w75 {
  width: 75% !important;
}
.flex .w80 {
  width: 80% !important;
}
.flex .w85 {
  width: 85% !important;
}
.flex .w90 {
  width: 90% !important;
}
.flex .w95 {
  width: 95% !important;
}
.flex .w100 {
  width: 100% !important;
}
@media screen and (min-width: 769px) {
  .flex-pc {
    display: flex !important;
  }
  .flex-pc__wrap {
    flex-wrap: wrap !important;
  }
  .flex-pc__column {
    flex-direction: column !important;
  }
  .flex-pc__reverse {
    flex-flow: row-reverse !important;
  }
  .flex-pc__jc-center {
    justify-content: center !important;
  }
  .flex-pc__jc-sb {
    justify-content: space-between !important;
  }
  .flex-pc__al-c {
    align-items: center !important;
  }
  .flex-pc .w0 {
    width: 0% !important;
  }
  .flex-pc .w5 {
    width: 5% !important;
  }
  .flex-pc .w10 {
    width: 10% !important;
  }
  .flex-pc .w15 {
    width: 15% !important;
  }
  .flex-pc .w20 {
    width: 20% !important;
  }
  .flex-pc .w25 {
    width: 25% !important;
  }
  .flex-pc .w30 {
    width: 30% !important;
  }
  .flex-pc .w35 {
    width: 35% !important;
  }
  .flex-pc .w40 {
    width: 40% !important;
  }
  .flex-pc .w45 {
    width: 45% !important;
  }
  .flex-pc .w50 {
    width: 50% !important;
  }
  .flex-pc .w55 {
    width: 55% !important;
  }
  .flex-pc .w60 {
    width: 60% !important;
  }
  .flex-pc .w65 {
    width: 65% !important;
  }
  .flex-pc .w70 {
    width: 70% !important;
  }
  .flex-pc .w75 {
    width: 75% !important;
  }
  .flex-pc .w80 {
    width: 80% !important;
  }
  .flex-pc .w85 {
    width: 85% !important;
  }
  .flex-pc .w90 {
    width: 90% !important;
  }
  .flex-pc .w95 {
    width: 95% !important;
  }
  .flex-pc .w100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-mb {
    display: flex !important;
  }
  .flex-mb__wrap {
    flex-wrap: wrap !important;
  }
  .flex-mb__column {
    flex-direction: column !important;
  }
  .flex-mb__reverse {
    flex-flow: row-reverse !important;
  }
  .flex-mb__jc-center {
    justify-content: center !important;
  }
  .flex-mb__jc-sb {
    justify-content: space-between !important;
  }
  .flex-mb__al-c {
    align-items: center !important;
  }
  .flex-mb .w0 {
    width: 0% !important;
  }
  .flex-mb .w5 {
    width: 5% !important;
  }
  .flex-mb .w10 {
    width: 10% !important;
  }
  .flex-mb .w15 {
    width: 15% !important;
  }
  .flex-mb .w20 {
    width: 20% !important;
  }
  .flex-mb .w25 {
    width: 25% !important;
  }
  .flex-mb .w30 {
    width: 30% !important;
  }
  .flex-mb .w35 {
    width: 35% !important;
  }
  .flex-mb .w40 {
    width: 40% !important;
  }
  .flex-mb .w45 {
    width: 45% !important;
  }
  .flex-mb .w50 {
    width: 50% !important;
  }
  .flex-mb .w55 {
    width: 55% !important;
  }
  .flex-mb .w60 {
    width: 60% !important;
  }
  .flex-mb .w65 {
    width: 65% !important;
  }
  .flex-mb .w70 {
    width: 70% !important;
  }
  .flex-mb .w75 {
    width: 75% !important;
  }
  .flex-mb .w80 {
    width: 80% !important;
  }
  .flex-mb .w85 {
    width: 85% !important;
  }
  .flex-mb .w90 {
    width: 90% !important;
  }
  .flex-mb .w95 {
    width: 95% !important;
  }
  .flex-mb .w100 {
    width: 100% !important;
  }
}
/* ========================================
    high-light
======================================== */
.high-light {
  padding: 20px;
  background-color: rgba(10, 10, 8, 0.5);
  letter-spacing: 0.1em;
  line-height: 2.142857142857143;
}
/* ========================================
    container
======================================== */
@media screen and (min-width: 769px) {
  .border-container, .bg-container, .attention-container {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .border-container, .bg-container, .attention-container {
    padding: 40px 20px;
  }
}
.border-container {
  border: 1px solid #f6ff15;
}
.bg-container {
  background-color: rgba(0, 0, 0, 0.5);
}
.attention-container {
  border: 1px dashed red;
}
/* ========================================
    
    header
        ヘッダーのパーツ

    INDEX
        - common

======================================== */
/* ========================================
    common
======================================== */
.header {
  position: relative;
  z-index: 10;
}
.header-logo {
  position: fixed;
}
@media screen and (min-width: 769px) {
  .header-logo {
    top: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    top: 30px;
    left: 30px;
  }
}
.header-logo img {
  max-width: 107px;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    max-width: 67px;
  }
}
.header-menu {
  position: fixed;
  width: 70px;
}
@media screen and (min-width: 769px) {
  .header-menu {
    top: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    top: 0;
    right: 0;
  }
}
/* ========================================

    footer
        フッターのパーツ

    INDEX
        - common

======================================== */
/* ========================================
    common
======================================== */
.footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 10px;
  z-index: 1;
}
.footer .note {
  margin: 30px auto;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666666666667;
  text-align: center;
}
.footer .copy {
  padding: 18px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: Bold;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: center;
}
.support-menu {
  display: flex;
  flex-wrap: wrap;
}
.support-menu__wrap {
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
}
.support-menu__title {
  padding: 15px 10px;
  font-weight: Bold;
  font-size: 1.8rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid white;
  letter-spacing: 0.1em;
  line-height: 1.1111111111111112;
  text-align: center;
}
.support-menu__item {
  border-bottom: 1px solid white;
}
@media screen and (min-width: 769px) {
  .support-menu__item {
    width: 25%;
  }
  .support-menu__item:not(:nth-child(4n)) {
    border-right: 1px solid white;
  }
  .support-menu__item:nth-child(n + 5) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .support-menu__item {
    width: 50%;
  }
  .support-menu__item:nth-child(odd) {
    border-right: 1px solid white;
  }
  .support-menu__item:last-child, .support-menu__item:nth-last-child(2) {
    border-bottom: none;
  }
}
.support-menu__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 10px;
  font-weight: Bold;
  font-size: 1.3rem;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.3846153846153846;
  text-align: center;
}
/* ========================================
    
    sns
        ソーシャルメディア系のスタイル

    INDEX
        - menu

======================================== */
/* ========================================
    menu
======================================== */
.sns-menu__item, .sns-menu__item--twitter, .sns-menu__item--instagram, .sns-menu__item--facebook, .sns-menu__item--youtube, .sns-menu__item--line, .sns-menu__item--google {
  display: inline-block;
}
/* ========================================

    nav
        ナビゲーションのパーツ

    INDEX
        - global
        - trigger
        - sub
        - pnkz
        - members menu

======================================== */
/* ========================================
    global
======================================== */
.global-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  z-index: 0;
  transition: 0.3s;
  color: black;
  background: #f6ff15;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .global-menu {
    width: 40%;
    padding: 140px 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .global-menu {
    width: 100%;
    padding: 80px 30px 0;
  }
}
.global-menu.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 3px double black;
  border-bottom: 3px double black;
  margin-bottom: 42.5px;
}
.nav-list__link {
  color: black;
  font-size: 2.5rem;
  font-size: 2vw;
  font-weight: bold;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav-list__link {
    font-size: 2rem;
  }
}
.nav-list__link--small {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  height: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .nav-list__link--small {
    font-size: 1.2rem;
  }
}
.nav-list__link.blank:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  background-image: url("/images/icon/link.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.nav-list__item {
  width: 48%;
  position: relative;
}
.nav-list__item:not(:last-child):not(:nth-last-child(2):nth-child(odd)) {
  border-bottom: 1px solid black;
}
.nav-list--other__link {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  position: relative;
  padding-left: 10px;
}
.nav-list--other__link:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-left: 4px solid black;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-admin__inner {
  margin-bottom: 40.5px;
  display: flex;
  justify-content: space-between;
}
.nav-admin__link {
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  width: 48%;
  padding: 16px 0;
  border: 1px solid black;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .nav-admin__link {
    width: 152px;
  }
}
.nav-admin span {
  text-align: center;
  font-size: 2rem;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .nav-admin span {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
/* ========================================
    trigger
======================================== */
.trigger-menu, .trigger-menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.trigger-menu {
  width: 70px;
  height: 70px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid white;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .trigger-menu {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 30px;
  }
}
.trigger-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.trigger-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.trigger-menu span:nth-of-type(1) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .trigger-menu span:nth-of-type(1) {
    top: 5px;
  }
}
.trigger-menu span:nth-of-type(2) {
  top: 25px;
}
@media screen and (max-width: 768px) {
  .trigger-menu span:nth-of-type(2) {
    top: 15px;
  }
}
.trigger-menu.js-active {
  border: 1px solid black;
}
.trigger-menu.js-active span {
  background-color: black;
}
.trigger-menu.js-active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.trigger-menu.js-active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
/* ========================================
    sub
======================================== */
/* ========================================
    pnkz
======================================== */
/* ========================================
    members menu
======================================== */
/* ========================================

    support
        サポートのパーツ

    INDEX
        - area
        - list

======================================== */
/* ========================================
    area
======================================== */
/* ========================================
    list
======================================== */
/* ========================================

    pager
        ページャーのパーツ

    INDEX
        - pager

======================================== */
/* ========================================
    pager
======================================== */
.pager {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .pager {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 30px;
  }
}
.btn-back, .btn-next {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 195px;
  font-weight: Bold;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.1111111111111112;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-back:hover, .btn-next:hover {
    cursor: pointer;
    color: white;
  }
  .btn-back:hover:before, .btn-next:hover:before {
    border-left-color: white;
  }
}
@media screen and (max-width: 768px) {
  .btn-back:active, .btn-next:active {
    color: white;
  }
  .btn-back:active:before, .btn-next:active:before {
    border-left-color: white;
  }
}
@media screen and (min-width: 769px) {
  .btn-back:not(:hover), .btn-next:not(:hover) {
    cursor: pointer;
  }
  .btn-back:not(:hover) .arrow__triangle--fill, .btn-next:not(:hover) .arrow__triangle--fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-back:not(:active) .arrow__triangle--fill, .btn-next:not(:active) .arrow__triangle--fill {
    opacity: 0;
  }
}
.btn-back .arrow__triangle, .btn-next .arrow__triangle {
  width: 40px;
  height: 40px;
}
.btn-back > .arrow__triangle {
  margin-right: 5px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn-list {
  position: relative;
  width: 21px;
  height: 21px;
}
.btn-list span {
  position: absolute;
  width: 100%;
  height: 7px;
}
.btn-list span:before, .btn-list span:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: white;
}
.btn-list span:before {
  left: 0;
}
.btn-list span:after {
  right: 0;
}
.btn-list span:nth-child(1) {
  top: 0;
}
.btn-list span:nth-child(2) {
  bottom: 0;
}
.btn-next > .arrow__triangle {
  margin-left: 5px;
}
.btn-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-num__item {
  position: relative;
  padding: 10px;
  font-weight: Bold;
  color: white;
  line-height: 0.8333333333333334;
}
@media screen and (min-width: 769px) {
  .btn-num__item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-num__item {
    font-size: 2rem;
  }
}
.btn-num__item:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11px;
  height: 2px;
  background-color: white;
  opacity: 0;
}
.btn-num__item.current:before {
  opacity: 1;
}
.btn-none {
  pointer-events: none;
  opacity: 0.3;
}
/* ========================================

    title
        見出しのパーツ

    INDEX
        - section
        - main
        - sub

======================================== */
.section-title, .main-title, .sub-title, .mini-title, .top-title, .other-title {
  font-weight: Bold;
  color: #f6ff15;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .section-title, .main-title, .sub-title, .mini-title, .top-title, .other-title {
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .section-title, .main-title, .sub-title, .mini-title, .top-title, .other-title {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  }
}
/* ========================================
    global
        大見出し
======================================== */
.section-title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section-title {
    padding-top: 140px;
    padding-bottom: 140px;
    font-size: 6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 3rem;
    line-height: 2.6666666666666665;
  }
}
.title-head {
  text-align: left;
}
.sub-head {
  color: #f6ff15;
  margin-bottom: 10px;
}
/* ========================================
    main
        中見出し
======================================== */
.main-title {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .main-title {
    padding-left: 40px;
    padding-bottom: 50px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 2.5rem;
  }
}
.main-title:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 0;
  height: 1px;
  background-color: #f6ff15;
}
@media screen and (min-width: 769px) {
  .main-title:before {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-title:before {
    width: 20px;
  }
}
/* ========================================
    sub
        子見出し
======================================== */
.sub-title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sub-title {
    padding-bottom: 50px;
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .sub-title {
    padding-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.1363636363636365;
  }
}
.sub-title.title-head {
  position: relative;
  padding-left: 50px;
  color: white;
  text-align: left;
}
.sub-title.title-head:before {
  content: '';
  position: absolute;
  top: -28px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: url("/images/icon/star.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* ========================================
    mini
======================================== */
@media screen and (min-width: 769px) {
  .mini-title {
    padding-bottom: 50px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .mini-title {
    padding-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.3888888888888888;
  }
}
.mini-title.title-head {
  padding-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.mini-title.title-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 40%;
  background-color: #f6ff15;
}
/* ========================================

    btn
        ボタンのスタイル

    INDEX
        - class
        - normal
        - special

======================================== */
.btn-special-100, .btn-special-50, .btn-100, .btn-50, .btn-30, .btn-30--right, .btn-30--left, .js-selectFile .choise-file-btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 5px;
  max-width: 195px;
  font-weight: Bold;
  font-size: 1.3rem;
  color: white;
  border: 1px solid white;
  letter-spacing: 0.05em;
  line-height: 1.3846153846153846;
  text-align: center;
  transition: 0.3s;
}
.btn-disabled.btn-special-100, .btn-disabled.btn-special-50, .btn-disabled.btn-100, .btn-disabled.btn-50, .btn-disabled.btn-30, .btn-disabled.btn-30--right, .btn-disabled.btn-30--left, .js-selectFile .btn-disabled.choise-file-btn, .no-hover.btn-special-100, .no-hover.btn-special-50, .no-hover.btn-100, .no-hover.btn-50, .no-hover.btn-30, .no-hover.btn-30--right, .no-hover.btn-30--left, .js-selectFile .no-hover.choise-file-btn {
  pointer-events: none;
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
          filter: contrast(0.8);
}
@media screen and (min-width: 769px) {
  .btn-special-100:not(.btn-disabled):hover, .btn-special-50:not(.btn-disabled):hover, .btn-100:not(.btn-disabled):hover, .btn-50:not(.btn-disabled):hover, .btn-30:not(.btn-disabled):hover, .btn-30--right:not(.btn-disabled):hover, .btn-30--left:not(.btn-disabled):hover, .js-selectFile .choise-file-btn:not(.btn-disabled):hover, .btn-special-100:not(.no-hover):hover, .btn-special-50:not(.no-hover):hover, .btn-100:not(.no-hover):hover, .btn-50:not(.no-hover):hover, .btn-30:not(.no-hover):hover, .btn-30--right:not(.no-hover):hover, .btn-30--left:not(.no-hover):hover, .js-selectFile .choise-file-btn:not(.no-hover):hover {
    cursor: pointer;
    background-color: rgba(246, 255, 21, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .btn-special-100:not(.btn-disabled):active, .btn-special-50:not(.btn-disabled):active, .btn-100:not(.btn-disabled):active, .btn-50:not(.btn-disabled):active, .btn-30:not(.btn-disabled):active, .btn-30--right:not(.btn-disabled):active, .btn-30--left:not(.btn-disabled):active, .js-selectFile .choise-file-btn:not(.btn-disabled):active, .btn-special-100:not(.no-hover):active, .btn-special-50:not(.no-hover):active, .btn-100:not(.no-hover):active, .btn-50:not(.no-hover):active, .btn-30:not(.no-hover):active, .btn-30--right:not(.no-hover):active, .btn-30--left:not(.no-hover):active, .js-selectFile .choise-file-btn:not(.no-hover):active {
    background-color: rgba(246, 255, 21, 0.2);
  }
}
.btn-special-100 input, .btn-special-50 input, .btn-100 input, .btn-50 input, .btn-30 input, .btn-30--right input, .btn-30--left input, .js-selectFile .choise-file-btn input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
}
.btn-special-100, .btn-special-50 {
  border-radius: 100px !important;
}
.btn-100, .btn-special-100, .js-selectFile .choise-file-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.btn-50, .btn-special-50 {
  display: inline-block;
  width: 45%;
}
@media screen and (min-width: 769px) {
  .btn-50, .btn-special-50 {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .btn-50, .btn-special-50 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.btn-30, .btn-30--right, .btn-30--left {
  display: block;
  width: 30%;
}
/* ========================================
    normal
        よく使うボタン
======================================== */
.btn-30, .btn-30--right, .btn-30--left {
  margin: auto;
}
.btn-30--right {
  margin-right: 0;
  margin-left: auto;
}
.btn-30--left {
  margin-right: auto;
  margin-left: 0;
}
/* ========================================
    special
        特別目立たせたいボタン
======================================== */
/* ========================================
    more
======================================== */
.btn-more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid white;
  border-radius: 100%;
  font-weight: Bold;
  font-size: 1.5rem;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.3333333333333333;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-more:hover {
    cursor: pointer;
    font-size: 2rem;
    color: #f6ff15;
    background-color: rgba(246, 255, 21, 0.2);
    line-height: 4;
  }
}
@media screen and (max-width: 768px) {
  .btn-more:active {
    font-size: 2rem;
    color: #f6ff15;
    background-color: rgba(246, 255, 21, 0.2);
    line-height: 4;
  }
}
/* ========================================
    arrow
======================================== */
.btn-arrow {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: Bold;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.1111111111111112;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-arrow {
    margin: auto;
    max-width: 195px;
  }
}
@media screen and (min-width: 769px) {
  .btn-arrow:hover {
    cursor: pointer;
    color: white;
  }
  .btn-arrow:hover:before {
    border-left-color: white;
  }
}
@media screen and (max-width: 768px) {
  .btn-arrow:active {
    color: white;
  }
  .btn-arrow:active:before {
    border-left-color: white;
  }
}
@media screen and (min-width: 769px) {
  .btn-arrow:not(:hover) {
    cursor: pointer;
  }
  .btn-arrow:not(:hover) .arrow__triangle--fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-arrow:not(:active) .arrow__triangle--fill {
    opacity: 0;
  }
}
.btn-arrow > .arrow__triangle {
  margin-left: -20px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .btn-arrow > .arrow__triangle {
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
  }
}
/* ========================================
  
    list
        リストのスタイル

    INDEX
        - text list
        - thumb list
        - circle list

======================================== */
.icon__new {
  width: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(0px 0px 10px #f6ff15);
          filter: drop-shadow(0px 0px 10px #f6ff15);
}
.icon__arrow {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.icon__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .icon__movie {
    width: 82px;
    height: 55px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .icon__movie {
    width: 44px;
    height: 29px;
    border-radius: 5px;
  }
}
.icon__movie:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent white;
}
@media screen and (min-width: 769px) {
  .icon__movie:before {
    border-width: 8px 0 8px 18px;
  }
}
@media screen and (max-width: 768px) {
  .icon__movie:before {
    border-width: 4px 0 4px 9px;
  }
}
.icon__excl {
  width: 16px;
  height: 16px;
}
.category--month {
  background: transparent linear-gradient(260deg, #000000 0%, #6E6E6E 48%, #000000 100%) 0% 0% no-repeat padding-box;
}
.category--year {
  color: black;
  background: transparent linear-gradient(260deg, #BF9D0D 0%, #FFEDA2 52%, #BF9D0D 100%) 0% 0% no-repeat padding-box;
}
.category--end {
  color: red;
  background-color: rgba(255, 0, 0, 0.2) !important;
}
.list {
  display: block;
}
.list__item {
  margin-bottom: 10px;
  word-break: break-word;
}
.list__item .icon__new {
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 1;
}
.list__item .icon__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list__inner {
  position: relative;
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .list__inner {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .list__inner {
    padding: 20px;
  }
}
.list__link {
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .list__link:hover {
    cursor: pointer;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  .list__link:active {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (min-width: 769px) {
  .list__link:not(:hover) {
    cursor: pointer;
  }
  .list__link:not(:hover) .arrow__fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .list__link:not(:active) .arrow__fill {
    opacity: 0;
  }
}
.list__date {
  margin-right: 10px;
  font-weight: Bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .list__date {
    font-size: 1.8rem;
    line-height: 1.1111111111111112;
  }
}
@media screen and (max-width: 768px) {
  .list__date {
    font-size: 1.4rem;
    line-height: 1.4285714285714286;
  }
}
.list__category {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: Bold;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
@media screen and (min-width: 769px) {
  .list__category {
    font-size: 1.3rem;
    line-height: 1.6923076923076923;
  }
}
@media screen and (max-width: 768px) {
  .list__category {
    font-size: 1.2rem;
    line-height: 1.8333333333333333;
  }
}
.list__title {
  font-weight: Bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666666666667;
}
ul:not(.list--detail) .list__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .list__title {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .list__title {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.list--thumb {
  display: flex;
  flex-wrap: wrap;
}
.list--thumb__item {
  margin-bottom: 50px;
}
.list--thumb__item .icon__new {
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .list--thumb__item:not(.w100):not(.half) .list--thumb__info {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 769px) {
  .list--thumb__item:not(.list--thumb__item--movie) {
    width: 30%;
  }
  .list--thumb__item:not(.list--thumb__item--movie):not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .list--thumb__item:not(.list--thumb__item--movie) {
    width: 48%;
  }
  .list--thumb__item:not(.list--thumb__item--movie):nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 769px) {
  .list--thumb__item.list--thumb__item--movie:first-child {
    width: 100%;
  }
  .list--thumb__item.list--thumb__item--movie:not(:first-child) {
    width: 48%;
  }
  .list--thumb__item.list--thumb__item--movie:not(:first-child):nth-child(even) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .list--thumb__item.list--thumb__item--movie {
    width: 100%;
  }
}
.list--thumb__item.list--thumb__item--movie .list--thumb__img {
  padding-top: 56.25%;
}
.list--thumb__inner {
  position: relative;
}
.list--thumb__link {
  color: white;
}
@media screen and (min-width: 769px) {
  .list--thumb__link:hover {
    cursor: pointer;
  }
  .list--thumb__link:hover .list--thumb__img {
    -webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.7));
  }
  .list--thumb__link:hover .list--thumb__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .list--thumb__link:hover .icon__arrow {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .list--thumb__link:active .list--thumb__img {
    -webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.7));
  }
  .list--thumb__link:active .list--thumb__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .list--thumb__link:active .icon__arrow {
    right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .list--thumb__link:not(:hover) {
    cursor: pointer;
  }
  .list--thumb__link:not(:hover) .arrow__fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .list--thumb__link:not(:active) .arrow__fill {
    opacity: 0;
  }
}
.list--thumb__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
  overflow: hidden;
}
.list--thumb__img img:not(.blank-img) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: 0.3s;
}
.list--thumb__info {
  position: relative;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .list--thumb__info {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .list--thumb__info {
    padding: 15px 20px;
  }
}
.list--thumb__info .icon__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list--detail__top, .list--detail__info {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .list--detail__top, .list--detail__info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .list--detail__top, .list--detail__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list--detail__top {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list--detail__info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.disc-list {
  margin-left: 20px;
}
.disc-list li {
  list-style-type: disc;
}
.number-list {
  margin-left: 32px;
}
.number-list li {
  list-style-type: decimal-leading-zero;
  padding: 4px 0;
  line-height: 1.5em;
}
.asterisk-list li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.asterisk-list li:before {
  content: '※';
}
/* ========================================

    movie
        動画関係のパーツ

    INDEX
        - youtube
        - milvi

======================================== */
/* ========================================
    youtube
======================================== */
.movie-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ========================================
    milvi
======================================== */
.movie-container {
  position: relative;
  padding-top: 56.25%;
}
.eviry-screen {
  max-width: 100%;
  max-height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.eviry-baseplayer {
  position: absolute !important;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.eviry-baseplayer,
.eviry-deck,
.miovip-controlpanel {
  margin: 0 auto !important;
  width: 100% !important;
}
/* ========================================

    table
        テーブルのパーツ

    INDEX
        - table

======================================== */
/* ========================================
    table
======================================== */
.table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table:not(.no-responsive) th,
  .table:not(.no-responsive) td {
    display: block;
  }
  .table:not(.no-responsive) td {
    margin-bottom: 10px;
  }
}
.table th,
.table td {
  padding: 10px 20px;
  border: 1px solid white;
}
.table th {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.2222222222222223;
}
.table-title {
  background-color: rgba(246, 255, 21, 0.2);
}
/* ========================================

    form
        フォームのパーツ

    INDEX
        - form

======================================== */
/* ========================================
    form
======================================== */
input[type="text"],
input[type="email"],
input[type="button"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  color: white;
  border: 1px solid white;
  width: 100%;
  max-width: 340px;
  transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
textarea {
  padding: 10px;
}
@media screen and (min-width: 769px) {
  textarea {
    min-width: 740px;
    min-height: 140px;
  }
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 1.8rem;
  right: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  outline: none;
  border: 1px solid white;
  -webkit-appearance: none;
          appearance: none;
  transition: 0.3s;
}
input[type="radio"]:checked:before, input[type="radio"]:checked:after,
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
  content: '';
  background-color: white;
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 100%;
}
input[type="checkbox"]:before, input[type="checkbox"]:after {
  position: absolute;
}
input[type="checkbox"]:before {
  top: 15px;
  left: 5px;
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type="checkbox"]:after {
  top: 14px;
  right: 4px;
  width: 14px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
label + label input[type="radio"],
label + label input[type="checkbox"] {
  margin-left: 16px;
}
select {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  padding: 10px 20px;
  color: white;
  background-color: inherit;
  border: 1px solid white;
  width: 100%;
  max-width: 340px;
  cursor: pointer;
}
select:disabled, select option {
  color: white;
}
select::-ms-expand {
  display: none;
}
.choise-select {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  width: 100%;
  max-width: 340px;
  min-height: 40px;
  overflow: hidden;
}
.choise-select select {
  cursor: pointer;
  padding-right: 60px;
  border: none;
  border: 1px solid white;
  text-indent: 0.01px;
  -webkit-appearance: none;
          appearance: none;
}
.choise-select select:disabled, .choise-select select option {
  color: white;
}
.choise-select select:-ms-expand {
  display: none;
}
.choise-select > .arrow__triangle {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 25px;
  height: 25px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .choise-select:not(:hover) {
    cursor: pointer;
  }
  .choise-select:not(:hover) .arrow__triangle--fill {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .choise-select:not(:active) .arrow__triangle--fill {
    opacity: 0;
  }
}
.js-selectFile .js-upload {
  display: none;
}
/* ========================================

    tab
        タブのパーツ

    INDEX
        - tab

======================================== */
/* ========================================
    tab
======================================== */
.tab-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  border-bottom: 1px solid white;
}
.tab-category__item {
  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 5px;
  height: auto;
  color: white;
  border: 1px solid white;
  border-bottom: none;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.3846153846153846;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .tab-category__item {
    min-width: 220px;
  }
}
@media screen and (min-width: 769px) {
  .tab-category__item:hover {
    cursor: pointer;
    padding: 20px 5px;
    background-color: rgba(246, 255, 21, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .tab-category__item:active {
    padding: 20px 5px;
    background-color: rgba(246, 255, 21, 0.2);
  }
}
.tab-category__item.js-active {
  padding: 20px 5px;
  background-color: rgba(246, 255, 21, 0.2);
}
.tab-list {
  opacity: 0;
}
.tab-list__area {
  display: none;
}
.tab-list__area.js-active {
  display: block;
}
@-webkit-keyframes more-scroll {
  0% {
    top: -15%;
  }
  100% {
    top: 100%;
  }
}
@keyframes more-scroll {
  0% {
    top: -15%;
  }
  100% {
    top: 100%;
  }
}
.more-scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.more-scroll__bar {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
}
.more-scroll__bar:before, .more-scroll__bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.more-scroll__bar:before {
  background-color: #f6ff15;
  width: 2px;
  height: 10px;
  transition: 0.3s;
  -webkit-animation: more-scroll 1.4s infinite;
          animation: more-scroll 1.4s infinite;
}
.more-scroll__bar:after {
  background-color: white;
  width: 1px;
  height: 100%;
}
/* ========================================

    post entry
        管理画面からの登録した本文の見た目調整用

======================================== */
.aem-post,
.post-entry {
  overflow: hidden;
  word-wrap: break-word;
}
.aem-post strong,
.post-entry strong {
  font-weight: bold;
}
.aem-post img,
.post-entry img {
  max-width: 100%;
  height: auto !important;
}
.aem-post h1,
.post-entry h1 {
  font-size: 2em;
}
.aem-post h2,
.post-entry h2 {
  font-size: 1.8em;
}
.aem-post h3,
.post-entry h3 {
  font-size: 1.6em;
}
.aem-post h4,
.post-entry h4 {
  font-size: 1.4em;
}
.aem-post h5,
.post-entry h5 {
  font-size: 1.2em;
}
.aem-post h6,
.post-entry h6 {
  font-size: 1em;
}
.aem-post table,
.aem-post iframe,
.post-entry table,
.post-entry iframe {
  max-width: 100%;
}
.aem-post table,
.post-entry table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
}
/* ========================================
    pages
        ページごとに独立するスタイル
======================================== */
/* ========================================

    index
        indexページのみで使うスタイル

    INDEX
        - main

======================================== */
.js-loading-logo,
.js-loading-nav {
  opacity: 0;
}
body.loaded .js-loading-logo, body.loaded
.js-loading-nav {
  opacity: 1;
  transition: 1s;
}
.js-loading-bg {
  opacity: 0;
}
body.loaded .js-loading-bg {
  opacity: 0.2;
  transition: 1s;
}
/* ========================================
    main
======================================== */
.top .js-inview .list,
.top .js-inview .list--thumb,
.top .js-inview .other-menu {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: 1s;
}
.top .js-inview.js-active .list,
.top .js-inview.js-active .list--thumb,
.top .js-inview.js-active .other-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top-content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-content {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .top-news {
    margin-bottom: 240px;
  }
}
.top-news__wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top-news__wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__wrapper {
    left: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.top-news__wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .top-news__wrapper:before {
    left: -240px;
    width: calc(770px + 240px);
  }
}
@media screen and (max-width: 768px) {
  .top-news__wrapper:before {
    left: -40px;
    width: calc(100% + 60px);
  }
}
.top-news__inner {
  position: relative;
  width: 100%;
  max-width: 770px;
  height: calc(450px - (42px * 2));
  overflow-y: auto;
}
.top-news__inner::-webkit-scrollbar {
  width: 5px;
}
.top-news__inner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 100px;
}
.top-news__inner::-webkit-scrollbar-thumb {
  background: #f6ff15;
  border-radius: 100px;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .top-news__inner {
    margin-left: -77px;
    margin-right: -77px;
    padding-left: 77px;
    padding-right: 77px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    padding-left: 30px;
    padding-right: 10px;
  }
}
.top-news__canvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
.top-news__canvas.loaded {
  opacity: 1;
}
.top-news__img {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .top-news__img {
    top: 0;
    right: -20%;
    width: 60%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-news__img {
    top: -40px;
    right: 20px;
    width: 80%;
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
  .top-news .top-title:before {
    left: calc(-100% - 15px);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-news .top-title:before {
    left: -50px;
    width: 40px;
  }
}
@media screen and (min-width: 769px) {
  .top-news .list__item .icon__new {
    top: 10px;
    left: -40px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-news .list__item .icon__new {
    top: 8%;
    left: -6%;
    max-width: 20px;
    width: 5%;
  }
}
.top-news .list__inner {
  background: none;
}
@media screen and (min-width: 769px) {
  .top-news .list__inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news .list__inner {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .top-movie {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 769px) {
  .top-movie__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.top-movie .top-title {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .top-movie .top-title:after {
    left: calc(100% + 15px);
    width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .top-movie .top-title:after {
    right: -50px;
    width: 40px;
  }
}
.top-movie .top-title__wrapper {
  margin-left: 80px;
}
.top-movie .top-more {
  margin-left: auto;
  margin-right: 15px;
}
.top-movie .list--thumb {
  width: 100%;
}
.top-other {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.top-title {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-title {
    font-size: 4rem;
  }
}
.top-title:before, .top-title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #f6ff15;
}
.top-title__wrapper {
  position: relative;
  z-index: 1;
}
.top-more {
  position: relative;
  display: block;
  font-weight: Bold;
  color: #f6ff15;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .top-more {
    margin-bottom: 80px;
    max-width: 92px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-more {
    margin-bottom: 30px;
    max-width: 82px;
    font-size: 1.3rem;
  }
}
.top-more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #f6ff15;
  border-right: 1px solid #f6ff15;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hero {
  position: relative;
  height: 100vh;
}
.hero__inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
.hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hero__bg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: black url("/images/common/bg_color.jpg");
  background-size: cover;
}
.hero__img {
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .hero .logo {
    width: 20%;
    max-width: 322px;
  }
}
@media screen and (max-width: 768px) {
  .hero .logo {
    max-width: 174px;
  }
}
.hero .more-scroll {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero .sns-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .hero .sns-menu {
    top: 50px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero .sns-menu {
    top: 20px;
    left: 0;
  }
}
.hero .sns-menu__link {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2rem;
  color: white;
  text-shadow: 0px 0px 10px white;
  transition: 0.3s;
}
.hero .keizoku {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .hero .keizoku {
    right: 50px;
    bottom: 50px;
    min-width: 297px;
  }
}
@media screen and (max-width: 768px) {
  .hero .keizoku {
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    width: 80%;
  }
}
.hero .keizoku__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: black;
}
@media screen and (min-width: 769px) {
  .hero .keizoku__inner {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .hero .keizoku__inner {
    padding: 10px;
  }
}
.hero .keizoku__text {
  color: white;
}
.hero .keizoku__box {
  background-color: #f6ff15;
  border-radius: 5px;
  padding: 1px 8px;
  font-weight: Bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.0833333333333335;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.banner:not(.js-slider) .swiper-slide {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .banner:not(.js-slider) .swiper-slide {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .banner:not(.js-slider) .swiper-slide {
    max-width: 80%;
  }
}
.other-title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .other-title {
    font-size: 5rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .other-title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 2.6666666666666665;
  }
}
.other-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.other-menu__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .other-menu__item {
    width: 30%;
    padding-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .other-menu__item {
    width: 48%;
    padding-top: 48%;
  }
}
.other-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  font-weight: Bold;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .other-menu__inner {
    font-size: 1.8rem;
    line-height: 1.1111111111111112;
  }
}
@media screen and (max-width: 768px) {
  .other-menu__inner {
    font-size: 1.5rem;
    line-height: 1.3333333333333333;
  }
}
.other-menu__inner:not(.other-menu__link) {
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}
@media screen and (min-width: 769px) {
  .other-menu__link:hover {
    cursor: pointer;
  }
  .other-menu__link:hover .other-menu__text {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .other-menu__link:active .other-menu__text {
    letter-spacing: 0.2em;
  }
}
.other-menu__text {
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.other-menu .star-other {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  opacity: 0.6;
}
/* ========================================

    index
        404ページのみで使うスタイル

    INDEX
        - main

======================================== */
/* ========================================
    notfound
======================================== */
.notfound-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
.notfound-title {
  margin: auto;
  width: 184px;
}
/* ========================================

    index
        members cardページのみで使うスタイル

    INDEX
        - main

======================================== */
/* ========================================
    main
======================================== */
.members-card {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/images/members_card/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 550px;
  max-height: 330px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.members-card__outer {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.members-card__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.members-card__logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .members-card__logo {
    padding-top: 40px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .members-card__logo {
    padding-top: 20px;
    width: 52px;
  }
}
.members-card__info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
}
.members-card__name {
  font-weight: Bold;
  letter-spacing: 0em;
  text-shadow: 0 4px 8px black;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .members-card__name {
    padding: 40px 30px;
    font-size: 2.3rem;
    line-height: 1.5217391304347827;
  }
}
@media screen and (max-width: 768px) {
  .members-card__name {
    padding: 20px 10px;
    font-size: 1.5rem;
    line-height: 1.3333333333333333;
  }
}
.members-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .members-card__bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .members-card__bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}
.members-card__detail {
  letter-spacing: 0.1em;
  text-shadow: 0 4px 8px black;
}
@media screen and (min-width: 769px) {
  .members-card__detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .members-card__detail {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .members-card__detail th {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .members-card__detail th {
    padding-right: 15px;
  }
}
.members-card__type {
  letter-spacing: 0.1em;
  text-shadow: 0 4px 8px black;
}
@media screen and (min-width: 769px) {
  .members-card__type {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .members-card__type {
    font-size: 1rem;
    line-height: 1.4;
  }
}
