@charset "UTF-8";
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	webp背景画像を指定する
 */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/**
  color
 */
:root {
  --col_gold: #ceb36e;
  --col_gold_dark: #b1995c;
  --col_red: #a60000;
  --col_black: #000;
  --col_beige: #ede3d6;
}

/**
  font size
  PC: 1280px 基準
  SP: 375px 基準
 */
:root {
  --pc_base_width: 1280;
  --sp_base_width: 390;
  /* PCとSPのmin値の係数
  ex) 20px指定で0.875の場合、最小値は 20 * 0.875pxとなる
  */
  --pc_min_ratio: 0.825;
  --sp_min_ratio: 0.82;
  --f10: clamp(
          calc(10 * var(--pc_min_ratio) / 16 * 1rem),
          calc(10 / var(--pc_base_width) * 100vw),
          calc(10 / 16 * 1rem)
  );
  --f11: clamp(
          calc(11 * var(--pc_min_ratio) / 16 * 1rem),
          calc(11 / var(--pc_base_width) * 100vw),
          calc(11 / 16 * 1rem)
  );
  --f12: clamp(
          calc(12 * var(--pc_min_ratio) / 16 * 1rem),
          calc(12 / var(--pc_base_width) * 100vw),
          calc(12 / 16 * 1rem)
  );
  --f13: clamp(
          calc(13 * var(--pc_min_ratio) / 16 * 1rem),
          calc(13 / var(--pc_base_width) * 100vw),
          calc(13 / 16 * 1rem)
  );
  --f14: clamp(
          calc(14 * var(--pc_min_ratio) / 16 * 1rem),
          calc(14 / var(--pc_base_width) * 100vw),
          calc(14 / 16 * 1rem)
  );
  --f15: clamp(
          calc(15 * var(--pc_min_ratio) / 16 * 1rem),
          calc(15 / var(--pc_base_width) * 100vw),
          calc(15 / 16 * 1rem)
  );
  --f16: clamp(
          calc(16 * var(--pc_min_ratio) / 16 * 1rem),
          calc(16 / var(--pc_base_width) * 100vw),
          calc(16 / 16 * 1rem)
  );
  --f17: clamp(
          calc(17 * var(--pc_min_ratio) / 16 * 1rem),
          calc(17 / var(--pc_base_width) * 100vw),
          calc(17 / 16 * 1rem)
  );
  --f18: clamp(
          calc(18 * var(--pc_min_ratio) / 16 * 1rem),
          calc(18 / var(--pc_base_width) * 100vw),
          calc(18 / 16 * 1rem)
  );
  --f19: clamp(
          calc(19 * var(--pc_min_ratio) / 16 * 1rem),
          calc(19 / var(--pc_base_width) * 100vw),
          calc(19 / 16 * 1rem)
  );
  --f20: clamp(
          calc(20 * var(--pc_min_ratio) / 16 * 1rem),
          calc(20 / var(--pc_base_width) * 100vw),
          calc(20 / 16 * 1rem)
  );
  --f21: clamp(
          calc(21 * var(--pc_min_ratio) / 16 * 1rem),
          calc(21 / var(--pc_base_width) * 100vw),
          calc(21 / 16 * 1rem)
  );
  --f22: clamp(
          calc(22 * var(--pc_min_ratio) / 16 * 1rem),
          calc(22 / var(--pc_base_width) * 100vw),
          calc(22 / 16 * 1rem)
  );
  --f23: clamp(
          calc(23 * var(--pc_min_ratio) / 16 * 1rem),
          calc(23 / var(--pc_base_width) * 100vw),
          calc(23 / 16 * 1rem)
  );
  --f24: clamp(
          calc(24 * var(--pc_min_ratio) / 16 * 1rem),
          calc(24 / var(--pc_base_width) * 100vw),
          calc(24 / 16 * 1rem)
  );
  --f25: clamp(
          calc(25 * var(--pc_min_ratio) / 16 * 1rem),
          calc(25 / var(--pc_base_width) * 100vw),
          calc(25 / 16 * 1rem)
  );
  --f26: clamp(
          calc(26 * var(--pc_min_ratio) / 16 * 1rem),
          calc(26 / var(--pc_base_width) * 100vw),
          calc(26 / 16 * 1rem)
  );
  --f27: clamp(
          calc(27 * var(--pc_min_ratio) / 16 * 1rem),
          calc(27 / var(--pc_base_width) * 100vw),
          calc(27 / 16 * 1rem)
  );
  --f28: clamp(
          calc(28 * var(--pc_min_ratio) / 16 * 1rem),
          calc(28 / var(--pc_base_width) * 100vw),
          calc(28 / 16 * 1rem)
  );
  --f29: clamp(
          calc(29 * var(--pc_min_ratio) / 16 * 1rem),
          calc(29 / var(--pc_base_width) * 100vw),
          calc(29 / 16 * 1rem)
  );
  --f30: clamp(
          calc(30 * var(--pc_min_ratio) / 16 * 1rem),
          calc(30 / var(--pc_base_width) * 100vw),
          calc(30 / 16 * 1rem)
  );
  --f31: clamp(
          calc(31 * var(--pc_min_ratio) / 16 * 1rem),
          calc(31 / var(--pc_base_width) * 100vw),
          calc(31 / 16 * 1rem)
  );
  --f32: clamp(
          calc(32 * var(--pc_min_ratio) / 16 * 1rem),
          calc(32 / var(--pc_base_width) * 100vw),
          calc(32 / 16 * 1rem)
  );
  --f33: clamp(
          calc(33 * var(--pc_min_ratio) / 16 * 1rem),
          calc(33 / var(--pc_base_width) * 100vw),
          calc(33 / 16 * 1rem)
  );
  --f34: clamp(
          calc(34 * var(--pc_min_ratio) / 16 * 1rem),
          calc(34 / var(--pc_base_width) * 100vw),
          calc(34 / 16 * 1rem)
  );
  --f35: clamp(
          calc(35 * var(--pc_min_ratio) / 16 * 1rem),
          calc(35 / var(--pc_base_width) * 100vw),
          calc(35 / 16 * 1rem)
  );
  --f36: clamp(
          calc(36 * var(--pc_min_ratio) / 16 * 1rem),
          calc(36 / var(--pc_base_width) * 100vw),
          calc(36 / 16 * 1rem)
  );
  --f37: clamp(
          calc(37 * var(--pc_min_ratio) / 16 * 1rem),
          calc(37 / var(--pc_base_width) * 100vw),
          calc(37 / 16 * 1rem)
  );
  --f38: clamp(
          calc(38 * var(--pc_min_ratio) / 16 * 1rem),
          calc(38 / var(--pc_base_width) * 100vw),
          calc(38 / 16 * 1rem)
  );
  --f39: clamp(
          calc(39 * var(--pc_min_ratio) / 16 * 1rem),
          calc(39 / var(--pc_base_width) * 100vw),
          calc(39 / 16 * 1rem)
  );
  --f40: clamp(
          calc(40 * var(--pc_min_ratio) / 16 * 1rem),
          calc(40 / var(--pc_base_width) * 100vw),
          calc(40 / 16 * 1rem)
  );
  --f64: clamp(calc(64 * var(--pc_min_ratio) / 16 * 1rem), calc(64 / var(--pc_base_width) * 100vw), 4rem); /* 64px */
  --f44: clamp(calc(44 * var(--pc_min_ratio) / 16 * 1rem), calc(44 / var(--pc_base_width) * 100vw), 2.75rem); /* 44px */
}
@media only screen and (max-width: 768px) {
  :root {
    --f64: clamp(calc(64 * var(--sp_min_ratio) / 16 * 1rem), calc(64 / var(--sp_base_width) * 100vw), 4rem); /* 64px */
    --f44: clamp(calc(44 * var(--sp_min_ratio) / 16 * 1rem), calc(44 / var(--sp_base_width) * 100vw), 2.75rem); /* 44px */
    --f10: clamp(
            calc(10 * var(--sp_min_ratio) / 16 * 1rem),
            calc(10 / var(--sp_base_width) * 100vw),
            calc(10 / 16 * 1rem)
    );
    --f11: clamp(
            calc(11 * var(--sp_min_ratio) / 16 * 1rem),
            calc(11 / var(--sp_base_width) * 100vw),
            calc(11 / 16 * 1rem)
    );
    --f12: clamp(
            calc(12 * var(--sp_min_ratio) / 16 * 1rem),
            calc(12 / var(--sp_base_width) * 100vw),
            calc(12 / 16 * 1rem)
    );
    --f13: clamp(
            calc(13 * var(--sp_min_ratio) / 16 * 1rem),
            calc(13 / var(--sp_base_width) * 100vw),
            calc(13 / 16 * 1rem)
    );
    --f14: clamp(
            calc(14 * var(--sp_min_ratio) / 16 * 1rem),
            calc(14 / var(--sp_base_width) * 100vw),
            calc(14 / 16 * 1rem)
    );
    --f15: clamp(
            calc(15 * var(--sp_min_ratio) / 16 * 1rem),
            calc(15 / var(--sp_base_width) * 100vw),
            calc(15 / 16 * 1rem)
    );
    --f16: clamp(
            calc(16 * var(--sp_min_ratio) / 16 * 1rem),
            calc(16 / var(--sp_base_width) * 100vw),
            calc(16 / 16 * 1rem)
    );
    --f17: clamp(
            calc(17 * var(--sp_min_ratio) / 16 * 1rem),
            calc(17 / var(--sp_base_width) * 100vw),
            calc(17 / 16 * 1rem)
    );
    --f18: clamp(
            calc(18 * var(--sp_min_ratio) / 16 * 1rem),
            calc(18 / var(--sp_base_width) * 100vw),
            calc(18 / 16 * 1rem)
    );
    --f19: clamp(
            calc(19 * var(--sp_min_ratio) / 16 * 1rem),
            calc(19 / var(--sp_base_width) * 100vw),
            calc(19 / 16 * 1rem)
    );
    --f20: clamp(
            calc(20 * var(--sp_min_ratio) / 16 * 1rem),
            calc(20 / var(--sp_base_width) * 100vw),
            calc(20 / 16 * 1rem)
    );
    --f21: clamp(
            calc(21 * var(--sp_min_ratio) / 16 * 1rem),
            calc(21 / var(--sp_base_width) * 100vw),
            calc(21 / 16 * 1rem)
    );
    --f22: clamp(
            calc(22 * var(--sp_min_ratio) / 16 * 1rem),
            calc(22 / var(--sp_base_width) * 100vw),
            calc(22 / 16 * 1rem)
    );
    --f23: clamp(
            calc(23 * var(--sp_min_ratio) / 16 * 1rem),
            calc(23 / var(--sp_base_width) * 100vw),
            calc(23 / 16 * 1rem)
    );
    --f24: clamp(
            calc(24 * var(--sp_min_ratio) / 16 * 1rem),
            calc(24 / var(--sp_base_width) * 100vw),
            calc(24 / 16 * 1rem)
    );
    --f25: clamp(
            calc(25 * var(--sp_min_ratio) / 16 * 1rem),
            calc(25 / var(--sp_base_width) * 100vw),
            calc(25 / 16 * 1rem)
    );
    --f26: clamp(
            calc(26 * var(--sp_min_ratio) / 16 * 1rem),
            calc(26 / var(--sp_base_width) * 100vw),
            calc(26 / 16 * 1rem)
    );
    --f27: clamp(
            calc(27 * var(--sp_min_ratio) / 16 * 1rem),
            calc(27 / var(--sp_base_width) * 100vw),
            calc(27 / 16 * 1rem)
    );
    --f28: clamp(
            calc(28 * var(--sp_min_ratio) / 16 * 1rem),
            calc(28 / var(--sp_base_width) * 100vw),
            calc(28 / 16 * 1rem)
    );
    --f29: clamp(
            calc(29 * var(--sp_min_ratio) / 16 * 1rem),
            calc(29 / var(--sp_base_width) * 100vw),
            calc(29 / 16 * 1rem)
    );
    --f30: clamp(
            calc(30 * var(--sp_min_ratio) / 16 * 1rem),
            calc(30 / var(--sp_base_width) * 100vw),
            calc(30 / 16 * 1rem)
    );
    --f31: clamp(
            calc(31 * var(--sp_min_ratio) / 16 * 1rem),
            calc(31 / var(--sp_base_width) * 100vw),
            calc(31 / 16 * 1rem)
    );
    --f32: clamp(
            calc(32 * var(--sp_min_ratio) / 16 * 1rem),
            calc(32 / var(--sp_base_width) * 100vw),
            calc(32 / 16 * 1rem)
    );
    --f33: clamp(
            calc(33 * var(--sp_min_ratio) / 16 * 1rem),
            calc(33 / var(--sp_base_width) * 100vw),
            calc(33 / 16 * 1rem)
    );
    --f34: clamp(
            calc(34 * var(--sp_min_ratio) / 16 * 1rem),
            calc(34 / var(--sp_base_width) * 100vw),
            calc(34 / 16 * 1rem)
    );
    --f35: clamp(
            calc(35 * var(--sp_min_ratio) / 16 * 1rem),
            calc(35 / var(--sp_base_width) * 100vw),
            calc(35 / 16 * 1rem)
    );
    --f36: clamp(
            calc(36 * var(--sp_min_ratio) / 16 * 1rem),
            calc(36 / var(--sp_base_width) * 100vw),
            calc(36 / 16 * 1rem)
    );
    --f37: clamp(
            calc(37 * var(--sp_min_ratio) / 16 * 1rem),
            calc(37 / var(--sp_base_width) * 100vw),
            calc(37 / 16 * 1rem)
    );
    --f38: clamp(
            calc(38 * var(--sp_min_ratio) / 16 * 1rem),
            calc(38 / var(--sp_base_width) * 100vw),
            calc(38 / 16 * 1rem)
    );
    --f39: clamp(
            calc(39 * var(--sp_min_ratio) / 16 * 1rem),
            calc(39 / var(--sp_base_width) * 100vw),
            calc(39 / 16 * 1rem)
    );
    --f40: clamp(
            calc(40 * var(--sp_min_ratio) / 16 * 1rem),
            calc(40 / var(--sp_base_width) * 100vw),
            calc(40 / 16 * 1rem)
    );
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/*img, picture {
  max-width: 100%;
  display: block
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /*@include mq-sp-slim {
    font-size: calc(100 * 16 / 350 * 0.625vw);
  }*/
  /*  @include mq-fromto(0, 768) {
      font-size: calc(100 * 16 / 375 * 0.625vw);
    }
    @include mq-fromto(769, 1440) {
      font-size: calc(100 * 16 / 1280 * 0.625vw);
    }
    @include mq-min(1441){
      font-size: 70.5%;
    }*/
}

body {
  font-size: var(--f13);
  color: var(--col_black);
  background-color: var(--col_beige);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overscroll-behavior: none;*/
  -webkit-tap-highlight-color: rgba(216, 40, 40, 0.4);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (min-width:769px) {
  body {
    font-size: var(--f16);
  }
}

body.is-fixed {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: var(--col_black);
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, em, li, dt, dd, th, td {
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

img,
picture {
  width: 100%;
  height: auto;
}

/* 画像のぼやけをなくす（chrome opera） */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}*/
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: var(--col_black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.svg-assets {
  display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	webp背景画像を指定する
 */
.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  width: 30px;
  font-size: 0;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  aspect-ratio: 1/2;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: linear-gradient(90deg, #ccb26b, #f1dba5, #ccb26b);
  background-size: 200% 100%;
  top: calc(50% - 30px);
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  -webkit-mask: url(../imgs/ic_prev.svg) no-repeat center center/contain;
          mask: url(../imgs/ic_prev.svg) no-repeat center center/contain;
  background-color: #fff;
  left: 15px;
  top: calc(50% - 6px);
}
@media print, screen and (min-width:769px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    top: calc(50% - 50px);
    transition: 0.35s background-position;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 10px;
    height: 20px;
    left: 24px;
    top: calc(50% - 10px);
  }
  .slick-prev:hover,
  .slick-next:hover {
    background-position: -100% 0;
  }
}

.slick-prev {
  left: 30px;
}
@media print, screen and (min-width:769px) {
  .slick-prev {
    left: calc(50% - 450px);
  }
}

.slick-next {
  transform: rotate(180deg);
  right: 30px;
}
@media print, screen and (min-width:769px) {
  .slick-next {
    right: calc(50% - 450px);
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -35px;
}
.slick-dots li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background-color: #111;
}
.slick-dots li.slick-active button {
  background-color: var(--col_gold);
}
@media print, screen and (min-width:769px) {
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li {
    height: 40px;
    width: 40px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
}
.l-page-wrapper.--second {
  padding-top: 60px;
}
@media print, screen and (min-width:769px) {
  .l-page-wrapper.--second {
    padding-top: 0;
  }
}

/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1000px + 120px);
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .l-width-std {
    margin-right: auto;
    margin-left: auto;
    /*width: calc(1400px - 120px);*/
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-width-contents {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media print, screen and (min-width:769px) {
  .l-width-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 114.8rem;
  }
}

.l-width-wide {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media print, screen and (min-width:769px) {
  .l-width-wide {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.l-width-compact {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media print, screen and (min-width:769px) {
  .l-width-compact {
    margin-left: auto;
    margin-right: auto;
    width: 90rem;
  }
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  overflow: hidden;
}
/* --------------------------------------------------------------------
  #セカンドユーティリティページレイアウト
 */
.l-subpage {
  padding: 8rem 0 8rem;
}
@media print, screen and (min-width:769px) {
  .l-subpage {
    padding: 12rem 0 12rem;
  }
}

.l-subpage.--complete-page {
  height: calc(100vh - 17.5rem);
}
@media print, screen and (min-width:769px) {
  .l-subpage.--complete-page {
    min-height: 50rem;
    height: calc(100vh - 24.3rem);
  }
}

/* --------------------------------------------------------------------
  #汎用セクションフォーマット
 */
.l-section {
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
}
@media print, screen and (min-width:769px) {
  .l-section {
    margin-bottom: 10rem;
  }
}

/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  height: 0;
  transition: transform 0.3s;
}
@media print, screen and (min-width:769px) {
  .header {
    position: relative;
    height: auto;
  }
}

/**
  ロゴ周り
 */
/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 112;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--col_gold);
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -7px, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 7px, 0);
}
.header__trigger.is-active {
  transform: scale3d(1.01, 1.01, 1);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 1px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -1px, 0) rotate(-45deg);
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    display: none;
  }
}

/**
  ヘッダーボディ（SP時）
 */
.header__body {
  height: 60px;
  background-color: #000;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media print, screen and (min-width:769px) {
  .header__body {
    display: none;
  }
}

.header__logo {
  display: block;
  width: 125px;
}

.header.--top .header__body {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.header.--top.is-scroll .header__body {
  opacity: 1;
  pointer-events: auto;
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
@media only screen and (max-width: 768px) {
  .header-menu {
    display: none;
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .header-menu.is-active {
    display: block;
  }
  .header-menu.is-active .header-menu-inner {
    opacity: 1;
  }
  .header-menu.is-beforeEnter {
    display: block;
  }
  .header-menu.is-enter {
    display: block;
  }
  .header-menu.is-fadeOut {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .header-menu-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 0;
    background-color: rgba(166, 0, 0, 0.9);
    transition: opacity 0.5s;
    opacity: 0;
    overscroll-behavior: contain;
  }
}

.header-menu-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-menu-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

/**
  menu内ロゴ
 */
.header__menu-logo {
  width: 63px;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .header__menu-logo {
    display: none;
  }
}

/**
  グロナビ
 */
@media only screen and (max-width: 768px) {
  .header-gnav-wrap {
    width: 90%;
  }
}
@media print, screen and (min-width:769px) {
  .header-gnav-wrap {
    background: #000;
    width: 100%;
    border-top: 2px solid #ccb36c;
  }
  .header-gnav-wrap .header__gnav {
    height: 102px;
    margin-top: -2px;
    border-top: 2px solid #ff00ff;
    -o-border-image: linear-gradient(90deg, #ccb36c, #e4cd92, #ccb36c) 1;
       border-image: linear-gradient(90deg, #ccb36c, #e4cd92, #ccb36c) 1;
  }
}

/* @media print, screen and (min-width:769px) {
  .header-gnav-wrap.--top {
    position: absolute;
    top: 590px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .header-gnav-wrap.--top {
    top: 54.6vw;
  }
} */

.header__gnav {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .header__gnav {
    height: 110px;
    display: flex;
    justify-content: center;
  }
}

.header__gnav > li > a > em {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .header__gnav > li {
    border-bottom: 1px solid #c55959;
  }
  .header__gnav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 52px;
  }
  .header__gnav > li > a > em {
    font-style: normal;
    font-size: var(--f14);
  }
  .header__gnav > li > a > small {
    display: none;
  }
  .header__gnav > li:last-child {
    border: none;
  }
  .header__gnav > li.is-current > a {
    color: var(--col_gold);
  }
}
@media print, screen and (min-width:769px) {
  .header__gnav > li {
    position: relative;
    overflow: hidden;
    width: 334px;
    border-right: 1px solid;
    -o-border-image: linear-gradient(0deg, #000 10%, #737373 50%, #000 90%) 1;
       border-image: linear-gradient(0deg, #000 10%, #737373 50%, #000 90%) 1;
  }
  .header__gnav > li::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 6px solid #d0b873;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    left: calc(50% - 3px);
    transform: translate3d(0, -100%, 0);
    transition: 0.4s transform;
  }
  .header__gnav > li::after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    bottom: -30px;
    width: 60%;
    height: 50px;
    border-radius: 50%;
    background-color: var(--col_gold);
    filter: blur(14px);
    opacity: 0;
    transition-duration: 0.6s;
    transform: translate3d(0, 10px, 0);
  }
  .header__gnav > li:hover::before, .header__gnav > li.is-current::before {
    transform: translate3d(0, 0, 0);
  }
  .header__gnav > li:hover::after, .header__gnav > li.is-current::after {
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
  }
  .header__gnav > li > a {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
  }
  .header__gnav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 11px;
    background: var(--col_gold);
    -webkit-mask-image: url(../imgs/ic_arrow_a.svg);
            mask-image: url(../imgs/ic_arrow_a.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    right: 55px;
  }
  .header__gnav > li > a > em {
    font-size: var(--f24);
    font-style: normal;
    display: block;
    letter-spacing: 0;
  }
  .header__gnav > li > a > small {
    display: block;
    font-size: var(--f14);
    margin-top: 6px;
    letter-spacing: 0.1em;
  }
  .header__gnav > li:first-child {
    display: none;
  }
  .header__gnav > li:last-child {
    border: none;
  }
}

/**
  下層ヘッダビジュアル
 */
.header-visual {
  display: none;
}
@media print, screen and (min-width:769px) {
  .header-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    background: url(../imgs/header_bg.jpg) no-repeat center top/auto 100%;
  }
}

@media print, screen and (min-width:769px) {
  .header-visual__logo {
    display: block;
    width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ====================================================================

  #フッタ

 */
.footer {
  background-color: #111;
  color: #fff;
  border-top: 2px solid var(--col_gold);
  padding-bottom: 60px;
}
.footer a {
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .footer {
    padding: 0 0 45px;
  }
}

.footer__gnav {
  background-color: var(--col_red);
}
.footer__gnav > li {
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .footer__gnav {
    padding: 10px 5vw;
  }
  .footer__gnav > li {
    font-size: var(--f14);
    text-align: center;
    border-bottom: 1px solid #c55959;
  }
  .footer__gnav > li:last-child {
    border: none;
  }
  .footer__gnav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
  }
  .footer__gnav > li.is-current > a {
    color: var(--col_gold);
  }
}
@media print, screen and (min-width:769px) {
  .footer__gnav {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .footer__gnav > li {
    position: relative;
    font-size: var(--f18);
  }
  .footer__gnav > li > a {
    padding: 0 35px;
    transition: 0.35s color;
  }
  .footer__gnav > li > a:hover {
    color: var(--col_gold);
  }
  .footer__gnav > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    right: -15px;
    top: 0;
  }
  .footer__gnav > li:not(:last-child) {
    margin-right: 20px;
  }
  .footer__gnav > li.is-current > a {
    color: var(--col_gold);
  }
}

.footer-container {
  padding: 35px 0;
}
@media print, screen and (min-width:769px) {
  .footer-container {
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px;
  }
}

.footer__unav > li > a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.footer__unav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  top: calc(50% - 4px);
  background-color: #888888;
  -webkit-mask: url(../imgs/ic_arrow_b.svg) no-repeat center center/contain;
          mask: url(../imgs/ic_arrow_b.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .footer__unav {
    border-top: 1px solid #3c3c3c;
  }
  .footer__unav > li {
    border-bottom: 1px solid #3c3c3c;
  }
  .footer__unav > li > a {
    display: flex;
    align-items: center;
    height: 36px;
    padding-left: 22px;
    font-size: var(--f12);
  }
  .footer__unav > li > a::before {
    left: 10px;
  }
}
@media print, screen and (min-width:769px) {
  .footer__unav {
    display: flex;
  }
  .footer__unav > li:not(:last-child) {
    margin-right: clamp(10px, 2.5vw, 30px);
  }
  .footer__unav > li > a {
    transition: color 0.35s;
    font-size: var(--f14);
    padding-left: 12px;
  }
  .footer__unav > li > a:hover {
    color: var(--col_gold);
  }
}

.footer__ci {
  display: flex;
  width: 52px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .footer__ci {
    width: 80px;
    margin-top: 40px;
  }
}

.footer__copyright {
  font-size: var(--f12);
  text-align: center;
  line-height: 1.35;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (min-width:769px) {
  .footer__copyright {
    font-size: var(--f14);
    margin-top: 60px;
  }
}

.footer__pagetop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.5s;
}
.footer__pagetop > a {
  font-size: var(--f11);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 6px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  width: 65px;
  height: 65px;
  border: 1px solid var(--col_gold);
  border-radius: 50%;
  background-color: #000;
}
.footer__pagetop > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-mask: url(../imgs/ic_arrow_b.svg) no-repeat center center/contain;
          mask: url(../imgs/ic_arrow_b.svg) no-repeat center center/contain;
  top: 12px;
  background-color: var(--col_gold);
  transform: rotate(-90deg);
}
.footer__pagetop.is-active {
  transform: translate3d(0, 0, 0);
}
@media print, screen and (min-width:769px) {
  .footer__pagetop {
    right: 30px;
    bottom: 30px;
  }
  .footer__pagetop > a {
    font-size: var(--f14);
    padding-top: 5px;
    transition: background-color 0.35s;
    width: 80px;
    height: 80px;
  }
  .footer__pagetop > a::before {
    top: 14px;
    transition: background-color 0.35s;
  }
  .footer__pagetop > a:hover {
    background-color: var(--col_gold);
  }
  .footer__pagetop > a:hover::before {
    background-color: #fff;
  }
}

/**
  言語メニュー（既存サイト継承）
 */
.footLang {
  display: flex;
  position: relative;
  width: 240px;
  text-align: right;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:769px) {
  .footLang {
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 768px) {
  .footLang {
    text-align: left;
    width: 200px;
    margin: 25px auto 0;
  }
}
.footLang * {
  box-sizing: border-box;
}

.footLang_head {
  position: absolute;
  top: 5px;
  color: #ccc;
  font-family: sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f13);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .footLang_head {
    font-size: 12px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.footLang_body {
  position: relative;
  padding: 0 0 0 80px;
  text-align: center;
  z-index: 1;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footLang_body {
    padding: 0 0 0 70px;
  }
}
.footLang_trigger {
  pointer-events: none;
}

.footLang_trigger .footLang_button {
  border-top: solid 1px #5e5e5e;
}

.footLang_trigger .footLang_button::before {
  height: 28px;
}

@media screen and (max-width: 768px) {
  .footLang_trigger .footLang_button::before {
    height: 30px;
  }
}
.footLang_button {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding-right: 30px;
  line-height: 30px;
  background: #303030;
  color: #ccc;
  font-size: var(--f14);
  text-decoration: none;
  border: solid 1px #5e5e5e;
  border-top: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .footLang_button {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
@media print, screen and (min-width:769px) {
  .footLang_button:hover {
    background: #212121;
  }
}

.footLang_button::before {
  position: absolute;
  width: 30px;
  height: 29px;
  background: #000;
  right: 0;
  top: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .footLang_button::before {
    height: 31px;
  }
}
.footLang_button::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #777 transparent transparent transparent;
  right: 11px;
  top: calc(50% - 2px);
  z-index: 99;
  content: "";
}

.footLang_selects {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 29px;
  left: 80px;
  width: calc(100% - 80px);
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .footLang_selects {
    width: calc(100% - 70px);
    left: 70px;
    top: 31px;
  }
}
.footLang_selects.is-active {
  visibility: visible;
  opacity: 1;
}

.footLang_select {
  display: block;
}

.footLang_select:first-child {
  border-top: solid 1px #5e5e5e;
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  text-align: center;
  font-weight: 700;
  color: #a5873c;
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.heading1 > small {
  letter-spacing: 0.1em;
  display: block;
  margin-top: 6px;
  font-size: var(--f12);
}
@media print, screen and (min-width:769px) {
  .heading1 {
    font-size: 54px;
    margin-bottom: 30px;
  }
  .heading1 > small {
    font-size: var(--f20);
    margin-top: 15px;
  }
}

/* --------------------------------------------------------------------
  # コンテンツ見出し1 横罫装飾付き
 */
.heading2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.heading2::before, .heading2::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #efd9a2, var(--col_gold));
  transform: rotate(45deg) translateY(-1px);
  left: 0;
  z-index: 2;
}
.heading2::after {
  left: auto;
  right: 0;
  transform: rotate(-135deg);
}
@media print, screen and (min-width:769px) {
  .heading2::before, .heading2::after {
    width: 14px;
    height: 14px;
  }
}

.heading2 .line {
  flex: 1;
  height: 2px;
  background: var(--col_gold);
  display: block;
  position: relative;
}
.heading2 .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--col_gold);
  right: 0;
  top: 0;
}

.heading2 .line::before,
.heading2 .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: var(--col_gold);
  height: 15px;
  transform: translateY(calc(-50% + 1px));
}
@media print, screen and (min-width:769px) {
  .heading2 .line::before,
  .heading2 .line::after {
    height: 20px;
  }
}

.heading2 .line::after {
  height: 25px;
}
@media print, screen and (min-width:769px) {
  .heading2 .line::after {
    height: 40px;
  }
}

.heading2 .line:nth-child(1)::before {
  right: 0;
}

.heading2 .line:nth-child(1)::after {
  right: -7px;
}

.heading2 .line:nth-of-type(3)::after {
  right: auto;
  left: -7px;
}

.heading2 .text {
  font-weight: 600;
  text-align: center;
  font-size: var(--f25);
  position: relative;
  padding: 0 16px;
  line-height: 1.35;
}
@media print, screen and (min-width:769px) {
  .heading2 .text {
    font-size: var(--f40);
    padding: 0 40px;
  }
}

.heading2 small {
  display: block;
  font-size: var(--f12);
  color: var(--col_gold_dark);
  margin-top: 4px;
}
@media print, screen and (min-width:769px) {
  .heading2 small {
    margin-top: 12px;
    font-size: var(--f20);
  }
}

/* --------------------------------------------------------------------
  # コンテンツ見出し2 センタリング
 */
.heading3 {
  text-align: center;
  font-weight: 700;
  font-size: var(--f17);
}
@media print, screen and (min-width:769px) {
  .heading3 {
    font-size: var(--f24);
  }
}

/* --------------------------------------------------------------------
  # コンテンツ見出し3 センタリング 左右に◆
 */
.heading4 {
  text-align: center;
}
.heading4 > span {
  font-weight: 700;
  position: relative;
}
.heading4 > span::before, .heading4 > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #efd9a2, var(--col_gold));
  transform: rotate(45deg) translateY(-1px);
  z-index: 2;
  top: calc(50% - 3px);
}
.heading4 > span::before {
  left: -20px;
}
.heading4 > span::after {
  right: -18px;
  transform: rotate(225deg) translateY(1px);
}
@media print, screen and (min-width:769px) {
  .heading4 > span {
    font-size: var(--f30);
  }
  .heading4 > span::before, .heading4 > span::after {
    width: 11px;
    height: 11px;
    top: calc(50% - 5px);
  }
  .heading4 > span::before {
    left: -26px;
  }
  .heading4 > span::after {
    right: -24px;
  }
}

.anchor {
  display: flex;
  justify-content: space-between;
}
.anchor > li > a {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--f15);
  padding-bottom: 10px;
  white-space: nowrap;
  font-weight: 700;
}
.anchor > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--col_gold);
  bottom: 0;
  left: 0;
}
.anchor > li > a::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid #d0b873;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  left: calc(50% - 3px);
  bottom: -10px;
}
@media print, screen and (min-width:769px) {
  .anchor > li > a {
    font-size: var(--f20);
    padding-bottom: 18px;
  }
  .anchor > li > a::before, .anchor > li > a::after {
    transition: transform 0.35s;
  }
  .anchor > li > a::after {
    border-top: 8px solid #d0b873;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    left: calc(50% - 4px);
    bottom: -16px;
  }
  .anchor > li:hover > a::before, .anchor > li:hover > a::after {
    transform: translate3d(0, 6px, 0);
  }
}

.anchor.--top {
  margin: 0 25px;
}
.anchor.--top > li {
  width: 31.5%;
}
@media print, screen and (min-width:769px) {
  .anchor.--top {
    width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}

.anchor.--movie {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-end;
}
.anchor.--movie > li {
  width: 135px;
}
@media print, screen and (min-width:769px) {
  .anchor.--movie {
    width: 386px;
  }
  .anchor.--movie > li {
    width: 180px;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.button-inner {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A - 赤グラデーション 金フレーム
 */
.button-a .button-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--col_gold);
  border-radius: 50px;
  background-color: #5b1316;
  background-size: 200% 100%;
  background-position: -100%;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  min-height: 56px;
  color: #fff;
  letter-spacing: 0;
  font-size: var(--f15);
  font-weight: 700;
}
.button-a .button-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 7px;
  background-color: var(--col_gold);
  -webkit-mask: url(../imgs/ic_arrow_a.svg) no-repeat center center/contain;
          mask: url(../imgs/ic_arrow_a.svg) no-repeat center center/contain;
  right: 20px;
  top: calc(50% - 3px);
}
@media print, screen and (min-width:769px) {
  .button-a .button-inner {
    min-height: 80px;
    font-size: var(--f20);
    transition: 0.35s background-color;
  }
  .button-a .button-inner::after {
    width: 12px;
    height: 11px;
    right: 32px;
    top: calc(50% - 5px);
    transition: 0.35s background-color;
  }
  .button-a .button-inner:hover {
    background-color: #ceb36e;
  }
  .button-a .button-inner:hover::after {
    background-color: #fff;
  }
}

/* --------------------------------------------------------------------
  #ボタン B - 四角黄ベタ
 */
.button-b .button-inner {
  border: 1px solid #ccb36c;
  background-color: var(--col_gold_dark);
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  font-size: var(--f14);
}
.button-b .button-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 7px;
  background-color: #fff;
  -webkit-mask: url(../imgs/ic_arrow_a.svg) no-repeat center center/contain;
          mask: url(../imgs/ic_arrow_a.svg) no-repeat center center/contain;
  right: 20px;
  top: calc(50% - 3px);
}
@media print, screen and (min-width:769px) {
  .button-b .button-inner {
    min-height: 80px;
    padding: 0 40px;
    justify-content: flex-start;
    font-size: var(--f20);
    transition: background-color 0.35s;
  }
  .button-b .button-inner::after {
    width: 12px;
    height: 11px;
    right: 32px;
    top: calc(50% - 5px);
  }
  .button-b .button-inner:hover {
    background-color: var(--col_gold);
  }
}

/* --------------------------------------------------------------------
  アイコンバリエーション
 */
.button-a.--window .button-inner::after,
.button-b.--window .button-inner::after {
  -webkit-mask-image: url(../imgs/ic_window.svg);
          mask-image: url(../imgs/ic_window.svg);
  width: 10px;
  height: 10px;
}
@media print, screen and (min-width:769px) {
  .button-a.--window .button-inner::after,
  .button-b.--window .button-inner::after {
    width: 12px;
    height: 12px;
  }
}

.list-note {
  counter-reset: note-count 0;
}
.list-note > li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.list-note > li::before {
  position: absolute;
  left: 0;
  counter-increment: note-count 1;
  content: "※" counter(note-count);
}
.list-note > li:last-child {
  margin-bottom: 0;
}

.list-dot > li,
.list-indent > li {
  line-height: 1.85;
  margin-bottom: 0.2em;
  font-size: var(--f13);
  text-indent: -1em;
  padding-left: 1em;
}
.list-dot > li:last-child,
.list-indent > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .list-dot > li,
  .list-indent > li {
    font-size: var(--f16);
  }
}

.list-number {
  counter-reset: note-count 0;
}
.list-number > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.list-number > li::before {
  position: absolute;
  left: 0;
  counter-increment: note-count 1;
  content: counter(note-count) ".";
}
.list-number > li:last-child {
  margin-bottom: 0;
}

/**
  lightbox
 */
.lum-lightbox {
  z-index: 2000; /* 必要に応じて値を変更 */
}

/**
  modalVideo
 */
.modal-video-close-btn {
  background: linear-gradient(90deg, #ccb26b, #f1dba5, #ccb26b);
  background-size: 200% 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-position 0.35s;
}
@media print, screen and (min-width:769px) {
  .modal-video-close-btn {
    width: 70px;
    height: 70px;
    top: -80px;
    right: -80px;
  }
  .modal-video-close-btn:hover {
    background-position: -100% 0;
  }
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  width: 52%;
  position: absolute;
  left: 24%;
  top: calc(50% - 1px);
  margin: auto;
}

/**
  luminous modal close button
 */
.lum-close-button {
  background: linear-gradient(90deg, #ccb26b, #f1dba5, #ccb26b);
  background-size: 200% 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-position 0.35s;
  width: 35px;
  height: 35px;
  opacity: 1;
}
@media print, screen and (min-width:769px) {
  .lum-close-button {
    width: 70px;
    height: 70px;
    top: 20px;
    right: 20px;
  }
  .lum-close-button:hover {
    background-position: -100% 0;
  }
}

.lum-close-button::before, .lum-close-button::after {
  width: 52% !important;
  height: 2px !important;
  position: absolute;
  left: 24%;
  top: calc(50% - 1px);
  margin: auto;
}

/**
  <sub> baseline
 */
sub {
  vertical-align: baseline;
  font-size: 0.6em;
  position: relative;
  padding-right: 0.05em;
}

/* ==========================================================================
   project
   ========================================================================== */
.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--col_red);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.preload.is-complete {
  pointer-events: none;
  transition: opacity 1.4s;
  opacity: 0;
}
.preload.is-start picture {
  opacity: 1;
}
.preload.is-start span::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.preload picture {
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
  height: calc(100% + 1px);
  -webkit-mask: url(../imgs/logo.png) no-repeat left top/contain;
          mask: url(../imgs/logo.png) no-repeat left top/contain;
  background: linear-gradient(90deg, #b19034, #fcf9e2, #b19034);
  background-size: 400% 100%;
  animation: moveLogoGradient 3s linear infinite;
  animation-fill-mode: backwords;
}
.preload picture img {
  opacity: 0;
}

.preload span {
  width: 80px;
  display: block;
  position: relative;
}
.preload span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, #b19034, #fcf9e2, #b19034, #b19034);
  background-size: 200% 100%;
  animation: moveGradient 1s linear infinite;
  bottom: -14px;
  transition: 0.5s;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
@keyframes moveGradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media print, screen and (min-width:769px) {
  .preload span {
    width: 120px;
    bottom: -20px;
  }
}

@keyframes moveLogoGradient {
  0% {
    background-position: 0 0;
  }
  5% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* .top-mv {
  position: relative;
  height: 128vw;
  overflow: hidden;
}
.top-mv::after {
  position: absolute;
  content: "※画像はイメージです。";
  display: block;
  font-size: var(--f10);
  z-index: 2;
  color: #fff;
  right: 10px;
  bottom: 12px;
}
.top-mv img, .top-mv picture {
  pointer-events: none;
}
@media print, screen and (min-width:769px) {
  .top-mv {
    height: 590px;
    margin-bottom: 102px;
  }
  .top-mv::after {
    font-size: var(--f12);
    bottom: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-mv {
    height: 54.6vw;
  }
}

.top-mv__obj,
.top-mv__txt,
.top-mv__logo {
  position: absolute;
  left: 0;
  top: 0;
}

.top-mv__bg {
  width: 100%;
  height: 100%;
  background: url(../../imgs/mv_bg_sp.jpg) no-repeat center center/cover #ac0101;
  background-image: url(../../imgs/mv_bg_sp.jpg);
}
@media print, screen and (min-width:769px) {
  .top-mv__bg {
    height: 590px;
    background-image: url(../../imgs/mv_bg.jpg);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-mv__bg {
    height: 54.6vw;
  }
}

.top-mv__logo {
  z-index: 3;
}
@media print, screen and (min-width:769px) {
  .top-mv__logo {
    width: 1400px;
    left: calc((100% - 1400px) / 2);
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-mv__logo {
    width: 129.6296296296vw;
    left: calc((129.6296296296vw - 100%) / -2);
  }
}

.top-mv__txt {
  z-index: 3;
}
@media print, screen and (min-width:769px) {
  .top-mv__txt {
    width: 1400px;
    left: calc((100% - 1400px) / 2);
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-mv__txt {
    width: 129.6296296296vw;
    left: calc((129.6296296296vw - 100%) / -2);
  }
}

.top-mv__obj {
  z-index: 4;
}
@media print, screen and (min-width:769px) {
  .top-mv__obj {
    width: 1000px;
    left: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-mv__obj {
    width: 92.5925925926vw;
  }
} */

.bg-pattern {
  background: url(../imgs/bg_cloud_sp.jpg) repeat-y center top/100% auto;
}
@media print, screen and (min-width:769px) {
  .bg-pattern {
    background-image: url(../imgs/bg_cloud.png);
    /*@supports (background-image: url(../imgs/bg_cloud.png.webp)) {
    	background-image: url(../imgs/bg_cloud.png.webp);
    }*/
    background-repeat: repeat-y;
    background-size: 2400px auto;
  }
}

/**
  animation
 */
/* .top-mv__logo,
.top-mv__obj,
.top-mv__txt {
  transition: transform 0.8s, opacity 0.8s;
}
.top-mv__logo.is-intro,
.top-mv__obj.is-intro,
.top-mv__txt.is-intro {
  opacity: 0;
}

.top-mv__obj {
  transform-origin: 100% 70%;
}

.top-mv__obj.is-intro {
  transform: translate3d(40%, 0, 0) scale3d(0.6, 0.6, 1);
}

.top-mv__txt.is-intro {
  transform: translate3d(0, 6%, 0);
}

.top-mv::after {
  transition: 0.8s opacity;
}
.top-mv.is-intro::after {
  opacity: 0;
} */

.top-intro {
  position: relative;
  padding: 54px 0;
  height: 220vw;
  min-height: 845px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: clamp(390px, 100%, 768px);
  background-image: url(../../imgs/intro_bg_sp.jpg);
  /*@supports (background-image: url(../../imgs/intro_bg_sp.jpg.webp)) {
  	background-image: url(../../imgs/intro_bg_sp.jpg.webp);
  }*/
}
@media print, screen and (min-width:769px) {
  .top-intro {
    padding: 60px 0;
    height: clamp(800px, 90vw, 1000px);
    background-image: url(../../imgs/intro_bg.jpg);
    /*@supports (background-image: url(../../imgs/intro_bg.jpg.webp)) {
    	background-image: url(../../imgs/intro_bg.jpg.webp);
    }*/
    background-position: center top clamp(140px, 15vw, 175px);
    background-size: auto clamp(600px, 75vw, 778px);
  }
}

.top-intro__pict {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: clamp(390px, 100%, 768px);
  pointer-events: none;
  background-image: url(../../imgs/intro_pict_sp.png);
  /*@supports (background-image: url(../../imgs/intro_pict_sp.png.webp)) {
  	background-image: url(../../imgs/intro_pict_sp.png.webp);
  }*/
}
@media print, screen and (min-width:769px) {
  .top-intro__pict {
    background-image: url(../../imgs/intro_pict.png);
    /*@supports (background-image: url(../../imgs/intro_pict.png.webp)) {
    	background-image: url(../../imgs/intro_pict.png.webp);
    }*/
    background-position: center top clamp(140px, 15vw, 175px);
    background-size: auto clamp(600px, 75vw, 778px);
  }
}

.top-intro-content {
  margin-top: 25vw;
}
@media print, screen and (min-width:769px) {
  .top-intro-content {
    margin-top: clamp(130px, 16vw, 190px);
  }
}

.top-intro__heading {
  text-align: center;
  line-height: 1.35;
  font-size: var(--f27);
  font-weight: 600;
}
@media print, screen and (min-width:769px) {
  .top-intro__heading {
    font-size: var(--f44);
  }
}

.top-intro__text {
  margin-top: 20px;
  font-size: var(--f16);
  text-align: center;
  line-height: 1.875;
}
@media print, screen and (min-width:769px) {
  .top-intro__text {
    font-size: var(--f22);
  }
}

.top-intro__button {
  margin-top: 30px;
}

.top-intro__button {
  width: clamp(200px, 70%, 280px);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .top-intro__button {
    width: 380px;
  }
}

.top-guide {
  padding-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .top-guide {
    margin-top: -150px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top-guide {
    margin-top: -100px;
  }
}

.top-guide-slide-container {
  margin: 30px 0 0;
}
@media print, screen and (min-width:769px) {
  .top-guide-slide-container {
    margin: 60px 0 20px;
  }
}

/*SLIDER*/
.top-guide__slide {
  margin: 0 auto;
  width: 100%;
}

.top-guide__slide .slide-item {
  text-align: center;
  max-width: 800px !important;
}

.top-guide__slide .slide-item li img {
  display: inline-block;
}

.top-guide__slide .slick-slide:not(.slick-center) {
  background-color: #000;
}

.top-guide__slide .slick-slide:not(.slick-center) img {
  opacity: 0.5;
  transition: 0.2s linear;
}

/**
 SLIDER2 下部テキスト
 */
.top-guide__slide-text {
  margin-top: 50px;
  min-height: 170px;
}
@media print, screen and (min-width:769px) {
  .top-guide__slide-text {
    margin-top: 80px;
    min-height: 150px;
  }
}

.top-diagram {
  padding: 40px 0 70px;
}
@media print, screen and (min-width:769px) {
  .top-diagram {
    padding: 80px 0;
  }
}

.top-diagram__table {
  border: 1px solid var(--col_gold);
  background-color: #fff;
  font-size: var(--f15);
}
.top-diagram__table th, .top-diagram__table td {
  line-height: 1.85;
}
.top-diagram__table th {
  background-color: var(--col_gold);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top-diagram__table {
    font-size: var(--f14);
  }
  .top-diagram__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .top-diagram__table tr:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, var(--col_gold) 40%, transparent 40%) repeat-x left bottom/6px 2px;
  }
  .top-diagram__table th, .top-diagram__table td {
    display: block;
  }
  .top-diagram__table th {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .top-diagram__table td {
    padding: 14px;
  }
  .top-diagram__table td:nth-of-type(1) {
    width: 34%;
    letter-spacing: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .top-diagram__table td:nth-of-type(2) {
    width: 66%;
    font-size: var(--f12);
  }
}
@media print, screen and (min-width:769px) {
  .top-diagram__table {
    font-size: var(--f18);
  }
  .top-diagram__table tr:nth-child(even) {
    border-bottom: 1px solid var(--col_gold);
  }
  .top-diagram__table tr:first-child th {
    border-bottom: 1px solid #fff;
  }
  .top-diagram__table th, .top-diagram__table td {
    padding: 16px;
  }
  .top-diagram__table tr th {
    width: 10%;
  }
  .top-diagram__table tr td:nth-of-type(1) {
    width: 17%;
    padding-left: 3%;
  }
  .top-diagram__table tr td:nth-of-type(2) {
    width: 73%;
    font-size: var(--f14);
  }
  .top-diagram__table tr:nth-child(odd) td {
    background-image: linear-gradient(to right, var(--col_gold) 20%, transparent 20%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.top-diagram__button {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.top-diagram__button .button-inner {
  border-radius: 60px;
  border: 1px solid var(--col_gold);
  background-color: #ebe0c4;
  display: flex;
  overflow: hidden;
  min-height: 40px;
}
.top-diagram__button .button-inner > span {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f13);
}
.top-diagram__button .button-inner > span:nth-child(2) {
  position: relative;
  border-left: 1px solid var(--col_gold);
  background: linear-gradient(90deg, #ccb26b, #f4e0aa, #ccb26b);
  background-size: 200% 100%;
  background-position: -100% 0;
  padding-right: 20px;
  transition: background-position 0.35s;
}
.top-diagram__button .button-inner > span:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #000;
  right: 16px;
  -webkit-mask-image: url(../imgs/ic_window.svg);
          mask-image: url(../imgs/ic_window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width:769px) {
  .top-diagram__button {
    width: 380px;
    margin-left: auto;
    margin-right: 0;
  }
  .top-diagram__button .button-inner {
    min-height: 60px;
  }
  .top-diagram__button .button-inner > span {
    font-size: var(--f16);
  }
  .top-diagram__button .button-inner > span::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
  .top-diagram__button .button-inner:hover > span:nth-child(2) {
    padding-right: 20px;
    background-position: 0 0;
  }
}

.top-diagram__price-trigger {
  position: relative;
  background-color: var(--col_gold);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-diagram__price-trigger > span {
  position: relative;
  font-size: var(--f17);
  font-weight: 700;
}
.top-diagram__price-trigger > span::before, .top-diagram__price-trigger > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 10px;
  background: url(../imgs/ic_heading.png) no-repeat center center/contain;
  left: -36px;
  top: calc(50% - 5px);
}
.top-diagram__price-trigger > span::after {
  left: auto;
  right: -36px;
  transform: rotate(180deg);
}
.top-diagram__price-trigger::before, .top-diagram__price-trigger::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: calc(50% - 1px);
  transition: 0.3s transform;
}
.top-diagram__price-trigger::after {
  transform: rotate(90deg);
}
.top-diagram__price-trigger.is-active::after {
  transform: rotate(0deg);
}
@media print, screen and (min-width:769px) {
  .top-diagram__price-trigger {
    height: 60px;
  }
  .top-diagram__price-trigger::before, .top-diagram__price-trigger::after {
    width: 20px;
    height: 2px;
    right: 20px;
  }
  .top-diagram__price-trigger > span {
    font-size: var(--f24);
  }
  .top-diagram__price-trigger > span::before, .top-diagram__price-trigger > span::after {
    width: 50px;
    height: 15px;
    top: calc(50% - 7px);
    left: -60px;
  }
  .top-diagram__price-trigger > span::after {
    left: auto;
    right: -60px;
  }
}

.top-diagram__price-content {
  background-color: #fff;
}
.top-diagram__price-content .content-inner {
  border: 1px solid var(--col_gold);
  padding: 25px 20px;
}
@media print, screen and (min-width:769px) {
  .top-diagram__price-content .content-inner {
    padding: 40px 50px;
  }
  .top-diagram__price-content .content-zoom {
    display: none;
  }
}

.top-diagram__price.--regular .top-diagram__price-trigger {
  background-color: #b6b6b6;
}
.top-diagram__price.--regular .top-diagram__price-trigger span::before,
.top-diagram__price.--regular .top-diagram__price-trigger span::after {
  background-image: url(../imgs/ic_heading_gray.png);
}
.top-diagram__price.--regular .top-diagram__price-content .content-inner {
  border: 1px solid #b6b6b6;
}

.top-diagram__zoom {
  position: relative;
  display: block;
  padding-left: 20px;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.top-diagram__zoom::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  background-color: #000;
  -webkit-mask: url(../imgs/ic_zoom.png) no-repeat center center/contain;
          mask: url(../imgs/ic_zoom.png) no-repeat center center/contain;
}
@media print, screen and (min-width:769px) {
  .top-diagram__zoom {
    display: none;
  }
}

.top-diagram__route {
  border: 1px solid var(--col_gold);
  background-color: #fff;
}
.top-diagram__route img {
  padding: 2%;
}
@media only screen and (max-width: 768px) {
  .top-diagram__route {
    padding-bottom: 20px;
  }
  .top-diagram__route img {
    padding-bottom: 0;
  }
}

.top-reservation {
  padding: 40px 0 120px;
}
@media print, screen and (min-width:769px) {
  .top-reservation {
    padding: 80px 0 160px;
  }
}

.top-reservation__heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
  font-size: var(--f20);
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .top-reservation__heading {
    font-size: var(--f30);
    margin-bottom: 30px;
  }
}

.top-reservation__button {
  background-color: var(--col_gold_dark);
  margin-top: 15px;
}
.top-reservation__button .button-inner {
  display: flex;
  color: #fff;
  line-height: 1.35;
  font-weight: 700;
  font-size: var(--f14);
}
.top-reservation__button img {
  background-color: var(--col_gold);
  width: 78px;
  height: 78px;
}
.top-reservation__button span {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.top-reservation__button span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  right: 15px;
  -webkit-mask-image: url(../imgs/ic_window.svg);
          mask-image: url(../imgs/ic_window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width:769px) {
  .top-reservation__button {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .top-reservation__button .button-inner {
    font-size: var(--f22);
  }
  .top-reservation__button img {
    width: 120px;
    height: 120px;
  }
  .top-reservation__button span {
    padding-left: 35px;
  }
  .top-reservation__button span::after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .top-reservation__button:hover {
    transition: 0.35s opacity;
  }
  .top-reservation__button:hover:hover {
    opacity: 0.75;
  }
}

.top-reservation__contact > h5 {
  background-color: var(--col_gold_dark);
  font-size: var(--14);
  font-weight: 700;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.top-reservation__contact > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--col_beige);
  padding: 16px 10px;
  color: #000;
}
.top-reservation__contact > div > a {
  font-size: var(--f20);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:769px) {
  .top-reservation__contact > h5 {
    font-size: var(--f18);
    height: 40px;
  }
  .top-reservation__contact > div {
    padding: 30px 10px;
  }
  .top-reservation__contact > div > a {
    font-size: var(--f40);
  }
}

.top-movie {
  background-color: #fff;
  padding: 110px 0 48vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #fff;
  background-image: url(../../imgs/bottom_sp.jpg);
  /*@supports (background-image: url(../../imgs/bottom_sp.jpg.webp)) {
  	background-image: url(../../imgs/bottom_sp.jpg.webp);
  }*/
}
@media print, screen and (min-width:769px) {
  .top-movie {
    padding: 160px 0 300px;
    background-size: 1400px auto;
    background-image: url(../../imgs/bottom.jpg);
    /*@supports (background-image: url(../../imgs/bottom.jpg.webp)) {
    	background-image: url(../../imgs/bottom.jpg.webp);
    }*/
  }
}
@media screen and (min-width: 1400px) {
  .top-movie {
    background-size: contain;
  }
}

.top-movie__video {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .top-movie__video {
    width: clamp(600px, 80vw, 796px);
  }
}

.top-movie__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 280px;
}
@media print, screen and (min-width:769px) {
  .top-movie__button {
    margin-top: 40px;
    width: 380px;
  }
}

.top-movie__book {
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}
.top-movie__book > a {
  position: relative;
  border: 2px solid var(--col_gold);
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 124px;
  padding-right: 10px;
  font-weight: 700;
  line-height: 1.35;
  background-color: #fff;
}
.top-movie__book > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 102px;
  left: 8px;
  background: url(../../imgs/movie_p02.jpg) no-repeat left top/cover;
  /*box-shadow: 5px 5px 8px rgba(177,143,53,.3);*/
}
.top-movie__book > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  background-color: var(--col_gold);
  -webkit-mask-image: url(../imgs/ic_window.svg);
          mask-image: url(../imgs/ic_window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.35s;
  display: none;
}
.top-movie__book > a > em {
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-size: var(--f16);
}
.top-movie__book > a > small {
  display: flex;
  font-size: var(--f12);
  margin-top: 5px;
}
.top-movie__book > a > small::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  margin-top: 2px;
  margin-left: 5px;
  background: url(../imgs/ic_pdf.png) no-repeat left top/contain;
}
@media print, screen and (min-width:769px) {
  .top-movie__book {
    width: clamp(600px, 80vw, 796px);
    margin-top: 120px;
  }
  .top-movie__book > a {
    padding-left: 216px;
    height: 240px;
    transition: background-color 0.35s, color 0.35s;
  }
  .top-movie__book > a::before {
    width: 144px;
    height: 204px;
    left: 18px;
    /*box-shadow: 8px 8px 12px rgba(177,143,53,.3);*/
  }
  .top-movie__book > a::after {
    width: 12px;
    height: 12px;
    right: 25px;
    display: block;
  }
  .top-movie__book > a > em {
    font-size: var(--f30);
    letter-spacing: 0.025em;
    margin-bottom: 10px;
  }
  .top-movie__book > a > small {
    font-size: var(--f18);
    margin-top: 4px;
  }
  .top-movie__book > a > small::after {
    width: 20px;
    height: 22px;
    margin-top: 3px;
    margin-left: 10px;
  }
  .top-movie__book > a:hover {
    background-color: var(--col_gold);
    color: #fff;
  }
  .top-movie__book > a:hover::after {
    background-color: #fff;
  }
}

.next {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url("../imgs/footer_bg_sp.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vw;
}
@media print, screen and (min-width:769px) {
  .next {
    height: 320px;
    background-image: url("../imgs/footer_bg.jpg");
  }
}

.next-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .next-content {
    flex-direction: column;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media print, screen and (min-width:769px) {
  .next-content {
    width: 90vw;
    max-width: 796px;
  }
}

.next__logo {
  width: 75px;
}
@media print, screen and (min-width:769px) {
  .next__logo {
    width: 164px;
  }
}

.next__button > a {
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
}
.next__button > a * {
  position: relative;
  z-index: 2;
}
.next__button > a > small {
  height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next__button > a > em {
  font-weight: 700;
  font-style: normal;
}
.next__button > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  background-color: #fff;
  -webkit-mask-image: url(../imgs/ic_arrow_a.svg);
          mask-image: url(../imgs/ic_arrow_a.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  right: 38px;
  top: calc(50% - 3px);
}
@media only screen and (max-width: 768px) {
  .next__button {
    width: 100%;
    margin-top: 20px;
  }
  .next__button > a {
    display: flex;
    flex-direction: column;
  }
  .next__button > a > small {
    border-bottom: 2px solid #fff;
    width: 100%;
    font-size: var(--f17);
    height: 34px;
  }
  .next__button > a > em {
    height: 65px;
    font-size: var(--f19);
    display: flex;
    align-items: center;
  }
  .next__button > a::after {
    width: 8px;
    height: 7px;
    top: 64px;
    right: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .next__button {
    flex: 1;
    margin-left: 40px;
  }
  .next__button > a {
    height: 100px;
  }
  .next__button > a > small {
    height: 60px;
    font-size: var(--f24);
    width: 192px;
    border-right: 2px solid #fff;
  }
  .next__button > a > em {
    padding-left: clamp(30px, 7vw, 96px);
    font-size: var(--f24);
  }
  .next__button > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 0 0;
  }
  .next__button > a:hover::before {
    transform: scale3d(1, 1, 1);
  }
}

.video-item {
  position: relative;
}
.video-item picture {
  position: relative;
  display: block;
  border: 2px solid var(--col_gold);
}
.video-item picture::before {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 39px;
  background: url(../imgs/ic_play.png) no-repeat center center/contain;
  left: calc(50% - 27px);
  top: calc(50% - 20px);
  pointer-events: none;
}
.video-item .item-heading {
  margin-top: 15px;
  display: flex;
  gap: 12px;
  line-height: 1.5;
}
.video-item .item-heading > small {
  white-space: nowrap;
  background-color: var(--col_gold);
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 0.7em;
}
@media print, screen and (min-width:769px) {
  .video-item picture {
    cursor: pointer;
    transition: 0.35s opacity;
  }
  .video-item picture:hover {
    opacity: 0.75;
  }
  .video-item picture::before {
    width: 96px;
    height: 68px;
    left: calc(50% - 48px);
    top: calc(50% - 34px);
  }
  .video-item .item-heading {
    margin-top: 20px;
    gap: 15px;
  }
  .video-item .item-heading > small {
    font-size: var(--f14);
    height: 32px;
  }
  .video-item .item-heading > span {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .video-list .video-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .video-list .video-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 60px;
  }
  .video-list .video-item {
    width: 48%;
  }
}

@media print, screen and (min-width:769px) {
  .video-list.--large {
    width: clamp(600px, 80vw, 796px);
    margin-left: auto;
    margin-right: auto;
  }
  .video-list.--large > li {
    width: auto;
  }
}

.second {
  background: url(../imgs/page_bg_cloud_sp.jpg) no-repeat center top/100% auto;
}
@media print, screen and (min-width:769px) {
  .second {
    background-image: url(../imgs/page_bg_cloud.jpg);
    background-size: clamp(1400px, 100%, 100%) auto;
  }
}

.second-intro {
  padding-top: 20vw;
}
@media print, screen and (min-width:769px) {
  .second-intro {
    padding-top: 156px;
  }
}

.second-wrap {
  padding-top: 12.8vw;
}
@media print, screen and (min-width:769px) {
  .second-wrap {
    padding-top: 156px;
  }
}

.bg-pattern.--about {
  background-position: center top -30px;
}

.about__pictset {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .about__pictset > img:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .about__pictset > img:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .about__pictset > img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media print, screen and (min-width:769px) {
  .about__pictset {
    margin-top: 60px;
    grid-template-columns: repeat(3, 33.3%);
  }
}

.about-naming {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .about-naming {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.about__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 190px;
  height: 140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.about__logo img {
  width: 113px;
}
@media print, screen and (min-width:769px) {
  .about__logo {
    width: 380px;
    height: 300px;
    margin-top: 50px;
  }
  .about__logo img {
    width: 240px;
  }
}

.about-facility {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .about-facility {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-facility__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 280px;
}
@media print, screen and (min-width:769px) {
  .about-facility__button {
    margin-top: 40px;
    width: 380px;
  }
}

.about-facility__others {
  margin-top: 30px;
  border: 1px solid var(--col_gold);
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .about-facility__others > li {
    width: 47.5%;
  }
  .about-facility__others > li:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media print, screen and (min-width:769px) {
  .about-facility__others {
    padding: 40px;
  }
  .about-facility__others > li {
    width: 24%;
  }
}

.about-environment {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .about-environment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-environment__pict {
  background-color: #fff;
  border: 1px solid var(--col_gold);
  padding-bottom: 20px;
  margin-top: 25px;
}
@media print, screen and (min-width:769px) {
  .about-environment__pict {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.about-prise {
  padding: 50px 0 100px;
}
@media print, screen and (min-width:769px) {
  .about-prise {
    padding: 80px 0 160px;
  }
}

@media print, screen and (min-width:769px) {
  .about-prise-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .about-prise-container > img {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .about-prise-container > img {
    width: 200px;
  }
}

.about-prise-container .content > h3 {
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .about-prise-container .content > h3 {
    text-align: center;
    font-size: var(--f20);
  }
  .about-prise-container .content .button-b {
    margin: 20px 20px 0;
  }
}
@media print, screen and (min-width:769px) {
  .about-prise-container .content {
    flex: 1;
    padding-left: 110px;
  }
  .about-prise-container .content > h3 {
    font-size: var(--f20);
  }
  .about-prise-container .content .button-b {
    margin-top: 30px;
    width: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .about-prise .heading2 {
    letter-spacing: 0;
    white-space: nowrap;
  }
  .about-prise .heading2 .text {
    font-size: var(--f23);
    padding: 0;
  }
}

.block-framed {
  position: relative;
  background-color: #680d14;
  border: solid #000 110px;
  border-image-source: url(../imgs/border_map.png);
  border-image-slice: 220;
  border-image-width: 60px;
  border-image-outset: 0;
  border-image-repeat: round;
}
.block-framed:not(:last-child) {
  margin-bottom: 15px;
}
.block-framed .container-inner {
  margin: -110px;
  padding: 50px 25px 45px;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .block-framed {
    border-image-slice: 220;
    border-image-width: 110px;
    border-image-outset: 0;
    border-image-repeat: round;
  }
  .block-framed:not(:last-child) {
    margin-bottom: 80px;
  }
  .block-framed .container-inner {
    margin: -110px;
    padding: 75px 100px 80px;
  }
}

.movie {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media print, screen and (min-width:769px) {
  .movie {
    padding-top: 0;
    margin-top: 160px;
    padding-bottom: 160px;
  }
}

@media print, screen and (min-width:769px) {
  .bg-pattern.--movie {
    background-position: center top 150px;
  }
}

.movie__text {
  font-size: var(--f18);
  line-height: 1.9;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .movie__text {
    font-size: var(--f22);
  }
}

.service__text {
  font-size: var(--f16);
  line-height: 1.9;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .service__text {
    font-size: var(--f22);
  }
}

.service-goods {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .service-goods {
    padding-bottom: 80px;
    margin-top: 160px;
  }
}

@media print, screen and (min-width:769px) {
  .bg-pattern.--service {
    background-position: center top 150px;
  }
}

.service__goods {
  margin-top: 50px;
}
.service__goods > li > a {
  display: block;
  color: #fff;
  overflow: hidden;
  border: 1px solid var(--col_gold);
}
.service__goods > li > a > picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 10vw;
  margin-top: -10px;
  margin-bottom: -10px;
}
.service__goods > li > a > picture::after {
  content: "";
  display: block;
  position: absolute;
  content: "※写真はイメージです。";
  right: 2px;
  bottom: 18px;
  color: var(--col_gold);
  font-size: var(--f11);
  letter-spacing: 0;
}
.service__goods > li > a > p {
  position: relative;
  background-color: var(--col_gold);
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  min-height: 50px;
  padding-left: 15px;
}
.service__goods > li > a > p::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  right: 15px;
  -webkit-mask-image: url(../imgs/ic_window.svg);
          mask-image: url(../imgs/ic_window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 768px) {
  .service__goods > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width:769px) {
  .service__goods {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .service__goods > li {
    width: 31.5%;
  }
  .service__goods > li > a {
    transition: 0.35s opacity;
  }
  .service__goods > li > a:hover {
    opacity: 0.75;
  }
  .service__goods > li > a > picture {
    padding: 0;
  }
  .service__goods > li > a > picture::after {
    font-size: var(--f12);
  }
  .service__goods > li > a > p {
    min-height: 80px;
    padding-left: 30px;
  }
  .service__goods > li > a > p::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}

.service-wifi {
  padding: 0 0 80px;
  margin-top: 80px;
}
@media print, screen and (min-width:769px) {
  .service-wifi {
    margin-top: 0;
    padding: 80px 0 160px;
  }
}

.service-wifi-container {
  border: 1px solid var(--col_gold);
  background-color: #fff;
  padding: 50px 8.97vw;
  margin-top: 25px;
}
@media print, screen and (min-width:769px) {
  .service-wifi-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 8%;
    padding: 65px 100px 65px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .service-wifi__illust {
    display: block;
    margin: 0 0 30px -2vw;
    padding-right: 8.9vw;
  }
}
@media print, screen and (min-width:769px) {
  .service-wifi__illust {
    width: 36%;
  }
}

.service-wifi-content > p:not(:last-child) {
  border-bottom: 1px solid var(--col_gold);
  margin-bottom: 30px;
}
.service-wifi-content > p:not(:last-of-type) {
  padding-bottom: 15px;
}
@media print, screen and (min-width:769px) {
  .service-wifi-content {
    width: 56%;
  }
  .service-wifi-content > p:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

.service-wifi__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.service-wifi__heading > img {
  width: 52px;
}
.service-wifi__heading > em {
  flex: 1;
  margin-left: 10px;
  font-style: normal;
}
.service-wifi__heading > em > small {
  display: block;
  margin-bottom: 0.5em;
  font-size: var(--f12);
}
.service-wifi__heading > em > span {
  background-color: #f3dfaa;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  font-size: var(--f16);
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .service-wifi__heading {
    margin-bottom: 20px;
  }
  .service-wifi__heading > img {
    width: 80px;
  }
  .service-wifi__heading > em {
    margin-left: 20px;
  }
  .service-wifi__heading > em > small {
    font-size: var(--f14);
  }
  .service-wifi__heading > em > span {
    font-size: var(--f20);
  }
}

.service-wifi__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 280px;
}
@media print, screen and (min-width:769px) {
  .service-wifi__button {
    margin-top: 30px;
    width: 380px;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.txt-ll,
.txt-l,
.txt-m,
.txt-s,
.txt-ss {
  line-height: 1.85;
}

.txt-ll {
  font-size: var(--f20);
}

.txt-l {
  font-size: var(--f18);
}

.txt-m {
  font-size: var(--f16);
}

.txt-s {
  font-size: var(--f14);
}

.txt-ss {
  font-size: var(--f12);
}

@media only screen and (max-width: 768px) {
  .txt-ll {
    font-size: var(--f16);
  }
  .txt-l {
    font-size: var(--f14);
  }
  .txt-m {
    font-size: var(--f13);
  }
  .txt-s {
    font-size: var(--f12);
  }
  .txt-ss {
    font-size: var(--f11);
  }
}
/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.font-bold {
  font-weight: 700;
}

.font-semi-bold {
  font-weight: 600;
}

.font-normal {
  font-weight: normal;
}

/*約物カーニング（主にwebfontでfont-feature-settings:paltが効かない物に使用する）*/
.u-yaku-kerning-front {
  margin-left: -0.4em;
}

.u-yaku-kerning-back {
  margin-right: -0.4em;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  text-decoration: underline;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    text-decoration: none;
  }
}

.u-textLink.--newwin::after {
  display: inline-block;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 1rem;
  background: url(../imgs/ic_newwin.svg) no-repeat center center/contain;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .u-sp-inlineBlock {
    display: inline-block;
  }
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-list-disc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* -------------------------------------------------------------------------
	罫線
*/
.u-hr {
  border-top: 1px solid #B9B9B9;
}

/* -------------------------------------------------------------------------
	マージン bottom top
*/
.l-mb0 {
  margin-bottom: 0px;
}

.l-mt0 {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .l-mb0-sp {
    margin-bottom: 0px !important;
  }
  .l-mt0-sp {
    margin-top: 0px !important;
  }
}
.l-mb5 {
  margin-bottom: 5px;
}

.l-mt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mt5-sp {
    margin-top: 5px !important;
  }
}
.l-mb10 {
  margin-bottom: 10px;
}

.l-mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mt10-sp {
    margin-top: 10px !important;
  }
}
.l-mb15 {
  margin-bottom: 15px;
}

.l-mt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .l-mb15-sp {
    margin-bottom: 15px !important;
  }
  .l-mt15-sp {
    margin-top: 15px !important;
  }
}
.l-mb20 {
  margin-bottom: 20px;
}

.l-mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mt20-sp {
    margin-top: 20px !important;
  }
}
.l-mb25 {
  margin-bottom: 25px;
}

.l-mt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .l-mb25-sp {
    margin-bottom: 25px !important;
  }
  .l-mt25-sp {
    margin-top: 25px !important;
  }
}
.l-mb30 {
  margin-bottom: 30px;
}

.l-mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mt30-sp {
    margin-top: 30px !important;
  }
}
.l-mb35 {
  margin-bottom: 35px;
}

.l-mt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .l-mb35-sp {
    margin-bottom: 35px !important;
  }
  .l-mt35-sp {
    margin-top: 35px !important;
  }
}
.l-mb40 {
  margin-bottom: 40px;
}

.l-mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mt40-sp {
    margin-top: 40px !important;
  }
}
.l-mb45 {
  margin-bottom: 45px;
}

.l-mt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .l-mb45-sp {
    margin-bottom: 45px !important;
  }
  .l-mt45-sp {
    margin-top: 45px !important;
  }
}
.l-mb50 {
  margin-bottom: 50px;
}

.l-mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
  .l-mt50-sp {
    margin-top: 50px !important;
  }
}
.l-mb55 {
  margin-bottom: 55px;
}

.l-mt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .l-mb55-sp {
    margin-bottom: 55px !important;
  }
  .l-mt55-sp {
    margin-top: 55px !important;
  }
}
.l-mb60 {
  margin-bottom: 60px;
}

.l-mt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .l-mb60-sp {
    margin-bottom: 60px !important;
  }
  .l-mt60-sp {
    margin-top: 60px !important;
  }
}
.l-mb65 {
  margin-bottom: 65px;
}

.l-mt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .l-mb65-sp {
    margin-bottom: 65px !important;
  }
  .l-mt65-sp {
    margin-top: 65px !important;
  }
}
.l-mb70 {
  margin-bottom: 70px;
}

.l-mt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .l-mb70-sp {
    margin-bottom: 70px !important;
  }
  .l-mt70-sp {
    margin-top: 70px !important;
  }
}
.l-mb75 {
  margin-bottom: 75px;
}

.l-mt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .l-mb75-sp {
    margin-bottom: 75px !important;
  }
  .l-mt75-sp {
    margin-top: 75px !important;
  }
}
.l-mb80 {
  margin-bottom: 80px;
}

.l-mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .l-mb80-sp {
    margin-bottom: 80px !important;
  }
  .l-mt80-sp {
    margin-top: 80px !important;
  }
}
.l-mb85 {
  margin-bottom: 85px;
}

.l-mt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .l-mb85-sp {
    margin-bottom: 85px !important;
  }
  .l-mt85-sp {
    margin-top: 85px !important;
  }
}
.l-mb90 {
  margin-bottom: 90px;
}

.l-mt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .l-mb90-sp {
    margin-bottom: 90px !important;
  }
  .l-mt90-sp {
    margin-top: 90px !important;
  }
}
.l-mb95 {
  margin-bottom: 95px;
}

.l-mt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .l-mb95-sp {
    margin-bottom: 95px !important;
  }
  .l-mt95-sp {
    margin-top: 95px !important;
  }
}
.l-mb100 {
  margin-bottom: 100px;
}

.l-mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .l-mb100-sp {
    margin-bottom: 100px !important;
  }
  .l-mt100-sp {
    margin-top: 100px !important;
  }
}
.l-mb105 {
  margin-bottom: 105px;
}

.l-mt105 {
  margin-top: 105px;
}

@media only screen and (max-width: 768px) {
  .l-mb105-sp {
    margin-bottom: 105px !important;
  }
  .l-mt105-sp {
    margin-top: 105px !important;
  }
}
.l-mb110 {
  margin-bottom: 110px;
}

.l-mt110 {
  margin-top: 110px;
}

@media only screen and (max-width: 768px) {
  .l-mb110-sp {
    margin-bottom: 110px !important;
  }
  .l-mt110-sp {
    margin-top: 110px !important;
  }
}
.l-mb115 {
  margin-bottom: 115px;
}

.l-mt115 {
  margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  .l-mb115-sp {
    margin-bottom: 115px !important;
  }
  .l-mt115-sp {
    margin-top: 115px !important;
  }
}
.l-mb120 {
  margin-bottom: 120px;
}

.l-mt120 {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  .l-mb120-sp {
    margin-bottom: 120px !important;
  }
  .l-mt120-sp {
    margin-top: 120px !important;
  }
}
.l-mb125 {
  margin-bottom: 125px;
}

.l-mt125 {
  margin-top: 125px;
}

@media only screen and (max-width: 768px) {
  .l-mb125-sp {
    margin-bottom: 125px !important;
  }
  .l-mt125-sp {
    margin-top: 125px !important;
  }
}
.l-mb130 {
  margin-bottom: 130px;
}

.l-mt130 {
  margin-top: 130px;
}

@media only screen and (max-width: 768px) {
  .l-mb130-sp {
    margin-bottom: 130px !important;
  }
  .l-mt130-sp {
    margin-top: 130px !important;
  }
}
.l-mb135 {
  margin-bottom: 135px;
}

.l-mt135 {
  margin-top: 135px;
}

@media only screen and (max-width: 768px) {
  .l-mb135-sp {
    margin-bottom: 135px !important;
  }
  .l-mt135-sp {
    margin-top: 135px !important;
  }
}
.l-mb140 {
  margin-bottom: 140px;
}

.l-mt140 {
  margin-top: 140px;
}

@media only screen and (max-width: 768px) {
  .l-mb140-sp {
    margin-bottom: 140px !important;
  }
  .l-mt140-sp {
    margin-top: 140px !important;
  }
}
.l-mb145 {
  margin-bottom: 145px;
}

.l-mt145 {
  margin-top: 145px;
}

@media only screen and (max-width: 768px) {
  .l-mb145-sp {
    margin-bottom: 145px !important;
  }
  .l-mt145-sp {
    margin-top: 145px !important;
  }
}
.l-mb150 {
  margin-bottom: 150px;
}

.l-mt150 {
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  .l-mb150-sp {
    margin-bottom: 150px !important;
  }
  .l-mt150-sp {
    margin-top: 150px !important;
  }
}
.l-mb155 {
  margin-bottom: 155px;
}

.l-mt155 {
  margin-top: 155px;
}

@media only screen and (max-width: 768px) {
  .l-mb155-sp {
    margin-bottom: 155px !important;
  }
  .l-mt155-sp {
    margin-top: 155px !important;
  }
}
.l-mb160 {
  margin-bottom: 160px;
}

.l-mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 768px) {
  .l-mb160-sp {
    margin-bottom: 160px !important;
  }
  .l-mt160-sp {
    margin-top: 160px !important;
  }
}
.l-mb165 {
  margin-bottom: 165px;
}

.l-mt165 {
  margin-top: 165px;
}

@media only screen and (max-width: 768px) {
  .l-mb165-sp {
    margin-bottom: 165px !important;
  }
  .l-mt165-sp {
    margin-top: 165px !important;
  }
}
.l-mb170 {
  margin-bottom: 170px;
}

.l-mt170 {
  margin-top: 170px;
}

@media only screen and (max-width: 768px) {
  .l-mb170-sp {
    margin-bottom: 170px !important;
  }
  .l-mt170-sp {
    margin-top: 170px !important;
  }
}
.l-mb175 {
  margin-bottom: 175px;
}

.l-mt175 {
  margin-top: 175px;
}

@media only screen and (max-width: 768px) {
  .l-mb175-sp {
    margin-bottom: 175px !important;
  }
  .l-mt175-sp {
    margin-top: 175px !important;
  }
}
.l-mb180 {
  margin-bottom: 180px;
}

.l-mt180 {
  margin-top: 180px;
}

@media only screen and (max-width: 768px) {
  .l-mb180-sp {
    margin-bottom: 180px !important;
  }
  .l-mt180-sp {
    margin-top: 180px !important;
  }
}
.l-mb185 {
  margin-bottom: 185px;
}

.l-mt185 {
  margin-top: 185px;
}

@media only screen and (max-width: 768px) {
  .l-mb185-sp {
    margin-bottom: 185px !important;
  }
  .l-mt185-sp {
    margin-top: 185px !important;
  }
}
.l-mb190 {
  margin-bottom: 190px;
}

.l-mt190 {
  margin-top: 190px;
}

@media only screen and (max-width: 768px) {
  .l-mb190-sp {
    margin-bottom: 190px !important;
  }
  .l-mt190-sp {
    margin-top: 190px !important;
  }
}
.l-mb195 {
  margin-bottom: 195px;
}

.l-mt195 {
  margin-top: 195px;
}

@media only screen and (max-width: 768px) {
  .l-mb195-sp {
    margin-bottom: 195px !important;
  }
  .l-mt195-sp {
    margin-top: 195px !important;
  }
}
.l-mb200 {
  margin-bottom: 200px;
}

.l-mt200 {
  margin-top: 200px;
}

@media only screen and (max-width: 768px) {
  .l-mb200-sp {
    margin-bottom: 200px !important;
  }
  .l-mt200-sp {
    margin-top: 200px !important;
  }
}
.l-mb205 {
  margin-bottom: 205px;
}

.l-mt205 {
  margin-top: 205px;
}

@media only screen and (max-width: 768px) {
  .l-mb205-sp {
    margin-bottom: 205px !important;
  }
  .l-mt205-sp {
    margin-top: 205px !important;
  }
}
.l-mb210 {
  margin-bottom: 210px;
}

.l-mt210 {
  margin-top: 210px;
}

@media only screen and (max-width: 768px) {
  .l-mb210-sp {
    margin-bottom: 210px !important;
  }
  .l-mt210-sp {
    margin-top: 210px !important;
  }
}
.l-mb215 {
  margin-bottom: 215px;
}

.l-mt215 {
  margin-top: 215px;
}

@media only screen and (max-width: 768px) {
  .l-mb215-sp {
    margin-bottom: 215px !important;
  }
  .l-mt215-sp {
    margin-top: 215px !important;
  }
}
.l-mb220 {
  margin-bottom: 220px;
}

.l-mt220 {
  margin-top: 220px;
}

@media only screen and (max-width: 768px) {
  .l-mb220-sp {
    margin-bottom: 220px !important;
  }
  .l-mt220-sp {
    margin-top: 220px !important;
  }
}
.l-mb225 {
  margin-bottom: 225px;
}

.l-mt225 {
  margin-top: 225px;
}

@media only screen and (max-width: 768px) {
  .l-mb225-sp {
    margin-bottom: 225px !important;
  }
  .l-mt225-sp {
    margin-top: 225px !important;
  }
}
.l-mb230 {
  margin-bottom: 230px;
}

.l-mt230 {
  margin-top: 230px;
}

@media only screen and (max-width: 768px) {
  .l-mb230-sp {
    margin-bottom: 230px !important;
  }
  .l-mt230-sp {
    margin-top: 230px !important;
  }
}
.l-mb235 {
  margin-bottom: 235px;
}

.l-mt235 {
  margin-top: 235px;
}

@media only screen and (max-width: 768px) {
  .l-mb235-sp {
    margin-bottom: 235px !important;
  }
  .l-mt235-sp {
    margin-top: 235px !important;
  }
}
.l-mb240 {
  margin-bottom: 240px;
}

.l-mt240 {
  margin-top: 240px;
}

@media only screen and (max-width: 768px) {
  .l-mb240-sp {
    margin-bottom: 240px !important;
  }
  .l-mt240-sp {
    margin-top: 240px !important;
  }
}
.l-mb245 {
  margin-bottom: 245px;
}

.l-mt245 {
  margin-top: 245px;
}

@media only screen and (max-width: 768px) {
  .l-mb245-sp {
    margin-bottom: 245px !important;
  }
  .l-mt245-sp {
    margin-top: 245px !important;
  }
}
.l-mb250 {
  margin-bottom: 250px;
}

.l-mt250 {
  margin-top: 250px;
}

@media only screen and (max-width: 768px) {
  .l-mb250-sp {
    margin-bottom: 250px !important;
  }
  .l-mt250-sp {
    margin-top: 250px !important;
  }
}
.l-mb255 {
  margin-bottom: 255px;
}

.l-mt255 {
  margin-top: 255px;
}

@media only screen and (max-width: 768px) {
  .l-mb255-sp {
    margin-bottom: 255px !important;
  }
  .l-mt255-sp {
    margin-top: 255px !important;
  }
}
.l-mb260 {
  margin-bottom: 260px;
}

.l-mt260 {
  margin-top: 260px;
}

@media only screen and (max-width: 768px) {
  .l-mb260-sp {
    margin-bottom: 260px !important;
  }
  .l-mt260-sp {
    margin-top: 260px !important;
  }
}
.l-mb265 {
  margin-bottom: 265px;
}

.l-mt265 {
  margin-top: 265px;
}

@media only screen and (max-width: 768px) {
  .l-mb265-sp {
    margin-bottom: 265px !important;
  }
  .l-mt265-sp {
    margin-top: 265px !important;
  }
}
.l-mb270 {
  margin-bottom: 270px;
}

.l-mt270 {
  margin-top: 270px;
}

@media only screen and (max-width: 768px) {
  .l-mb270-sp {
    margin-bottom: 270px !important;
  }
  .l-mt270-sp {
    margin-top: 270px !important;
  }
}
.l-mb275 {
  margin-bottom: 275px;
}

.l-mt275 {
  margin-top: 275px;
}

@media only screen and (max-width: 768px) {
  .l-mb275-sp {
    margin-bottom: 275px !important;
  }
  .l-mt275-sp {
    margin-top: 275px !important;
  }
}
.l-mb280 {
  margin-bottom: 280px;
}

.l-mt280 {
  margin-top: 280px;
}

@media only screen and (max-width: 768px) {
  .l-mb280-sp {
    margin-bottom: 280px !important;
  }
  .l-mt280-sp {
    margin-top: 280px !important;
  }
}
.l-mb285 {
  margin-bottom: 285px;
}

.l-mt285 {
  margin-top: 285px;
}

@media only screen and (max-width: 768px) {
  .l-mb285-sp {
    margin-bottom: 285px !important;
  }
  .l-mt285-sp {
    margin-top: 285px !important;
  }
}
.l-mb290 {
  margin-bottom: 290px;
}

.l-mt290 {
  margin-top: 290px;
}

@media only screen and (max-width: 768px) {
  .l-mb290-sp {
    margin-bottom: 290px !important;
  }
  .l-mt290-sp {
    margin-top: 290px !important;
  }
}
.l-mb295 {
  margin-bottom: 295px;
}

.l-mt295 {
  margin-top: 295px;
}

@media only screen and (max-width: 768px) {
  .l-mb295-sp {
    margin-bottom: 295px !important;
  }
  .l-mt295-sp {
    margin-top: 295px !important;
  }
}
.l-mb300 {
  margin-bottom: 300px;
}

.l-mt300 {
  margin-top: 300px;
}

@media only screen and (max-width: 768px) {
  .l-mb300-sp {
    margin-bottom: 300px !important;
  }
  .l-mt300-sp {
    margin-top: 300px !important;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   animation
   ========================================================================== */
.ef-io,
.ef-io-in,
.ef-intro {
  pointer-events: none;
}

.tr-fade-up {
  transition: transform 0.8s, opacity 0.8s;
}
.tr-fade-up.ef-io, .tr-fade-up.ef-io-in {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
@media print, screen and (min-width:769px) {
  .tr-fade-up.ef-io, .tr-fade-up.ef-io-in {
    transform: translate3d(0, 60px, 0);
  }
}

.tr-right {
  transition: transform 0.8s, opacity 0.8s;
}
.tr-right.ef-io, .tr-right.ef-io-in {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
}
@media print, screen and (min-width:769px) {
  .tr-right.ef-io, .tr-right.ef-io-in {
    transform: translate3d(-60px, 0, 0);
  }
}

.tr-fade-in {
  transition: transform 0.8s, opacity 0.8s;
}
.tr-fade-in.ef-io, .tr-fade-in.ef-io-in {
  opacity: 0;
}


.tr-slide-lr {
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: cubic-bezier(0, 0.49, 0.55, 1);
}
@media only screen and (max-width: 768px) {
  .tr-slide-lr {
    transition: opacity 0.56s, transform 0.56s;
  }
}
.tr-slide-lr.ef-io, .tr-slide-lr.ef-io-inner {
  opacity: 0;
  transform: translate3d(-4rem, 0, 0);
}

.tr-mask-lr {
  transition: -webkit-mask-position 0.7s;
  transition: mask-position 0.7s;
  transition: mask-position 0.7s, -webkit-mask-position 0.7s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-mask-image: linear-gradient(90deg, transparent 50%, red 50%);
          mask-image: linear-gradient(90deg, transparent 50%, red 50%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: -100% 0;
          mask-position: -100% 0;
}
@media only screen and (max-width: 768px) {
  .tr-mask-lr {
    transition: -webkit-mask-position 0.49s;
    transition: mask-position 0.49s;
    transition: mask-position 0.49s, -webkit-mask-position 0.49s;
  }
}
.tr-mask-lr.ef-io, .tr-mask-lr.ef-io-inner {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}


/* 202512_MV変更 */
.top-mv {
  position: relative;
  overflow: hidden;
}
.top-mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
.top-mv_inner {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
  width: 100%;
  min-height: 590px;
}
@media only screen and (max-width: 768px) {
  .top-mv_inner {
    padding: 0 20px;
    aspect-ratio: 25/32;
    min-height: unset;
  }
}
.top-mv_logo {
  margin-left: auto;
  width: clamp(160px, 15vw, 240px);
}
@media only screen and (max-width: 768px) {
  .top-mv_logo {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
  }
}
.top-mv_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  padding-bottom: 4vw;
}
.top-mv_title {
  margin-left: auto;
  width: clamp(560px, 45vw, 880px);
  max-width: 100%;
}
.top-mv_title img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .top-mv_title {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.top-mv_link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  padding: 10px 0;
  width: clamp(480px, 40vw, 680px);
  max-width: 100%;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.top-mv_link span {
  position: relative;
  display: grid;
  align-items: center;
  padding: 10px 50px;
  background-color: #fff;
  background-image: linear-gradient(to right, #dfc88c 0%, #dfc88c 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
@media print, screen and (min-width:769px) {
.top-mv_link:hover span {
  background-size: 100% 100%;
}
}
.top-mv_link img {
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.top-mv_link span::before,
.top-mv_link span::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  background-image: linear-gradient(to right, #dfc88c 0%, #dfc88c 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  content: "";
  transition: background-size 0.6s ease;
}
@media print, screen and (min-width:769px) {
.top-mv_link:hover span::before,
.top-mv_link:hover span::after {
  background-size: 100% 100%;
}
}
.top-mv_link span::before {
  top: -6px;
}
.top-mv_link span::after {
  bottom: -6px;
}
@media only screen and (max-width: 768px) {
  .top-mv_link {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }
  .top-mv_link span {
    padding: 5px 25px;
  }
  .top-mv_link span::before,
  .top-mv_link span::after {
    height: 2px;
  }
  .top-mv_link span::before {
    top: -4px;
  }
  .top-mv_link span::after {
    bottom: -4px;
  }
}
.tr-fade-in.ef-anim-in {
  opacity: 1;
}
.tr-fade-right {
  transition: transform 0.8s, opacity 0.8s;
}
.tr-fade-right.ef-io, .tr-fade-right.ef-io-in {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
}
@media print, screen and (min-width:769px) {
  .tr-fade-right.ef-io, .tr-fade-right.ef-io-in {
    transform: translate3d(60px, 0, 0);
  }
}
.tr-fade-right.ef-anim-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}