@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css");
@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=Aldrich&display=swap");
/* keyframes */
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes hover_movie {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes hover_movie {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body.is-ie {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.is-open-chara {
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline;
  }
  .is-sp-inline {
    display: none;
  }
  .is-pc-inline-block {
    display: inline-block;
  }
  .is-sp-inline-block {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline;
  }
  .is-pc-inline-block {
    display: none;
  }
  .is-sp-inline-block {
    display: inline-block;
  }
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

.u-text-center {
  text-align: center;
}

.u-inline-block {
  display: inline-block;
}

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

.u-300 {
  font-weight: 300;
}

.u-400 {
  font-weight: 400;
}

.u-500 {
  font-weight: 500;
}

.is-ie .is-hide-ie {
  display: none;
}

.is-show-ie {
  display: none;
}

.is-ie .is-show-ie {
  display: block;
}

.u-build-divide {
  color: #828282;
}

.u-build-divide-anime {
  color: #33b8e8;
}

.u-build-divide-card,.u-build-divide-tcg {
  color: #ef5a46;
}

.u-aniplex-exe {
  color: #828282;
}

.u-atri-mdm {
  color: #33b8e8;
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]::before {
  position: absolute;
  top: -0.4em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.3em;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-ruby);
}

.u-pointer-events-none {
  pointer-events: none;
}

/* layout */
.l-container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.l-main {
  display: block;
  position: relative;
}

[data-page-name="top"] .l-main {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-page-name="top"].is-load .l-main {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .l-main {
    padding-left: 100px;
  }
}

@media screen and (max-width: 900px) {
  .l-cursor {
    display: none;
  }
}

.l-cursor__point {
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 2000;
  mix-blend-mode: exclusion;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.is-ie .l-cursor__point {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.l-cursor__point::before, .l-cursor__point::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: "";
}

.l-cursor__point::before {
  border: 2px solid #fff;
}

.is-active .l-cursor__point::before {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.l-cursor__point::after {
  background-color: #fff;
}

.is-active .l-cursor__point::after {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

/* component */
.c-logo {
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 10;
  width: 51px;
}

@media screen and (min-width: 901px) {
  .c-logo {
    top: 31px;
    right: 66px;
    width: 100px;
  }
}

[data-page-name="top"] .c-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

.c-logo__link {
  display: block;
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 250px;
  left: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  height: 122px;
}

[data-page-name="top"] .c-header {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-page-name="top"].is-load .c-header {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

[data-page-name="top"] .c-header {
  mix-blend-mode: exclusion;
}

@media screen and (max-width: 900px) {
  .c-header {
    right: 102px;
    left: 200px;
    height: 80px;
  }
}

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

@media screen and (min-width: 901px) and (max-width: 1270px) {
  .c-header {
    display: none;
  }
}

.c-header__main {
  width: 100%;
}

.c-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.c-header__nav-item {
  position: relative;
  margin: 5px 0;
}

.c-header__nav-item + .c-header__nav-item {
  margin-left: 9px;
}

@media screen and (max-width: 900px) {
  .c-header__nav-item + .c-header__nav-item {
    margin-left: 5px;
  }
}

.c-header__nav-link {
  display: block;
  position: relative;
  padding: 0px 8px 0px;
  overflow: hidden;
  color: #000;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.17em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .c-header__nav-link {
    font-size: 12px;
    letter-spacing: 0.17em;
    line-height: 1.5;
  }
}

[data-page-name="top"] .c-header__nav-link {
  color: #fff;
}

.is-current .c-header__nav-link {
  color: #00a0ff;
}

.c-header__nav-inner {
  position: relative;
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .c-header__nav-link:hover .c-header__nav-inner {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

.c-header__nav-dummy {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 901px) {
  .c-nav {
    width: calc(100% + 17px);
  }
}

.is-open-nav .c-nav {
  pointer-events: auto;
}

.c-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-nav__bg-base {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .c-nav__bg-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__bg-base {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100px;
  }
}

.is-open-nav .c-nav__bg-base {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
          transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
}

.c-nav__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(20px, 0) rotate(0deg);
      -ms-transform: translate(20px, 0) rotate(0deg);
          transform: translate(20px, 0) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s ease 0s, transform 1.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-right: -9.9%;
  margin-bottom: -16.3%;
  width: 74.5%;
}

.is-open-nav .c-nav__bg-img {
  -webkit-transform: translate(0px, 0) rotate(0deg);
      -ms-transform: translate(0px, 0) rotate(0deg);
          transform: translate(0px, 0) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.7s ease 0s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1.7s ease 0s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1.7s ease 0s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1.7s ease 0s, transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .c-nav__bg-img {
    margin-right: -0.7%;
    margin-bottom: -10%;
    width: 47.4%;
    max-width: 560px;
  }
}

.c-nav__main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  color: #fff;
}

.is-load .c-nav__main {
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.is-open-nav .c-nav__main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .c-nav__main {
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__main {
    -webkit-overflow-scrolling: touch;
    padding-left: 100px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.c-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 101px 0 101px;
  min-height: 100%;
}

.c-nav__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-nav__contents {
  position: relative;
}

@media screen and (min-width: 901px) {
  .c-nav__contents {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-nav__item {
  position: relative;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: left 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: left 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, left 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, left 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}

.c-nav__item--grayout {
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .c-nav__item {
    -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}

.is-open-nav .c-nav__item {
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: left 0s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: left 0s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, left 0s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, left 0s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-open-nav .c-nav__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-open-nav .c-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-open-nav .c-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-open-nav .c-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-open-nav .c-nav__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media screen and (max-width: 900px) {
  .c-nav__item + .c-nav__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__item + .c-nav__item {
    margin-left: 4%;
  }
}

.c-nav__link {
  display: block;
  position: relative;
  cursor: pointer;
  color: #000;
}

@media screen and (max-width: 900px) {
  .c-nav__link {
    display: inline-block;
  }
}

.c-nav__link-inner {
  position: relative;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 35px;
  letter-spacing: 0.07em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-nav__link-inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: color 0.8s ease 0s;
    transition: color 0.8s ease 0s;
    color: #000;
    font-size: 5.5vw;
    letter-spacing: 0.07em;
    line-height: 1;
  }
}

@media screen and (min-width: 901px) and (min-width: 1600px) {
  .c-nav__link-inner {
    font-size: 89px;
    letter-spacing: 0.07em;
    line-height: 1;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__link--build-divide:hover .c-nav__link-inner {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #828282;
  }
  .c-nav__link--build-divide-anime:hover .c-nav__link-inner {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #33b8e8;
  }
  .c-nav__link--build-divide-card:hover .c-nav__link-inner {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #ef5a46;
  }
}

.c-nav__item--grayout .c-nav__link-inner {
  color: #cccccc !important;
}

.c-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .c-hamburger {
    mix-blend-mode: exclusion;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger {
    background-color: #fff;
    width: 100px;
    height: 100%;
  }
  [data-page-name="top"] .c-hamburger {
    background: #fff url(../img/common/logo.png) no-repeat center center;
    background-size: 64px auto;
  }
  .c-hamburger::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.5s ease 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    background: linear-gradient(45deg, #ef5a46 0%, rgba(255, 255, 255, 0) 50%, #33b8e8 100%) left 50% top;
    width: 100%;
    height: 100%;
    content: "";
  }
  .c-hamburger:hover::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    opacity: 0.25;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger__main::before {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cccccc;
    width: 1px;
    height: 100%;
    content: "";
  }
}

.c-hamburger__inner {
  position: relative;
}

@media screen and (max-width: 900px) {
  .c-hamburger__inner {
    width: 67px;
    height: 58px;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner {
    height: 96px;
  }
}

.c-hamburger__inner div {
  position: absolute;
  left: 20px;
  -webkit-transition: top 0.15s ease 0.15s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0s;
  transition: top 0.15s ease 0.15s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0s;
  transition: top 0.15s ease 0.15s, transform 0.15s ease 0s, opacity 0s ease 0.15s;
  transition: top 0.15s ease 0.15s, transform 0.15s ease 0s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0s;
  background-color: #000;
  width: 27px;
  height: 2px;
}

@media screen and (max-width: 900px) {
  .c-hamburger__inner div {
    background-color: #fff;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div {
    left: 25px;
    width: 50px;
  }
}

.is-open-nav .c-hamburger__inner div {
  -webkit-transition: top 0.15s ease 0s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease 0s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease 0s, transform 0.15s ease 0.15s, opacity 0s ease 0.15s;
  transition: top 0.15s ease 0s, transform 0.15s ease 0.15s, opacity 0s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
}

.c-hamburger__inner div:nth-child(1) {
  top: 20px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(1) {
    top: 33px;
  }
}

.is-open-nav .c-hamburger__inner div:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
}

@media screen and (min-width: 901px) {
  .is-open-nav .c-hamburger__inner div:nth-child(1) {
    top: 47px;
  }
}

.c-hamburger__inner div:nth-child(2) {
  top: 28px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(2) {
    top: 47px;
  }
}

.is-open-nav .c-hamburger__inner div:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.c-hamburger__inner div:nth-child(3) {
  top: 36px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(3) {
    top: 61px;
  }
}

.is-open-nav .c-hamburger__inner div:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-34deg);
      -ms-transform: rotate(-34deg);
          transform: rotate(-34deg);
}

@media screen and (min-width: 901px) {
  .is-open-nav .c-hamburger__inner div:nth-child(3) {
    top: 47px;
  }
}

.c-hamburger-base {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 29;
  width: 100px;
  height: 100%;
}

[data-page-name="top"] .c-hamburger-base {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-page-name="top"].is-load .c-hamburger-base {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 0.3s ease 1.2s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

.c-hamburger-base::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-hamburger:hover + .c-hamburger-base::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
          transition-timing-function: cubic-bezier(0.17, 0.8, 0.28, 0.99);
}

.is-open-nav .c-hamburger-base::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.c-section {
  position: relative;
  margin: 0 auto;
  padding: 58px 0 0px;
  width: 89%;
}

@media screen and (max-width: 900px) {
  .c-section {
    max-width: 500px;
  }
}

@media screen and (min-width: 901px) {
  .c-section {
    margin: 0 auto;
    padding: 74px 0 0px;
    width: 92%;
    max-width: 1080px;
  }
}

@media screen and (max-width: 900px) {
  .c-section__head {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 901px) {
  .c-section__head {
    margin-bottom: 69px;
  }
}

.c-section__title {
  position: relative;
  left: -4px;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: left;
}

.is-load .c-section__title {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .c-section__title {
    left: -6px;
    font-size: 64px;
    letter-spacing: 0.07em;
    line-height: 1;
  }
}

.c-section__body {
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  min-height: 50vh;
}

.is-load .c-section__body {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

@media screen and (min-width: 901px) {
  .c-section__body {
    width: 100%;
    max-width: 100%;
  }
}

.c-pager {
  position: relative;
  margin: 0 auto;
  min-height: 32px;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (min-width: 901px) {
  .c-pager {
    min-height: 30px;
  }
}

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pager__item + .c-pager__item {
  margin-left: 11px;
}

@media screen and (min-width: 901px) {
  .c-pager__item + .c-pager__item {
    margin-left: 15px;
  }
}

.c-pager__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  min-width: 18px;
  height: 18px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.is-current .c-pager__num::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (min-width: 901px) {
  .c-pager__num {
    min-width: 38px;
    height: 38px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .c-pager__num:hover {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #000;
  }
  .c-pager__num:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-pager__num::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin: 0 auto;
  background-color: #000;
  width: 55%;
  height: 2px;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-pager__num::after {
    bottom: 4px;
    width: 45%;
    height: 3px;
  }
}

.c-pager__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #000;
  padding-left: 19px;
  width: 75px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-pager__back {
    width: 150px;
    height: 35px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .c-pager__back:hover::before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    width: 100%;
  }
}

.c-pager__back::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #fff;
  width: 24%;
  height: 1px;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-pager__back::before {
    -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    width: 26.7%;
  }
}

@media screen and (min-width: 901px) {
  .c-pager__back {
    padding-left: 39px;
  }
}

.c-pager__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  width: 75px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-pager__btn {
    width: 150px;
    height: 35px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .c-pager__btn:hover::before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    width: 100%;
  }
}

.c-pager__btn::before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  width: 24%;
  height: 1px;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-pager__btn::before {
    -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    width: 26.7%;
  }
}

.c-pager__btn--prev {
  left: 0;
  padding-left: 19px;
}

.c-pager__btn--prev::before {
  left: 0;
}

@media screen and (min-width: 901px) {
  .c-pager__btn--prev {
    padding-left: 39px;
  }
}

.c-pager__btn--next {
  right: 0;
  padding-right: 16px;
}

.c-pager__btn--next::before {
  right: 0;
}

@media screen and (min-width: 901px) {
  .c-pager__btn--next {
    padding-right: 41px;
  }
}

.c-article {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 21px 0 25px;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .c-article {
    padding: 46px 0 49px;
  }
}

.c-article__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article__date {
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .c-article__date {
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}

.c-article__category {
  margin-left: 8px;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .c-article__category {
    padding-left: 12px;
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}

.c-article__title {
  margin-top: 3px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1.3;
}

@media screen and (min-width: 901px) {
  .c-article__title {
    margin-top: 11px;
    font-size: 20px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}

.c-article__body {
  position: relative;
  margin-top: 18px;
  text-align: justify;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .c-article__body {
    margin-top: 30px;
  }
}

.c-article__text {
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .c-article__text {
    font-size: 14px;
    letter-spacing: 0.09em;
    line-height: 1.6;
  }
}

.c-article__text * {
  max-width: 100%;
}

.c-article__text a {
  text-decoration: underline;
}

@media screen and (min-width: 901px) {
  .c-article__text a:hover {
    text-decoration: none;
  }
}

.c-article__text img {
  margin: 27px auto;
}

@media screen and (min-width: 901px) {
  .c-article__text img {
    margin: 42px auto;
  }
}

.c-article__text img:first-child {
  margin-top: 0;
}

.c-article__text img:last-child {
  margin-bottom: 0;
}

.c-article__text .c-in-small {
  font-size: 8px;
}

@media screen and (min-width: 901px) {
  .c-article__text .c-in-small {
    font-size: 13px;
  }
}

.c-article__text .c-in-frame {
  border: 1px solid #000;
  padding: 9px 14px;
}

@media screen and (min-width: 901px) {
  .c-article__text .c-in-frame {
    margin: 21px auto;
    padding: 16px 29px;
  }
  .c-article__text .c-in-frame:first-child {
    margin-top: 0;
  }
  .c-article__text .c-in-frame:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 77px;
    padding: 0px 20px 0px;
  }
}

@media screen and (min-width: 901px) {
  .c-share {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 40;
    padding-top: 78px;
    width: 100px;
    height: 190px;
  }
}

.c-share__title {
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-share__title {
    margin-right: 12px;
  }
}

@media screen and (min-width: 901px) {
  .c-share__title {
    position: absolute;
    bottom: 100%;
    left: 41px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    margin-bottom: -1px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

@media screen and (max-width: 900px) {
  .c-share__list {
    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;
  }
}

.c-share__item {
  width: 22px;
}

@media screen and (min-width: 901px) {
  .c-share__item {
    margin: 0 auto;
    width: 21px;
  }
}

@media screen and (max-width: 900px) {
  .c-share__item + .c-share__item {
    margin-left: 12px;
  }
}

@media screen and (min-width: 901px) {
  .c-share__item + .c-share__item {
    margin-top: 10px;
  }
}

.c-share__link {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .c-share__link:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

.c-share__link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  width: 100%;
  height: 100%;
  content: "";
}

.c-footer {
  position: relative;
  text-align: left;
}

.c-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-footer__pagetop {
  position: absolute;
  right: 19px;
  bottom: 24px;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  cursor: pointer;
  width: 10px;
  height: 102px;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop:hover {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop {
    right: 49px;
    bottom: 49px;
    width: 12px;
    height: 124px;
  }
}

.c-footer__pagetop-deco {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop-deco {
    height: 40px;
  }
}

@-webkit-keyframes sc-anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 100%;
  }
  48% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 100%;
  }
  96% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 0%;
  }
}

@keyframes sc-anim {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    height: 100%;
  }
  48% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 100%;
  }
  96% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height: 0%;
  }
}

.c-footer__pagetop-deco::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: sc-anim 2.3s cubic-bezier(0.63, 0.14, 0.3, 0.84) 0.3s infinite forwards;
          animation: sc-anim 2.3s cubic-bezier(0.63, 0.14, 0.3, 0.84) 0.3s infinite forwards;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-footer__pagetop-text {
  position: absolute;
  right: 11px;
  bottom: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  font-family: "Aldrich", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop-text {
    right: 13px;
    font-size: 13px;
  }
}

.c-footer__main {
  position: relative;
  padding: 18px 20px 24px;
}

@media screen and (min-width: 901px) {
  .c-footer__main {
    padding: 156px 149px 50px;
  }
}

.c-footer__official {
  margin-bottom: 30px;
}

.c-footer__official-link {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-footer__official-link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}

.c-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__link-item {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.07em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-footer__link-item {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}

.c-footer__link-item + .c-footer__link-item {
  margin-left: 17px;
}

@media screen and (min-width: 901px) {
  .c-footer__link-item + .c-footer__link-item {
    margin-left: 19px;
  }
}

.c-footer__link-item + .c-footer__link-item::after {
  position: absolute;
  top: 9%;
  left: -9px;
  background-color: #000;
  width: 1px;
  height: 93%;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-footer__link-item + .c-footer__link-item::after {
    left: -10px;
  }
}

.c-footer__link-link {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  white-space: nowrap;
}

@media screen and (min-width: 901px) {
  .c-footer__link-link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}

.c-footer__caution, .c-footer__copy {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 15px;
}

@media screen and (min-width: 901px) {
  .c-footer__caution, .c-footer__copy {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 12px;
  }
}

.c-footer__caution {
  margin-top: 9px;
}

@media screen and (min-width: 901px) {
  .c-footer__caution {
    margin-top: 12px;
  }
}

.c-footer__copy {
  margin-top: 10px;
}

@media screen and (min-width: 901px) {
  .c-footer__copy {
    margin-top: 19px;
  }
}

.m-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.m-comment__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
}

.m-comment__bg-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-comment__bg-base::before {
  position: absolute;
  top: -180px;
  left: -180px;
  background-size: contain;
  width: 400px;
  height: 400px;
  content: "";
}

@media screen and (min-width: 901px) {
  .m-comment__bg-base::before {
    top: -340px;
    left: -340px;
    width: 800px;
    height: 800px;
  }
}

.m-comment__bg-base::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: "";
}

@media screen and (min-width: 901px) {
  .m-comment__bg-base::after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-width: 3px;
  }
}

.m-comment__bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-comment__main {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .m-comment__main {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.m-comment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 77px 0 60px;
  min-height: 100%;
}

.m-comment__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-comment__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  width: 54px;
  height: 54px;
}

@media screen and (min-width: 901px) {
  .m-comment__close {
    width: 108px;
    height: 108px;
  }
  .m-comment__close:hover::before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .m-comment__close:hover::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.m-comment__close::before, .m-comment__close::after {
  position: absolute;
  top: 27px;
  left: 20px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background-color: #000;
  width: 16px;
  height: 1px;
  content: "";
}

@media screen and (min-width: 901px) {
  .m-comment__close::before, .m-comment__close::after {
    top: 53px;
    left: 35px;
    width: 39px;
    height: 2px;
  }
}

.m-comment__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-comment__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-open-comment .m-comment {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.m-comment__contents {
  margin: 0 auto;
  width: 78.5%;
}

@media screen and (min-width: 901px) {
  .m-comment__contents {
    width: 74.3%;
  }
}

.m-comment__box {
  position: relative;
  background-color: #fff;
  padding: 28px 30px 30px;
}

@media screen and (min-width: 901px) {
  .m-comment__box {
    padding: 61px 90px 52px;
  }
}

@media screen and (max-width: 900px) {
  .m-comment__head {
    margin-bottom: 19px;
  }
}

@media screen and (min-width: 901px) {
  .m-comment__head {
    margin-bottom: 43px;
  }
}

.m-comment__position {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .m-comment__position {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}

.m-comment__name {
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media screen and (min-width: 901px) {
  .m-comment__name {
    margin-top: 6px;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}

.m-comment__name .m-in-en {
  display: inline-block;
  margin-left: 6px;
  font-weight: 700;
}

@media screen and (min-width: 901px) {
  .m-comment__name .m-in-en {
    margin-left: 14px;
  }
}

.m-comment__text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .m-comment__text {
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.45;
  }
}

body.is-modal-open, body.is-modal-overflow {
  overflow: visible !important;
}

.m-modal {
  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;
}

.m-modal .m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  background: #000 !important;
  width: 100%;
  height: 100%;
}

.m-modal .m-modal__content {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  background-color: #000;
  width: 100% !important;
}

.m-modal .m-modal__content .m-modal__close-btn {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 901px) {
  .m-modal .m-modal__content .m-modal__close-btn {
    top: 1px !important;
    width: 70px;
    height: 70px;
  }
  .m-modal .m-modal__content .m-modal__close-btn:hover::before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .m-modal .m-modal__content .m-modal__close-btn:hover::after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

.m-modal .m-modal__content .m-modal__close-btn::before, .m-modal .m-modal__content .m-modal__close-btn::after {
  top: 50% !important;
  left: 50% !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: -1px;
  margin-left: -22.5px;
  background-color: #fff;
  width: 45px !important;
  height: 1px !important;
}

@media screen and (min-width: 901px) {
  .m-modal .m-modal__content .m-modal__close-btn::before, .m-modal .m-modal__content .m-modal__close-btn::after {
    margin-left: -45px;
    width: 90px !important;
  }
}

.floatmovie {
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 500;
  transition: opacity 0.4s ease-out;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.floatmovie .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floatmovie .close {
  position: absolute;
}

.floatmovie .close:before, .floatmovie .close:after {
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.floatmovie .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floatmovie .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.floatmovie .player {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #000;
}

.floatmovie .player #pbm_player {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .floatmovie .close {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    top: -9px;
    right: -9px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 90px;
    height: 90px;
  }
  .floatmovie .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .floatmovie .player {
    background: #000;
    width: 1000px;
    height: 562px;
  }
  .floatmovie .player .bc-player-default_default {
    width: 1000px;
    height: 562px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  .floatmovie .player {
    background: #000;
    width: 900px;
    height: 510px;
  }
  .floatmovie .player .bc-player-default_default {
    width: 900px;
    height: 510px;
  }
}

@media screen and (min-width: 901px) {
  .floatmovie .btn_prev, .floatmovie .btn_next {
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    width: 110px;
    height: 40px;
  }
  .floatmovie .btn_prev:after, .floatmovie .btn_next:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    display: block;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-out;
    background: #FFF;
    width: 100%;
    height: 1px;
    content: "";
  }
  .floatmovie .btn_prev:hover:after, .floatmovie .btn_next:hover:after {
    width: 500%;
  }
  .floatmovie .btn_prev {
    left: 0;
  }
  .floatmovie .btn_prev:after {
    left: 0;
  }
  .floatmovie .btn_next {
    right: 0;
  }
  .floatmovie .btn_next:after {
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .floatmovie .close {
    top: -6px;
    right: -6px;
    width: 12vw;
    height: 12vw;
  }
  .floatmovie .player {
    width: 100vw;
    height: 56.13vw;
  }
  .floatmovie .player .bc-player-default_default {
    width: 100vw;
    height: 56.13vw;
  }
  .floatmovie .btn_prev, .floatmovie .btn_next {
    position: absolute;
    top: calc(50% + 34vw);
    width: 20vw;
    height: 4vw;
  }
  .floatmovie .btn_prev:after, .floatmovie .btn_next:after {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    content: "";
  }
  .floatmovie .btn_prev {
    left: 8vw;
  }
  .floatmovie .btn_next {
    right: 8vw;
  }
}

.floatmovie.is_open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}