@charset "UTF-8";
/* -------------------- resetCSS -------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------- restCSS end -------------------- */
@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html {
  font-size: 62.5%;
}

/* bodyのデフォルトを定義 */
body {
  width: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  vertical-align: bottom;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* その他 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.scroll-stop {
  overflow: hidden;
}

.unlink {
  color: #dedede !important;
  pointer-events: none;
}

.body {
  opacity: 0;
}

.body.is-show {
  opacity: 1;
  transition: all 0.6s ease;
}

@media screen and (min-width: 960px) {
  .tab-only,
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .tab-down-only {
    display: none;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .pc-only,
  .sp-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .pc-only,
  .tab-only,
  .tab-up-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .tab-down-only {
    display: block;
  }
}
@media screen and (min-width: 561px) {
  .tab-up-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: transparent; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-style: normal;
  font-weight: 400;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

body {
  font-feature-settings: "palt";
  background-color: #fdfcfc;
  color: #333333;
  font-family: "ZenOldMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}

body {
  opacity: 0;
}

body.running {
  opacity: 1;
  transition: all 1s;
}

.en {
  font-family: "Manrope", serif !important;
  letter-spacing: 0.1em;
}

.mincho {
  font-family: "ZenOldMincho", serif !important;
}

.zen_kaku {
  font-family: "ZenKakuGothicAntique", sans-serif !important;
  letter-spacing: 0.16em;
}

.nolink {
  opacity: 0.5 !important;
  pointer-events: none;
}

.swiper-button {
  position: absolute;
  z-index: 10;
}

.Anime {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.Anime.run {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  -webkit-transition: 0.3s;
  opacity: 0;
  transition: 0.3s;
}

.fadeIn_up {
  -webkit-transform: translate(0, 6px);
  -webkit-transition: 0.6s;
  opacity: 0;
  transform: translate(0, 6px);
  transition: 0.6s;
}

.fadeIn_down {
  -webkit-transform: translate(0, -20px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(0, -20px);
  transition: 0.8s;
}

.fadeIn_right {
  -webkit-transform: translate(20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(20px, 0px);
  transition: 0.8s;
}

.fadeIn_left {
  -webkit-transform: translate(-20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: 0.8s;
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay15 {
  transition-delay: 1.5s;
}

.delay16 {
  transition-delay: 1.6s;
}

.delay17 {
  transition-delay: 1.7s;
}

.delay18 {
  transition-delay: 1.8s;
}

.blur {
  filter: blur(15px);
}
.blur.run {
  filter: blur(0px);
}

.transition01 {
  transition: 1s;
}

.transition02 {
  transition: 2s;
}

.transition03 {
  transition: 3s;
}

.transition010 {
  transition: 10s;
}

header {
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 560px) {
  header {
    height: 140px;
  }
}
header .header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 40px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  header .header_inner {
    align-items: flex-start;
    padding: 10px 0 0 20px;
  }
}
header .logo {
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}
header .logo.none {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
header .logo.none_ham {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
header .logo.colorChange a {
  color: #101010;
  transition: all 0.3s ease;
}
header .logo a {
  color: #fff;
  transition: all 0.3s ease;
}
header .logo .logo_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  header .logo .logo_inner {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
}
header .logo .logo_image {
  margin-right: 15px;
  opacity: 1;
  transition: all 0.3s ease;
  width: 57px;
}
header .logo .logo_image.colorChange {
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  header .logo .logo_image {
    margin-bottom: 10px;
    margin-right: 0;
    width: 54px;
  }
}
header .logo .logo_text {
  display: flex;
  flex-direction: column;
  gap: 0;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 5px;
  white-space: nowrap;
}
header .logo .logo_text_en {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  header .logo .logo_text_en {
    font-size: 12px;
  }
}
header .logo .logo_text_zen_kaku {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  header .logo .logo_text_zen_kaku {
    font-size: 10px;
    margin-top: 5px;
  }
}
header .tab-down-only_inner {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
header .header_menu {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 560px) {
  header .header_menu {
    padding: 0 20px;
  }
}
header .header_menu .menu_item {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
header .header_menu .menu_item.colorChange {
  color: #101010;
}
header .header_menu .menu_item::after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease, left 0.3s ease;
  width: 0;
}
header .header_menu .menu_item::after.colorChange {
  background-color: #101010;
}
header .header_menu .menu_item:hover::after {
  bottom: -2px;
  left: 0;
  width: 100%;
}
header .header_menu span {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  header .header_menu span {
    font-size: 14px;
  }
}
header .header_menu .reservation_btn {
  align-items: center;
  background-color: #101010;
  border-radius: 27px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  padding: 10px 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 211px;
}
header .header_menu .reservation_btn::before {
  content: url(../image/reserve_icon.svg);
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .header_menu .reservation_btn::after {
  content: url(../image/right_arrow.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
header .header_menu .reservation_btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
header .header_menu .reservation_btn:hover::after {
  transform: translateY(-50%) translateX(5px);
  transition: all 0.3s ease;
}
header .header_menu .reservation_btn .reservation_btn_text.en {
  font-weight: 300;
}
header .header_menu .reservation_btn .reservation_btn_text.zen_kaku {
  font-size: 10px;
}
header .reservation_btn_sp {
  display: none;
}
@media screen and (max-width: 959px) {
  header .reservation_btn_sp {
    align-items: center;
    background-color: #101010;
    border-radius: 27px;
    color: #fff;
    display: flex;
    font-size: 11px;
    gap: 4px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 13px 0;
    position: relative;
    transition: all 0.3s ease;
    width: 162px;
  }
  header .reservation_btn_sp .reservation_btn_text.en {
    font-weight: 300;
  }
  header .reservation_btn_sp .reservation_btn_text.zen_kaku {
    font-size: 10px;
  }
  header .reservation_btn_sp.none {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
}
header .hamburger {
  bottom: 7px;
  cursor: pointer;
  height: 30px;
  position: relative;
  right: 20px;
  width: 30px;
  z-index: 20;
}
header .hamburger span {
  background-color: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
header .hamburger span.colorChange {
  background-color: #101010;
}
header .hamburger span:nth-child(1) {
  top: 13px;
}
header .hamburger span:nth-child(2) {
  top: 25px;
}
header .hamburger.active span {
  background-color: #fff;
}
header .hamburger.active span:nth-child(1) {
  transform: translateY(4px) rotate(-45deg);
}
header .hamburger.active span:nth-child(2) {
  transform: translateY(-8px) rotate(45deg);
}

.ham_menu {
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.ham_menu .ham_menu_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 100vh;
  padding: 145px 10% 0;
  position: relative;
}
.ham_menu .ham_menu_inner::before {
  background-color: #222222;
  content: "";
  filter: brightness(50%);
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ham_menu .menu_item {
  align-items: flex-start;
  display: flex;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  gap: 30px;
  gap: 28px;
  letter-spacing: 0;
  line-height: 1;
}
.ham_menu .menu_item a {
  color: #fff;
}
.ham_menu .ham_menu_btn {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 80px;
}
.ham_menu .ham_menu_btn .reservation_btn {
  align-items: center;
  background-color: #ffffff;
  border-radius: 27px;
  color: #101010;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  max-width: 300px;
  padding: 19px 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 88%;
}
@media screen and (max-width: 959px) {
  .ham_menu .ham_menu_btn .reservation_btn {
    max-width: 340px;
    padding: 19px 10px;
    width: 100%;
  }
}
.ham_menu .ham_menu_btn .reservation_btn::before {
  content: url(../image/reserve_icon_bk.svg);
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .ham_menu .ham_menu_btn .reservation_btn::before {
    left: 34px;
  }
}
.ham_menu .ham_menu_btn .reservation_btn::after {
  content: url(../image/right_arrow_bk.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .ham_menu .ham_menu_btn .reservation_btn::after {
    right: 34px;
  }
}
.ham_menu .ham_menu_btn .reservation_btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.ham_menu .ham_menu_btn .reservation_btn:hover::after {
  transform: translateY(-50%) translateX(5px);
  transition: all 0.3s ease;
}
.ham_menu .ham_menu_btn .reservation_btn .reservation_btn_text.en {
  font-weight: 300;
}
.ham_menu .ham_menu_btn .reservation_btn .reservation_btn_text.zen_kaku {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .ham_menu .ham_menu_btn .reservation_btn .reservation_btn_text.zen_kaku {
    font-size: 11px;
  }
}

body.scroll-stop {
  overflow: hidden;
}

footer {
  background-color: #101010;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
footer .footer_inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  footer .footer_inner {
    padding: 47px 0 0;
  }
}
footer .footer_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  footer .footer_top {
    align-items: center;
    flex-direction: column;
  }
}
footer .logo {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  footer .logo {
    margin-bottom: 40px;
  }
}
footer .logo a {
  color: #fff;
}
footer .logo .logo_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  footer .logo .logo_inner {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
}
footer .logo .logo_image {
  margin-right: 21px;
  width: 96px;
}
@media screen and (max-width: 959px) {
  footer .logo .logo_image {
    margin-right: 0;
    width: 80px;
  }
}
footer .logo .logo_text {
  display: flex;
  flex-direction: column;
  gap: 0;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  footer .logo .logo_text {
    align-items: center;
  }
}
footer .logo .logo_text_en {
  font-size: 16px;
}
footer .logo .logo_text_zen_kaku {
  font-size: 11px;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  footer .logo .logo_text_zen_kaku {
    margin-top: 10px;
  }
}
footer .footer_btn {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  footer .footer_btn {
    width: 100%;
  }
}
footer .footer_btn .reservation_btn {
  align-items: center;
  background-color: #ffffff;
  border-radius: 27px;
  color: #101010;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  padding: 16px 10px;
  position: relative;
  transition: all 0.3s ease;
  width: 277px;
}
@media screen and (max-width: 959px) {
  footer .footer_btn .reservation_btn {
    max-width: 340px;
    padding: 19px 10px;
    width: 100%;
  }
}
footer .footer_btn .reservation_btn::before {
  content: url(../image/reserve_icon_bk.svg);
  left: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  footer .footer_btn .reservation_btn::before {
    left: 34px;
  }
}
footer .footer_btn .reservation_btn::after {
  content: url(../image/right_arrow_bk.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  footer .footer_btn .reservation_btn::after {
    right: 34px;
  }
}
footer .footer_btn .reservation_btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
footer .footer_btn .reservation_btn:hover::after {
  transform: translateY(-50%) translateX(5px);
  transition: all 0.3s ease;
}
footer .footer_btn .reservation_btn .reservation_btn_text.en {
  font-weight: 300;
}
footer .footer_btn .reservation_btn .reservation_btn_text.zen_kaku {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  footer .footer_btn .reservation_btn .reservation_btn_text.zen_kaku {
    font-size: 11px;
  }
}
footer .footer_bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}
footer .footer_bottom .footer_bottom_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner {
    align-items: center;
    flex-direction: column;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left {
  align-items: center;
  border-right: 1px solid #bebebe;
  display: flex;
  justify-content: space-between;
  width: 40%;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left {
    border-bottom: 1px solid #bebebe;
    border-right: none;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info {
    width: 100%;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info .footer_info_item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 26px;
  width: 100%;
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info .footer_info_item:last-child {
  margin-bottom: 0;
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info .footer_info_item_title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 110px;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info .footer_info_item_title {
    max-width: 120px;
    width: 35%;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_left .footer_info .footer_info_item_text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 8px;
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul {
    gap: 20px;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:first-child {
  margin-bottom: 33px;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:first-child {
    display: none;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:last-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:last-child {
    margin-bottom: 0;
    padding: 30px 0 50px;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:last-child li a.zen_kaku {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul:last-child li a.zen_kaku {
    font-size: 10px;
  }
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .footer_menu ul li a.en {
  font-weight: 500;
}
footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_right .copywrite {
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.16em;
  line-height: 1;
}

#bottom_wave_container {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#bottom_wave {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loop_text_wapper {
  background-color: #fdfcfc;
  bottom: -160px;
  margin: -160px 0 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .loop_text_wapper {
    bottom: -120px;
  }
}

.loop_text {
  animation: loopSlide 70s linear infinite;
  color: #f5eeea;
  display: inline-block;
  font-size: 178px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .loop_text {
    font-size: 94px;
  }
}

@keyframes loopSlide {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */