@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
:root {
  --bg-main: #1c1833;
  --color-gold: #867a46;
  --color-point: #cdabe8;
  --color-strong: #44376f;
}

span.-kanji {
  font-family: YakuHanMP, "Noto Serif TC", "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  vertical-align: baseline;
}

span.-kanji2 {
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  vertical-align: baseline;
}

/*!
  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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

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

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] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

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 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
  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%;
  word-wrap: break-word;
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
/*!
  Styles
  */
body {
  background: url(../img/common/bg.jpg) center top repeat;
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  body {
    background-size: 27px auto;
  }
}
body.is-modal-open {
  overflow: hidden;
}

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

/**
 * 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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.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 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.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;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.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%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  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");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  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");
  right: 10px;
  left: auto;
}

.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 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  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);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  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 {
  left: 50%;
  -webkit-transform: translateX(-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 {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

.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 {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  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-size: 100%;
  background-repeat: no-repeat;
}

.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;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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 {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.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 {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-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 {
  pointer-events: auto;
  visibility: visible;
}

.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

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

.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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

template {
  display: none;
}

[data-modal] {
  cursor: pointer;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000 !important;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (-ms-high-contrast: none) {
  .m-modal {
    overflow-x: hidden;
  }
}
.m-modal.is-open {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
}

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

@media screen and (max-width: 750px) {
  .m-modal__wrap {
    padding: 50px 0;
  }
}
.m-modal__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 18px;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.m-modal .m-modal__close-btn {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 80px !important;
  padding-top: 80px !important;
  height: auto !important;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .m-modal .m-modal__close-btn {
    top: 0 !important;
    right: 0 !important;
    width: 15% !important;
    padding-top: 15% !important;
  }
}
@media screen and (min-width: 751px) {
  .m-modal .m-modal__close-btn:hover::before, .m-modal .m-modal__close-btn:hover::after {
    background-color: var(--color-gold);
  }
}
.m-modal .m-modal__close-btn::before, .m-modal .m-modal__close-btn::after {
  width: 2px !important;
  top: 50% !important;
  height: 60% !important;
  -webkit-transition: background-color 0.4s ease !important;
  transition: background-color 0.4s ease !important;
}

.m-modal .m-modal__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.m-modal .m-modal__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

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

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

.l-wrapper.is-load {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.l-in {
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-in {
    padding-left: 300px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .l-in {
    padding-left: 250px;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .l-in {
    padding-left: 200px;
  }
}
.l-in__content {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.l-page {
  position: relative;
}

.l-page__inner {
  position: relative;
}

.l-page__content {
  position: relative;
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

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

.l-page__bg-inner {
  opacity: 0;
  -webkit-transform: translate(0, -20%) scale(1.1);
          transform: translate(0, -20%) scale(1.1);
}
.is-load .l-page__bg-inner {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: opacity 0.5s ease 0.3s, -webkit-transform 4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 0.5s ease 0.3s, -webkit-transform 4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, -webkit-transform 4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
@media screen and (max-width: 750px) {
  .l-page__bg-inner img {
    width: auto;
    height: 53.33vw;
  }
}

.l-page__head {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
  padding-top: 118px;
}

@media screen and (max-width: 750px) {
  .l-page__head {
    padding-top: 18%;
  }
}
.l-page__head-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  padding: 0 62px;
}

@media screen and (max-width: 750px) {
  .l-page__head-title {
    font-size: 22px;
    font-size: 5.8vw;
    padding: 0 32px;
  }
}
.l-page__head-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  background: url(../img/common/ttl_deco.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .l-page__head-title::before {
    width: 18px;
  }
}

.l-page__head-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background: url(../img/common/ttl_deco.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .l-page__head-title::after {
    width: 18px;
  }
}

.l-page__head-title span {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
}

.is-load .l-page__head-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s ease 0.1s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s ease 0.1s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s ease 0.1s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.is-load .l-page__head-title span {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s;
}

.l-page__body {
  margin-top: 92px;
  padding-bottom: 49px;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  opacity: 0;
}

.is-load .l-page__body {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 0.5s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.6s ease 0.5s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.6s ease 0.5s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition: opacity 0.6s ease 0.5s, transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

@media screen and (max-width: 750px) {
  .l-page__body {
    margin-top: 17%;
    padding-bottom: 22%;
  }
}
.l-top {
  position: relative;
}

.c-hamburger {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 40px;
  background: var(--bg-main);
  z-index: 20;
}

@media screen and (max-width: 750px) and (max-width: 320px) {
  .c-hamburger {
    width: 35px;
  }
}
.c-hamburger__inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

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

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

.c-hamburger__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 2px;
}

.c-hamburger__line span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
}

.c-hamburger__line span:nth-child(1) {
  top: 0;
}

.c-hamburger__line span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-hamburger__line span:nth-child(3) {
  top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.c-hamburger__line.-open {
  opacity: 1;
}

.c-hamburger__line.-open span::before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
}

.c-hamburger__line.-close {
  position: absolute;
  top: 0;
  left: 0;
}

.c-hamburger__line.-close span {
  top: 50%;
  left: 50%;
}

.c-hamburger__line.-close span::before {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
}

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

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

.c-hamburger__line.-close span:nth-child(2)::before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.is-open .c-hamburger__line.-open span::before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.1s;
}

.is-open .c-hamburger__line.-open span:nth-child(2)::before {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.is-open .c-hamburger__line.-close span::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
}

.c-nav {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}

@media screen and (min-width: 751px) {
  .c-nav {
    left: 50px;
    width: 250px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-nav {
    width: 200px;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .c-nav {
    left: 25px;
    width: 175px;
  }
}
@media screen and (min-width: 751px) {
  .c-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-main);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .is-load .c-nav::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: 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: 750px) {
  .c-nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-nav.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.c-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.c-nav__wrap {
  position: relative;
}

@media screen and (min-width: 751px) {
  .c-nav__wrap {
    opacity: 0;
    min-height: 100%;
  }
  .is-load .c-nav__wrap {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s;
  }
  .c-nav__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background: var(--color-point);
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    padding-left: 34%;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .c-nav__inner {
    padding: 45px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-main);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-nav__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 11.4%;
    width: 1px;
    height: 100%;
    background: var(--color-gold);
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .is-open .c-nav__inner::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    transition: 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;
  }
  .is-open .c-nav__inner::after {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s;
  }
}
.c-nav__content {
  position: relative;
  padding: 0px 10px 0 21px;
}

@media screen and (max-width: 750px) {
  .c-nav__content {
    padding: 0px 11.5%;
  }
}
.c-nav__bnr {
  margin-top: 56px;
  padding-left: 8px;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-nav__bnr {
    margin-top: 40px;
  }
}
.c-nav__bnr a {
  display: block;
  width: 100%;
}
.c-nav__bnr a + a {
  margin-top: 1rem;
}

.c-nav__list {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .c-nav__list {
    padding-top: 76px;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__list {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .is-open .c-nav__list {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s;
  }
}
.c-nav__list-item + .c-nav__list-item {
  margin-top: 27px;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-nav__list-item + .c-nav__list-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__list-item + .c-nav__list-item {
    margin-top: 11.5%;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__list-item.is-active a span,
  .c-nav__list-item.is-active p span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.c-nav__list-item a,
.c-nav__list-item p {
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-left: 1.4em;
  display: block;
  width: 100%;
}

.c-nav__list-item a span,
.c-nav__list-item p span {
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-nav__list-item a span,
  .c-nav__list-item p span {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-nav__list-item a,
  .c-nav__list-item p {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .c-nav__list-item a,
  .c-nav__list-item p {
    font-size: 11px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__list-item a,
  .c-nav__list-item p {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: 0.04em;
    padding-left: 1.1em;
  }
}
.c-nav__list-item a::before,
.c-nav__list-item p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-pojnt);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) and (max-width: 850px) {
  .c-nav__list-item a::before,
  .c-nav__list-item p::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__list-item a::before,
  .c-nav__list-item p::before {
    width: 0.5em;
    height: 0.5em;
  }
}
.c-nav__list-item a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .c-nav__list-item a::before {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
  .c-nav__list-item a:hover::before {
    background: #ffffff;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
}
.c-nav__list-item p {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
}

.c-nav__list-item.is-current a::before {
  background: var(--color-point);
}

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

.c-cap__inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 400;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-cap__inner {
    font-size: 25px;
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 750px) {
  .c-cap__inner {
    font-size: 19px;
    font-size: 5.2vw;
  }
}
.c-cap__inner span {
  display: block;
  width: 100%;
  position: relative;
}

.c-cap__inner::before {
  content: "";
  position: absolute;
  bottom: -0.45em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 9.75em;
  height: 100%;
  background: url(../img/common/cap_bg.png) bottom center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .c-cap__inner::before {
    bottom: -0.3em;
  }
}
.c-line {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-line.-left {
  left: 0;
  max-width: 458px;
  width: 36%;
}

@media screen and (max-width: 750px) {
  .c-line.-left {
    width: 22%;
    max-width: 166px;
  }
}
.c-line.-right {
  right: 0;
  max-width: 380px;
  width: 30%;
}

@media screen and (max-width: 750px) {
  .c-line.-right {
    width: 43%;
    max-width: 324px;
  }
}
.c-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

.c-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--color-gold);
}

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

.c-frame__line li {
  position: absolute;
}

.c-frame__line li:nth-child(2n) {
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 750px) {
  .c-frame__line li:nth-child(2n) {
    height: 3px;
  }
}
.c-frame__line li:nth-child(2n+1) {
  width: 3px;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .c-frame__line li:nth-child(2n+1) {
    width: 3px;
  }
}
.c-frame__line li:nth-child(1) {
  top: 0;
  left: 0;
  border-right: 1px solid var(--color-gold);
}

.c-frame__line li:nth-child(2) {
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gold);
}

.c-frame__line li:nth-child(3) {
  bottom: 0;
  right: 0;
  border-left: 1px solid var(--color-gold);
}

.c-frame__line li:nth-child(4) {
  bottom: 0;
  right: 0;
  border-top: 1px solid var(--color-gold);
}

.c-block__foot {
  display: block;
  margin: 7% auto 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .c-block__foot {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
.c-block__foot_txt .c-btn {
  margin: 0 auto;
}

.c-block + .c-block {
  margin-top: 10%;
}

@media screen and (max-width: 750px) {
  .c-block + .c-block {
    margin-top: 13%;
  }
}
.c-block__overview {
  margin: 5% 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__overview {
    font-size: 15px;
    font-size: 1.18vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__overview {
    margin: 7.5% 0;
    font-size: 13px;
    font-size: 3.5vw;
  }
}
.c-block__cs {
  text-align: center;
  margin-top: 5%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__cs {
    font-size: 15px;
    font-size: 1.18vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__cs {
    margin-top: 7.5%;
    font-size: 13px;
    font-size: 3.5vw;
  }
}
.c-block__body {
  margin-top: 4.5%;
}

@media screen and (max-width: 750px) {
  .c-block__body {
    margin-top: 7%;
  }
}
.c-block__info {
  position: relative;
  padding: 6px;
}
@media screen and (max-width: 750px) {
  .c-block__info {
    padding: 3px;
  }
}
.c-block__info__hr {
  margin: 2rem 0;
}

.c-block__info + .c-block__info {
  margin-top: 2.25%;
}

@media screen and (max-width: 750px) {
  .c-block__info + .c-block__info {
    margin-top: 4.25%;
  }
}
.c-block__info-inner {
  position: relative;
  background: #000000;
}

@media screen and (min-width: 751px) {
  .-schedule .c-block__info-inner {
    padding: 40px 3.5% 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .-schedule .c-block__info-inner {
    padding: 20px 4% 25px;
  }
}
.c-block__info-txt.-accordion .p-in-cap {
  position: relative;
  cursor: pointer;
  padding-right: 8%;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt.-accordion .p-in-cap {
    padding-right: 9%;
  }
}
.c-block__info-txt.-accordion .p-in-cap::before, .c-block__info-txt.-accordion .p-in-cap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 3%;
  height: 1px;
  background: var(--color-gold);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .c-block__info-txt.-accordion .p-in-cap::before, .c-block__info-txt.-accordion .p-in-cap::after {
    width: 4%;
  }
}
.c-block__info-txt.-accordion .p-in-cap::after {
  -webkit-transform: translate(0, -50%) rotate(90deg) scale(1, 1);
  transform: translate(0, -50%) rotate(90deg) scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.c-block__info-txt.-accordion .p-in-cap.is-open::after {
  -webkit-transform: translate(0, -50%) rotate(90deg) scale(0, 1);
  transform: translate(0, -50%) rotate(90deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (min-width: 751px) {
  .c-block__info-txt.-accordion .p-in-cap {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .c-block__info-txt.-accordion .p-in-cap:hover {
    color: #ffffff;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
}
.c-block__info-txt.-accordion .p-in-txt {
  display: none;
}

@media screen and (min-width: 751px) {
  .-schedule .c-block__info-txt {
    padding-right: 2%;
    width: 330px;
  }
}
.c-block__info-txt .p-in-lead {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-lead {
    margin-bottom: 0.8%;
  }
}
.c-block__info-txt .p-in-cap {
  color: var(--color-point);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 40px 3.5%;
}
.c-block__info-txt .p-in-cap small {
  font-size: 80%;
  vertical-align: baseline;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-cap {
    font-size: 24px;
    font-size: 1.85vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-cap {
    font-size: 18px;
    font-size: 4.75vw;
    padding: 20px 4%;
  }
}
.-schedule .c-block__info-txt .p-in-cap {
  padding: 0;
}
.-schedule .c-block__info-txt .p-in-cap small {
  font-size: 80%;
  vertical-align: baseline;
}

@media screen and (min-width: 751px) {
  .-schedule .c-block__info-txt .p-in-cap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .-schedule .c-block__info-txt .p-in-cap {
    margin-bottom: 1%;
  }
}
.c-block__info-txt .p-in-txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 0 3.5% 40px;
}
.c-block__info-txt .p-in-txt .--not {
  text-decoration: line-through;
}
.c-block__info-txt .p-in-txt .--not a {
  pointer-events: none;
}
.c-block__info-txt .p-in-txt strong {
  vertical-align: baseline;
}
.c-block__info-txt .p-in-txt strong.--point {
  color: var(--color-point);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 110%;
}
.c-block__info-txt .p-in-txt_subcap {
  margin: 0.4rem 0 0.25rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 751px) {
  .c-block__info-txt .p-in-txt a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-txt {
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt {
    padding-top: 5px;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 0 4% 25px;
  }
}
.c-block__info-txt .p-in-txt__cap.-bold {
  font-weight: 700;
}

.c-block__info-txt .p-in-txt__cap.-line {
  text-decoration: underline;
}

.c-block__info-txt .p-in-txt__block a {
  color: #ffffff;
  vertical-align: baseline;
}

.c-block__info-txt .p-in-txt__block + .p-in-txt__block {
  margin-top: 0.8em;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__block + .p-in-txt__block {
    margin-top: 1.2em;
  }
}
.c-block__info-txt .p-in-txt__block + .p-in-txt__block.-margin {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__block + .p-in-txt__block.-margin {
    margin-top: 2.4em;
  }
}
.c-block__info-txt .p-in-txt__content + .p-in-txt__content {
  margin-top: 1.2em;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content + .p-in-txt__content {
    margin-top: 1.1em;
  }
}
.c-block__info-txt .p-in-txt__content .-indent {
  padding: 0 1em;
  margin-top: 0.6em;
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content .-indent {
    margin-top: 0.5em;
  }
}
.c-block__info-txt .p-in-txt__content_cap {
  color: var(--color-gold);
  font-size: 18px;
  font-size: 1.4vw;
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content_cap {
    font-size: 13px;
    font-size: 3.4vw;
  }
}
.c-block__info-txt .p-in-txt__content_cap strong {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid var(--color-gold);
  font-size: 12px;
  font-weight: bold;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content_cap strong {
    padding: 1px 4px;
    font-size: 90%;
  }
}
.c-block__info-txt .p-in-txt__content .p-in-box {
  border: 1px solid var(--color-gold);
  margin-top: 1rem;
  padding: 1rem;
}
.c-block__info-txt .p-in-txt__content .p-in-box.--point {
  border: 1px solid var(--color-point);
}

.c-block__info-txt .p-in-txt__content .-indent span {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.c-block__info-txt .p-in-txt__content .-bold {
  vertical-align: baseline;
  font-weight: 700;
}

.c-block__info-txt .p-in-txt__content .-line {
  vertical-align: baseline;
  text-decoration: underline;
}

.c-block__info-txt .p-in-txt__content .-small {
  vertical-align: baseline;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content .-small {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.c-block__info-txt .p-in-txt__content .-img {
  max-width: 100%;
}

.c-block__info-txt .p-in-txt__content .-img.-ticket {
  width: 50%;
  max-width: 720px;
  margin: 1.5em 0;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content .-img.-ticket {
    width: 100%;
  }
}
.c-block__info-txt .p-in-txt__content .-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-block__info-txt .p-in-txt__content .-list.-dot li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.c-block__info-txt .p-in-txt__content .-note li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-txt__content .-note li {
    font-size: 13px;
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content .-note li {
    font-size: 11px;
    font-size: 2.8vw;
    line-height: 1.8;
  }
}
.c-block__info-txt .p-in-txt__content .-note.-dot li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-txt__content .-note.-middle li {
    font-size: 80%;
  }
}
.c-block__info-txt .p-in-price {
  padding: 0 3.5% 40px;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-price {
    padding: 0 4% 25px;
  }
}
.c-block__info-txt .p-in-price .-note {
  margin-top: 1em;
}

.c-block__info-txt .p-in-price .-note li {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-price .-note li {
    font-size: 13px;
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-price .-note li {
    font-size: 10px;
    font-size: 2.5vw;
    line-height: 1.8;
  }
}
.c-block__info-txt .p-in-date {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-date {
    font-size: 24px;
    font-size: 1.85vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-date {
    font-size: 16px;
    font-size: 4.3vw;
    letter-spacing: 0.02em;
  }
}
.c-block__info-txt .p-in-date .-year {
  font-size: 14px;
  letter-spacing: 0.08em;
  vertical-align: baseline;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-date .-year {
    font-size: 14px;
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-date .-year {
    font-size: 13px;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }
}
.c-block__info-txt .p-in-link {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.c-block__info-txt .p-in-link + .p-in-link {
  margin-top: 5px;
}

.c-block__info-txt .p-in-link.-place {
  font-size: 22px;
  letter-spacing: 0.04em;
}

.c-block__info-txt .p-in-link a {
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .c-block__info-txt .p-in-link a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-link {
    font-size: 16px;
    font-size: 1.26vw;
  }
  .c-block__info-txt .p-in-link.-place {
    font-size: 22px;
    font-size: 1.72vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-link {
    margin-top: 2%;
    font-size: 14px;
    font-size: 3.75vw;
    letter-spacing: 0.1em;
  }
  .c-block__info-txt .p-in-link.-place {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .c-block__info-txt .p-in-link + .p-in-link {
    margin-top: 1%;
  }
}
.c-block__info-txt .p-in-note {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-note {
    margin-top: 3%;
  }
}
.c-block__info-txt .p-in-note li {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-note li {
    font-size: 13px;
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-note li {
    font-size: 11px;
    font-size: 2.8vw;
    line-height: 1.8;
  }
}
.c-block__info-txt .p-in-price {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-price {
    font-size: 20px;
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-price {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7;
  }
}
.c-block__info-txt .p-in-price .-small {
  vertical-align: baseline;
  font-size: 15px;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-block__info-txt .p-in-price .-small {
    font-size: 15px;
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-txt .p-in-price .-small {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.c-block__info-txt .p-in-price .-small + .-small {
  padding-left: 0.5em;
}

@media screen and (min-width: 751px) {
  .-schedule .c-block__info-img {
    max-width: 556px;
    width: 52%;
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 750px) {
  .c-block__info-img {
    max-width: 556px;
    width: 100%;
    margin: 4.5% auto 0;
  }
}
.c-list {
  padding: 6px 0;
}

@media screen and (max-width: 750px) {
  .c-list {
    padding: 1.3% 0;
  }
}
.c-list__item {
  position: relative;
  padding: 16px 0 20px;
}

@media screen and (min-width: 751px) {
  .c-list__item {
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    background: rgba(85, 85, 85, 0);
  }
  .c-list__item:hover {
    background: rgba(85, 85, 85, 0.5);
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
}
@media screen and (max-width: 750px) {
  .c-list__item {
    padding: 3.2% 0 5%;
  }
}
.c-list__item a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-list__item + .c-list__item {
  border-top: 1px solid #555555;
}

.c-list__item-date {
  color: var(--color-point);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-list__item-date {
    font-size: 10px;
    font-size: 2.5vw;
    letter-spacing: 0.05em;
  }
}

.c-list__item-title {
  margin-top: 4px;
  height: 1em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .c-list__item-title {
    font-size: 11px;
    font-size: 2.95vw;
  }
}
.c-pagination {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  .c-pagination {
    margin-top: 8.5%;
    font-size: 15px;
    font-size: 4vw;
  }
}
.c-pagination__arrow {
  width: 47px;
}

@media screen and (max-width: 750px) {
  .c-pagination__arrow {
    width: 11%;
    max-width: 70px;
  }
}
.c-pagination__arrow a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .c-pagination__arrow a img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__arrow a:hover img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.c-pagination__arrow.is-disable {
  visibility: hidden;
  pointer-events: none;
}

.c-pagination__arrow.is-disable a {
  pointer-events: none;
}

@media screen and (min-width: 751px) {
  .c-pagination__arrow.-prev a img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .c-pagination__arrow.-prev a:hover img {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
}
@media screen and (min-width: 751px) {
  .c-pagination__arrow.-next a img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .c-pagination__arrow.-next a:hover img {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
.c-pagination__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
}

@media screen and (max-width: 750px) {
  .c-pagination__num {
    margin: 0 2.5em;
  }
}
.c-pagination__num-item {
  text-align: center;
}

.c-pagination__num-item.is-current {
  pointer-events: none;
}

@media screen and (min-width: 751px) {
  .c-pagination__num-item a {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .c-pagination__num-item:hover a {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: var(--color-gold);
  }
}
.c-pagination__num-item + .c-pagination__num-item {
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .c-pagination__num-item + .c-pagination__num-item {
    margin-left: 1.6em;
  }
}
.c-pagination__num-item.is-current a {
  color: var(--color-gold);
}

.c-pagination__num-item a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.c-article__head {
  padding: 26px 0 20px;
}

@media screen and (max-width: 750px) {
  .c-article__head {
    padding: 12px 0 13px;
  }
}
.c-article__head-date {
  color: var(--color-point);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .c-article__head-date {
    font-size: 10px;
    font-size: 2.5vw;
    letter-spacing: 0.05em;
  }
}
.c-article__head-title {
  margin-top: 2px;
  overflow: hidden;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .c-article__head-title {
    font-size: 13px;
    font-size: 3.45vw;
    letter-spacing: 0.1em;
  }
}
.c-article__body {
  border-top: 1px solid #555555;
  padding: 18px 0 25px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  .c-article__body {
    padding: 8px 0 18px;
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
}
.c-article__body img,
.c-article__body video,
.c-article__body iframe {
  display: block;
  max-width: 100%;
  margin: 1em 0;
}

.c-article__body a {
  color: var(--color-gold);
}

@media screen and (min-width: 751px) {
  .c-article__body a:hover {
    text-decoration: none;
  }
}
.c-back {
  max-width: 70px;
  margin: 41px auto 0;
}

@media screen and (min-width: 751px) {
  .c-back a img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .c-back a:hover img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
}
@media screen and (max-width: 750px) {
  .c-back {
    margin-top: 6.5%;
    width: 14.75%;
  }
}
.c-btn {
  display: block;
  background: var(--color-gold);
  color: #ffffff;
  text-decoration: none !important;
  text-align: center;
  padding: 19px 10px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .c-btn {
    font-size: 18px;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn {
    font-size: 13px;
    font-size: 3.4vw;
    letter-spacing: normal;
    padding: 4.6%;
  }
}
.c-footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 46px;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .c-footer {
    text-align: right;
  }
  [data-page=top] .c-footer {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .c-footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 751px) {
  .c-footer__inner {
    padding-left: 300px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-footer__inner {
    padding-left: 250px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__inner {
    padding-top: 7.5%;
  }
}
.c-footer__inner-content {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

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

@media screen and (min-width: 751px) {
  .c-footer__share {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  [data-page=top] .c-footer__share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-footer__share-item {
  width: 28px;
}

@media screen and (min-width: 751px) {
  .c-footer__share-item + .c-footer__share-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__share-item {
    width: 22px;
    margin: 0 8px;
  }
}
.c-footer__share-item a {
  display: block;
  width: 100%;
}

.c-footer__link {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 751px) {
  .c-footer__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  [data-page=top] .c-footer__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__link {
    margin-top: 8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-footer__link-item {
  position: relative;
}

.c-footer__link-item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 80%;
  background: #ffffff;
}

.c-footer__link-item a {
  display: block;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .c-footer__link-item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .c-footer__link-item a {
    font-size: 10px;
    font-size: 2.5vw;
    letter-spacing: 0.06em;
    padding: 0 1.2em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 751px) {
  .c-footer__link-item:last-child a {
    padding-right: 0px;
  }
}
.c-footer__note {
  margin-top: 11px;
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .c-footer__note {
    font-size: 10px;
    font-size: 2.5vw;
    line-height: 1.6;
    margin-top: 4%;
  }
}
.c-footer__copy {
  margin-top: 8px;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .c-footer__copy {
    margin-top: 4%;
    font-size: 10px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 751px) {
  .u-hover__opacity {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 1;
  }
  .u-hover__opacity:hover {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0.7;
  }
}
.global_portal_pc {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.global_portal_pc .portal_global--menu ul {
  max-width: 1300px;
  width: 100% !important;
}

.global_portal_pc .portal_global--menu ul li {
  max-width: 260px;
  width: 20% !important;
}

.l-footer__jump {
  width: 16.56%;
  max-width: 324px;
  display: inline-block;
  padding: 28px 0 9px;
}
@media screen and (max-width:750px) {
  .l-footer__jump {
    width: 34.72vw;
    padding: 12.8vw 0 2vw;
  }
}
.l-footer__jump_link {
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
@media screen and (min-width:751px) {
  .l-footer__jump_link:hover {
    opacity: 0.5;
  }
}

.p-page__topbnr-btn {
  display: block;
  position: relative;
  width: 540px;
  height: 60px;
  margin: 0 auto 70px;
  padding: 5px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  background: var(--color-gold);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, -webkit-filter 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, filter 2s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease, filter 2s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width:750px) {
  .p-page__topbnr-btn {
    width: 100%;
    margin-bottom: 15%;
  }
}
@media screen and (min-width:751px) {
  .p-page__topbnr-btn {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-page__topbnr-btn:hover {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.--live .p-page__topbnr-btn {
  height: auto;
  margin-top: 70px;
}
@media screen and (max-width:750px) {
  .--live .p-page__topbnr-btn {
    margin-top: 15%;
  }
}
.p-page__topbnr-btn-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
}
.p-page__topbnr-btn-in::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 15px;
  background: url(../../en/assets/img/common/ra_02.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-page__topbnr-btn-txt {
  padding: 0;
  font-size: 18px;
  vertical-align: baseline;
}
.--live .p-page__topbnr-btn-txt {
  padding: 0.8rem 0;
  line-height: 1.3;
}
@media screen and (max-width:750px) {
  .--live .p-page__topbnr-btn-txt {
    font-size: 14px;
  }
}
@media screen and (max-width:750px) {
  .p-page__topbnr-btn-txt {
    width: 90%;
    font-size: 15px;
    font-size: 4vw;
  }
}