@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"); */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  letter-spacing: .01em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}


/**
 * loading
 */
.loading {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .loading {
     min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .loading {
     min-width: 100%;
  }
}

/* inner */
.loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* top */
.loading__top {
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .loading__top {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loading__top {
    font-size: 4.26666vw;
  }
}

/* top textSmall */
.loading__top--textSmall {
  font-size: 80%;
}

/* mid */
@media screen and (min-width: 769px) {
  .loading__mid {
    width: 400px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .loading__mid {
    width: 64%;
    margin: 8vw 0;
  }
}

/* mid img */
.loading__mid img {
  width: 100%;
}

/* bot */
.loading__bot {
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .loading__bot {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loading__bot {
    font-size: 4.26666vw;
  }
}




.l-footer {
  position: relative;
  background: #000;
  min-height: 100vh;
}

@media screen and (min-width: 769px) {
  .l-footer {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    min-height: 290px;
  }
}

.l-footer__catch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 51.66667vw;
}

@media screen and (min-width: 769px) {
  .l-footer__catch img {
    min-width: 620px;
    max-width: 930px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__catch img {
    width: 78.66667vw;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

.l-footer__copy {
  position: absolute;
  left: 3.33333vw;
  bottom: 1.66667vw;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    left: 6.66667vw;
    bottom: 10vw;
  }
}

.l-footer__copy > span {
  font-family: "Poppins", sans-serif;
  color: #5e5e5f;
}

.l-header {
  width: 100%;
  z-index: 1001;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  position: fixed;
  top: 0;
}

@media screen and (min-width: 769px) {
  .l-header {
    left: 0;
    background-color: transparent;
    mix-blend-mode: difference;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.l-header.-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.l-header__inner {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    width: calc(100% - 60px);
    min-height: 100vh;
    min-height: 100dvh;
    padding: 3.2vw;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

@media screen and (max-width: 768px) {
  .l-header__inner.-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.l-header__logo {
  width: 80px;
  height: 80px;
  -webkit-mask-image: url(../../assets/img/common/logo/logo.svg);
          mask-image: url(../../assets/img/common/logo/logo.svg);
  -webkit-mask-size: 80px 80px;
          mask-size: 80px 80px;
  background-color: #000;
  margin-top: -24px;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 48px;
    height: 48px;
    -webkit-mask-size: 48px 48px;
            mask-size: 48px 48px;
    background-color: #FFF;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    margin-top: 9.6vw;
  }
}

.l-header__list {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-header__list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .l-header__item {
    margin-bottom: 36px;
  }
}

.l-header__link {
  position: relative;
  padding: 0 8px;
  display: inline-block;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .025em;
  color: #FFF;
}

.l-header__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.l-header__link:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header__sns {
    position: absolute;
    right: 5.33333vw;
    bottom: 5.33333vw;
  }
}

.l-header__sns-link {
  width: 20px;
  height: 20px;
  display: block;
}

.l-header__sns-link:hover {
  opacity: .7;
}

.l-header__sns-link.sns-twitter {
  background: url(../../assets/img/common/icon/icon-tw-b.svg) no-repeat center center/contain;
}

.l-header__hamburger {
  position: absolute;
  top: 3.2vw;
  right: 3.2vw;
}

.l-header__hamburger .menuBtn {
  width: 12.8vw;
  height: 12.8vw;
  z-index: 9999;
  display: block;
}

.l-header__hamburger .menuBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 12.8vw;
  padding-top: 5.4vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  pointer-events: auto;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__hamburger .menuBtn a:before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__hamburger .menuBtn a i {
  display: block;
  position: absolute;
  left: 3.2vw;
  width: 6.4vw;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__hamburger .menuBtn a i:nth-child(1) {
  top: 3.0666vw;
}

.l-header__hamburger .menuBtn a i:nth-child(2) {
  top: 4.5333vw;
}

.l-header__hamburger .menuBtn a i:nth-child(3) {
  top: 5.8666vw;
}

.l-header__hamburger .menuBtn a span {
  font-size: 10px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: #FFF;
  letter-spacing: .025em;
  font-family: "Poppins", sans-serif;
}

.l-header__hamburger .menuBtn a.-active {
  background-color: #fff;
}

.l-header__hamburger .menuBtn a.-active i {
  background: #000;
}

.l-header__hamburger .menuBtn a.-active i:nth-child(1) {
  top: 4.5333vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header__hamburger .menuBtn a.-active i:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger .menuBtn a.-active i:nth-child(3) {
  top: 4.5333vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__hamburger .menuBtn a.-active span {
  color: #000;
}

#fullWrap {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #fullWrap {
    min-width: 1200px;
  }
}

.l-container {
  min-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}

.l-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../../assets/img/index/bg.jpg") no-repeat center center/cover;
  }
}

.l-wrapper .l-child {
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-wrapper .l-child {
    width: 50%;
    min-width: 600px;
  }
}

/**
 * c-card-thumb
 */
.c-card-thumb__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.c-card-thumb__link {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-card-thumb__thumb {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-card-thumb__thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-card-thumb__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
  vertical-align: top;
}

.c-card-thumb__body {
  margin: 20px;
}

.c-card-thumb__catch {
  font-size: 16px;
}

.c-card-thumb__txt {
  margin-top: 1em;
  font-size: 14px;
}

/**
 * c-card-media
 */
.c-card-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-card-media__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 20px;
  padding-left: 20px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-card-media__link:hover {
  background-color: #eee;
}

.c-card-media__thumb {
  width: 20%;
  position: relative;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-card-media__body {
  width: calc(70% - 40px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card-media__catch {
  font-size: 16px;
}

.c-card-media__txt {
  margin-top: 1em;
  font-size: 14px;
}

/* ===============================================
# パーツ一覧整形用
=============================================== */
.parts-section {
  margin: 30px 0;
}

.parts-section__wrap {
  margin: 30px 0;
}

.parts-section__ttl {
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 3px solid #000;
  padding-left: 16px;
}

.parts-section__subttl {
  font-size: 16px;
  margin-bottom: 16px;
  background: #eee;
  padding: 8px 16px;
}

.c-button > a {
  border: 1px solid #000;
  display: inline-block;
  padding: 26px 32px;
  line-height: 1;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-button > a {
    padding: 16px 30px;
  }
}

.c-button > a:hover {
  color: #FFF;
  background: #000;
}

/* arrow-round */
.c-arrow-round {
  width: 80px;
  height: 80px;
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid #FFF;
  border-radius: 50%;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .c-arrow-round {
    width: 40px;
    height: 40px;
  }
}

.c-arrow-round::before {
  content: '';
  width: 30px;
  height: 30px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-arrow-round::before {
    width: 15px;
    height: 15px;
  }
}

.c-arrow-round.c-arrow-left::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 23px;
  left: 28px;
}

@media screen and (max-width: 768px) {
  .c-arrow-round.c-arrow-left::before {
    top: 11px;
    left: 14px;
  }
}

.c-arrow-round.c-arrow-right::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
  left: 18px;
}

@media screen and (max-width: 768px) {
  .c-arrow-round.c-arrow-right::before {
    top: 11px;
    left: 9px;
  }
}

.c-arrow-round.c-arrow-top::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28px;
  left: 25px;
}

@media screen and (max-width: 768px) {
  .c-arrow-round.c-arrow-top::before {
    top: 15px;
    left: 11px;
  }
}

.c-arrow-round.c-arrow-bottom::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 20px;
  left: 24px;
}

/* c-arrow-more */
.c-arrow-more {
  position: relative;
}

.c-arrow-more__link {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  text-align: left;
  padding-right: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-arrow-more__link {
    padding-bottom: 24px;
    font-size: 12px;
    padding-right: 0px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-arrow-more__link::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.c-arrow-more__link:hover::before {
  width: 100%;
}

.c-arrow-more__link::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-arrow-more__link::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: auto;
    right: 6px;
    bottom: 0;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}

.c-arrow-more__link:hover::after {
  right: 0px;
}

.c-backtop {
  position: fixed;
  right: 1.66667vw;
  bottom: 1.66667vw;
  mix-blend-mode: difference;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

@media screen and (max-width: 768px) {
  .c-backtop {
    right: 5.33333vw;
    bottom: 5.33333vw;
  }
}

.c-backtop.-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-backtop__link::before {
  content: 'TOP';
  display: block;
  width: 32px;
  height: 24px;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  letter-spacing: .025em;
  position: absolute;
  left: -54px;
  top: 32px;
}

@media screen and (max-width: 768px) {
  .c-backtop__link::before {
    top: 16px;
    left: -36px;
  }
}

.c-modalClose {
  position: fixed;
  top: 1.66667vw;
  right: 1.66667vw;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

@media screen and (max-width: 768px) {
  .c-modalClose {
    top: 1.33333vw;
    right: 2.66667vw;
  }
}

.c-modalClose__link::before {
  content: 'CLOSE';
  display: block;
  width: 64px;
  height: 24px;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  letter-spacing: .025em;
  position: absolute;
  left: -72px;
  top: 32px;
}

@media screen and (max-width: 768px) {
  .c-modalClose__link::before {
    top: 16px;
    left: -48px;
  }
}

.c-scroll {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .c-scroll {
    left: 24px;
    bottom: 24px;
  }
}

.c-scroll__link::before {
  content: 'SCROLL';
  display: block;
  width: 64px;
  height: 24px;
  font-family: "Poppins", sans-serif;
  color: #000;
  letter-spacing: .025em;
  position: absolute;
  top: 32px;
  right: -88px;
}

@media screen and (max-width: 768px) {
  .c-scroll__link::before {
    top: 18px;
    right: -74px;
  }
}

.c-scroll .c-arrow-round {
  border: 1px solid #000;
}

.c-scroll .c-arrow-round::before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-animation: ani-toScroll 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
          animation: ani-toScroll 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
}

@media screen and (max-width: 768px) {
  .c-scroll .c-arrow-round::before {
    -webkit-animation: ani-toScrollSP 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
            animation: ani-toScrollSP 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
  }
}

@media screen and (max-width: 768px) {
  .c-scroll .c-arrow-round::before {
    top: 10px;
    left: 12px;
  }
}

@-webkit-keyframes ani-toScrollSP {
  0%,
  50%,
  100% {
    top: 10px;
    opacity: 1;
  }
  75% {
    top: 15px;
    opacity: 0;
  }
  80% {
    top: 5px;
    opacity: 0;
  }
}

@keyframes ani-toScrollSP {
  0%,
  50%,
  100% {
    top: 10px;
    opacity: 1;
  }
  75% {
    top: 15px;
    opacity: 0;
  }
  80% {
    top: 5px;
    opacity: 0;
  }
}

@-webkit-keyframes ani-toScroll {
  0%,
  50%,
  100% {
    top: 20px;
    opacity: 1;
  }
  75% {
    top: 25px;
    opacity: 0;
  }
  80% {
    top: 15px;
    opacity: 0;
  }
}

@keyframes ani-toScroll {
  0%,
  50%,
  100% {
    top: 20px;
    opacity: 1;
  }
  75% {
    top: 25px;
    opacity: 0;
  }
  80% {
    top: 15px;
    opacity: 0;
  }
}

.c-arrow-close {
  display: block;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-arrow-close {
    width: 80px;
    height: 80px;
  }
}

.c-arrow-close::before, .c-arrow-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 0px);
  left: 14%;
}

.c-arrow-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.c-cmn-bgLine {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-blue {
  color: #5a89b3;
}

.c-red {
  color: #cc5c65;
}

.c-purple {
  color: #76528e;
}

.c-gra {
  display: inline-block;
  background: #d2646a;
  background: linear-gradient(106deg, #d2646a 0%, #d2646a 40%, #8b6499 50%, #5b88b2 60%, #5b88b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 769px) {
  .bg {
    background: url("../../assets/img/index/bg.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 7.2vw;
    /* margin-top: -56px; */
  }
}

/** ==========================
** fv
============================== */
.fv {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .fv {
	margin-top: 45px;
    margin-bottom: 45px;
  }
}

.fv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4.66667vw;
  }
}

.fv__txt {
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
}

.fv__txt .txt-small {
  font-size: 16px;
}
.fv__txt .day{
  display: inline-block;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .fv__txt {
    font-size: calc(32 / 750 * 100vw);
  }
  .fv__txt .txt-small {
    font-size: 14px;
  }
  .fv__txt:not(:last-child) {
    margin-right: 16px;
  }
}

.fv__logo {
  width: 42.5vw;
  margin: 36px 0 46px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fv__logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .awardBox{
    width: 60vw;
    margin: 7.5vw auto 5vw;
  }
  .awardBox ul{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;

  }
  .awardBox ul li{
    padding: 0 1%;

  }
}



@media screen and (min-width:769px){
  .awardBox{
    width: 19vw;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .awardBox ul{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;

  }
  .awardBox ul li{
    width: 33%;
    padding: 0 1%;

  }
  /*
  .award_1{
    top: 0;
    left: 0;
  }
  .award_2{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .award_3{
    bottom: 0;
    left: 0;
  }
  */

}



.awardBox ul li img{
  width: 100%;
  height: auto;
}


/** ==========================
** trailer
============================== */
.trailer__inner{
  padding: 40px 48px;
}
@media screen and (max-width: 768px) {
  .trailer__inner{
    padding: calc(30 / 750* 100vw) calc(55 / 750* 100vw) 0;
  }
}
.movieListsWrap{
  padding-bottom: 30px;
  position: relative;
}
.movieLists-pagination{
  position: relative;
  bottom: 20px;
  z-index: 10;
}



@media screen and (max-width: 768px) {
	.trailer {
		width: calc(100% + 14.4vw);
		margin-left: -7.2vw;
		margin-bottom: 60px;
	}
  .movieListsWrap{
    padding-bottom: calc(30 / 750* 100vw);
    position: relative;
  }
}
/**
 * title
 */
 .trailer__title {
	background-color: #5a89b3;
	display: inline-block;
	margin-bottom: 0;
	padding: 10px 4.66667vw;
}
@media screen and (max-width: 768px) {
	.trailer__title {
		margin-bottom: 10px;
		padding: 10px 7.2vw;
	}
}

/* title img */
.trailer__title:before {
	content: "";
	background: url(../img/common/title/title_trailer.png) no-repeat 0 0 / 100%;
	display: block;
	width: 135px;
	height: 31px;
}
@media screen and (max-width: 768px) {
	.trailer__title:before {
		width: 75px;
		height: 17px;
	}
}

/** ==========================
** story
============================== */

@media screen and (max-width: 768px) {
  .story {
    margin-bottom: 50px;
  }
}

.story__inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .story__inner {
    padding: 0 4.66667vw;
    margin-bottom: 40px;
  }
}



@media screen and (max-width: 768px) {
	.story {
		width: calc(100% + 14.4vw);
		margin-left: -7.2vw;
		margin-bottom: 60px;
	}
}

/**
 * title
 */
.story__title {
	background-color: #5a89b3;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 4.66667vw;
}
@media screen and (max-width: 768px) {
	.story__title {
		margin-bottom: 10px;
		padding: 10px 7.2vw;
	}
}

/* title img */
.story__title:before {
	content: "";
	background: url(../img/common/title/title_story.png) no-repeat 0 0 / 100%;
	display: block;
	width: 93px;
	height: 30px;
}
@media screen and (max-width: 768px) {
	.story__title:before {
		width: 62px;
		height: 20px;
	}
}
.storyTextBox{
  padding: 0 4.66667vw;

}
.storyTextBox p{
  text-align: center;
  line-height: 2;
  padding: 20px 0;

}
.story_english{
  font-size: 14px;
  color: #666666;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/** ==========================
** staff
============================== */
@media screen and (max-width: 768px) {
  .staff {
    margin-bottom: 60px;
  }
}

.staff__inner {
  position: relative;
  padding: 20% 0;

}

@media screen and (min-width: 769px) {
  .staff__inner {
    /*height: 100vh;*/
    padding: 100px 4.66667vw 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
.staff__itemBox._mt{
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .staff__item {
    min-width: 500px;
    display: flex;
    justify-content: center
  }
  .staff__itemBox:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .staff__item {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .staff__itemBox:not(:last-child) {
    margin-bottom: 30px;
  }
  .staff__itemBox._mt{
    margin-top: 18vw;
  }
}


.staff__itemBox .staff_name_en{
  text-align: center;
}


.staff__part {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .staff__part {
    font-size: 12px;
  }
}

.staff__part::after {
  content: '：';
}

.staff__name {
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .staff__name {
    font-size: 14px;
  }
}

.staff__name > small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .staff__name > small {
    font-size: 10px;
  }
}

.staff__name .cmt-icon {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .staff__name .cmt-icon {
    position: absolute;
    top: -4px;
    display: inline-block;
    margin-left: 8px;
  }
}

.staff__name .cmt-icon a {
  display: block;
  width: 24px;
  height: 22px;
  background: url("../../assets/img/index/icon_cmt.png") no-repeat center center/contain;
}

.staff__name .cmt-icon a:hover {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: anime-shake 0.5s ease;
          animation: anime-shake 0.5s ease;
}
.staff__item{
  display: flex;
}

.staff_name_en{
  display: block;
  font-size: 14px;
  color: #666666;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .staff_name_en{
    font-size: 11px;
  }
}

/** ==========================
** cmt
============================== */
@media screen and (max-width: 768px) {
  .cmt {
    margin-bottom: 60px;
  }
}

.cmt__inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .cmt__inner {
    padding: 0 4.66667vw;
    height: 100%;
    min-height: 100vh;
  }
}

.cmt__nameWrap {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .cmt__nameWrap {
    margin-bottom: 21px;
  }
}

.cmt__part {
  display: inline-block;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .cmt__part {
    font-size: 14px;
  }
}

/* .cmt__part::after {
  content: '：';
} */

.cmt__name {
  display: inline-block;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .cmt__name {
    font-size: 14px;
  }
}

.cmt__text {
  font-size: 16px;
  line-height: 2.375;
}

@media screen and (max-width: 768px) {
  .cmt__text {
    font-size: 12px;
    line-height: 2;
  }
}

.cmt__text:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cmt__text:not(:last-child) {
    margin-bottom: 20px;
  }
}

/** ==========================
** visual
============================== */
.visual__set {
  height: 100%;
}
.visual_setContent{
  width: 100%;
  height: min(100%, 100vh);
}

@media screen and (min-width: 769px) {
  .visual__set {
    width: 100%;
    min-width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .visual_setContent{
    position: sticky;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .visual__set {
    height: auto;
    padding-top: 150.9152%;
    position: relative;
  }
  .visual_setContent{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.visualListsSwiperWrap {
  width: 100%;
  height: 100%;
}
.visualLists{
  position: relative;
}
.visualList{
  position: relative;
  width: 100%;
  height: 100%;
}

.visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.visual__bg.visual__bg_1{
  background-image: url(../../assets/img/index/visual_img.jpg);
}
.visual__bg.visual__bg_2{
  background-image: url(../../assets/img/index/visual_img2.jpg);
}

.visualList.swiper-slide .visual__bg.js-load{
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.visualList.swiper-slide.swiper-slide-active .visual__bg.js-load.-on{
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

@media screen and (min-width: 769px) {
  .visual__bg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}


.visualChangeWrap{
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
  width: 102px;
  z-index: 2;
}
.visualChangeLists{
  width: 100%;
}
.visualChangeList:not(:last-child){
  margin-bottom: 10px;
}
.btn_visualChange{
  width: 100%;
  display: flex;
}
.btn_visualChange__img{
  display: block;
  width: 80.3922%;/* 82 */
  position: relative;
  overflow: hidden;
}
.btn_visualChange__img:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #FFF;
  transition: .3s ease;
  z-index: 2;
}
.btn_visualChange__img img{
  width: 100%;
}
.btn_visualChange__text{
  width: 19.6008%;/* 20 */
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  background-color: #fff;
  padding: 4px 0;
  position: relative;
}
.btn_visualChange__text:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(330deg, rgba(91,136,178,1) 0%, rgba(139,100,153,1) 53%, rgba(210,100,106,1) 100%);
  opacity: 0;
  transition: .3s ease;
}
.btn_visualChange__text span{
  display: inline-block;
  line-height: 1;
  color: #c86266;;
  background: linear-gradient(330deg, rgba(91,136,178,1) 0%, rgba(139,100,153,1) 53%, rgba(210,100,106,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .3s ease;
  position: relative;
}

@media screen and (max-width: 767px){
  .visualChangeWrap{
    margin-top: min(2.1334vw, 16px);
    margin-left: min(2.1334vw, 16px);
    width: min(16vw, 120px);
  }
  .btn_visualChange__img{
    width: min(12.8vw, 96px);
  }
  .btn_visualChange__img:before{
    border-width: 1px;
  }
  .btn_visualChange__text{
    width: min(3.2vw, 24px);
    font-size: min(2.6667vw, 20px);
    padding: min(5.3334vw, 4px) 0;
  }
}


/* is-active */
.btn_visualChange.--is-active .btn_visualChange__img:before{
  border-color: #c86266;
}
.btn_visualChange.--is-active .btn_visualChange__text:before{
  opacity: 1;
}
.btn_visualChange.--is-active .btn_visualChange__text span{
  color: #FFF;
  -webkit-text-fill-color: #FFF;
  background:unset;
}

@media (hover: hover) and (pointer: fine) {
  .btn_visualChange__img img{
    transition: transform .3s ease;
  }
  .btn_visualChange:hover .btn_visualChange__img img{
    transform: scale(1.05);
  }
  .btn_visualChange:hover .btn_visualChange__img:before{
    border-color: #c86266;
  }
}

/** ==========================
** offical
============================== */

.snsBoxWrap{
  display: flex;
  margin: 0 auto;

}
@media screen and (min-width: 769px) {
  .official {
    position: fixed;
    top: 24px;
    right: 230px;
  }
}

@media screen and (max-width: 768px) {
  .offical {
    margin-bottom: 32px;
  }
}

.offical__ttl {
  font-size: 12px;
  letter-spacing: .01em;
}

@media screen and (min-width: 769px) {
  .official__ttl {
    margin-right: 28px;
  }
}

@media screen and (max-width: 768px) {
  .official__ttl {
    margin-bottom: 15px;
  }
}

.official__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .official__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.official__shareLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .official__shareLists {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0 5vw;
  }
}




/** ==========================
** share
============================== */
.share {
  /* link */
  /* 各SNSパーツ */
}

@media screen and (min-width: 769px) {
  .share {
    position: fixed;
    top: 24px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .share {
    margin-bottom: 32px;
  }
}

.share__ttl {
  font-size: 12px;
  letter-spacing: .01em;
}

@media screen and (min-width: 769px) {
  .share__ttl {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .share__ttl {
    margin-bottom: 15px;
  }
}

.share__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .share__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.share__shareLists {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .share__shareLists {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .share__shareLists__item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
	.shareLists__item:not(:last-child) {
		margin-right: 4vw;
	}
  .share__shareLists__item:not(:last-child) {
    margin-right: 4vw;
  }

}

.share__shareLists__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.share__shareLists__link:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.share__shareLists__item.is-twitter .share__shareLists__link:before {
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(../img/common/icon/icon_x.svg);
          mask-image: url(../img/common/icon/icon_x.svg);
  background-color: #5a89b3;
}

@media screen and (max-width: 768px) {
  .share__shareLists__item.is-twitter .share__shareLists__link:before {
    width: 30px;
    height: 30px;
  }
}

.share__shareLists__item.is-facebook .share__shareLists__link:before {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon/icon_fb.svg);
          mask-image: url(../img/common/icon/icon_fb.svg);
  background-color: #76528e;
}

@media screen and (max-width: 768px) {
  .share__shareLists__item.is-facebook .share__shareLists__link:before {
    width: 30px;
    height: 30px;
  }
}

.share__shareLists__item.is-line .share__shareLists__link:before {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon/icon_line.svg);
          mask-image: url(../img/common/icon/icon_line.svg);
  background-color: #cc5c65;
}

@media screen and (max-width: 768px) {
  .share__shareLists__item.is-line .share__shareLists__link:before {
    width: 30px;
    height: 30px;
  }
}

/** ==========================
** News
============================== */
@media screen and (max-width: 768px) {
	.news {
		width: calc(100% + 14.4vw);
		margin-left: -7.2vw;
		margin-bottom: 60px;
	}
}

/**
 * title
 */
.news__title {
	background-color: #5a89b3;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 4.66667vw;
}
@media screen and (max-width: 768px) {
	.news__title {
		margin-bottom: 10px;
		padding: 10px 7.2vw;
	}
}

/* title img */
.news__title:before {
	content: "";
	background: url(../img/common/title/title_news.svg) no-repeat 0 0 / 100%;
	display: block;
	width: 93px;
	height: 25px;
}
@media screen and (max-width: 768px) {
	.news__title:before {
		width: 62px;
		height: 17px;
	}
}

/**
 * newsLists
 */
/* wrap */
.newsListsWrap {
	padding: 0 4.66667vw;
}
@media screen and (max-width: 768px) {
	.newsListsWrap {
		padding: 0 7.2vw;
	}
}

/* item */
.newsLists__item {
	border-bottom: 1px dotted #5a89b3;
}

/* link */
.newsLists__link {
	display: flex;
	font-size: 16px;
	line-height: 1.8;
	padding: 20px 0;
	transition: background-color .4s ease;
}
.newsLists__link:hover {
	background-color: rgba(255,255,255,.4);
}
@media screen and (max-width: 768px) {
	.newsLists__link {
		display: block;
		font-size: 12px;
		padding: 16px 0;
	}
}

/* date */
.newsLists--date {
	color: #5a89b3;
}
.newsLists__item:nth-child(even) .newsLists--date {
	color: #e77069;
}

/* title */
.newsLists--title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.newsLists--title {
		padding-left: 0;
	}
}

/**
 * newsMoreLinkWrap
 */
.newsMoreLinkWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.newsMoreLinkWrap {
		margin-top: 30px;
	}
}

/* a */
.newsMoreLink {
	background-color: #e77069;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 4px 10px;
	text-decoration: none;
	transition: background-color .4s ease;
}
.newsMoreLink:hover {
	background-color: #5a89b3;
}
@media screen and (max-width: 768px) {
	.newsMoreLink {
		font-size: 12px;
		padding: 6px 20px;
	}
}


/** ==========================
** footer
============================== */
@media screen and (min-width: 769px) {
  .footer {
    width: 50%;
    position: fixed;
    right: 0;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 50px;
  }
}

.footer__copy {
  font-size: 10px;
  color: #5e5e5f;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.footer__copy a{
  text-decoration: underline;
}

/** ==========================
** toScroll
============================== */
.toScroll {
  width: 24px;
  height: 70px;
  position: fixed;
  bottom: 0;
  right: 28px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .toScroll {
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 16px;
  }
}

.toScroll > a {
  display: block;
  height: 100%;
  pointer-events: auto;
}

.toScroll p {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #d2646a;
  background: linear-gradient(106deg, #d2646a 0%, #d2646a 40%, #8b6499 50%, #5b88b2 60%, #5b88b2 100%);
  -webkit-text-fill-color: transparent;
  margin-left: -1px;
}

.toScroll span.anime-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #FFF;
  -webkit-animation: anime-line 2s ease-in-out infinite;
          animation: anime-line 2s ease-in-out infinite;
}

.toScroll a.rev p span.anime-line {
  animation: anime-line 2s ease-in-out infinite reverse;
}

.toScroll__txt {
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .toScroll__txt {
    padding-right: 2px;
    font-size: 10px;
  }
}

/* ===============================================
# アニメーション
=============================================== */
.js-load {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.js-load.-on {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.js-scroll {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.js-scroll.-on {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@-webkit-keyframes anime-shake {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes anime-shake {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@-webkit-keyframes anime-line {
  0% {
    height: 0;
    top: 0;
  }
  25%,
  50% {
    height: 100%;
    top: 0;
  }
  75%,
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes anime-line {
  0% {
    height: 0;
    top: 0;
  }
  25%,
  50% {
    height: 100%;
    top: 0;
  }
  75%,
  100% {
    height: 0;
    top: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .u-ellipsis {
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1200px) {
  .u-full-width {
    margin: 0 calc(50% - 50vw);
  }
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mb24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 12px;
  }
}

.u-font-bold {
  font-weight: 600;
}

.u-writing-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.u-font-poppons {
  font-family: "Poppins", sans-serif;
}

/*==============================================
  swiper調整
==============================================*/
.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  border-radius: 0px;
  height: 4px;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-container-horizontal > .swiper-scrollbar:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-scrollbar-drag:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: #FFF;
  margin-top: 0;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.scrollbar-staff .swiper-scrollbar-drag {
  background: #FFF;
}

/** ==========================
** ondemand
============================== */
/**
 * title
 */
 .ondemand__title {
	background-color: #5a89b3;
	display: inline-block;
	margin-bottom: 20px;
	height: 48px;
  width: 234px;
}
@media screen and (max-width: 768px) {
	.ondemand__title {
		margin-bottom: 10px;
		padding: 10px 7.2vw;
    width: calc(290 / 750 * 100vw);
    height: calc(63 / 750 * 100vw);
	}
}

/* title img */
.ondemand__title:before {
	content: "";
	background: url(../img/common/title/ttl_ondemand.png) no-repeat center center / 100%;
	display: block;
	width: 200px;
	height: 26px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
	.ondemand__title:before {
		width: calc(202 / 750 * 100vw);
		height: calc(43 / 750 * 100vw);
	}
}

.ondemand {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.ondemand {
		width: calc(100% + 14.4vw);
		margin-left: -7.2vw;
		margin-bottom: 60px;
	}
}

.ondemand_headTxt{
  font-size: 32px;
  font-weight: bold;
  color: #5a89b3;
  text-align: center;
  margin-bottom: 40px;
}
.ondemand_headTxt .txt_small{
  font-size: 22px;
  color: #5a89b3;
  text-align: center;
}
/*ondemand_listWrap*/
.ondemand_listWrap{
  padding: 40px 0 30px 0 ;
  border-top: 1px dotted #5a89b3;
}
.ondemand_list_txt{
  text-align: center;
  font-size: 22px;
}
.ondemand_list_txt small{
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .ondemand_listWrap{
    padding: calc(40 / 750 * 100vw) 0;
    border-top: 1px dotted #5a89b3;
  }
  .ondemand_list_txt{
    text-align: center;
    font-size: calc(22 / 750 * 100vw);
  }
}

.ondemand_list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.ondemand_list__item{
  display: block;
  width: calc((100% - 10px) / 2);
  font-size: 18px;
  margin-bottom: 10px;
}
.ondemand_list__item a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #5a89b3;
  transition: all .3s ease;
  border: 2px solid #5a89b3;;
}
.ondemand_list__item:hover a{
  color: #5a89b3;
  background-color: #FFF;
}
.ondemand_bottomTxt{
  font-size: 14px;
  color: #666;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}


.ondemand__inner {
  position: relative;
  padding: 20px 48px;
}

@media screen and (max-width: 768px) {

.ondemand_headTxt{
  font-size: calc(40 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);;
}
.ondemand_headTxt .txt_small{
  font-size: calc(28 / 750 * 100vw);
}

.ondemand_list{
  margin-top: calc(20 / 750 * 100vw);
}
.ondemand_list__item{
  display: block;
  width: calc((100% - calc(14 / 750 * 100vw)) / 2);
  margin-bottom: calc(14 / 750 * 100vw);
}
.ondemand_list__item a{
  font-size: calc(22 / 750 * 100vw);
  padding: calc(14 / 750 * 100vw);
  border:calc(2 / 750 * 100vw) solid #5a89b3;;

}
.ondemand_bottomTxt{
  font-size: calc(16 / 750 * 100vw);
}


.ondemand__inner {
  position: relative;
  padding: calc(30 / 750 * 100vw) calc(55 / 750 * 100vw);
}

}



/*MOVIE*/
.js-swiper-pagination{
  display: flex;
  justify-content: center;
}
.js-swiper-pagination .swiper-pagination-bullet{
  margin: 0 5px !important;
  

}
.swiper-pagination-bullet-active{
  background:#5a89b3;
  transform: scale(1.3);
}

.movieLists__item > a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
/* thumb */
.movieLists__thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
	z-index: 0;
  transition: all .3s ease;
}
.movieLists__thumb:hover{
  transform: scale(1.05);
  opacity: .6;
}
.movie_ttl{
  margin-top: 20px;
  text-align: center;

}
@media screen and (max-width: 768px) {
  .movie_ttl{
    margin-top: calc(20 / 750 * 100vw) ;
  }
}

/* bnr_ondemand */
.bnr_ondemand{
  position: absolute;
  top: 31%;
  left: 9%;
  width: 16%;
  transition: opacity .3s ease;
} 
.bnr_ondemand:hover{
  opacity: .6;
} 
@media screen and (max-width: 768px) {
  .bnr_ondemand{
    position: absolute;
        top: 13%;
        left: 0;
        width: 24%;
  } 
}
.bnr_ondemand img{
  width: 100%;
  height: auto;
}