@charset "UTF-8";
@import url("https://use.typekit.net/igt0xpj.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300&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;
}

.u-blue {
  color: #00a0ff;
}

.u-orange {
  color: #ff8100;
}

.u-purple {
  color: #cc00ff;
}

.u-red {
  color: #ea0000;
}

.u-green {
  color: #00b50e;
}

.is-ie .is-hide-ie {
  display: none;
}

.is-show-ie {
  display: none;
}

.is-ie .is-show-ie {
  display: block;
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]::before {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.5em;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-ruby);
}

/* layout */
.l-container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.l-main {
  display: block;
  position: relative;
}

@media screen and (min-width: 901px) {
  .l-main {
    padding-right: 200px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .l-main {
    padding-right: 13.3%;
  }
}

@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);
}

.l-op {
  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=100)";
  opacity: 1;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.is-load .l-op {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  pointer-events: none;
}

.l-op__bg {
  position: absolute;
  top: -10%;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 120%;
}

.l-op__icon {
  position: relative;
  width: 96px;
}

@media screen and (max-width: 900px) {
  .l-op__icon {
    width: 80px;
  }
}

@-webkit-keyframes drow_first {
  0% {
    stroke-dashoffset: 316;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drow_first {
  0% {
    stroke-dashoffset: 316;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.l-op__base .top_load {
  fill: none;
  stroke: #2b2b2b;
  stroke-width: 2px;
  stroke-dasharray: 315 317;
  stroke-dashoffset: 316;
}

.is-op .l-op__base .top_load {
  -webkit-animation: drow_first 0.26s ease-out 0.2s forwards;
          animation: drow_first 0.26s ease-out 0.2s forwards;
}

.l-op__on, .l-op__off {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
}

@media screen and (max-width: 900px) {
  .l-op__on, .l-op__off {
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
  }
}

.l-op__off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op .l-op__off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.11, 0, 0.5, 0) 0.38s;
  transition: opacity 0.2s cubic-bezier(0.11, 0, 0.5, 0) 0.38s;
}

.l-op__on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op .l-op__on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.48s;
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0) 0.48s;
}

/* component */
.c-logo {
  position: fixed;
  top: 25px;
  left: 21px;
  z-index: 30;
  mix-blend-mode: exclusion;
  width: 145px;
}

@media screen and (min-width: 901px) {
  .c-logo {
    top: 36px;
    left: 41px;
    width: 225px;
  }
}

[data-page-name="top"] .c-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
}

.is-left-top[data-page-name="top"] .c-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.is-open-nav .c-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s 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: termina, 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;
}

.is-open-nav .c-nav {
  pointer-events: auto;
}

@media screen and (max-width: 900px) {
  .c-nav::after {
    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.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: #101010;
    width: 100%;
    height: 90px;
    content: "";
  }
  .is-open-nav .c-nav::after {
    -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);
  }
}

.c-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-nav__bg::before {
  -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.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: #101010;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-nav__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__bg::before {
    position: absolute;
    top: 0;
    right: 200px;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .c-nav__bg::before {
    right: 13.3%;
  }
}

.is-open-nav .c-nav__bg::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);
}

@media screen and (max-width: 900px) {
  .is-open-nav .c-nav__bg::before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    background: url(../img/common/nav/menu_img.jpg) no-repeat center center;
    background-size: cover;
    width: 30%;
    height: 100%;
  }
  .is-open-nav .c-nav__bg-img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
  .c-nav__bg-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/nav/menu_ptn.png) repeat;
    background-size: 4px auto;
    width: 100%;
    height: 100%;
    content: "";
  }
}

.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 {
    padding-right: 200px;
    padding-left: 30%;
    width: 100%;
    max-width: 1500px;
  }
}

@media screen and (max-width: 900px) {
  .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: 100px 0 100px;
    min-height: 100%;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-nav__contents {
  margin: 0 auto;
  width: 73%;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .c-nav__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 81.4%;
  }
}

.c-nav__block {
  position: relative;
}

@media screen and (min-width: 901px) {
  .c-nav__block:nth-child(1) {
    width: 77.8%;
    min-width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__block + .c-nav__block {
    margin-top: 42px;
  }
}

.c-nav__title {
  font-family: termina, 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.18em;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-nav__title {
    position: absolute;
    top: 0;
    left: -30px;
    -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;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__list:nth-child(1) {
    width: 42.5%;
    min-width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__list + .c-nav__list {
    margin-top: 2px;
  }
}

.c-nav__item {
  position: relative;
}

@media screen and (max-width: 900px) {
  .c-nav__item + .c-nav__item {
    margin-top: 2px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__item + .c-nav__item {
    margin-top: 7px;
  }
}

.c-nav__link {
  display: block;
  position: relative;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
  color: #fff;
  font-family: termina, YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.14em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .c-nav__link:hover {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #00a0ff;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__link {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}

.is-current .c-nav__link {
  color: #00a0ff;
}

.c-nav__link-inner {
  position: relative;
}

@media screen and (max-width: 900px) {
  .c-nav__social {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__social + .c-nav__social {
    margin-left: 58px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__social + .c-nav__social {
    margin-top: 56px;
  }
}

.c-nav__social-cap {
  font-family: termina, 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.17em;
  line-height: 1;
}

.c-nav__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

@media screen and (min-width: 901px) {
  .c-nav__social-list {
    margin-top: 36px;
  }
}

.c-nav__social-item + .c-nav__social-item {
  margin-left: 20px;
}

@media screen and (min-width: 901px) {
  .c-nav__social-item + .c-nav__social-item {
    margin-left: 26px;
  }
}

.c-nav__social-link {
  display: block;
  position: relative;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
  color: #fff;
}

@media screen and (min-width: 901px) {
  .c-nav__social-link:hover {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #00a0ff;
  }
}

.c-nav__social-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-nav__social-icon {
  height: 18px;
}

.c-nav__social-icon svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: auto;
  height: 100%;
}

.is-ie .c-nav__social-icon svg {
  width: 18px;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  mix-blend-mode: exclusion;
  cursor: pointer;
}

@media screen and (min-width: 901px) {
  .c-hamburger {
    width: 200px;
    height: 100%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .c-hamburger {
    width: 13.3%;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger__main::before {
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
    background-color: #fff;
    width: 1px;
    height: 100%;
    content: "";
  }
  [data-page-name="top"] .c-hamburger__main::before {
    -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__main::before {
    -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  }
  [data-page-name="top"].is-load .c-hamburger__main::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.1;
  }
}

.c-hamburger__inner {
  position: relative;
}

[data-page-name="top"] .c-hamburger__inner {
  -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__inner {
  -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

@media screen and (max-width: 900px) {
  .c-hamburger__inner {
    width: 102px;
    height: 73px;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner {
    height: 116px;
  }
}

.c-hamburger__inner div {
  position: absolute;
  left: 25px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: top, opacity,background-color, -webkit-transform;
  transition-property: top, opacity,background-color, -webkit-transform;
  transition-property: top, transform, opacity,background-color;
  transition-property: top, transform, opacity,background-color, -webkit-transform;
  background-color: #fff;
  width: 52px;
  height: 1px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div {
    left: 32.5%;
    width: 35%;
    height: 2px;
  }
}

.is-ie .c-hamburger__inner div {
  background-color: #000;
}

.c-hamburger__inner div:nth-child(1) {
  top: 30px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(1) {
    top: 46px;
  }
}

.is-open-nav .c-hamburger__inner div:nth-child(1) {
  top: 36px;
}

@media screen and (min-width: 901px) {
  .is-open-nav .c-hamburger__inner div:nth-child(1) {
    top: 57px;
  }
}

.c-hamburger__inner div:nth-child(2) {
  top: 36px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(2) {
    top: 57px;
  }
}

.c-hamburger__inner div:nth-child(3) {
  top: 42px;
}

@media screen and (min-width: 901px) {
  .c-hamburger__inner div:nth-child(3) {
    top: 68px;
  }
}

.is-open-nav .c-hamburger__inner div:nth-child(3) {
  top: 36px;
}

@media screen and (min-width: 901px) {
  .is-open-nav .c-hamburger__inner div:nth-child(3) {
    top: 57px;
  }
}

.c-hamburger__catch {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0px;
  margin: -280px auto 0;
  width: 35px;
}

[data-page-name="top"] .c-hamburger__catch {
  -webkit-transform: translate(0, -3%);
      -ms-transform: translate(0, -3%);
          transform: translate(0, -3%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-page-name="top"].is-load .c-hamburger__catch {
  -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

@media screen and (max-height: 800px) {
  .c-hamburger__catch {
    margin-top: -255px;
    width: 32px;
  }
}

@media screen and (max-height: 720px) {
  .c-hamburger__catch {
    margin-top: -230px;
    width: 29px;
  }
}

@media screen and (max-height: 640px) {
  .c-hamburger__catch {
    margin-top: -205px;
    width: 26px;
  }
}

.c-hamburger-base {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 29;
  width: 200px;
  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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

@media screen and (max-width: 1500px) {
  .c-hamburger-base {
    width: 13.3%;
  }
}

.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-hamburger-catch {
  display: none;
}

@media screen and (min-width: 901px) {
  .c-hamburger-catch {
    position: fixed;
    top: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 31;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    width: 200px;
    height: 100%;
    pointer-events: none;
  }
  [data-page-name="top"] .c-hamburger-catch {
    display: block;
  }
  .is-left-top .c-hamburger-catch {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .c-hamburger:hover + .c-hamburger-base + .c-hamburger-catch {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .is-open-nav .c-hamburger-catch {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .c-hamburger-catch {
    width: 13.3%;
  }
}

@media screen and (min-width: 901px) {
  .c-hamburger-catch__inner {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -280px auto 0;
    width: 35px;
  }
  [data-page-name="top"] .c-hamburger-catch__inner {
    -webkit-transform: translate(0, -3%);
        -ms-transform: translate(0, -3%);
            transform: translate(0, -3%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  [data-page-name="top"].is-load .c-hamburger-catch__inner {
    -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
    transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  }
}

@media screen and (min-width: 901px) and (max-height: 800px) {
  .c-hamburger-catch__inner {
    margin-top: -255px;
    width: 32px;
  }
}

@media screen and (min-width: 901px) and (max-height: 720px) {
  .c-hamburger-catch__inner {
    margin-top: -230px;
    width: 29px;
  }
}

@media screen and (min-width: 901px) and (max-height: 640px) {
  .c-hamburger-catch__inner {
    margin-top: -205px;
    width: 26px;
  }
}

.c-section {
  position: relative;
  margin: 0 30px;
  padding: 144px 0 28px;
}

@media screen and (min-width: 901px) {
  .c-section {
    margin: 0 auto;
    padding: 0 0 192px;
    width: 74%;
    max-width: 1000px;
  }
  .c-section::before {
    display: block;
    padding-top: 32.7%;
    content: "";
  }
}

.c-section__title {
  -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: termina, YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  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 (max-width: 900px) {
  .c-section__title {
    margin-left: -2px;
  }
}

@media screen and (min-width: 901px) {
  .c-section__title {
    font-size: 34px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}

.c-section__main {
  margin-top: 21px;
}

.c-section--op-anim .c-section__main {
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-load .c-section--op-anim .c-section__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 1s ease 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s ease 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s ease 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s ease 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}

@media screen and (min-width: 901px) {
  .c-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 67px;
  }
}

@media screen and (max-width: 900px) {
  .c-section__head {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 901px) {
  .c-section__head {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 31.2%;
    min-width: 200px;
    max-width: 300px;
  }
}

@media screen and (min-width: 901px) {
  .c-section__body {
    width: 100%;
    max-width: 100%;
  }
}

.c-section__footer {
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin-top: 82px;
}

.is-load .c-section__footer {
  -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 1.2s ease 0.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1.2s ease 0.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1.2s ease 0.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

@media screen and (min-width: 901px) {
  .c-section__footer {
    margin-top: 152px;
  }
}

.c-tab__list {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: left;
  white-space: nowrap;
}

.c-tab__list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-tab__slide {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 901px) {
  .c-tab__slide {
    display: block;
  }
}

.c-tab__cap {
  font-family: termina, 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.2em;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .c-tab__cap {
    margin-right: 26px;
    margin-left: 23px;
    padding-top: 2px;
  }
  .c-tab__cap--pc {
    display: none;
  }
  .c-tab__cap:first-child {
    margin-left: 0;
  }
  .c-tab__cap:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 901px) {
  .c-tab__cap {
    margin-top: 37px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .c-tab__cap:first-child {
    margin-top: 0;
  }
  .c-tab__cap:last-child {
    margin-bottom: 0;
  }
}

.c-tab__item {
  font-family: "Inter", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .c-tab__item {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}

@media screen and (max-width: 900px) {
  .c-tab__item + .c-tab__item {
    margin-left: 26px;
  }
}

@media screen and (min-width: 901px) {
  .c-tab__item + .c-tab__item {
    margin-top: 18px;
  }
}

.c-tab__link {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #b4b4b4;
}

.is-current .c-tab__link {
  color: #000;
}

@media screen and (min-width: 901px) {
  .c-tab__link {
    display: inline-block;
  }
}

@media screen and (min-width: 901px) {
  .c-tab__link {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  .c-tab__link:hover {
    color: #00a0ff;
  }
}

.c-pager {
  position: relative;
  margin: 0 auto;
  min-width: 6px;
  min-height: 32px;
  font-family: "Inter", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .c-pager {
    min-width: 63px;
    min-height: 30px;
  }
}

.c-pager__back {
  display: inline-block;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}

@media screen and (min-width: 901px) {
  .c-pager__back:hover {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #00a0ff;
  }
}

.c-pager__btn {
  position: absolute;
  top: 0;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}

@media screen and (min-width: 901px) {
  .c-pager__btn:hover {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #00a0ff;
  }
}

.c-pager__btn--next {
  left: 0;
}

.c-pager__btn--prev {
  right: 0;
}

.c-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 1px;
  font-family: "Inter", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-detail {
    margin-bottom: 17px;
    padding-top: 1px;
    padding-left: 2px;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}

.c-detail__category {
  position: relative;
  margin-right: 19px;
}

@media screen and (min-width: 901px) {
  .c-detail__category {
    margin-right: 30px;
  }
}

.c-detail__category:last-child {
  margin-right: 0;
}

.c-detail__category:last-child::after {
  content: none;
}

.c-detail__category::after {
  position: absolute;
  top: 12%;
  right: -10px;
  background-color: #646464;
  width: 1px;
  height: 85%;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-detail__category::after {
    top: -0px;
    right: -15px;
    height: 100%;
  }
}

.c-detail__date {
  letter-spacing: 0.05em;
}

.c-article {
  position: relative;
  text-align: left;
}

.c-article__title {
  font-family: "Inter", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 26px;
}

@media screen and (min-width: 901px) {
  .c-article__title {
    font-size: 31px;
    letter-spacing: 0.12em;
    line-height: 48px;
  }
}

.c-article__body {
  position: relative;
  margin-top: 27px;
  text-align: justify;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .c-article__body {
    margin-top: 63px;
  }
}

.c-article__text {
  font-family: "Inter", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 23px;
}

@media screen and (min-width: 901px) {
  .c-article__text {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 32px;
  }
}

.c-article__text * {
  max-width: 100%;
}

.c-article__text a {
  -webkit-transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s, color 0.3s ease 0s;
  transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s, color 0.3s ease 0s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(0, 0, 0, 0)), color-stop(12%, black), color-stop(92%, black), color-stop(92%, rgba(0, 0, 0, 0))) left 50% top;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, black 12%, black 92%, rgba(0, 0, 0, 0) 92%) left 50% top;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

@media screen and (min-width: 901px) {
  .c-article__text a:hover {
    background-position: 100% 0;
    background-size: 0% 100%;
    color: #00a0ff;
  }
}

.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;
  }
}

[data-page-name="top"] .c-share {
  -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-share {
  -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

@media screen and (min-width: 901px) {
  .c-share {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10;
    mix-blend-mode: exclusion;
    width: 90px;
    height: 180px;
  }
}

@media screen and (max-width: 900px) {
  .c-share__main {
    padding: 66px 0 65px;
  }
}

@media screen and (min-width: 901px) {
  .c-share__main {
    padding-top: 91px;
  }
}

.c-share__title {
  font-family: termina, 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 (min-width: 901px) {
  .c-share__title {
    position: absolute;
    top: 13px;
    left: 39px;
    -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;
    color: #fff;
  }
}

@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;
    margin-top: 20px;
  }
}

.c-share__item {
  font-size: 22px;
}

@media screen and (max-width: 900px) {
  .c-share__item + .c-share__item {
    margin-left: 24px;
  }
}

@media screen and (min-width: 901px) {
  .c-share__item + .c-share__item {
    margin-top: 18px;
  }
}

.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-share__icon {
  height: 22px;
}

@media screen and (min-width: 901px) {
  .c-share__icon {
    height: 19px;
    color: #fff;
  }
}

.c-share__icon svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .c-share__icon svg {
    margin: 0 auto;
  }
}

.is-ie .c-share__icon svg {
  width: 19px;
}

.c-footer {
  position: relative;
  background-color: #000;
  color: #fff;
}

.c-footer__nav {
  position: relative;
  background-color: #101010;
  color: #fff;
  text-align: left;
}

.c-footer__nav-main {
  padding: 39px 30px;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 79px 0 81px;
    width: 70%;
    max-width: 1000px;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__nav-block {
    width: 46%;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__nav-block + .c-footer__nav-block {
    margin-top: 41px;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__nav-block + .c-footer__nav-block {
    margin-left: 0;
  }
}

.c-footer__nav-cap {
  font-family: termina, 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.17em;
  line-height: 1;
}

.c-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 31px;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-wrap {
    margin-top: 27px;
  }
}

.c-footer__nav-list:first-child {
  width: 58%;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-list:first-child {
    width: 50%;
  }
}

.c-footer__nav-item + .c-footer__nav-item {
  margin-top: 5px;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-item + .c-footer__nav-item {
    margin-top: 7px;
  }
}

.c-footer__nav-link {
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
  color: #fff;
  font-family: termina, 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.17em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-link:hover {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    color: #00a0ff;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__nav-link {
    font-size: 15px;
    letter-spacing: 0.17em;
    line-height: 2;
  }
}

.is-current .c-footer__nav-link {
  color: #00a0ff;
}

.c-footer__nav-widget {
  position: relative;
  z-index: 1;
  margin-top: 23px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .c-footer__nav-widget {
    border-radius: 5px;
    height: 236px;
  }
  .c-footer__nav-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.c-footer__main {
  position: relative;
  padding: 54px 0 65px;
}

@media screen and (min-width: 901px) {
  .c-footer__main {
    padding: 120px 0 108px;
  }
}

.c-footer__official {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.is-open-nav .c-footer__official {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .c-footer__official {
    margin: 0 30px 126px;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__official {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 40;
    mix-blend-mode: exclusion;
    padding: 28px 0;
    width: 200px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
  .c-footer__official {
    width: 13.3%;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__official::after {
    position: absolute;
    bottom: -51px;
    left: 0;
    background-color: #313131;
    width: 100%;
    height: 1px;
    content: "";
  }
}

.c-footer__official-title {
  font-family: termina, YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.21em;
  line-height: 1;
  text-align: left;
}

.c-footer__official-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;
}

[data-page-name="top"] .c-footer__official-list {
  -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-footer__official-list {
  -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 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: opacity 1.2s ease 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
}

@media screen and (max-width: 900px) {
  .c-footer__official-list {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -11px;
  }
}

.c-footer__official-item + .c-footer__official-item {
  margin-left: 24px;
}

@media screen and (min-width: 901px) {
  .c-footer__official-item + .c-footer__official-item {
    margin-left: 26px;
  }
}

.c-footer__official-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;
  color: #fff;
}

@media screen and (min-width: 901px) {
  .c-footer__official-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-footer__official-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__official-icon {
  height: 19px;
}

@media screen and (min-width: 901px) {
  .c-footer__official-icon {
    height: 18px;
  }
}

.c-footer__official-icon svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: auto;
  height: 100%;
}

.is-ie .c-footer__official-icon svg {
  width: 18px;
}

.c-footer__logo {
  margin: 0 auto;
  width: 69%;
  min-width: 261px;
  max-width: 522px;
}

@media screen and (min-width: 901px) {
  .c-footer__logo {
    width: 38.7%;
    max-width: 1161px;
  }
}

.c-footer__credit {
  margin: 34px auto 0;
  width: 72%;
  min-width: 272px;
  max-width: 836px;
}

@media screen and (min-width: 901px) {
  .c-footer__credit {
    margin: 59px auto 0;
    width: 27.9%;
    min-width: 418px;
    max-width: 836px;
  }
}

.c-footer__copy {
  margin-top: 44px;
  font-family: "Inter", 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.05em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .c-footer__copy {
    margin-top: 89px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

.c-footer__pagetop {
  position: relative;
  cursor: pointer;
  margin: 60px auto 0;
  width: 57px;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop {
    margin: 59px auto 0;
    width: 72px;
  }
}

.c-footer__pagetop-active {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop-active {
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
  }
  .c-footer__pagetop:hover .c-footer__pagetop-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

.c-movie--disable {
  pointer-events: none;
}

.c-movie__btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .c-movie__btn:hover:after {
    -webkit-animation: hover_movie 0.15s ease 2;
            animation: hover_movie 0.15s ease 2;
  }
}

.c-movie__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/btn_movie.png) no-repeat center center;
  background-size: 95px auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-movie__btn::after {
    background-size: 22% auto;
  }
}

.p-movie__trailer .c-movie__btn::after {
  background-size: 60px auto;
}

.p-story__detail-movie .c-movie__btn::after {
  background-size: 55px auto;
}

@media screen and (min-width: 901px) {
  .p-story__detail-movie .c-movie__btn::after {
    background-size: 92px auto;
  }
}

.c-movie--disable .c-movie__btn::after {
  content: none;
}

.c-movie__img {
  -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: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-movie__img::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-movie__btn:hover .c-movie__img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-movie__img::after {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-youtube {
  position: relative;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-youtube--disable {
  pointer-events: none;
}

.c-youtube--disable::after {
  content: none;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-youtube::before {
  display: block;
  padding-top: 56.25%;
  width: 100%;
  content: "";
}

.c-youtube.js-youtube::after {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: url(../img/common/btn_movie.png) no-repeat center center;
  background-size: 95px auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .c-youtube.js-youtube::after {
    background-size: 22% auto;
  }
}

.c-youtube.is-play::after {
  content: none;
}

@media screen and (min-width: 901px) {
  .c-youtube:hover:after {
    -webkit-animation: hover_movie 0.15s ease 2;
            animation: hover_movie 0.15s ease 2;
  }
}

.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;
}
