@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*!
  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,
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: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  -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-block;
  }
  .is-sp-inline {
    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-block;
  }
}

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

body {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: url(../img/common/bg_ptn_base.jpg) top left repeat;
  background-size: 180px;
  overflow: hidden;
  color: #333;
}

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

@media screen and (max-width: 900px) {
  .l-wrapper {
    background-size: 90px;
  }
}

.l-wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/footer/footer_bg_pc.jpg) bottom center no-repeat;
  background-size: 100% 100%;
  padding-top: 50%;
  width: 100%;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 900px) {
  .l-wrapper::before {
    background-image: url(../img/common/footer/footer_bg_sp.jpg);
    padding-top: 126.667%;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-bg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg__item-mv {
  position: relative;
  width: 50%;
  height: 100%;
}

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

.l-bg__item-ink {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-3.125%, -50%);
      -ms-transform: translate(-3.125%, -50%);
          transform: translate(-3.125%, -50%);
  background: url(../img/common/bg_bk_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

[data-bg="black"] .l-bg__item-ink {
  -webkit-animation: ink 0.8s steps(15) forwards;
          animation: ink 0.8s steps(15) forwards;
}

@media screen and (max-width: 900px) {
  .l-bg__item-ink {
    background-image: url(../img/common/bg_bk_sp.png);
  }
}

.l-bg__item-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-96.875%, -50%);
      -ms-transform: translate(-96.875%, -50%);
          transform: translate(-96.875%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: url(../img/common/bg_bk_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .l-bg__item-cover {
    background-image: url(../img/common/bg_bk_sp.png);
  }
}

[data-bg="black"] .l-bg__item-cover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
}

.l-bg__item[data-bg-item="mv"] figure {
  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-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .l-bg__item[data-bg-item="mv"] figure {
    visibility: hidden;
  }
}

[data-bg="mv"] .l-bg__item[data-bg-item="mv"] figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.l-bg__item[data-bg-item="sc"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  overflow: hidden;
}

[data-bg="sc"] .l-bg__item[data-bg-item="sc"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

[data-bg="sc"] .l-bg__item[data-bg-item="sc"] 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);
}

.l-bg__item[data-bg-item="sc"] figure {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease 1s;
  transition: -webkit-transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.l-content {
  position: relative;
}

.l-in {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  padding-top: 144px;
  min-height: 100vh;
}

.is-load .l-in {
  -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.4s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 1s ease 0.4s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}

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

.l-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-op__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-op__ink {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-96.875%, -50%);
      -ms-transform: translate(-96.875%, -50%);
          transform: translate(-96.875%, -50%);
  background: url(../img/common/bg_bk_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 900px) {
  .l-op__ink {
    background-image: url(../img/common/bg_bk_sp.png);
  }
}

.is-start .l-op__ink {
  -webkit-animation: ink-reverse 0.8s steps(15) forwards;
          animation: ink-reverse 0.8s steps(15) forwards;
}

.l-op__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 20%;
  max-width: 480px;
}

@media screen and (max-width: 900px) {
  .l-op__logo {
    width: 45%;
  }
}

.l-op__logo img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-load .l-op__logo img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2s ease 0.6s, -webkit-transform 6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 2s ease 0.6s, -webkit-transform 6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 2s ease 0.6s, transform 6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 2s ease 0.6s, transform 6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, -webkit-transform 6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.is-start .l-op__logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  mix-blend-mode: difference;
  cursor: pointer;
  width: 100px;
}

@media (-ms-high-contrast: none) {
  .c-hamburger {
    mix-blend-mode: normal;
  }
}

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

.c-in-block {
  margin: 0 auto;
  width: 84%;
  max-width: 1020px;
}

.c-in-block__title {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.c-in-block__title h2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 15px 52px;
  color: #be9b46;
  font-family: YakuHanMP, "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .c-in-block__title h2 {
    padding: 4px 33px;
    font-size: 25px;
  }
}

.c-in-block__title h2::before, .c-in-block__title h2::after {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-in-block__title h2::before, .c-in-block__title h2::after {
    width: 15px;
  }
}

.c-in-block__title h2::before {
  left: 0;
  background-image: url(../img/news-special/cap_deco.png);
  background-position: left center;
}

.c-in-block__title h2::after {
  right: 0;
  background-image: url(../img/news-special/cap_deco_r.png);
  background-position: right center;
}

.c-border {
  position: absolute;
  left: 0;
  background: #d9d7d7;
  width: 100%;
  height: 1px;
}

.c-border::before, .c-border::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  background: #d9d7d7;
  width: 4px;
  height: 4px;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-border::before, .c-border::after {
    width: 3px;
    height: 3px;
  }
}

.c-border::before {
  left: 0;
}

.c-border::after {
  right: 0;
}

.c-border.-top {
  top: 0;
}

.c-border.-bottom {
  bottom: 0;
}

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #be9b46;
}

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

.c-nav.is-open::after {
  -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.8s ease 0.8s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.8s, -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.8s, transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.8s, transform 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-nav::after {
  position: fixed;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid #be9b46;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-nav::after {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }
}

.c-nav__close {
  position: fixed;
  top: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  cursor: pointer;
  width: 100px;
}

.is-open .c-nav__close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s;
}

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

.c-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.c-nav__bg-ink {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-3.125%, -50%);
      -ms-transform: translate(-3.125%, -50%);
          transform: translate(-3.125%, -50%);
  background: url(../img/common/bg_bk_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.is-open .c-nav__bg-ink {
  -webkit-animation: ink 0.8s steps(15) forwards;
          animation: ink 0.8s steps(15) forwards;
}

@media screen and (max-width: 900px) {
  .c-nav__bg-ink {
    background-image: url(../img/common/bg_bk_sp.png);
  }
}

.c-nav__bg-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-96.875%, -50%);
      -ms-transform: translate(-96.875%, -50%);
          transform: translate(-96.875%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: url(../img/common/bg_bk_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.is-open .c-nav__bg-cover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
}

@media screen and (max-width: 900px) {
  .c-nav__bg-cover {
    background-image: url(../img/common/bg_bk_sp.png);
  }
}

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

@media screen and (min-width: 901px) {
  .c-nav__official {
    position: absolute;
    right: 52px;
    bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__official {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 23% auto 0;
    width: 92%;
  }
}

.c-nav__official-item {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.5;
}

@media screen and (min-width: 901px) {
  .c-nav__official-item:nth-child(n + 2) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__official-item {
    margin: 0 9px;
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) and (max-width: 320px) {
  .c-nav__official-item {
    margin: 0 6px;
  }
}

@media screen and (max-width: 900px) and (max-width: 280px) {
  .c-nav__official-item {
    margin: 0 5px;
    font-size: 11px;
    font-size: 4vw;
  }
}

.c-nav__official-item a {
  display: block;
  position: relative;
  padding-left: 34px;
  color: #be9b46;
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .c-nav__official-item a::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -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-nav__official-item a:hover::before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -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-nav__official-item a {
    padding-left: 25px;
  }
}

.c-nav__official-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-nav__official-item a::before {
    width: 20px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__official-item[data-icon="twitter"] a {
    padding-left: 28px;
  }
}

@media screen and (max-width: 900px) {
  .c-nav__official-item[data-icon="twitter"] a {
    padding-left: 22px;
  }
}

.c-nav__official-item[data-icon="twitter"] a::before {
  background-image: url(../img/common/menu/m_twitter.png);
}

@media screen and (max-width: 900px) {
  .c-nav__official-item[data-icon="twitter"] a::before {
    width: 18px;
  }
}

.c-nav__official-item[data-icon="official"] a::before {
  background-image: url(../img/common/menu/m_comic.png);
}

.c-nav__inner {
  display: table;
  position: relative;
  padding: 42px 0;
  width: 100%;
  min-height: 100%;
  table-layout: fixed;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .c-nav__inner {
    padding: 35px 0;
  }
}

.c-nav__content {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 0.8s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 0.8s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 0.8s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  width: 100%;
}

.is-open .c-nav__content {
  -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.8s ease 0.6s, -webkit-transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.6s, -webkit-transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.6s, transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease 0.6s, transform 2.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 2.8s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (min-width: 901px) {
  .c-nav__main {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.c-nav__main-inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1180px;
}

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

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

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

@media screen and (min-width: 901px) {
  .c-nav__logo {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 31%;
    max-width: 480px;
  }
}

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

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

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

.c-nav__item {
  position: relative;
  font-family: YakuHanMP, "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

@media screen and (min-width: 901px) {
  .c-nav__item {
    width: 50%;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .c-nav__item:nth-child(2n) {
    padding-left: 4.5%;
  }
  .c-nav__item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .c-nav__item:hover .c-nav__item-txt::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

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

@media screen and (max-width: 900px) {
  .c-nav__item {
    text-align: center;
  }
  .c-nav__item:nth-child(n + 2) {
    margin-top: 3.8%;
  }
}

.c-nav__item-txt {
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

@media screen and (min-width: 901px) {
  .c-nav__item-txt {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .c-nav__item-txt {
    font-size: 30px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  .c-nav__item-txt {
    font-size: 28px;
  }
}

@media screen and (min-width: 901px) {
  .c-nav__item-txt::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background: #be9b46;
    width: 100%;
    height: 1px;
    pointer-events: none;
    content: "";
  }
}

@media screen and (max-width: 900px) {
  .c-nav__item-txt {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) and (max-width: 320px) {
  .c-nav__item-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) and (max-width: 280px) {
  .c-nav__item-txt {
    font-size: 18px;
    font-size: 6.5vw;
  }
}

.c-section__inner {
  margin: 0 auto;
  width: 87%;
  max-width: 1020px;
}

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

.c-section-half__inner {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
}

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

.c-cap {
  color: #be9b46;
  font-family: YakuHanMP, "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

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

.c-footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .c-footer {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}

.c-footer__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1180px;
}

.c-footer__logo {
  margin: 0 auto;
  width: 90px;
}

@media screen and (max-width: 900px) {
  .c-footer__logo {
    width: 23%;
    max-width: 156px;
  }
}

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

@media screen and (min-width: 901px) {
  .c-footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.c-footer__share-cap {
  font-family: YakuHanMP, "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .c-footer__share-cap {
    font-size: 14px;
  }
}

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

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

.c-footer__share-item {
  position: relative;
  width: 24px;
}

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

@media screen and (max-width: 900px) {
  .c-footer__share-item {
    margin: 0 9px;
    width: 27px;
  }
}

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

.c-footer__copy {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media screen and (min-width: 901px) {
  .c-footer__copy {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__copy {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
}

.c-btn-b__inner {
  display: block;
  display: block;
  position: relative;
  background: url(../img/common/btn_ptn.jpg) top left repeat;
  padding: 14px 10px;
  width: 100%;
  color: #fff;
  font-family: YakuHanMP, "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .c-btn-b__inner {
    background-size: 85px;
    padding: 12px 5px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 900px) and (max-width: 280px) {
  .c-btn-b__inner {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px) {
  .c-btn-b__inner::before {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid #000;
    pointer-events: none;
    content: "";
  }
  .c-btn-b__inner:hover::before {
    -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 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (min-width: 901px) {
  .u-hover__imgscale > img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -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);
  }
  .u-hover__imgscale:hover > img {
    -webkit-transform: scale(0.94);
        -ms-transform: scale(0.94);
            transform: scale(0.94);
    -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 (min-width: 901px) {
  .u-hover__opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .u-hover__opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

.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 noise {
  0%,
  100% {
    background-position: 0 0;
  }
  10% {
    background-position: -10% -10%;
  }
  20% {
    background-position: 10% 10%;
  }
  30% {
    background-position: -2% -2%;
  }
  40% {
    background-position: 3% 3%;
  }
  50% {
    background-position: -3% -3%;
  }
  60% {
    background-position: 40% 40%;
  }
  70% {
    background-position: -40% -40%;
  }
  80% {
    background-position: 2% 2%;
  }
  90% {
    background-position: -3% -3%;
  }
}

@keyframes noise {
  0%,
  100% {
    background-position: 0 0;
  }
  10% {
    background-position: -10% -10%;
  }
  20% {
    background-position: 10% 10%;
  }
  30% {
    background-position: -2% -2%;
  }
  40% {
    background-position: 3% 3%;
  }
  50% {
    background-position: -3% -3%;
  }
  60% {
    background-position: 40% 40%;
  }
  70% {
    background-position: -40% -40%;
  }
  80% {
    background-position: 2% 2%;
  }
  90% {
    background-position: -3% -3%;
  }
}

@-webkit-keyframes ink {
  0% {
    -webkit-transform: translate(-3.125%, -50%);
            transform: translate(-3.125%, -50%);
  }
  100% {
    -webkit-transform: translate(-96.875%, -50%);
            transform: translate(-96.875%, -50%);
  }
}

@keyframes ink {
  0% {
    -webkit-transform: translate(-3.125%, -50%);
            transform: translate(-3.125%, -50%);
  }
  100% {
    -webkit-transform: translate(-96.875%, -50%);
            transform: translate(-96.875%, -50%);
  }
}

@-webkit-keyframes ink-reverse {
  0% {
    -webkit-transform: translate(-96.875%, -50%);
            transform: translate(-96.875%, -50%);
  }
  100% {
    -webkit-transform: translate(-3.125%, -50%);
            transform: translate(-3.125%, -50%);
  }
}

@keyframes ink-reverse {
  0% {
    -webkit-transform: translate(-96.875%, -50%);
            transform: translate(-96.875%, -50%);
  }
  100% {
    -webkit-transform: translate(-3.125%, -50%);
            transform: translate(-3.125%, -50%);
  }
}
