@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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;
  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: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  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;
}

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

[tabindex="-1"]:focus {
  outline: 0;
}

body {
  line-height: 1;
}

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

@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-inlineblock {
    display: inline-block;
  }
  .is-sp-inlineblock {
    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-inlineblock {
    display: none;
  }
  .is-sp-inlineblock {
    display: inline-block;
  }
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body {
  color: #122289;
}

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

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  position: relative;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  width: 27px;
  height: 44px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: 300ms opacity;
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
  width: 8px;
  height: 8px;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
  width: 100%;
  height: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
}

.swiper-lazy-preloader:after {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  z-index: 0;
  filter: blur(50px);
  background: #000;
  width: 100%;
  height: 100%;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  font-family: YakuHanMP, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/bg.jpg) bottom left repeat-x;
  background-size: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-bg__deco {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.l-bg__deco.-deco1 {
  top: 0;
  left: 12%;
  -webkit-transform: translate(0, 4%);
      -ms-transform: translate(0, 4%);
          transform: translate(0, 4%);
  width: 12.75%;
  max-width: 178px;
}

.l-bg__deco.-deco1 img {
  -webkit-transform: scale(1.2) translate(-10%, 0);
      -ms-transform: scale(1.2) translate(-10%, 0);
          transform: scale(1.2) translate(-10%, 0);
}

@media screen and (max-width: 900px) {
  .l-bg__deco.-deco1 {
    -webkit-transform: translate(-42%, 49%);
        -ms-transform: translate(-42%, 49%);
            transform: translate(-42%, 49%);
    width: 30%;
  }
}

[data-page='top'] .l-bg__deco.-deco1 {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-bg__deco.-deco2 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(23%, 0);
      -ms-transform: translate(23%, 0);
          transform: translate(23%, 0);
  width: 34%;
  max-width: 474px;
}

.l-bg__deco.-deco2 img {
  -webkit-transform: scale(1.2) translate(10%, 0);
      -ms-transform: scale(1.2) translate(10%, 0);
          transform: scale(1.2) translate(10%, 0);
}

@media screen and (max-width: 900px) {
  .l-bg__deco.-deco2 {
    -webkit-transform: translate(18%, 0);
        -ms-transform: translate(18%, 0);
            transform: translate(18%, 0);
    width: 66%;
  }
}

.is-load .l-bg__deco {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease, -webkit-filter 2s ease;
}

.is-load .l-bg__deco img {
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-bg__particle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 100%;
}

.is-load .l-bg__particle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s ease, -webkit-transform 8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s ease, transform 8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s ease, transform 8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-content {
  position: relative;
}

.l-top {
  padding-bottom: 101px;
}

@media screen and (max-width: 900px) {
  .l-top {
    padding-bottom: 25.5%;
  }
}

.l-top__above, .l-top__bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-load .l-top__above, .is-load .l-top__bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.l-top__above {
  position: relative;
}

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

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .l-top__above {
    padding-left: 23%;
  }
}

.l-top__bottom {
  position: relative;
  margin-top: 56px;
}

@media screen and (max-width: 900px) {
  .l-top__bottom {
    margin-top: 6%;
  }
}

.l-in {
  position: relative;
  padding-top: 130px;
  padding-bottom: 150px;
  min-height: 100vh;
}

@media screen and (min-width: 901px) {
  .l-in {
    padding-right: 160px;
    padding-left: 320px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .l-in {
    padding-left: 23%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .l-in {
    padding-right: 100px;
  }
}

@media screen and (max-width: 900px) {
  .l-in {
    padding-top: 20.5%;
    padding-bottom: 14%;
  }
}

@media screen and (min-width: 901px) {
  .l-in__title {
    position: absolute;
    top: 0;
    right: 30px;
    padding-top: 30px;
    height: 100%;
  }
}

@media screen and (max-width: 900px) {
  .l-in__title {
    margin: 0 auto;
    width: 90%;
  }
}

.l-in__title-txt {
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .l-in__title-txt img {
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@media screen and (max-width: 900px) {
  .l-in__title-txt {
    width: 74.5%;
  }
  .l-in__title-txt img {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

.is-load .l-in__title-txt img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.l-in__title-deco {
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .l-in__title-deco {
    position: absolute;
    right: -8px;
    bottom: 150px;
    width: 48%;
    max-width: 30px;
  }
  .l-in__title-deco img {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  [data-page='intro'] .l-in__title-deco,
  [data-page='story'] .l-in__title-deco {
    bottom: 63px;
  }
}

@media screen and (max-width: 900px) {
  .l-in__title-deco {
    margin-top: 3%;
    width: 29%;
  }
  .l-in__title-deco img {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.is-load .l-in__title-deco img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

.l-in__content {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  max-width: 920px;
}

.l-in__content.-narrow {
  max-width: 840px;
}

@media screen and (max-width: 900px) {
  .l-in__content {
    -webkit-transform: translate(25px, 0);
        -ms-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
}

.is-load .l-in__content {
  -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.6s ease 0.2s, -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.6s ease 0.2s, -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.6s ease 0.2s, transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.6s ease 0.2s, transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

@media screen and (max-width: 900px) {
  .l-in__content {
    margin-top: 12%;
    width: 90%;
  }
}

@media screen and (min-width: 901px) {
  .u-hover__opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .u-hover__opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}

.c-hamburger {
  position: fixed;
  top: 0;
  z-index: 30;
  cursor: pointer;
  background: linear-gradient(135deg, #13a2e6 0%, #3f63ff 100%);
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 901px) {
  .c-hamburger {
    right: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .is-load .c-hamburger {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .is-load .c-hamburger.is-active {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}

@media screen and (max-width: 900px) {
  .c-hamburger {
    left: 0;
    width: 50px;
    height: 50px;
  }
}

.c-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
}

.c-hamburger__line-inner {
  position: relative;
  padding-top: 35%;
}

.c-hamburger__line.-open span, .c-hamburger__line.-close span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.c-hamburger__line.-open span::before, .c-hamburger__line.-close span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background: #ffffff;
  width: 100%;
  height: 100%;
  content: '';
}

.c-hamburger__line.-open span:nth-child(1), .c-hamburger__line.-close span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-hamburger__line.-open span:nth-child(1)::before, .c-hamburger__line.-close span:nth-child(1)::before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.c-hamburger__line.-open span:nth-child(2), .c-hamburger__line.-close span:nth-child(2) {
  top: 100%;
  -webkit-transform: translate(0, -100%) rotate(0deg);
      -ms-transform: translate(0, -100%) rotate(0deg);
          transform: translate(0, -100%) rotate(0deg);
}

.c-hamburger__line.-open span:nth-child(2)::before, .c-hamburger__line.-close span:nth-child(2)::before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.c-hamburger__line.-open span::before {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-hamburger__line.-close span::before {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.c-hamburger__line.-close span:nth-child(1)::before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.c-hamburger__line.-close span:nth-child(2)::before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.is-open .c-hamburger__line.-open span, .is-open .c-hamburger__line.-close span {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-open .c-hamburger__line.-open span::before, .is-open .c-hamburger__line.-close span::before {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-open .c-hamburger__line.-open span:nth-child(1), .is-open .c-hamburger__line.-close span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(30deg);
      -ms-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}

.is-open .c-hamburger__line.-open span:nth-child(2), .is-open .c-hamburger__line.-close span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
      -ms-transform: translate(0, -50%) rotate(-30deg);
          transform: translate(0, -50%) rotate(-30deg);
}

.is-open .c-hamburger__line.-open span::before {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

.is-open .c-hamburger__line.-close span::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-bnrslide {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-bnrslide {
    margin: 0 auto;
    width: 52%;
    max-width: 390px;
    overflow: visible;
  }
}

.c-bnrslide__item a {
  display: block;
  width: 100%;
}

.c-header {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 901px) {
  .c-header {
    left: 0;
    z-index: 11;
    padding: 40px 2.8% 0;
    width: 320px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-header {
    width: 23%;
  }
}

@media screen and (max-width: 900px) {
  .c-header {
    right: 2.5%;
    padding-top: 2.5%;
    width: 18.5%;
  }
  [data-page='top'] .c-header {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (min-width: 901px) {
  .c-header__logo {
    width: 70%;
  }
}

.c-header__logo a {
  display: block;
  width: 100%;
}

.c-sidenav {
  z-index: 10;
}

@media screen and (min-width: 901px) {
  .c-sidenav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 2.8% 60px;
    width: 320px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-sidenav {
    width: 23%;
  }
}

@media screen and (min-width: 901px) {
  .c-sidenav__list {
    padding-top: 344px;
    width: 100%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-sidenav__list {
    padding-top: 155%;
  }
}

.c-sidenav__list-item {
  font-family: YakuHanMP, adobe-caslon-pro, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-sidenav__list-item {
    font-size: 17px;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 900px) {
  .c-sidenav__list-item {
    font-size: 20px;
    font-size: 5.3vw;
  }
}

.c-sidenav__list-item:nth-child(n + 2) {
  margin-top: 10.4%;
}

@media screen and (max-width: 900px) {
  .c-sidenav__list-item:nth-child(n + 2) {
    margin-top: 15.2%;
  }
}

.c-sidenav__list-item a {
  color: #122289;
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .c-sidenav__list-item a {
    -webkit-transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 0px 0px 5px rgba(19, 162, 230, 0);
  }
  .c-sidenav__list-item a:hover {
    -webkit-transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 5px 2px 15px #13a2e6;
  }
}

.c-sidenav__news {
  position: relative;
  margin-top: 16.5%;
}

.c-sidenav__news-item {
  position: relative;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4;
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-sidenav__news-item {
    font-size: 14px;
    font-size: 1vw;
  }
}

@media screen and (min-width: 901px) and (max-width: 960px) {
  .c-sidenav__news-item {
    font-size: 11px;
  }
}

@media screen and (min-width: 901px) {
  .c-sidenav__news-item .c-sidenav__news-title,
  .c-sidenav__news-item .c-sidenav__news-date {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .c-sidenav__news-item:hover .c-sidenav__news-title,
  .c-sidenav__news-item:hover .c-sidenav__news-date {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #3f63ff;
  }
}

.c-sidenav__news-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-sidenav__news-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  max-height: 4.2em;
  overflow: hidden;
}

.c-sidenav__news-date {
  margin-top: 1%;
  letter-spacing: 0.05em;
}

.c-sidenav__bnr {
  margin-top: 20%;
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.is-load .c-nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-load .c-nav.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-nav::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/menu/bg_menu.jpg) center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  content: '';
}

.c-nav__deco {
  position: fixed;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.2s ease 0.6s, -webkit-filter 0.2s ease 0.6s;
  transition: opacity 0.2s ease 0.6s, -webkit-filter 0.2s ease 0.6s;
  transition: opacity 0.2s ease 0.6s, filter 0.2s ease 0.6s;
  transition: opacity 0.2s ease 0.6s, filter 0.2s ease 0.6s, -webkit-filter 0.2s ease 0.6s;
}

.c-nav__deco img {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}

@media (-ms-high-contrast: none) {
  .c-nav__deco {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: opacity 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s;
  }
}

.c-nav__deco.-deco1 {
  top: 0;
  left: 54.25%;
  -webkit-transform: translate(-36%, 15%);
      -ms-transform: translate(-36%, 15%);
          transform: translate(-36%, 15%);
  width: 12.75%;
  max-width: 178px;
}

.c-nav__deco.-deco1 img {
  -webkit-transform: scale(1.2) translate(-10%, 0);
      -ms-transform: scale(1.2) translate(-10%, 0);
          transform: scale(1.2) translate(-10%, 0);
}

@media screen and (max-width: 900px) {
  .c-nav__deco.-deco1 {
    left: 0;
    -webkit-transform: translate(-10%, 15%);
        -ms-transform: translate(-10%, 15%);
            transform: translate(-10%, 15%);
    width: 24%;
  }
}

.c-nav__deco.-deco2 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(24%, 0);
      -ms-transform: translate(24%, 0);
          transform: translate(24%, 0);
  width: 34%;
  max-width: 474px;
}

.c-nav__deco.-deco2 img {
  -webkit-transform: scale(1.2) translate(10%, 0);
      -ms-transform: scale(1.2) translate(10%, 0);
          transform: scale(1.2) translate(10%, 0);
}

@media screen and (max-width: 900px) {
  .c-nav__deco.-deco2 {
    -webkit-transform: translate(16%, -16%);
        -ms-transform: translate(16%, -16%);
            transform: translate(16%, -16%);
    width: 66%;
  }
}

.is-open .c-nav__deco {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, -webkit-filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease;
  transition: opacity 0.6s ease, filter 2s ease, -webkit-filter 2s ease;
}

@media (-ms-high-contrast: none) {
  .is-open .c-nav__deco {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}

.is-open .c-nav__deco img {
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-nav__visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 54.25%;
  height: 100%;
  overflow: hidden;
}

.c-nav__visual figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.is-open .c-nav__visual figure {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 10s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 10s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 10s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 10s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-nav__wrap {
  display: table;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.c-nav__inner {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 60px 0;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .c-nav__inner {
    padding-left: 54.25%;
  }
}

.c-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 69%;
}

@media screen and (max-width: 900px) {
  .c-nav__content {
    width: 71%;
  }
}

.c-nav__list-item {
  position: relative;
  -webkit-transform: translate(25px, 0);
      -ms-transform: translate(25px, 0);
          transform: translate(25px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.6s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0.2s ease 0.6s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0.2s ease 0.6s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0.2s ease 0.6s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  font-family: YakuHanMP, adobe-caslon-pro, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.c-nav__list-item.is-active {
  -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.6s ease, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
  .c-nav__list-item {
    font-size: 26px;
    font-size: 1.87vw;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__list-item {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.11em;
  }
}

.c-nav__list-item:nth-child(n + 2) {
  margin-top: 21%;
}

@media screen and (max-width: 900px) {
  .c-nav__list-item:nth-child(n + 2) {
    margin-top: 16.5%;
  }
}

.c-nav__list-item a {
  color: #122289;
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .c-nav__list-item a {
    -webkit-transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 0px 0px 5px rgba(19, 162, 230, 0);
  }
  .c-nav__list-item a:hover {
    -webkit-transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: text-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 5px 2px 25px #13a2e6;
  }
}

.c-section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
}

.c-section__title {
  position: absolute;
  top: 0;
  right: 110px;
  width: 53px;
}

@media screen and (max-width: 900px) {
  .c-section__title {
    right: 4%;
    width: 8%;
  }
}

.c-section__title-txt {
  overflow: hidden;
}

.c-section__title-txt img {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.is-scrolled .c-section__title-txt img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-section__title-bottom {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 27px auto 0;
  width: 80%;
  text-align: right;
}

.is-scrolled .c-section__title-bottom {
  -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.8s ease 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

@media screen and (max-width: 900px) {
  .c-section__title-bottom {
    margin-top: 40%;
    width: 85%;
  }
}

.c-section__title-catch {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

@media screen and (max-width: 900px) {
  .c-section__title-catch {
    width: 57%;
  }
}

.c-section__title-link {
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 0;
  left: 7%;
  padding-top: 7.8em;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-section__title-link::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #122289;
  width: 1px;
  height: 7em;
  content: '';
}

@media screen and (max-width: 900px) {
  .c-section__title-link::before {
    height: 6.5em;
  }
}

@media screen and (min-width: 901px) {
  .c-section__title-link::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-section__title-link:hover::before {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 900px) {
  .c-section__title-link {
    padding-top: 7.6em;
    font-size: 10px;
    font-size: 2.5vw;
  }
}

.c-section__title-link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-thumb {
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.c-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/icon_play.png) center center no-repeat;
  background-size: 80px;
  width: 100%;
  height: 100%;
  content: '';
}

@media screen and (max-width: 900px) {
  .c-thumb::after {
    background-size: 27%;
  }
}

.c-thumb__inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.c-thumb__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}

.c-thumb__inner figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-list__item {
  position: relative;
  -webkit-transform: translate(25px, 0);
      -ms-transform: translate(25px, 0);
          transform: translate(25px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.is-load .l-in .c-list__item,
.l-top .is-scrolled .c-list__item {
  -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.6s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-load .l-in .c-list__item:nth-child(1),
.l-top .is-scrolled .c-list__item:nth-child(1) {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}

.is-load .l-in .c-list__item:nth-child(2),
.l-top .is-scrolled .c-list__item:nth-child(2) {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}

.is-load .l-in .c-list__item:nth-child(3),
.l-top .is-scrolled .c-list__item:nth-child(3) {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-load .l-in .c-list__item:nth-child(4),
.l-top .is-scrolled .c-list__item:nth-child(4) {
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}

.is-load .l-in .c-list__item:nth-child(5),
.l-top .is-scrolled .c-list__item:nth-child(5) {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-load .l-in .c-list__item:nth-child(6),
.l-top .is-scrolled .c-list__item:nth-child(6) {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.is-load .l-in .c-list__item:nth-child(7),
.l-top .is-scrolled .c-list__item:nth-child(7) {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.is-load .l-in .c-list__item:nth-child(8),
.l-top .is-scrolled .c-list__item:nth-child(8) {
  -webkit-transition-delay: 1.1s, 1.1s;
          transition-delay: 1.1s, 1.1s;
}

.is-load .l-in .c-list__item:nth-child(9),
.l-top .is-scrolled .c-list__item:nth-child(9) {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

.is-load .l-in .c-list__item:nth-child(10),
.l-top .is-scrolled .c-list__item:nth-child(10) {
  -webkit-transition-delay: 1.3s, 1.3s;
          transition-delay: 1.3s, 1.3s;
}

@media screen and (min-width: 901px) {
  .c-list__item .c-list__item-inner {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .c-list__item:hover .c-list__item-inner {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #abf5ff;
  }
}

.c-list__item-inner {
  display: table;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 22px 2.3%;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .c-list__item-inner {
    padding: 3.5% 5% 3.5% 0;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c-list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 162, 230, 0.25);
  width: 100%;
  height: 1px;
  pointer-events: none;
  content: '';
}

.c-list__item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(19, 162, 230, 0.25);
  width: 100%;
  height: 1px;
  pointer-events: none;
  content: '';
}

@media screen and (max-width: 900px) {
  .c-list__item {
    font-size: 11px;
    font-size: 2.9vw;
  }
}

.c-list__item-date, .c-list__item-title {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .c-list__item-date, .c-list__item-title {
    vertical-align: top;
  }
}

.c-list__item-title .p-in-inner {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  max-height: 3.4em;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  [data-page='top'] .c-list__item-title .p-in-inner {
    -webkit-line-clamp: 3;
    max-height: 5.1em;
  }
}

.c-list__item-date {
  width: 4.75em;
  color: #13a2e6;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-list__item-date {
    padding-top: 1%;
    width: 4.5em;
  }
}

@media screen and (min-width: 901px) {
  .c-list__item-date .p-in-year {
    font-size: 14px;
  }
}

.c-list__item-date .p-in-date {
  margin-top: 5%;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .c-list__item-date .p-in-date {
    font-size: 16px;
    font-size: 4.2vw;
    letter-spacing: normal;
  }
}

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

.c-pagination__item {
  margin: 0 18px 8px;
  width: 36px;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .c-pagination__item {
    margin: 0 2.5% 2%;
    width: 2.4em;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c-pagination__item a,
.c-pagination__item span {
  display: block;
  padding: 8.5px 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-pagination__item a,
  .c-pagination__item span {
    padding: 0.7em 0;
  }
}

.c-pagination__item a {
  color: #122289;
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .c-pagination__item a {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .c-pagination__item a:hover {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background: #abf5ff;
  }
}

.c-pagination__item.is-current {
  cursor: default;
}

.c-pagination__item.is-current span {
  background: #13a2e6;
  color: #ffffff;
}

.c-footer__above {
  position: relative;
}

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

.c-footer__bottom {
  padding: 35px 40px 42px;
}

@media screen and (max-width: 900px) {
  .c-footer__bottom {
    padding: 10.5% 4% 16%;
  }
}

.c-footer__bottom-inner {
  position: relative;
}

@media screen and (min-width: 901px) {
  .c-footer__bottom-inner {
    padding-left: 400px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-footer__bottom-inner {
    padding-left: 40%;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__bottom-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(0, -55%);
        -ms-transform: translate(0, -55%);
            transform: translate(0, -55%);
    width: 400px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-footer__bottom-side {
    width: 40%;
  }
}

.c-footer__pagetop {
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 28px;
  cursor: pointer;
  padding-bottom: 6.3em;
  width: 1em;
  height: 95%;
  font-family: YakuHanMP, adobe-caslon-pro, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media screen and (min-width: 901px) {
  .c-footer__pagetop .c-footer__pagetop-line::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-footer__pagetop:hover .c-footer__pagetop-line::before {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.c-footer__pagetop-line {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-footer__pagetop-line::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  background: #122289;
  width: 1px;
  height: 100%;
  content: '';
}

.c-footer__pagetop-txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-footer__bnr {
  background: rgba(159, 231, 246, 0.5);
  padding: 30px 0 28px;
}

@media screen and (min-width: 901px) {
  .c-footer__bnr {
    padding-right: 80px;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__bnr {
    padding: 5% 0;
  }
}

.c-footer__bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 92%;
  max-width: 928px;
}

@media screen and (max-width: 900px) {
  .c-footer__bnr-list {
    max-width: 690px;
  }
}

.c-footer__bnr-item a {
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .c-footer__bnr-item a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 162, 230, 0)), color-stop(80%, rgba(19, 162, 230, 0.4)));
    background: linear-gradient(180deg, rgba(19, 162, 230, 0) 0%, rgba(19, 162, 230, 0.4) 80%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
  }
  .c-footer__bnr-item a:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__bnr-item {
    margin-left: 1.333%;
    width: 24%;
  }
  .c-footer__bnr-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .c-footer__bnr-item:nth-child(n + 5) {
    margin-top: 12px;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__bnr-item {
    margin-left: 2%;
    width: 32%;
  }
  .c-footer__bnr-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .c-footer__bnr-item:nth-child(n + 4) {
    margin-top: 2%;
  }
}

.c-footer__10th {
  width: 42%;
  max-width: 258px;
}

@media screen and (max-width: 900px) {
  .c-footer__10th {
    margin: 0 auto;
    width: 38%;
  }
}

@media screen and (min-width: 901px) {
  .c-footer__share {
    margin-left: 12%;
    width: 46%;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__share {
    margin-top: 10%;
    text-align: center;
  }
}

.c-footer__share-cap {
  font-family: YakuHanMP, adobe-caslon-pro, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .c-footer__share-cap {
    font-size: 13px;
    font-size: 3.45vw;
    letter-spacing: 0.1em;
  }
}

.c-footer__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8%;
}

@media screen and (max-width: 900px) {
  .c-footer__share-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3%;
  }
}

.c-footer__share-item {
  width: 13%;
  max-width: 70px;
}

@media screen and (max-width: 900px) {
  .c-footer__share-item {
    width: 11%;
  }
}

.c-footer__share-item + .c-footer__share-item {
  margin-left: 19%;
}

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

.c-footer__share-item a {
  display: block;
  width: 100%;
}

.c-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: YakuHanMP, adobe-caslon-pro, 'Noto Serif JP', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .c-footer__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12%;
    font-size: 11px;
    font-size: 2.9vw;
  }
}

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

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

.c-footer__link-item a {
  color: #122289;
  text-decoration: none;
}

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

.c-footer__note, .c-footer__copy {
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: right;
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .c-footer__note, .c-footer__copy {
    font-size: 10px;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__note, .c-footer__copy {
    font-size: 10px;
    font-size: 2.5vw;
    text-align: center;
  }
}

.c-footer__note {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .c-footer__note {
    margin-top: 9%;
  }
}

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

@media screen and (max-width: 900px) {
  .c-footer__copy {
    margin-top: 0;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
}

.is-load .c-loading {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.c-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}

.c-pulse {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.c-pulse__item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: motionPulse 1.4s 0s linear infinite;
          animation: motionPulse 1.4s 0s linear infinite;
  border-radius: 100%;
  background-color: #77efff;
  width: 100%;
  height: 100%;
}

.c-pulse__item:nth-child(2) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.c-pulse__item:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

template {
  display: none;
}

[data-modal] {
  cursor: pointer;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 50;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media (-ms-high-contrast: none) {
  .m-modal {
    overflow-x: hidden;
  }
}

.m-modal.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.m-modal__wrap {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .m-modal__wrap {
    padding: 50px 0;
  }
}

.m-modal__inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 18px;
  letter-spacing: normal;
}

.m-modal__content {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}

.m-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-top: 100px;
  width: 100px;
}

@media screen and (max-width: 900px) {
  .m-modal__close {
    padding-top: 50px;
    width: 50px;
  }
}

.m-modal__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3f63ff;
  width: 50%;
  height: 2px;
}

@media screen and (max-width: 900px) {
  .m-modal__close span {
    width: 65%;
    height: 1px;
  }
}

.m-modal__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
      -ms-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.m-modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
      -ms-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.m-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100% !important;
}

.js-innerlink,
.js-pagetop {
  cursor: pointer;
}

.js-parallax {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes motionRotate {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes motionRotate {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes motionLine {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes motionLine {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@-webkit-keyframes motionBlink {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  99.9%,
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes motionBlink {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  99.9%,
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes motionPulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  5% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes motionPulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  5% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}
