@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* reset for form */
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  color: #000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif; }
  select::-ms-expand {
    display: none; }

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191; }

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191; }

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191; }

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1; }

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #919191; }

/*========== set.scss ==========*/
html, body {
  overscroll-behavior: none; }

html {
  font-size: 62.5%; }

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: calc(100vw / ( 390 / 12 )); }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.4rem; } }
  body.is-menu-open .p-nav {
    opacity: 1;
    visibility: visible;
    width: 444px; }
    @media screen and (max-width: 767px) {
      body.is-menu-open .p-nav {
        width: 100%; } }
  body.is-locked {
    overflow: hidden; }
  body.is-end footer {
    position: relative;
    z-index: 10; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none; }

a {
  display: inline-block;
  text-decoration: none;
  color: #000; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }
  a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  a.txtLink {
    text-decoration: underline;
    display: inline;
    color: #0062a6; }
  a.blankLink {
    position: relative;
    display: inline-block; }
    a.blankLink:after {
      content: "";
      display: block;
      position: absolute;
      right: -1em;
      top: 0;
      background: url("../images/icon_blank.svg") center no-repeat;
      background-size: contain;
      width: calc(100vw / ( 390 / 12 ));
      height: calc(100vw / ( 390 / 12 )); }
      @media screen and (min-width: 768px) {
        a.blankLink:after {
          width: 14px;
          height: 14px; } }

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important; } }

.is-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  .is-height .js-accordion-body {
    max-height: var(--closed-height);
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
  .is-height .js-accordion-btn {
    cursor: pointer;
    font-family: "Crimson Text", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .is-height .js-accordion-btn {
        font-size: calc(100vw / ( 390 / 11 ));
        margin-top: calc(100vw / ( 390 / 30 )); } }
    .is-height .js-accordion-btn:before {
      content: "";
      display: block;
      width: 1em;
      height: 1.75em;
      background: url("../images/blaket.svg") center no-repeat;
      background-size: contain;
      transform: rotate(-90deg); }
      @media screen and (max-width: 767px) {
        .is-height .js-accordion-btn:before {
          height: calc(100vw / ( 390 / 26 ));
          width: calc(100vw / ( 390 / 15 )); } }
    .is-height .js-accordion-btn--wh {
      color: #fff;
      gap: 0.4em; }
      .is-height .js-accordion-btn--wh:before {
        width: 1.75em;
        height: 1em;
        background-image: url("../images/blaket_wh.svg");
        transform: rotate(0deg); }
        @media screen and (max-width: 767px) {
          .is-height .js-accordion-btn--wh:before {
            height: calc(100vw / ( 390 / 15 ));
            width: calc(100vw / ( 390 / 26 )); } }
  .is-height.is-open .js-accordion-btn:before {
    transform: rotate(90deg); }
  .is-height.is-open .js-accordion-btn--wh:before {
    transform: rotate(-180deg); }

.js-modal-close {
  color: #fff;
  font-family: "Crimson Text", serif;
  cursor: pointer; }

/*========== l-header.scss ==========*/
.js-blend {
  position: fixed;
  z-index: 1000;
  mix-blend-mode: difference;
  top: 20px;
  /* ← 共通の最終位置 */
  transform: translateY(var(--blend-offset, 0));
  transition: transform 0.3s; }
  .js-blend.is-scrolled {
    transform: translateY(0); }

.js-fixed-logo {
  transition: opacity 0.3s ease; }
  .js-fixed-logo.is-hide {
    opacity: 0; }

.l-header {
  position: relative;
  z-index: 30;
  background: #f6f6f6;
  height: 50px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: calc(100vw / ( 390 / 54 ));
      padding: 0 calc(100vw / ( 390 / 28 )); } }
  .l-header-logo {
    width: 129px; }
    @media screen and (max-width: 767px) {
      .l-header-logo {
        width: calc(100vw / ( 390 / 129 )); } }
    .l-header-logo--kai {
      width: auto;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .l-header-logo--kai {
          height: calc(100vw / ( 390 / 26 )); } }
      .l-header-logo--kai img {
        width: auto;
        height: 100%; }
  .l-header-tewaza {
    left: 40px;
    --blend-offset: 56px;
    width: 127px; }
    @media screen and (max-width: 767px) {
      .l-header-tewaza {
        width: calc(100vw / ( 390 / 130 ));
        left: calc(100vw / ( 390 / 28 ));
        --blend-offset: calc(
          (100vw / (390 / 80)) - (100vw / (390 / 26))
        ); } }
    .l-header-tewaza img {
      filter: invert(0); }
  .l-header-hamburger {
    cursor: pointer;
    width: 100%;
    height: 18px; }
    @media screen and (max-width: 767px) {
      .l-header-hamburger {
        height: calc(100vw / ( 390 / 18 )); } }
    .l-header-hamburger__wrap {
      right: 33px;
      width: 40px;
      --blend-offset: 56px; }
      @media screen and (max-width: 767px) {
        .l-header-hamburger__wrap {
          width: calc(100vw / ( 390 / 40 ));
          right: calc(100vw / ( 390 / 28 ));
          --blend-offset: calc(
            (100vw / (390 / 80)) - (100vw / (390 / 26))
          ); } }
    .l-header-hamburger__line {
      filter: invert(0);
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      transform-origin: center;
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease; }
      .l-header-hamburger__line:nth-child(1) {
        top: 0; }
      .l-header-hamburger__line:nth-child(2) {
        top: 9px; }
      .l-header-hamburger__line:nth-child(3) {
        top: 17px; }

.is-top .l-header,
.is-top .l-header-hamburger__wrap,
.is-top .l-header-tewaza {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.6s ease; }
.is-top.is-ui-show .l-header,
.is-top.is-ui-show .l-header-hamburger__wrap,
.is-top.is-ui-show .l-header-tewaza {
  visibility: visible;
  opacity: 1;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .is-top.is-ui-show .l-header,
    .is-top.is-ui-show .l-header-hamburger__wrap,
    .is-top.is-ui-show .l-header-tewaza {
      height: calc(100vw / ( 390 / 54 )); } }

/*========== l-main.scss ==========*/
.l-main {
  position: relative; }
  .l-main-contents {
    position: relative;
    z-index: 20; }

.is-locked .l-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

/*========== c-inner.scss ==========*/
.c-inner {
  margin: 0 auto;
  width: calc(100vw / ( 390 / 370 )); }
  @media screen and (min-width: 768px) {
    .c-inner {
      width: 90%; } }
  @media screen and (min-width: 1101px) {
    .c-inner {
      width: 1000px; } }
  @media screen and (min-width: 1101px) {
    .c-inner--S {
      width: 900px; } }
  .c-inner--SS {
    width: calc(100vw / ( 390 / 320 )); }
    @media screen and (min-width: 768px) {
      .c-inner--SS {
        width: 698px; } }
    @media screen and (min-width: 1101px) {
      .c-inner--SS {
        width: 698px; } }

/*========== c-title.scss ==========*/
.c-title-std {
  position: relative;
  color: #fff;
  letter-spacing: 0.125em;
  margin-bottom: 1em;
  font-size: 2.1rem; }
  @media screen and (max-width: 767px) {
    .c-title-std {
      font-size: calc(100vw / ( 390 / 18 )); } }
  .c-title-std:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 0.5em; }
  .c-title-std--bk {
    color: #000; }
    .c-title-std--bk:after {
      background: #000; }
  .c-title-std--noBB:after {
    display: none; }
  .c-title-std--en {
    font-family: "Crimson Text", serif; }

/*========== c-box.scss ==========*/
.c-box-sticky--box1st {
  z-index: 1;
  background: rgba(255, 255, 255, 0.9); }
  .c-box-sticky--box1st.is-hide {
    opacity: 0;
    pointer-events: none; }
.c-box-sticky--box2nd {
  z-index: 2; }
.c-box-sticky__wrap {
  margin-top: -50px; }
  @media screen and (max-width: 767px) {
    .c-box-sticky__wrap {
      margin-top: calc(-100vw / ( 390 / 54 )); } }
  .c-box-sticky__wrap--withMovie {
    margin-top: 100vh; }

/*========== c-btn.scss ==========*/
.c-btn-more {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.65625em 3.25em 0.65625em 1.5625em;
  position: relative;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-btn-more {
      font-size: calc(100vw / ( 390 / 16 )); } }
  .c-btn-more:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125em;
    height: 1em;
    background: url("../images/icon_arrow.svg") center no-repeat;
    background-size: contain; }
.c-btn-entry {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 1px solid #fff;
  height: calc(100vw / ( 1366 / 120 ));
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1101px) {
    .c-btn-entry {
      height: 120px; } }
  @media screen and (max-width: 767px) {
    .c-btn-entry {
      margin: 0 auto;
      width: calc(100vw / ( 390 / 320 ));
      height: calc(100vw / ( 390 / 56 )); } }
  .c-btn-entry__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(100vw / ( 1366 / 65 )) 0 calc(100vw / ( 1366 / 130 )); }
    @media screen and (min-width: 1101px) {
      .c-btn-entry__bg {
        padding: 65px 0 130px; } }
    @media screen and (max-width: 767px) {
      .c-btn-entry__bg {
        padding: calc(100vw / ( 390 / 45 )) 0 calc(100vw / ( 390 / 90 )); } }
    .c-btn-entry__bg--kinugawa {
      background-image: url("../images/kai/kinugawa/entry_bg.webp"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--kinugawa {
          background-image: url("../images/kai/kinugawa/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--kaga-shishi {
      background-image: url("../images/kai/kaga/shishi/entry_bg.webp"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--kaga-shishi {
          background-image: url("../images/kai/kaga/shishi/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--kaga-yamanaka {
      background-image: url("../images/kai/kaga/yamanaka/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--kaga-yamanaka {
          background-image: url("../images/kai/kaga/yamanaka/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--unzen {
      background-image: url("../images/kai/unzen/entry_bg.webp"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--unzen {
          background-image: url("../images/kai/unzen/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--poroto {
      background-image: url("../images/kai/poroto/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--poroto {
          background-image: url("../images/kai/poroto/entry_bg_sp.jpg"); } }
    .c-btn-entry__bg--alpus {
      background-image: url("../images/kai/alpus/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--alpus {
          background-image: url("../images/kai/alpus/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--anjin {
      background-image: url("../images/kai/anjin/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--anjin {
          background-image: url("../images/kai/anjin/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--ito {
      background-image: url("../images/kai/ito/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--ito {
          background-image: url("../images/kai/ito/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--tamatsukuri {
      background-image: url("../images/kai/tamatsukuri/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--tamatsukuri {
          background-image: url("../images/kai/tamatsukuri/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--okuhida {
      background-image: url("../images/kai/okuhida/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--okuhida {
          background-image: url("../images/kai/okuhida/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--nagato {
      background-image: url("../images/kai/nagato/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--nagato {
          background-image: url("../images/kai/nagato/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--sengokuhara {
      background-image: url("../images/kai/sengokuhara/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--sengokuhara {
          background-image: url("../images/kai/sengokuhara/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--izumo {
      background-image: url("../images/kai/izumo/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--izumo {
          background-image: url("../images/kai/izumo/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--tsugaru {
      background-image: url("../images/kai/tsugaru/entry_bg.webp"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--tsugaru {
          background-image: url("../images/kai/tsugaru/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--enshu-shincha {
      background-image: url("../images/kai/enshu/shincha/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--enshu-shincha {
          background-image: url("../images/kai/enshu/shincha/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--enshu-wakocha {
      background-image: url("../images/kai/enshu/wakocha/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--enshu-wakocha {
          background-image: url("../images/kai/enshu/wakocha/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--beppu-kushi {
      background-image: url("../images/kai/beppu/kushi/entry_bg.webp"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--beppu-kushi {
          background-image: url("../images/kai/beppu/kushi/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--beppu-usuki {
      background-image: url("../images/kai/beppu/usuki/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--beppu-usuki {
          background-image: url("../images/kai/beppu/usuki/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--kirishima-nakamura {
      background-image: url("../images/kai/kirishima/nakamura/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--kirishima-nakamura {
          background-image: url("../images/kai/kirishima/nakamura/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--kirishima-kokubu {
      background-image: url("../images/kai/kirishima/kokubu/entry_bg.jpg"); }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--kirishima-kokubu {
          background-image: url("../images/kai/kirishima/kokubu/entry_bg_sp.webp"); } }
    .c-btn-entry__bg--last {
      padding-bottom: calc(100vw / ( 1366 / 65 )); }
      @media screen and (min-width: 1101px) {
        .c-btn-entry__bg--last {
          padding-bottom: 65px; } }
      @media screen and (max-width: 767px) {
        .c-btn-entry__bg--last {
          padding-bottom: calc(100vw / ( 390 / 45 )); } }
  .c-btn-entry__icon {
    display: flex;
    align-items: center;
    letter-spacing: 0.125em;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .c-btn-entry__icon {
        font-size: calc(100vw / ( 390 / 16 )); } }
    .c-btn-entry__icon:after {
      content: "";
      display: inline-block;
      margin-left: 1em;
      width: 1.25em;
      height: 1.165em;
      background: url("../images/icon_arrow.svg") center no-repeat;
      background-size: contain; }
.c-btn-fixed {
  position: fixed;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.5));
  width: 99px;
  height: 99px;
  right: 33px;
  bottom: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease; }
  @media screen and (max-width: 767px) {
    .c-btn-fixed {
      width: calc(100vh / ( 663 / 99 ));
      height: calc(100vh / ( 663 / 99 ));
      right: calc(100vh / ( 663 / 10 ));
      bottom: calc(100vh / ( 663 / 10 )); } }
  .c-btn-fixed--kinugawa {
    background-image: url("../images/kai/kinugawa/fixed_btn.webp"); }
  .c-btn-fixed--kaga-shishi {
    background-image: url("../images/kai/kaga/shishi/fixed_btn.webp"); }
  .c-btn-fixed--kaga-yamanaka {
    background-image: url("../images/kai/kaga/yamanaka/fixed_btn.webp"); }
  .c-btn-fixed--unzen {
    background-image: url("../images/kai/unzen/fixed_btn.webp"); }
  .c-btn-fixed--poroto {
    background-image: url("../images/kai/poroto/fixed_btn.png"); }
  .c-btn-fixed--alpus {
    background-image: url("../images/kai/alpus/fixed_btn.png"); }
  .c-btn-fixed--anjin {
    background-image: url("../images/kai/anjin/fixed_btn.png"); }
  .c-btn-fixed--ito {
    background-image: url("../images/kai/ito/fixed_btn.png"); }
  .c-btn-fixed--tamatsukuri {
    background-image: url("../images/kai/tamatsukuri/fixed_btn.png"); }
  .c-btn-fixed--okuhida {
    background-image: url("../images/kai/okuhida/fixed_btn.png"); }
  .c-btn-fixed--nagato {
    background-image: url("../images/kai/nagato/fixed_btn.png"); }
  .c-btn-fixed--sengokuhara {
    background-image: url("../images/kai/sengokuhara/fixed_btn.png"); }
  .c-btn-fixed--izumo {
    background-image: url("../images/kai/izumo/fixed_btn.png"); }
  .c-btn-fixed--tsugaru {
    background-image: url("../images/kai/tsugaru/fixed_btn.png"); }
  .c-btn-fixed--enshu-shincha {
    background-image: url("../images/kai/enshu/shincha/fixed_btn.png"); }
  .c-btn-fixed--enshu-wakocha {
    background-image: url("../images/kai/enshu/wakocha/fixed_btn.png"); }
  .c-btn-fixed--beppu-kushi {
    background-image: url("../images/kai/beppu/kushi/fixed_btn.png"); }
  .c-btn-fixed--beppu-usuki {
    background-image: url("../images/kai/beppu/usuki/fixed_btn.png"); }
  .c-btn-fixed--kirishima-nakamura {
    background-image: url("../images/kai/kirishima/nakamura/fixed_btn.png"); }
  .c-btn-fixed--kirishima-kokubu {
    background-image: url("../images/kai/kirishima/kokubu/fixed_btn.png"); }
  .c-btn-fixed__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #fff;
    gap: 0.5em;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 1.1rem;
    width: 85px;
    height: 85px; }
    @media screen and (max-width: 767px) {
      .c-btn-fixed__icon {
        width: calc(100vh / ( 663 / 85 ));
        height: calc(100vh / ( 663 / 85 )); } }
    .c-btn-fixed__icon:after {
      content: "";
      display: block;
      width: 1.636em;
      height: 1.528em;
      background: url("../images/icon_arrow_bk.svg") center no-repeat;
      background-size: contain; }
  .c-btn-fixed.is-show {
    opacity: 1;
    visibility: visible; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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; }

.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  width: 30px;
  height: 28px;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      width: calc(100vw / ( 390 / 23 ));
      height: calc(100vw / ( 390 / 22 )); } }

.slick-prev {
  left: 50%;
  transform: translateY(-50%) rotate(-180deg); }
  @media screen and (max-width: 767px) {
    .slick-prev {
      left: calc(100vw / ( 390 / 10 )); } }

.slick-next {
  right: 50%; }
  @media screen and (max-width: 767px) {
    .slick-next {
      right: calc(100vw / ( 390 / 10 )); } }

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      gap: calc(100vw / ( 390 / 5 )); } }
  .slick-dots li {
    height: 2px;
    width: 100px; }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        width: calc(100vw / ( 390 / 97 )); } }
    .slick-dots li button {
      cursor: pointer;
      text-indent: -9999px;
      background: rgba(255, 255, 255, 0.4);
      width: 100%;
      height: 100%; }
    .slick-dots li.slick-active button {
      background: white; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 90vw;
  max-width: 900px; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*# sourceMappingURL=magnific-popup.css.map */
/*========== p-opening.scss ==========*/
.p-opening {
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.6s ease; }
  .p-opening.is-end {
    pointer-events: none;
    background: transparent; }
    .p-opening.is-end .p-opening-content__txt,
    .p-opening.is-end .p-opening-content__kai {
      opacity: 0; }
    .p-opening.is-end .p-opening-content__logo {
      z-index: 3;
      opacity: 1; }
  .p-opening-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden; }
    .p-opening-bg video {
      width: 100%;
      height: 100vh;
      object-fit: cover; }
  .p-opening-content {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10; }
    .p-opening-content__txt {
      position: absolute;
      top: 0;
      opacity: 1;
      transform: none;
      transition: none; }
      .p-opening-content__txt--L {
        left: 0;
        height: 100vh; }
        @media screen and (max-width: 767px) {
          .p-opening-content__txt--L {
            height: 100dvh; } }
      .p-opening-content__txt--R {
        right: 0;
        height: calc(100vh / ( 768 / 533 )); }
        @media screen and (max-width: 767px) {
          .p-opening-content__txt--R {
            height: calc(100dvh / ( 662 / 338 )); } }
      .p-opening-content__txt:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        will-change: transform;
        backface-visibility: hidden;
        transform: translateY(0);
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
    .p-opening-content__kai {
      transition: 1s ease; }
      @media screen and (min-width: 768px) {
        .p-opening-content__kai {
          height: calc(100vh / ( 768 / 79 )); } }
      @media screen and (max-width: 767px) {
        .p-opening-content__kai {
          height: calc(100vh / ( 663 / 70 )); } }
    .p-opening-content__logo {
      opacity: 0;
      transition: 1.2s ease;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .p-opening-content__logo {
          height: calc(100vh / ( 768 / 310 )); } }
      @media screen and (max-width: 767px) {
        .p-opening-content__logo {
          height: calc(100vh / ( 663 / 232 )); } }
      .p-opening-content__logo img {
        filter: invert(1); }
    .p-opening-content__scroll {
      color: #fff;
      font-family: "Crimson Text", serif;
      font-size: 1.0rem;
      transform: rotate(-90deg);
      position: fixed;
      bottom: calc(100vh / ( 768 / 62 ));
      left: 5%;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        .p-opening-content__scroll {
          left: calc(100vw / ( 390 / 20 ));
          bottom: calc(100vh / ( 663 / 46 )); } }
      .p-opening-content__scroll:before, .p-opening-content__scroll:after {
        content: "";
        display: block;
        position: absolute;
        background: #fff; }
      .p-opening-content__scroll:before {
        right: 1px;
        bottom: -0.2em;
        width: calc(100% + 1.5em);
        height: 1px; }
      .p-opening-content__scroll:after {
        width: 1px;
        height: 1em;
        left: -1.2em;
        bottom: -0.35em;
        transform: rotate(60deg); }
    .p-opening-content img {
      width: auto;
      height: 100%; }
  .p-opening-shutter {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 5; }
    .p-opening-shutter__top, .p-opening-shutter__btm {
      position: absolute;
      left: 0;
      width: 100%;
      height: 50%;
      background: #000;
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      transform: translateY(0);
      backface-visibility: hidden;
      will-change: transform; }
    .p-opening-shutter__top {
      top: 0; }
    .p-opening-shutter__btm {
      bottom: 0; }
  .p-opening.is-step1 .p-opening-content__kai {
    opacity: 0; }
  .p-opening.is-step2 .p-opening-content__txt:after {
    transform: translateY(101%); }
  .p-opening.is-step3 .p-opening-content__logo {
    opacity: 1; }
  .p-opening.is-step3 .p-opening-content__txt:after {
    opacity: 0; }
  .p-opening.is-step4 {
    background: #000; }
    .p-opening.is-step4 .p-opening-content__logo img {
      filter: invert(0); }
    .p-opening.is-step4 .p-opening-content__txt,
    .p-opening.is-step4 .p-opening-content__kai {
      opacity: 0; }
    .p-opening.is-step4 .p-opening-content__scroll {
      opacity: 1; }
  .p-opening.is-step5 {
    background: transparent; }
    .p-opening.is-step5 ~ .p-opening-shutter .p-opening-shutter__top {
      transform: translateY(-100%); }
    .p-opening.is-step5 ~ .p-opening-shutter .p-opening-shutter__btm {
      transform: translateY(100%); }
  .p-opening-movie {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden; }
    .p-opening-movie #video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .p-opening-movie-sound {
      line-height: 1;
      position: absolute;
      left: calc(100vw / ( 1366 / 133 ));
      bottom: calc(100vh / ( 768 / 38 ));
      color: #fff;
      display: flex;
      align-items: center;
      cursor: pointer;
      letter-spacing: 0.2em;
      font-size: 1.2rem; }
      @media screen and (min-width: 1101px) {
        .p-opening-movie-sound {
          left: 133px; } }
      @media screen and (max-width: 767px) {
        .p-opening-movie-sound {
          left: calc(100vw / ( 390 / 20 ));
          bottom: calc(100vh / ( 663 / 20 )); } }
      .p-opening-movie-sound__label {
        border-right: 1px solid #fff;
        padding-right: 0.25em;
        margin-right: 0.25em; }
      .p-opening-movie-sound__state {
        position: relative;
        display: flex;
        align-items: center; }
        .p-opening-movie-sound__state:before {
          content: "";
          display: inline-block;
          margin-right: 0.25em;
          width: 1.7em;
          height: 1.2em;
          background: url("../images/icon_sound.svg") center no-repeat;
          background-size: contain; }

/*========== p-nav.scss ==========*/
.p-nav {
  opacity: 0;
  visibility: hidden;
  z-index: 1010;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  width: 0;
  transition: all .3s; }
  .p-nav__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: calc(100vh / ( 663 / 30 )) 0; }
    @media screen and (min-width: 768px) {
      .p-nav__inner {
        padding: calc(100vh / ( 768 / 70 )) 0; } }
  .p-nav-te {
    width: 96px;
    margin-bottom: calc(100vh / ( 768 / 14 )); }
    @media screen and (max-width: 767px) {
      .p-nav-te {
        margin-bottom: calc(100vh / ( 663 / 14 )); } }
    .p-nav-te--top {
      margin-bottom: calc(100vh / ( 768 / 145 )); }
      @media screen and (max-width: 767px) {
        .p-nav-te--top {
          margin-bottom: calc(100vh / ( 663 / 83 )); } }
  .p-nav-list {
    width: 300px;
    margin-bottom: calc(100vh / ( 768 / 30 )); }
    @media screen and (max-width: 767px) {
      .p-nav-list {
        margin-bottom: calc(100vh / ( 663 / 30 )); } }
    .p-nav-list--top {
      margin-bottom: calc(100vh / ( 768 / 145 )); }
      @media screen and (max-width: 767px) {
        .p-nav-list--top {
          margin-bottom: calc(100vh / ( 663 / 83 )); } }
  .p-nav-item {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.3; }
    .p-nav-item a {
      border-bottom: 1px solid #707070;
      display: block;
      padding: 1em 0;
      position: relative; }
      .p-nav-item a:after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        bottom: 10px;
        width: 20px;
        height: 35px;
        background: url("../images/blaket.svg") center no-repeat;
        background-size: contain;
        transform: rotate(270deg); }
      .p-nav-item a.p-nav-apply {
        line-height: 1;
        border: 2px solid #000;
        padding-left: 1em; }
        .p-nav-item a.p-nav-apply:after {
          top: 50%;
          transform: translateY(-50%) rotate(180deg);
          bottom: 14px;
          right: 13px; }
    .p-nav-item:not(:last-child) {
      margin-bottom: 1em; }
    .p-nav-item--tewaza {
      margin-top: 30px; }
      .p-nav-item--tewaza a {
        background: #000;
        color: #fff;
        padding-left: 1em; }
        .p-nav-item--tewaza a:after {
          background-image: url("../images/blaket_wh.svg");
          width: 35px;
          height: 20px;
          bottom: 16px;
          right: 7px; }
      .p-nav-item--tewazaTop a:after {
        transform: rotate(0deg); }
  .p-nav-close {
    cursor: pointer;
    width: 20px; }

/*========== p-intro.scss ==========*/
.p-intro-top {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: calc(100vw / ( 1366 / 100 )) 0; }
  @media screen and (min-width: 1101px) {
    .p-intro-top {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    .p-intro-top {
      padding: calc(100vw / ( 390 / 50 )) 0 calc(100vw / ( 390 / 45 )); } }
  .p-intro-top:before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--fade-height, 0px));
    left: 0;
    width: 100%;
    height: var(--fade-height, 0px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none; }
  .p-intro-top__inner {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .p-intro-top__inner {
        width: 100%;
        max-width: 1100px;
        padding: calc(100vw / ( 1366 / 77 )) 0 calc(100vw / ( 1366 / 75 )); } }
    @media screen and (min-width: 1101px) {
      .p-intro-top__inner {
        padding: 77px 0 75px; } }
    @media screen and (max-width: 767px) {
      .p-intro-top__inner {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .p-intro-top__ttl {
      width: calc(100vw / ( 390 / 70 )); } }
  .p-intro-top__txt {
    width: 301px;
    margin: 0 58px; }
    @media screen and (max-width: 767px) {
      .p-intro-top__txt {
        width: calc(100vw / ( 390 / 130 ));
        margin: calc(100vw / ( 390 / 134 )) calc(100vw / ( 390 / 57 )) calc(100vw / ( 390 / 90 )) 0; } }
  .p-intro-top__bg {
    position: absolute;
    overflow: hidden; }
    .p-intro-top__bg img {
      will-change: transform;
      transform: scale(1.1); }
    .p-intro-top__bg--01 {
      left: 0;
      top: calc(100vw / ( 1366 / 21 ));
      width: calc(100vw / ( 1366 / 293 ));
      height: calc(100vw / ( 1366 / 198 )); }
      @media screen and (min-width: 1101px) {
        .p-intro-top__bg--01 {
          top: 21px;
          width: 293px;
          height: 198px; } }
      @media screen and (max-width: 767px) {
        .p-intro-top__bg--01 {
          top: calc(100vw / ( 390 / 10 ));
          width: calc(100vw / ( 390 / 162 ));
          height: calc(100vw / ( 390 / 90 )); } }
    .p-intro-top__bg--02 {
      right: calc(100vw / ( 1366 / 13 ));
      top: 0;
      width: calc(100vw / ( 1366 / 171 ));
      height: calc(100vw / ( 1366 / 240 )); }
      @media screen and (min-width: 1101px) {
        .p-intro-top__bg--02 {
          right: 13px;
          width: 171px;
          height: 240px; } }
      @media screen and (max-width: 767px) {
        .p-intro-top__bg--02 {
          right: 0;
          top: calc(100vw / ( 390 / 311 ));
          width: calc(100vw / ( 390 / 82 ));
          height: calc(100vw / ( 390 / 129 )); } }
    .p-intro-top__bg--03 {
      left: 0;
      bottom: 0;
      width: calc(100vw / ( 1366 / 171 ));
      height: calc(100vw / ( 1366 / 227 )); }
      @media screen and (min-width: 1101px) {
        .p-intro-top__bg--03 {
          width: 171px;
          height: 227px; } }
      @media screen and (min-width: 1200px) {
        .p-intro-top__bg--03 {
          left: -50px; } }
      @media screen and (max-width: 767px) {
        .p-intro-top__bg--03 {
          bottom: calc(100vw / ( 390 / 55 ));
          width: calc(100vw / ( 390 / 78 ));
          height: calc(100vw / ( 390 / 120 )); } }
    .p-intro-top__bg--04 {
      left: calc(100vw / ( 1366 / 211 ));
      bottom: calc(100vw / ( 1366 / 128 ));
      width: calc(100vw / ( 1366 / 140 ));
      height: calc(100vw / ( 1366 / 140 )); }
      @media screen and (min-width: 1101px) {
        .p-intro-top__bg--04 {
          left: 211px;
          bottom: 128px;
          width: 140px;
          height: 140px; } }
      @media screen and (max-width: 767px) {
        .p-intro-top__bg--04 {
          left: calc(100vw / ( 390 / 35 ));
          bottom: 0;
          width: calc(100vw / ( 390 / 80 ));
          height: calc(100vw / ( 390 / 80 )); } }
    .p-intro-top__bg--05 {
      right: 0;
      bottom: calc(100vw / ( 1366 / 49 ));
      width: calc(100vw / ( 1366 / 219 ));
      height: calc(100vw / ( 1366 / 148 )); }
      @media screen and (min-width: 1101px) {
        .p-intro-top__bg--05 {
          bottom: 49px;
          width: 219px;
          height: 148px; } }
      @media screen and (min-width: 1200px) {
        .p-intro-top__bg--05 {
          right: -66px; } }
      @media screen and (min-width: 1366px) {
        .p-intro-top__bg--05 {
          right: -132px; } }
      @media screen and (max-width: 767px) {
        .p-intro-top__bg--05 {
          left: calc(100vw / ( 390 / 247 ));
          bottom: calc(100vw / ( 390 / 45 ));
          width: calc(100vw / ( 390 / 108 ));
          height: calc(100vw / ( 390 / 64 )); } }
  .p-intro-top__stamp {
    position: absolute;
    left: calc(100vw / ( 1366 / 302 ));
    bottom: calc(100vw / ( 1366 / 108 ));
    width: calc(100vw / ( 1366 / 66 )); }
    @media screen and (min-width: 1101px) {
      .p-intro-top__stamp {
        left: 302px;
        bottom: 108px;
        width: 66px; } }
    @media screen and (max-width: 767px) {
      .p-intro-top__stamp {
        left: calc(100vw / ( 390 / 223 ));
        bottom: calc(100vw / ( 390 / 97 ));
        width: calc(100vw / ( 390 / 43 )); } }

/*========== p-about.scss ==========*/
.p-about-top {
  background: rgba(51, 51, 51, 0.9);
  color: #fff; }
  .p-about-top-head {
    padding: calc(100vw / ( 390 / 47 )) calc(100vw / ( 390 / 25 )) calc(100vw / ( 390 / 66 )); }
    @media screen and (min-width: 768px) {
      .p-about-top-head {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0; } }
    .p-about-top-head__ttl {
      font-family: "Crimson Text", serif;
      letter-spacing: 0.125em; }
      @media screen and (min-width: 768px) {
        .p-about-top-head__ttl {
          width: 12%; } }
      @media screen and (max-width: 767px) {
        .p-about-top-head__ttl {
          text-align: center;
          margin-bottom: calc(100vw / ( 390 / 26 )); } }
    @media screen and (min-width: 768px) {
      .p-about-top-head__logo {
        width: 38%;
        display: flex;
        align-items: center; }
        .p-about-top-head__logo img {
          width: 243px; } }
    @media screen and (max-width: 767px) {
      .p-about-top-head__logo {
        width: calc(100vw / ( 390 / 234 ));
        margin: 0 auto calc(100vw / ( 390 / 36 )); } }
    .p-about-top-head__txt {
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.8;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        .p-about-top-head__txt {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .p-about-top-head__txt {
          line-height: calc(100vw / ( 390 / 20 ));
          letter-spacing: 0.05em; } }
  .p-about-top-slider {
    position: relative; }
    .p-about-top-slider__item {
      width: 1000px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .p-about-top-slider__item {
          width: calc(100vw / ( 390 / 350 )); } }
      .p-about-top-slider__item--unzen {
        background-image: url("../images/top/unzen_main_bg.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__item--unzen {
            background-image: url("../images/top/unzen_main_bg_sp.webp"); } }
      .p-about-top-slider__item--kinugawa {
        background-image: url("../images/top/kinugawa_main_bg.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__item--kinugawa {
            background-image: url("../images/top/kinugawa_main_bg_sp.webp"); } }
      .p-about-top-slider__item--kaga {
        background-image: url("../images/top/kaga_main_bg.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__item--kaga {
            background-image: url("../images/top/kaga_main_bg_sp.webp"); } }
    .p-about-top-slider__link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 40%;
      background: rgba(255, 255, 255, 0.3);
      color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: calc(100vw / ( 1366 / 78 )) 10%;
      height: 452px; }
      @media screen and (min-width: 768px) {
        .p-about-top-slider__link {
          font-size: 1.8rem; } }
      @media screen and (min-width: 1101px) {
        .p-about-top-slider__link {
          margin: 78px 10%; } }
      @media screen and (max-width: 767px) {
        .p-about-top-slider__link {
          margin: 0 calc(100vw / ( 390 / 47 )) calc(100vw / ( 390 / 57 )) 0;
          height: calc(100vw / ( 390 / 395 ));
          padding: 0 calc(100vw / ( 390 / 26 )) calc(100vw / ( 390 / 26 ));
          justify-content: flex-end; } }
      @media screen and (min-width: 768px) {
        .p-about-top-slider__link--left {
          padding-left: 50px; } }
      .p-about-top-slider__link--unzen {
        background-image: url("../images/top/unzen_main.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__link--unzen {
            background-image: url("../images/top/unzen_main_sp.webp"); } }
      .p-about-top-slider__link--kinugawa {
        background-image: url("../images/top/kinugawa_main.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__link--kinugawa {
            background-image: url("../images/top/kinugawa_main_sp.webp"); } }
      .p-about-top-slider__link--kaga {
        background-image: url("../images/top/kaga_main.webp"); }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__link--kaga {
            background-image: url("../images/top/kaga_main_sp.webp"); } }
    .p-about-top-slider__ttl {
      line-height: 1.5;
      margin-bottom: 0.28125em;
      letter-spacing: 0.125em;
      font-size: 3.2rem; }
      @media screen and (max-width: 767px) {
        .p-about-top-slider__ttl {
          line-height: 1.4;
          font-size: calc(100vw / ( 390 / 20 ));
          margin-bottom: calc(100vw / ( 390 / 5 )); } }
    .p-about-top-slider__lead {
      margin-bottom: 0.59375em;
      line-height: 3.2rem; }
      @media screen and (max-width: 767px) {
        .p-about-top-slider__lead {
          line-height: calc(100vw / ( 390 / 20 ));
          margin-bottom: calc(100vw / ( 390 / 18 )); } }
    .p-about-top-slider__area {
      display: flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .p-about-top-slider__area {
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .p-about-top-slider__area {
          justify-content: space-between; } }
      .p-about-top-slider__area-kai {
        margin-left: 1em;
        background: #fff;
        color: #000;
        padding: 0.375em 0.5em; }
        @media screen and (min-width: 768px) {
          .p-about-top-slider__area-kai {
            font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .p-about-top-slider__area-kai {
            margin-left: 0; } }
    @media screen and (min-width: 768px) {
      .p-about-top-slider .slick-prev {
        margin-left: -45%; } }
    @media screen and (min-width: 1101px) {
      .p-about-top-slider .slick-prev {
        margin-left: -440px; } }
    @media screen and (min-width: 768px) {
      .p-about-top-slider .slick-next {
        margin-right: -45%; } }
    @media screen and (min-width: 1101px) {
      .p-about-top-slider .slick-next {
        margin-right: -440px; } }
    .p-about-top-slider .slick-dots {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: calc(100vw / ( 1366 / 41 )); }
      @media screen and (min-width: 1101px) {
        .p-about-top-slider .slick-dots {
          bottom: 41px; } }
      @media screen and (max-width: 767px) {
        .p-about-top-slider .slick-dots {
          bottom: calc(100vw / ( 390 / 30 )); }
          .p-about-top-slider .slick-dots li {
            width: calc(100vw / ( 390 / 82 )); } }

/*========== p-tewaza.scss ==========*/
.p-tewaza-top {
  background: rgba(255, 255, 255, 0.9);
  padding: calc(100vw / ( 1366 / 125 )) 0 calc(100vw / ( 1366 / 150 )); }
  @media screen and (min-width: 1101px) {
    .p-tewaza-top {
      padding: 125px 0 150px; } }
  @media screen and (max-width: 767px) {
    .p-tewaza-top {
      padding: calc(100vw / ( 390 / 50 )) 0 calc(100vw / ( 390 / 150 )); } }
  .p-tewaza-top-catch {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.125em;
    font-size: 2.1rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-catch {
        font-size: calc(100vw / ( 390 / 16 ));
        margin-bottom: calc(100vw / ( 390 / 25 )); } }
    .p-tewaza-top-catch__icon {
      margin: 0 1em;
      width: 66px; }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-catch__icon {
          width: calc(100vw / ( 390 / 43 )); } }
  .p-tewaza-top-ttl {
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 4.8rem; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-ttl {
        font-size: calc(100vw / ( 390 / 26 ));
        margin-bottom: calc(100vw / ( 390 / 26 )); } }
  .p-tewaza-top-txt {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 3em 0 2.1em;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-txt {
        font-size: calc(100vw / ( 390 / 12 ));
        line-height: 1.8; } }
  @media screen and (min-width: 768px) {
    .p-tewaza-top-sort {
      margin: 0 0 calc(100vw / ( 1366 / 75 )); } }
  @media screen and (min-width: 1101px) {
    .p-tewaza-top-sort {
      margin: 0 0 75px; } }
  @media screen and (min-width: 1100px) {
    .p-tewaza-top-sort {
      margin-left: -50px;
      margin-right: -50px; } }
  @media screen and (max-width: 767px) {
    .p-tewaza-top-sort {
      padding: 0 calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-top-sort__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-sort__tab {
        margin-bottom: calc(100vw / ( 390 / 24 )); } }
    .p-tewaza-top-sort__tab-item {
      cursor: pointer;
      width: 48.63636%;
      text-align: center;
      font-family: "Crimson Text", serif;
      border-top: 1px solid #c7c7c7;
      border-bottom: 1px solid #c7c7c7;
      color: #c7c7c7;
      padding: 0.6em 0;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-sort__tab-item {
          width: 47.4285%;
          font-size: calc(100vw / ( 390 / 14 )); } }
      .p-tewaza-top-sort__tab-item.is-active {
        border-top-color: #000;
        border-bottom-color: #000;
        color: #000; }
  .p-tewaza-top-sort__list {
    display: none;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-sort__list {
        margin-bottom: calc(100vw / ( 390 / 31 )); } }
    .p-tewaza-top-sort__list.is-active {
      display: flex; }
    @media screen and (min-width: 768px) {
      .p-tewaza-top-sort__list[data-type="area"] .p-tewaza-top-sort__item-inner {
        padding: 0 2.5em; } }
  .p-tewaza-top-sort__item {
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-sort__item {
        margin-bottom: calc(100vw / ( 390 / 19 )); } }
    .p-tewaza-top-sort__item:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background: #000; }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-sort__item:after {
          width: calc(100vw / ( 390 / 4 ));
          height: calc(100vw / ( 390 / 4 )); } }
    .p-tewaza-top-sort__item:last-child:after {
      display: none; }
    .p-tewaza-top-sort__item:not(:last-child) {
      margin-right: 2.0em; }
      @media screen and (min-width: 1101px) {
        .p-tewaza-top-sort__item:not(:last-child) {
          margin-right: 2.5em; } }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-sort__item:not(:last-child) {
          margin-right: calc(100vw / ( 390 / 25 )); } }
      .p-tewaza-top-sort__item:not(:last-child):after {
        right: -1.2em; }
        @media screen and (min-width: 1101px) {
          .p-tewaza-top-sort__item:not(:last-child):after {
            right: -1.35em; } }
    @media screen and (max-width: 767px) {
      .p-tewaza-top-sort__item:nth-child(3) {
        margin-right: 0; }
        .p-tewaza-top-sort__item:nth-child(3):after {
          display: none; } }
    .p-tewaza-top-sort__item-inner {
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 1.5em; }
      @media screen and (min-width: 768px) {
        .p-tewaza-top-sort__item-inner {
          gap: 0.5em;
          font-size: 1.6rem;
          min-height: 37px; } }
      @media screen and (min-width: 1101px) {
        .p-tewaza-top-sort__item-inner {
          padding: 0 2.0em; } }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-sort__item-inner {
          line-height: 1.33;
          height: calc(100vw / ( 390 / 41 ));
          width: calc(100vw / ( 390 / 100 ));
          padding: 0; }
          .p-tewaza-top-sort__item-inner.long {
            width: calc(100vw / ( 390 / 136 )); } }
      .p-tewaza-top-sort__item-inner:before, .p-tewaza-top-sort__item-inner:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/blaket.svg") center no-repeat;
        width: 1.2em;
        height: 2.0em; }
        @media screen and (min-width: 1101px) {
          .p-tewaza-top-sort__item-inner:before, .p-tewaza-top-sort__item-inner:after {
            width: 1.25em;
            height: 2.1875em; } }
        @media screen and (max-width: 767px) {
          .p-tewaza-top-sort__item-inner:before, .p-tewaza-top-sort__item-inner:after {
            width: calc(100vw / ( 390 / 18 ));
            height: calc(100vw / ( 390 / 41 )); } }
      .p-tewaza-top-sort__item-inner:before {
        left: 0; }
      .p-tewaza-top-sort__item-inner:after {
        right: 0;
        transform: translateY(-50%) rotate(180deg); }
    .p-tewaza-top-sort__item-en {
      font-family: "Crimson Text", serif;
      font-size: 1.1rem; }
      @media screen and (max-width: 767px) {
        .p-tewaza-top-sort__item-en {
          font-size: calc(100vw / ( 390 / 10 )); } }
    .p-tewaza-top-sort__item.is-muted {
      opacity: 0.4; }
      .p-tewaza-top-sort__item.is-muted .p-tewaza-top-sort__item-inner:before, .p-tewaza-top-sort__item.is-muted .p-tewaza-top-sort__item-inner:after {
        opacity: 0.4; }
    .p-tewaza-top-sort__item.is-active:after {
      opacity: 0.4; }
.p-tewaza-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%; }
  @media screen and (max-width: 767px) {
    .p-tewaza-list {
      gap: calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-list__item {
    position: relative;
    width: 33%;
    background: #e3e3e3;
    transition: background-color 0.4s ease; }
    @media screen and (min-width: 768px) {
      .p-tewaza-list__item {
        margin-bottom: 0.5%; } }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__item {
        margin-bottom: calc(100vw / ( 390 / 18 ));
        width: calc(100vw / ( 390 / 180 )); } }
    .p-tewaza-list__item .hover-img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none; }
    @media screen and (min-width: 768px) {
      .p-tewaza-list__item:hover {
        background-color: #000; }
        .p-tewaza-list__item:hover .hover-img {
          opacity: 1; }
        .p-tewaza-list__item:hover .p-tewaza-list__more {
          opacity: 1; }
        .p-tewaza-list__item:hover .p-tewaza-list__link {
          color: #fff; }
        .p-tewaza-list__item:hover .p-tewaza-list__kai {
          background: #fff;
          color: #000; } }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__item.hover {
        background-color: #000; }
        .p-tewaza-list__item.hover .hover-img {
          opacity: 1; }
        .p-tewaza-list__item.hover .p-tewaza-list__more {
          opacity: 1; }
        .p-tewaza-list__item.hover .p-tewaza-list__link {
          color: #fff; }
        .p-tewaza-list__item.hover .p-tewaza-list__kai {
          background: #fff;
          color: #000; } }
  .p-tewaza-list__link {
    padding: 15px; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__link {
        padding: calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-list__img {
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__img {
        margin-bottom: calc(100vw / ( 390 / 9 )); } }
  .p-tewaza-list__more {
    transition: opacity 0.4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__more {
        font-size: calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-list__area {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1.1rem; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__area {
        font-size: calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-list__ttl {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: calc(100vw / ( 390 / 12 )); }
    @media screen and (min-width: 768px) {
      .p-tewaza-list__ttl {
        letter-spacing: 0.125em;
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .p-tewaza-list__ttl--long {
        letter-spacing: 0.05em; } }
  .p-tewaza-list__txt {
    margin: 0.55em 0 1.33em;
    font-size: 1.2rem;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__txt {
        font-size: calc(100vw / ( 390 / 10 ));
        line-height: 1.8; } }
  .p-tewaza-list__kai {
    transition: all 0.4s ease;
    background: #000;
    color: #fff;
    width: 8em;
    text-align: center;
    display: inline-block;
    padding: 0.5em 0;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .p-tewaza-list__kai {
        font-size: calc(100vw / ( 390 / 10 )); } }
  .p-tewaza-list--slider {
    display: block; }
    .p-tewaza-list--slider .p-tewaza-list__item {
      background: #000;
      margin-bottom: 0;
      margin-right: 35px;
      width: 310px;
      margin-right: 35px; }
      @media screen and (max-width: 767px) {
        .p-tewaza-list--slider .p-tewaza-list__item {
          text-align: center;
          width: calc(100vw / ( 390 / 320 ));
          margin-right: calc(100vw / ( 390 / 15 )); } }
    @media screen and (max-width: 767px) {
      .p-tewaza-list--slider .p-tewaza-list__area {
        font-size: calc(100vw / ( 390 / 11 )); } }
    .p-tewaza-list--slider .p-tewaza-list__link {
      padding: 0;
      color: #fff; }
    .p-tewaza-list--slider .p-tewaza-list__ttl {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .p-tewaza-list--slider .p-tewaza-list__ttl {
          font-size: calc(100vw / ( 390 / 16 )); } }
    .p-tewaza-list--slider .p-tewaza-list__kai {
      background: #fff;
      color: #000; }
    .p-tewaza-list--slider .slick-arrow {
      top: auto;
      bottom: -55px; }
      @media screen and (max-width: 767px) {
        .p-tewaza-list--slider .slick-arrow {
          bottom: calc(-100vw / ( 390 / 75 )); } }
    @media screen and (min-width: 768px) {
      .p-tewaza-list--slider .slick-prev {
        transform: translate(-55px, 0) rotate(-180deg); } }
    @media screen and (max-width: 767px) {
      .p-tewaza-list--slider .slick-prev {
        left: calc(100vw / ( 390 / 148 )); } }
    .p-tewaza-list--slider .slick-prev:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      right: 54px; }
      @media screen and (max-width: 767px) {
        .p-tewaza-list--slider .slick-prev:after {
          right: calc(100vw / ( 390 / 48 )); } }
    @media screen and (min-width: 768px) {
      .p-tewaza-list--slider .slick-next {
        transform: translate(50px, 0); } }
    @media screen and (max-width: 767px) {
      .p-tewaza-list--slider .slick-next {
        right: calc(100vw / ( 390 / 148 )); } }

.is-hidden {
  display: none; }

/*========== p-story.scss ==========*/
.p-story-top {
  background: #000;
  position: relative;
  padding: calc(100vw / ( 1366 / 100 )) 0; }
  @media screen and (min-width: 1101px) {
    .p-story-top {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    .p-story-top {
      padding: calc(100vw / ( 390 / 50 )) 0; } }
  .p-story-top:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(var(--fade-height, 0px) / 2.7);
    top: calc(-1 * var(--fade-height, 0px) / 2.75);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, black 100%);
    pointer-events: none; }
  .p-story-top-slider__catch {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(100vw / ( 390 / 75 ));
    right: calc(100vw / ( 390 / 35 ));
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .p-story-top-slider__catch {
        left: 50%;
        transform: translateX(260px);
        width: 107px; } }
  .p-story-top-slider__wrap {
    position: relative; }
  .p-story-top-slider__item {
    width: 900px;
    margin: 0 25px 30px; }
    @media screen and (max-width: 767px) {
      .p-story-top-slider__item {
        width: calc(100vw / ( 390 / 350 ));
        margin: 0 calc(100vw / ( 390 / 5 )) calc(100vw / ( 390 / 30 )); } }
  .p-story-top-slider__link {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .p-story-top-slider__link {
        gap: 31px; } }
  .p-story-top-slider__area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    letter-spacing: 0.125em;
    font-size: 2.2rem; }
    @media screen and (max-width: 767px) {
      .p-story-top-slider__area {
        font-size: calc(100vw / ( 390 / 20 ));
        margin: calc(100vw / ( 390 / 32 )) 0 calc(100vw / ( 390 / 24 )); } }
    .p-story-top-slider__area-cross {
      width: 22px; }
      @media screen and (max-width: 767px) {
        .p-story-top-slider__area-cross {
          width: calc(100vw / ( 390 / 18 )); } }
  .p-story-top-slider .slick-arrow {
    top: 190px; }
    @media screen and (max-width: 767px) {
      .p-story-top-slider .slick-arrow {
        top: 29%; } }
  @media screen and (min-width: 768px) {
    .p-story-top-slider .slick-prev {
      margin-left: -46%; } }
  @media screen and (min-width: 1101px) {
    .p-story-top-slider .slick-prev {
      margin-left: -490px; } }
  @media screen and (min-width: 768px) {
    .p-story-top-slider .slick-next {
      margin-right: -46%; } }
  @media screen and (min-width: 1101px) {
    .p-story-top-slider .slick-next {
      margin-right: -490px; } }
.p-story-detail {
  background: #000;
  color: #fff;
  position: relative;
  padding: calc(100vw / ( 1366 / 100 )) 0 calc(100vw / ( 1366 / 115 )); }
  @media screen and (min-width: 1101px) {
    .p-story-detail {
      padding: 100px 0 115px; } }
  @media screen and (max-width: 767px) {
    .p-story-detail {
      padding: calc(100vw / ( 390 / 50 )) 0; } }
  .p-story-detail-head {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-story-detail-head__ttl {
        margin-left: calc(-100vw / ( 390 / 15 ));
        margin-bottom: 1.5em; } }
    .p-story-detail-head__catch {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100vw / ( 390 / 75 ));
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .p-story-detail-head__catch {
          width: 107px; } }
  .p-story-detail-img {
    margin: 0 auto calc(100vw / ( 1366 / 64 ));
    max-width: 900px; }
    @media screen and (min-width: 1101px) {
      .p-story-detail-img {
        margin-bottom: 64px; } }
    @media screen and (max-width: 767px) {
      .p-story-detail-img {
        width: calc(100vw / ( 390 / 350 ));
        margin-bottom: calc(100vw / ( 390 / 40 )); } }
  .p-story-detail-txt p {
    line-height: 1.7; }
    .p-story-detail-txt p:not(:last-child) {
      margin-bottom: 1em; }
  .p-story-detail-txt .is-height .js-accordion-body {
    --closed-height: 90px; }
    @media screen and (max-width: 767px) {
      .p-story-detail-txt .is-height .js-accordion-body {
        --closed-height: 60px; } }

/*========== p-map.scss ==========*/
.p-map {
  background: #000;
  color: #fff;
  padding-top: calc(100vw / ( 1366 / 100 ));
  padding-bottom: calc(100vw / ( 1366 / 150 )); }
  @media screen and (min-width: 1101px) {
    .p-map {
      padding-top: 100px;
      padding-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    .p-map {
      padding-top: calc(100vw / ( 390 / 70 )); } }
  .p-map__inner {
    position: relative; }
    @media screen and (min-width: 1101px) {
      .p-map__inner {
        padding-left: 50px; } }
    @media screen and (max-width: 767px) {
      .p-map__inner {
        width: calc(100vw / ( 390 / 320 )); } }
  @media screen and (min-width: 768px) {
    .p-map-head {
      position: absolute;
      left: 0;
      top: calc(100vw / ( 1366 / 50 )); } }
  @media screen and (min-width: 1101px) {
    .p-map-head {
      left: 50px;
      top: 50px; } }
  @media screen and (max-width: 767px) {
    .p-map-head__ttl {
      font-size: calc(100vw / ( 390 / 24 )); } }
  .p-map-head__txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .p-map-head__txt {
        font-size: calc(100vw / ( 390 / 12 ));
        margin-bottom: calc(100vw / ( 390 / 47 )); } }
  .p-map-catch {
    margin: calc(100vw / ( 1366 / 20 )) auto 0;
    width: 269px; }
    @media screen and (min-width: 1101px) {
      .p-map-catch {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .p-map-catch {
        margin-top: 0;
        width: calc(100vw / ( 390 / 280 )); } }
  .p-map-pc {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-map-pc {
        display: none; } }
    @media screen and (min-width: 1101px) {
      .p-map-pc {
        width: 868px;
        padding-left: 32px; } }
  .p-map-sp {
    position: relative;
    padding-bottom: calc(100vw / ( 390 / 420 )); }
    @media screen and (min-width: 768px) {
      .p-map-sp {
        display: none; } }
    .p-map-sp-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .p-map-sp-nav {
          margin: 0 calc(-100vw / ( 390 / 15 )); } }
      .p-map-sp-nav__btn {
        background: #fff;
        color: #000;
        width: 31.25%;
        margin-bottom: calc(100vw / ( 390 / 11 ));
        height: calc(100vw / ( 390 / 31 ));
        padding-left: 0.5em; }
        .p-map-sp-nav__btn-icon {
          display: flex;
          align-items: center;
          font-size: calc(100vw / ( 390 / 10 )); }
          .p-map-sp-nav__btn-icon:after {
            content: "";
            display: inline-block;
            width: 1.2em;
            height: 1.2em;
            background: url("../images/icon_arrow_bk.svg") center no-repeat;
            background-size: contain;
            margin-left: 0.5em; }
  @media screen and (min-width: 1101px) {
    .p-map-area {
      position: absolute; } }
  .p-map-area__hotel {
    background: #fff;
    color: #000;
    width: 8em;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__hotel {
        font-size: calc(100vw / ( 1366 / 19 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__hotel {
        width: 6.5em;
        margin-bottom: 0.7em;
        letter-spacing: 0; } }
    .p-map-area__hotel-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 26px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .p-map-area__hotel-icon {
          height: calc(100vw / ( 1366 / 34 )); } }
      @media screen and (max-width: 767px) {
        .p-map-area__hotel-icon {
          height: calc(100vw / ( 390 / 20 ));
          font-size: calc(100vw / ( 390 / 10 )); } }
      .p-map-area__hotel-icon:after {
        content: "";
        display: inline-block;
        background: url("../images/icon_arrow_bk.svg") center no-repeat;
        background-size: contain;
        width: 1em;
        height: 1em;
        margin-left: 0.2em; }
    .p-map-area__hotel.close .p-map-area__hotel-icon {
      background: rgba(0, 0, 0, 0.5);
      pointer-events: none; }
      .p-map-area__hotel.close .p-map-area__hotel-icon:after {
        display: none; }
  .p-map-area__place {
    font-size: 1.1rem; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__place {
        font-size: calc(100vw / ( 1366 / 18 ));
        transform: translateY(-0.3em); } }
    @media screen and (max-width: 767px) {
      .p-map-area__place {
        font-size: calc(100vw / ( 390 / 8.5 ));
        letter-spacing: 0.05em; } }
  @media screen and (min-width: 1101px) {
    .p-map-area--01 {
      left: 0;
      bottom: 47px; } }
  @media screen and (min-width: 1101px) {
    .p-map-area--02 {
      left: 264px;
      bottom: 47px; } }
  @media screen and (min-width: 1101px) {
    .p-map-area--03 {
      left: 411px;
      bottom: 111px; } }
  @media screen and (min-width: 1101px) {
    .p-map-area--04 {
      left: 564px;
      bottom: 47px; } }
  @media screen and (min-width: 1101px) {
    .p-map-area--05 {
      left: 718px;
      bottom: 114px; } }
  .p-map-area__item {
    position: absolute; }
    @media screen and (min-width: 1101px) {
      .p-map-area__item {
        position: relative; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-01 {
        left: calc(-16 / 836 * 100%);
        top: calc(249 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-01 {
        margin-bottom: 18px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-02 {
        left: calc(-16 / 836 * 100%);
        top: calc(316 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-02 {
        margin-bottom: 18px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-03 {
        left: calc(-16 / 836 * 100%);
        top: calc(383 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-03 {
        margin-bottom: 18px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-04 {
        left: calc(-16 / 836 * 100%);
        top: calc(450 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-04 {
        margin-bottom: 67px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-05 {
        left: calc(-16 / 836 * 100%);
        top: calc(566 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-05 {
        margin-bottom: 18px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-06 {
        left: calc(-16 / 836 * 100%);
        top: calc(633 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--01-06 {
        margin-bottom: 58px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--01-07 {
        left: calc(-16 / 836 * 100%);
        top: calc(740 / 836 * 100%); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-01 {
        left: calc(232 / 836 * 100%);
        top: calc(249 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--02-01 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--02-01 {
        left: calc(100vw / ( 390 / 26 ));
        top: calc(100vw / ( 390 / 75 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-02 {
        left: calc(232 / 836 * 100%);
        top: calc(316 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--02-02 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--02-02 {
        left: calc(100vw / ( 390 / 26 ));
        top: calc(100vw / ( 390 / 210 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-03 {
        left: calc(232 / 836 * 100%);
        top: calc(383 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--02-03 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--02-03 {
        right: calc(100vw / ( 390 / 24 ));
        top: calc(100vw / ( 390 / 135 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-04 {
        left: calc(232 / 836 * 100%);
        top: calc(450 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--02-04 {
        margin-bottom: 177px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--02-04 {
        right: calc(100vw / ( 390 / 24 ));
        top: calc(100vw / ( 390 / 183 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-05 {
        left: calc(232 / 836 * 100%);
        top: calc(676 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--02-05 {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--02-06 {
        left: calc(232 / 836 * 100%);
        top: calc(740 / 836 * 100%); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--03-01 {
        left: calc(379 / 836 * 100%);
        top: calc(176 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--03-01 {
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--03-01 {
        left: calc(100vw / ( 390 / 10 ));
        top: calc(100vw / ( 390 / 68 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--03-02 {
        left: calc(379 / 836 * 100%);
        top: calc(249 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--03-02 {
        margin-bottom: 378px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--03-02 {
        right: calc(100vw / ( 390 / 28 ));
        top: calc(100vw / ( 390 / 64 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--03-03 {
        left: calc(379 / 836 * 100%);
        top: calc(676 / 836 * 100%); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--03-03 {
        left: calc(100vw / ( 390 / 210 ));
        top: calc(100vw / ( 390 / 116 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--03-04 {
        left: calc(100vw / ( 390 / 210 ));
        top: calc(100vw / ( 390 / 168 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--03-05 {
        right: calc(100vw / ( 390 / 28 ));
        top: calc(100vw / ( 390 / 220 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--04-01 {
        left: calc(532 / 836 * 100%);
        top: calc(606 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--04-01 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-01 {
        left: calc(100vw / ( 390 / 5 ));
        top: calc(100vw / ( 390 / 50 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--04-02 {
        left: calc(532 / 836 * 100%);
        top: calc(673 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--04-02 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-02 {
        left: calc(100vw / ( 390 / 5 ));
        top: calc(100vw / ( 390 / 100 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--04-03 {
        left: calc(532 / 836 * 100%);
        top: calc(740 / 836 * 100%); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-03 {
        left: calc(100vw / ( 390 / 5 ));
        top: calc(100vw / ( 390 / 145 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-04 {
        left: calc(100vw / ( 390 / 103 ));
        top: calc(100vw / ( 390 / 50 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-05 {
        left: calc(100vw / ( 390 / 239 ));
        top: calc(100vw / ( 390 / 108 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-06 {
        left: calc(100vw / ( 390 / 239 ));
        top: calc(100vw / ( 390 / 162 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-07 {
        left: calc(100vw / ( 390 / 239 ));
        top: calc(100vw / ( 390 / 215 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--04-08 {
        left: calc(100vw / ( 390 / 106 ));
        top: calc(100vw / ( 390 / 268 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-01 {
        left: calc(686 / 836 * 100%);
        top: calc(249 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-01 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--05-01 {
        left: calc(100vw / ( 390 / 5 ));
        top: calc(100vw / ( 390 / 114 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-02 {
        left: calc(686 / 836 * 100%);
        top: calc(316 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-02 {
        margin-bottom: 37px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--05-02 {
        left: calc(100vw / ( 390 / 5 ));
        top: calc(100vw / ( 390 / 166 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-03 {
        left: calc(686 / 836 * 100%);
        top: calc(403 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-03 {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--05-03 {
        left: calc(100vw / ( 390 / 200 ));
        top: calc(100vw / ( 390 / 46 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-04 {
        left: calc(686 / 836 * 100%);
        top: calc(470 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-04 {
        margin-bottom: 19px; } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--05-04 {
        left: calc(100vw / ( 390 / 200 ));
        top: calc(100vw / ( 390 / 90 )); } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-05 {
        left: calc(686 / 836 * 100%);
        top: calc(538 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-05 {
        margin-bottom: 19px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-06 {
        left: calc(686 / 836 * 100%);
        top: calc(606 / 836 * 100%); } }
    @media screen and (min-width: 1101px) {
      .p-map-area__item--05-06 {
        margin-bottom: 19px; } }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .p-map-area__item--05-07 {
        left: calc(686 / 836 * 100%);
        top: calc(673 / 836 * 100%); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--06-01 {
        left: calc(100vw / ( 390 / 22 ));
        top: calc(100vw / ( 390 / 88 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--06-02 {
        left: calc(100vw / ( 390 / 22 ));
        top: calc(100vw / ( 390 / 142 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--06-03 {
        left: calc(100vw / ( 390 / 22 ));
        top: calc(100vw / ( 390 / 226 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--06-04 {
        left: calc(100vw / ( 390 / 222 ));
        top: calc(100vw / ( 390 / 175 )); } }
    @media screen and (max-width: 767px) {
      .p-map-area__item--06-05 {
        left: calc(100vw / ( 390 / 222 ));
        top: calc(100vw / ( 390 / 225 )); } }
  .p-map-panel {
    position: absolute;
    left: 0;
    top: calc(100vw / ( 390 / 80 ));
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease; }
    .p-map-panel.is-active {
      opacity: 1;
      visibility: visible; }
  .p-map-image {
    position: relative; }
    .p-map-image button, .p-map-image .pin {
      background: #fff;
      color: #000;
      padding: 0.3em 1.25em;
      font-size: calc(100vw / ( 390 / 10 )); }
    .p-map-image .area-label {
      position: absolute; }
      .p-map-image .area-label--hokkaido {
        right: calc(100vw / ( 390 / 122 ));
        top: calc(100vw / ( 390 / 90 )); }
      .p-map-image .area-label--kanto {
        right: calc(100vw / ( 390 / 18 ));
        top: calc(100vw / ( 390 / 282 )); }
      .p-map-image .area-label--chubu {
        left: calc(100vw / ( 390 / 42 ));
        top: calc(100vw / ( 390 / 192 )); }
      .p-map-image .area-label--chugoku {
        left: calc(100vw / ( 390 / 2 ));
        top: calc(100vw / ( 390 / 231 )); }
      .p-map-image .area-label--kyushu {
        left: calc(100vw / ( 390 / 82 ));
        bottom: calc(100vw / ( 390 / 40 )); }

/*========== p-recommend.scss ==========*/
.p-recommend {
  background: #000;
  padding: calc(100vw / ( 1366 / 115 )) 0 calc(100vw / ( 1366 / 170 )); }
  @media screen and (min-width: 1101px) {
    .p-recommend {
      padding: 115px 0 170px; } }
  @media screen and (max-width: 767px) {
    .p-recommend {
      padding: calc(100vw / ( 390 / 50 )) 0 calc(100vw / ( 390 / 110 )); } }

/*========== p-hotel.scss ==========*/
.p-hotel-main {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(100vw / ( 1366 / 138 )) 0 calc(100vw / ( 1366 / 88 )); }
  @media screen and (min-width: 1101px) {
    .p-hotel-main {
      padding: 138px 0 88px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-main {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0 calc(100vw / ( 390 / 35 )) calc(100vh / (662 / 130)) calc(100vw / ( 390 / 35 ));
      height: 100vh; } }
  .p-hotel-main--unzen {
    background-image: url("../images/kai/unzen/main_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--unzen {
        background-image: url("../images/kai/unzen/main_bg_sp.webp");
        padding-bottom: 40px; } }
  .p-hotel-main--kinugawa {
    background-image: url("../images/kai/kinugawa/main_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--kinugawa {
        background-image: url("../images/kai/kinugawa/main_bg_sp.webp");
        padding-bottom: 40px; } }
  .p-hotel-main--kaga-shishi {
    background-image: url("../images/kai/kaga/shishi/main_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--kaga-shishi {
        background-image: url("../images/kai/kaga/shishi/main_bg_sp.webp");
        padding-bottom: 40px; } }
  .p-hotel-main--kaga-yamanaka {
    background-image: url("../images/kai/kaga/yamanaka/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--kaga-yamanaka {
        background-image: url("../images/kai/kaga/yamanaka/main_bg_sp.webp"); } }
  .p-hotel-main--poroto {
    background-image: url("../images/kai/poroto/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--poroto {
        background-image: url("../images/kai/poroto/main_bg_sp.jpg"); } }
  .p-hotel-main--alpus {
    background-image: url("../images/kai/alpus/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--alpus {
        background-image: url("../images/kai/alpus/main_bg_sp.webp"); } }
  .p-hotel-main--anjin {
    background-image: url("../images/kai/anjin/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--anjin {
        background-image: url("../images/kai/anjin/main_bg_sp.webp"); } }
  .p-hotel-main--ito {
    background-image: url("../images/kai/ito/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--ito {
        background-image: url("../images/kai/ito/main_bg_sp.webp"); } }
  .p-hotel-main--tamatsukuri {
    background-image: url("../images/kai/tamatsukuri/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--tamatsukuri {
        background-image: url("../images/kai/tamatsukuri/main_bg_sp.webp"); } }
  .p-hotel-main--okuhida {
    background-image: url("../images/kai/okuhida/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--okuhida {
        background-image: url("../images/kai/okuhida/main_bg_sp.webp"); } }
  .p-hotel-main--nagato {
    background-image: url("../images/kai/nagato/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--nagato {
        background-image: url("../images/kai/nagato/main_bg_sp.webp"); } }
  .p-hotel-main--sengokuhara {
    background-image: url("../images/kai/sengokuhara/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--sengokuhara {
        background-image: url("../images/kai/sengokuhara/main_bg_sp.webp"); } }
  .p-hotel-main--izumo {
    background-image: url("../images/kai/izumo/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--izumo {
        background-image: url("../images/kai/izumo/main_bg_sp.webp"); } }
  .p-hotel-main--tsugaru {
    background-image: url("../images/kai/tsugaru/main_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--tsugaru {
        background-image: url("../images/kai/tsugaru/main_bg_sp.webp"); } }
  .p-hotel-main--enshu-shincha {
    background-image: url("../images/kai/enshu/shincha/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--enshu-shincha {
        background-image: url("../images/kai/enshu/shincha/main_bg_sp.webp"); } }
  .p-hotel-main--enshu-wakocha {
    background-image: url("../images/kai/enshu/wakocha/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--enshu-wakocha {
        background-image: url("../images/kai/enshu/wakocha/main_bg_sp.webp"); } }
  .p-hotel-main--beppu-kushi {
    background-image: url("../images/kai/beppu/kushi/main_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--beppu-kushi {
        background-image: url("../images/kai/beppu/kushi/main_bg_sp.webp"); } }
  .p-hotel-main--beppu-usuki {
    background-image: url("../images/kai/beppu/usuki/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--beppu-usuki {
        background-image: url("../images/kai/beppu/usuki/main_bg_sp.webp"); } }
  .p-hotel-main--kirishima-nakamura {
    background-image: url("../images/kai/kirishima/nakamura/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--kirishima-nakamura {
        background-image: url("../images/kai/kirishima/nakamura/main_bg_sp.webp"); } }
  .p-hotel-main--kirishima-kokubu {
    background-image: url("../images/kai/kirishima/kokubu/main_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-main--kirishima-kokubu {
        background-image: url("../images/kai/kirishima/kokubu/main_bg_sp.webp"); } }
  .p-hotel-main__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55.7%;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 589px; }
    @media screen and (min-width: 1101px) {
      .p-hotel-main__inner {
        padding-left: 574px;
        width: 1044px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-main__inner {
        display: contents; } }
    @media screen and (min-width: 768px) {
      .p-hotel-main__inner--left {
        padding-left: 50px; } }
    .p-hotel-main__inner--unzen {
      background-image: url("../images/kai/unzen/main_detail.webp"); }
    .p-hotel-main__inner--kinugawa {
      background-image: url("../images/kai/kinugawa/main_detail.webp"); }
    .p-hotel-main__inner--kaga-shishi {
      background-image: url("../images/kai/kaga/shishi/main_detail.webp"); }
    .p-hotel-main__inner--kaga-yamanaka {
      background-image: url("../images/kai/kaga/yamanaka/main_detail.jpg"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--kaga-yamanaka {
          padding-left: 92px; } }
    .p-hotel-main__inner--poroto {
      background-image: url("../images/kai/poroto/main_detail.jpg"); }
    .p-hotel-main__inner--alpus {
      background-image: url("../images/kai/alpus/main_detail.jpg"); }
    .p-hotel-main__inner--anjin {
      background-image: url("../images/kai/anjin/main_detail.jpg"); }
    .p-hotel-main__inner--ito {
      background-image: url("../images/kai/ito/main_detail.jpg"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--ito {
          padding-left: 641px; } }
    .p-hotel-main__inner--tamatsukuri {
      color: #000;
      background-image: url("../images/kai/tamatsukuri/main_detail.jpg"); }
    .p-hotel-main__inner--okuhida {
      background-image: url("../images/kai/okuhida/main_detail.jpg"); }
    .p-hotel-main__inner--nagato {
      background-image: url("../images/kai/nagato/main_detail.jpg"); }
    .p-hotel-main__inner--sengokuhara {
      background-image: url("../images/kai/sengokuhara/main_detail.jpg"); }
    .p-hotel-main__inner--izumo {
      background-image: url("../images/kai/izumo/main_detail.jpg"); }
    .p-hotel-main__inner--tsugaru {
      background-image: url("../images/kai/tsugaru/main_detail.webp"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--tsugaru {
          padding-left: 648px; } }
    .p-hotel-main__inner--enshu-shincha {
      background-image: url("../images/kai/enshu/shincha/main_detail.jpg"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--enshu-shincha {
          padding-left: 656px; } }
    .p-hotel-main__inner--enshu-wakocha {
      background-image: url("../images/kai/enshu/wakocha/main_detail.jpg"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--enshu-wakocha {
          padding-left: 632px; } }
    .p-hotel-main__inner--beppu-kushi {
      background-image: url("../images/kai/beppu/kushi/main_detail.jpg"); }
    .p-hotel-main__inner--beppu-usuki {
      background-image: url("../images/kai/beppu/usuki/main_detail.jpg"); }
      @media screen and (min-width: 768px) {
        .p-hotel-main__inner--beppu-usuki {
          padding-left: 64px; } }
    .p-hotel-main__inner--kirishima-nakamura {
      background-image: url("../images/kai/kirishima/nakamura/main_detail.jpg"); }
    .p-hotel-main__inner--kirishima-kokubu {
      background-image: url("../images/kai/kirishima/kokubu/main_detail.jpg"); }
  .p-hotel-main__img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw / (390 / 355));
    height: calc(100vh / (662 / 568)); }
    @media screen and (min-width: 768px) {
      .p-hotel-main__img {
        display: none; } }
    .p-hotel-main__img img {
      height: 100%;
      object-fit: cover; }
    .p-hotel-main__img--tall {
      height: calc(100vh - 175px); }
  .p-hotel-main__ttl {
    line-height: 1.55;
    margin-bottom: 0.28125em;
    letter-spacing: 0.125em;
    font-size: calc(100vw / ( 1366 / 36 )); }
    @media screen and (min-width: 1101px) {
      .p-hotel-main__ttl {
        font-size: 3.6rem; } }
    @media screen and (max-width: 767px) {
      .p-hotel-main__ttl {
        position: relative;
        z-index: 1;
        line-height: 1.4;
        font-size: 2.4rem;
        margin-bottom: 12px; } }
    .p-hotel-main__ttl .bracket {
      display: inline-block;
      margin-left: -0.5em; }
  .p-hotel-main__lead {
    margin-bottom: 2em;
    line-height: 3.2rem;
    font-size: calc(100vw / ( 1366 / 18 )); }
    @media screen and (min-width: 1101px) {
      .p-hotel-main__lead {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .p-hotel-main__lead {
        font-size: 1.2rem;
        position: relative;
        z-index: 1;
        line-height: 2.1;
        margin-bottom: 20px; } }
  .p-hotel-main__area {
    display: flex;
    align-items: center;
    font-size: calc(100vw / ( 1366 / 20 )); }
    @media screen and (min-width: 1101px) {
      .p-hotel-main__area {
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .p-hotel-main__area {
        position: relative;
        z-index: 1;
        font-size: 1.4rem; } }
    .p-hotel-main__area-kai {
      margin-left: 1em;
      background: #fff;
      color: #000;
      padding: 0 0.75em;
      font-size: calc(100vw / ( 1366 / 16 ));
      height: calc(100vw / ( 1366 / 28 ));
      line-height: calc(100vw / ( 1366 / 28 )); }
      @media screen and (min-width: 1101px) {
        .p-hotel-main__area-kai {
          font-size: 1.6rem;
          height: 28px;
          line-height: 28px; } }
      @media screen and (max-width: 767px) {
        .p-hotel-main__area-kai {
          font-size: 1.4rem;
          height: 37px;
          line-height: 37px;
          margin-left: 1.5em;
          padding: 0 1.5em; } }
      @media screen and (max-width: 767px) {
        .p-hotel-main__area-kai--narrow {
          margin-left: 0.4em; } }
.p-hotel-point {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  padding: calc(100vw / ( 1366 / 140 )) 0; }
  @media screen and (min-width: 1101px) {
    .p-hotel-point {
      padding: 140px 0; } }
  @media screen and (max-width: 767px) {
    .p-hotel-point {
      justify-content: flex-end;
      position: relative;
      padding: 0 0 calc(100vw / ( 390 / 60 )); } }
  .p-hotel-point--kinugawa {
    background-image: url("../images/kai/kinugawa/point_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--kinugawa {
        background-image: url("../images/kai/kinugawa/point_bg_sp.webp"); } }
  .p-hotel-point--kaga-shishi {
    background-image: url("../images/kai/kaga/shishi/point_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--kaga-shishi {
        background-image: url("../images/kai/kaga/shishi/point_bg_sp.webp"); } }
  .p-hotel-point--kaga-yamanaka {
    background-image: url("../images/kai/kaga/yamanaka/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--kaga-yamanaka {
        background-image: url("../images/kai/kaga/yamanaka/point_bg_sp.webp"); } }
  .p-hotel-point--unzen {
    background-image: url("../images/kai/unzen/point_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--unzen {
        background-image: url("../images/kai/unzen/point_bg_sp.webp"); } }
  .p-hotel-point--poroto {
    background-image: url("../images/kai/poroto/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--poroto {
        background-image: url("../images/kai/poroto/point_bg_sp.webp"); } }
  .p-hotel-point--alpus {
    background-image: url("../images/kai/alpus/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--alpus {
        background-image: url("../images/kai/alpus/point_bg_sp.webp"); } }
  .p-hotel-point--anjin {
    background-image: url("../images/kai/anjin/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--anjin {
        background-image: url("../images/kai/anjin/point_bg_sp.webp"); } }
  .p-hotel-point--ito {
    background-image: url("../images/kai/ito/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--ito {
        background-image: url("../images/kai/ito/point_bg_sp.webp"); } }
  .p-hotel-point--tamatsukuri {
    background-image: url("../images/kai/tamatsukuri/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--tamatsukuri {
        background-image: url("../images/kai/tamatsukuri/point_bg_sp.webp"); } }
  .p-hotel-point--okuhida {
    background-image: url("../images/kai/okuhida/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--okuhida {
        background-image: url("../images/kai/okuhida/point_bg_sp.webp"); } }
  .p-hotel-point--nagato {
    background-image: url("../images/kai/nagato/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--nagato {
        background-image: url("../images/kai/nagato/point_bg_sp.webp"); } }
  .p-hotel-point--sengokuhara {
    background-image: url("../images/kai/sengokuhara/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--sengokuhara {
        background-image: url("../images/kai/sengokuhara/point_bg_sp.webp"); } }
  .p-hotel-point--izumo {
    background-image: url("../images/kai/izumo/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--izumo {
        background-image: url("../images/kai/izumo/point_bg_sp.webp"); } }
  .p-hotel-point--tsugaru {
    background-image: url("../images/kai/tsugaru/point_bg.webp"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--tsugaru {
        background-image: url("../images/kai/tsugaru/point_bg_sp.webp"); } }
  .p-hotel-point--enshu-shincha {
    background-image: url("../images/kai/enshu/shincha/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--enshu-shincha {
        background-image: url("../images/kai/enshu/shincha/point_bg_sp.webp"); } }
  .p-hotel-point--enshu-wakocha {
    background-image: url("../images/kai/enshu/wakocha/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--enshu-wakocha {
        background-image: url("../images/kai/enshu/wakocha/point_bg_sp.webp"); } }
  .p-hotel-point--beppu-kushi {
    background-image: url("../images/kai/beppu/kushi/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--beppu-kushi {
        background-image: url("../images/kai/beppu/kushi/point_bg_sp.webp"); } }
  .p-hotel-point--beppu-usuki {
    background-image: url("../images/kai/beppu/usuki/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--beppu-usuki {
        background-image: url("../images/kai/beppu/usuki/point_bg_sp.webp"); } }
  .p-hotel-point--kirishima-nakamura {
    background-image: url("../images/kai/kirishima/nakamura/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--kirishima-nakamura {
        background-image: url("../images/kai/kirishima/nakamura/point_bg_sp.webp"); } }
  .p-hotel-point--kirishima-kokubu {
    background-image: url("../images/kai/kirishima/kokubu/point_bg.jpg"); }
    @media screen and (max-width: 767px) {
      .p-hotel-point--kirishima-kokubu {
        background-image: url("../images/kai/kirishima/kokubu/point_bg_sp.webp"); } }
  .p-hotel-point .line {
    display: inline-flex;
    overflow: hidden; }
    .p-hotel-point .line.is-show .bg {
      animation: reveal 1.2s ease forwards; }
    @media screen and (min-width: 768px) {
      .p-hotel-point .line:not(:first-child) {
        margin-top: 22px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-point .line:not(:first-child) {
        margin-left: calc(100vw / ( 390 / 18 )); } }
  .p-hotel-point .bg {
    clip-path: inset(0 0 100% 0);
    padding: calc(100vw / ( 390 / 5 )); }
    @media screen and (min-width: 768px) {
      .p-hotel-point .bg {
        margin-top: 22px;
        padding: 8px; } }
    .p-hotel-point .bg--wh {
      background: #fff; }
      .p-hotel-point .bg--wh .text {
        color: #000; }
    .p-hotel-point .bg--bk {
      background: #000; }
      .p-hotel-point .bg--bk .text {
        color: #fff; }
  .p-hotel-point .text {
    white-space: nowrap; }
  .p-hotel-point-ttl {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .p-hotel-point-ttl {
        margin-left: 52px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-point-ttl {
        position: absolute;
        right: calc(100vw / ( 390 / 10 ));
        top: 0; } }
    @media screen and (max-width: 767px) {
      .p-hotel-point-ttl .line:not(:first-child) {
        margin-left: 0; } }
    .p-hotel-point-ttl .text--A {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .p-hotel-point-ttl .text--A {
          font-size: calc(100vw / ( 390 / 13 )); } }
    .p-hotel-point-ttl .text--B {
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        .p-hotel-point-ttl .text--B {
          font-size: calc(100vw / ( 390 / 24 )); } }
  @media screen and (min-width: 768px) {
    .p-hotel-point-list {
      writing-mode: vertical-rl;
      display: flex;
      flex-direction: column;
      gap: 52px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-point-list {
      margin-top: calc(100vw / ( 390 / 140 )); } }
  .p-hotel-point-list__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .p-hotel-point-list__item:not(:last-child) {
        margin-bottom: calc(100vw / ( 390 / 16 )); } }
    @media screen and (max-width: 767px) {
      .p-hotel-point-list__item .bg {
        clip-path: inset(0 100% 0 0); } }
    .p-hotel-point-list__item .text--en {
      font-family: "Crimson Text", serif; }
    .p-hotel-point-list__item .text--catch {
      position: relative;
      font-size: 2.0rem;
      padding: 1em 0; }
      @media screen and (max-width: 767px) {
        .p-hotel-point-list__item .text--catch {
          font-size: calc(100vw / ( 390 / 15 ));
          padding: 0 1em; } }
      .p-hotel-point-list__item .text--catch:before, .p-hotel-point-list__item .text--catch:after {
        content: "";
        display: block;
        position: absolute;
        width: 1em;
        height: 1em;
        background: url("../images/blaket_wh.svg") center no-repeat;
        background-size: contain; }
        @media screen and (min-width: 768px) {
          .p-hotel-point-list__item .text--catch:before, .p-hotel-point-list__item .text--catch:after {
            right: 50%; } }
        @media screen and (max-width: 767px) {
          .p-hotel-point-list__item .text--catch:before, .p-hotel-point-list__item .text--catch:after {
            top: 50%; } }
      @media screen and (min-width: 768px) {
        .p-hotel-point-list__item .text--catch:before {
          top: 0;
          transform: rotate(180deg) translateX(-50%); } }
      @media screen and (max-width: 767px) {
        .p-hotel-point-list__item .text--catch:before {
          left: 0;
          transform: translateY(-50%) rotate(90deg); } }
      @media screen and (min-width: 768px) {
        .p-hotel-point-list__item .text--catch:after {
          bottom: 0;
          transform: translateX(50%); } }
      @media screen and (max-width: 767px) {
        .p-hotel-point-list__item .text--catch:after {
          right: 0;
          transform: translateY(-50%) rotate(-90deg); } }
    .p-hotel-point-list__item .text--txt {
      font-size: 2.8rem; }
      @media screen and (max-width: 767px) {
        .p-hotel-point-list__item .text--txt {
          font-size: calc(100vw / ( 390 / 18 )); } }
.p-hotel-gallery {
  text-align: center;
  background: #333;
  color: #fff;
  padding: calc(100vw / ( 1366 / 75 )) 0 calc(100vw / ( 1366 / 50 )); }
  @media screen and (min-width: 1101px) {
    .p-hotel-gallery {
      padding: 75px 0 50px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-gallery {
      padding: calc(100vw / ( 390 / 75 )) 0 calc(100vw / ( 390 / 40 )); } }
  .p-hotel-gallery-ttl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75em;
    letter-spacing: 0.125em;
    margin-bottom: 1.82em;
    font-size: 2.2rem; }
    @media screen and (max-width: 767px) {
      .p-hotel-gallery-ttl {
        font-size: calc(100vw / ( 390 / 24 ));
        margin-bottom: calc(100vw / ( 390 / 33 )); } }
    .p-hotel-gallery-ttl__cross {
      width: 1em; }
    .p-hotel-gallery-ttl:after {
      content: "GALLERY";
      display: block;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -55%);
      letter-spacing: 0.125em;
      color: #000;
      font-size: 7.5rem; }
      @media screen and (max-width: 767px) {
        .p-hotel-gallery-ttl:after {
          letter-spacing: 0;
          font-size: calc(100vw / ( 390 / 70 )); } }
  .p-hotel-gallery-intro {
    line-height: 1.7;
    margin-bottom: calc(100vw / ( 1366 / 45 )); }
    @media screen and (min-width: 1101px) {
      .p-hotel-gallery-intro {
        margin-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-gallery-intro {
        margin-bottom: calc(100vw / ( 390 / 36 )); } }
  @media screen and (max-width: 767px) {
    .p-hotel-gallery-slider {
      margin-bottom: calc(100vw / ( 390 / 36 )); } }
  .p-hotel-gallery-slider__item {
    width: calc(100vw / ( 390 / 280 ));
    margin: 0 calc(100vw / ( 390 / 22.5 )); }
    @media screen and (min-width: 768px) {
      .p-hotel-gallery-slider__item {
        width: 700px;
        margin: 0 50px; } }
    .p-hotel-gallery-slider__item-cap {
      display: block;
      letter-spacing: 0.05em;
      padding-top: 1.16em;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .p-hotel-gallery-slider__item-cap {
          font-size: calc(100vw / ( 390 / 10 )); } }
  @media screen and (min-width: 768px) {
    .p-hotel-gallery-slider .slick-prev {
      margin-left: -47.5%; } }
  @media screen and (min-width: 860px) {
    .p-hotel-gallery-slider .slick-prev {
      margin-left: -415px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-gallery-slider .slick-prev {
      left: calc(100vw / ( 390 / 20 )); } }
  @media screen and (min-width: 768px) {
    .p-hotel-gallery-slider .slick-next {
      margin-right: -47.5%; } }
  @media screen and (min-width: 860px) {
    .p-hotel-gallery-slider .slick-next {
      margin-right: -415px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-gallery-slider .slick-next {
      right: calc(100vw / ( 390 / 20 )); } }
  @media screen and (min-width: 768px) {
    .p-hotel-gallery-nav {
      display: flex;
      justify-content: center;
      margin-top: 34px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-gallery-nav {
      margin: 0 auto;
      width: calc(100vw / ( 390 / 320 )); } }
  .p-hotel-gallery-nav__item {
    position: relative;
    background: rgba(255, 255, 255, 0.69);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(100vw / ( 390 / 56 ));
    font-size: calc(100vw / ( 390 / 15 ));
    letter-spacing: 0.05em;
    padding-left: 1.2em; }
    @media screen and (min-width: 768px) {
      .p-hotel-gallery-nav__item {
        width: 330px;
        height: 37px;
        font-size: 1.6rem;
        padding-right: 3em;
        padding-left: 1.125em; } }
    @media screen and (min-width: 768px) {
      .p-hotel-gallery-nav__item:not(:last-child) {
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-gallery-nav__item:not(:last-child) {
        margin-bottom: calc(100vw / ( 390 / 19 )); } }
    .p-hotel-gallery-nav__item:after {
      content: "";
      display: block;
      position: absolute;
      right: 1.6875em;
      top: 50%;
      transform: rotate(90deg) translate(-50%, -50%);
      width: 1em;
      height: 1.125em;
      background: url("../images/icon_arrow_bk.svg") center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .p-hotel-gallery-nav__item:after {
          right: 1.8em; } }
.p-hotel-info {
  text-align: center;
  background: #000;
  color: #fff;
  position: relative;
  padding: calc(100vw / ( 1366 / 90 )) 0 calc(100vw / ( 1366 / 100 )); }
  @media screen and (min-width: 1101px) {
    .p-hotel-info {
      padding: 90px 0 100px; } }
  @media screen and (max-width: 767px) {
    .p-hotel-info {
      padding: calc(100vw / ( 390 / 48 )) 0 calc(100vw / ( 390 / 51 )); } }
  .p-hotel-info:before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--fade-height, 0px));
    left: 0;
    width: 100%;
    height: var(--fade-height, 0px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, black 100%);
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .p-hotel-info:before {
        height: calc(var(--fade-height, 0px) / 2);
        top: calc(-1 * var(--fade-height, 0px) / 2); } }
  .p-hotel-info__ttl {
    letter-spacing: 0.125em;
    margin-bottom: 1.4285em;
    font-size: 2.8rem; }
    @media screen and (max-width: 767px) {
      .p-hotel-info__ttl {
        font-size: calc(100vw / ( 390 / 18 )); } }
    .p-hotel-info__ttl:after {
      content: "";
      display: block;
      margin: 1em auto 0;
      width: 1em;
      height: 1em;
      background: url("../images/blaket_double_wh.svg") center no-repeat;
      background-size: contain; }
  .p-hotel-info__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: calc(100vw / ( 1366 / 50 ));
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 1101px) {
      .p-hotel-info__bg {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .p-hotel-info__bg {
        height: calc(100vw / ( 390 / 130 ));
        margin-bottom: calc(100vw / ( 390 / 40 )); } }
    .p-hotel-info__bg--kinugawa {
      background-image: url("../images/kai/kinugawa/info_bg.webp"); }
    .p-hotel-info__bg--kaga {
      background-image: url("../images/kai/kaga/info_bg.webp"); }
    .p-hotel-info__bg--unzen {
      background-image: url("../images/kai/unzen/info_bg.webp"); }
      @media screen and (max-width: 767px) {
        .p-hotel-info__bg--unzen {
          background-image: url("../images/kai/unzen/info_bg_sp.jpg"); } }
    .p-hotel-info__bg--poroto {
      background-image: url("../images/kai/poroto/info_bg.jpg"); }
    .p-hotel-info__bg--alpus {
      background-image: url("../images/kai/alpus/info_bg.jpg"); }
    .p-hotel-info__bg--anjin {
      background-image: url("../images/kai/anjin/info_bg.jpg"); }
    .p-hotel-info__bg--ito {
      background-image: url("../images/kai/ito/info_bg.jpg"); }
    .p-hotel-info__bg--tamatsukuri {
      background-image: url("../images/kai/tamatsukuri/info_bg.jpg"); }
    .p-hotel-info__bg--okuhida {
      background-image: url("../images/kai/okuhida/info_bg.jpg"); }
    .p-hotel-info__bg--nagato {
      background-image: url("../images/kai/nagato/info_bg.jpg"); }
    .p-hotel-info__bg--sengokuhara {
      background-image: url("../images/kai/sengokuhara/info_bg.jpg"); }
    .p-hotel-info__bg--izumo {
      background-image: url("../images/kai/izumo/info_bg.jpg"); }
    .p-hotel-info__bg--tsugaru {
      background-image: url("../images/kai/tsugaru/info_bg.webp"); }
    .p-hotel-info__bg--enshu {
      background-image: url("../images/kai/enshu/info_bg.jpg"); }
    .p-hotel-info__bg--beppu {
      background-image: url("../images/kai/beppu/info_bg.jpg"); }
    .p-hotel-info__bg--kirishima {
      background-image: url("../images/kai/kirishima/info_bg.jpg"); }
  .p-hotel-info__logo {
    width: 65px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-hotel-info__logo {
        width: calc(100vw / ( 390 / 28 )); } }
  .p-hotel-info__view {
    color: #fff;
    font-size: 1.6rem;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .p-hotel-info__view {
        font-size: calc(100vw / ( 390 / 10 ));
        margin-top: calc(100vw / ( 390 / 14 )); } }
    .p-hotel-info__view:after {
      content: "";
      display: inline-block;
      width: 0.875em;
      height: 0.75em;
      margin-left: 1em;
      background: url("../images/blaket_double_wh.svg") center no-repeat;
      background-size: contain;
      transform: rotate(-90deg); }
  .p-hotel-info__txt {
    line-height: 1.7;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .p-hotel-info__txt {
        line-height: 2;
        margin-bottom: calc(100vw / ( 390 / 15 )); } }
  .p-hotel-info__videoWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .p-hotel-info__videoWrap video {
      width: 100%;
      aspect-ratio: 16 / 9;
      margin-bottom: calc(100vh / ( 768 / 46 )); }
      @media screen and (max-width: 767px) {
        .p-hotel-info__videoWrap video {
          margin-bottom: calc(100vh / ( 663 / 100 )); } }
    .p-hotel-info__videoWrap .c-btn-more {
      margin-bottom: calc(100vh / ( 768 / 20 )); }
      @media screen and (max-width: 767px) {
        .p-hotel-info__videoWrap .c-btn-more {
          margin-bottom: calc(100vh / ( 663 / 28 )); } }
.p-hotel-gap {
  height: 100vh; }
.p-hotel-apply {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 698px; }
  @media screen and (max-width: 767px) {
    .p-hotel-apply {
      width: calc(100vw / ( 390 / 322 )); } }
  .p-hotel-apply-nav {
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .p-hotel-apply-nav {
        margin-bottom: calc(100vw / ( 390 / 50 )); } }
    .p-hotel-apply-nav__item:not(:last-child) {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .p-hotel-apply-nav__item:not(:last-child) {
          margin-bottom: calc(100vw / ( 390 / 30 )); } }
  .p-hotel-apply__note {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    margin-bottom: 120px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .p-hotel-apply__note {
        margin-bottom: calc(100vw / ( 390 / 120 ));
        line-height: 1.6; } }

@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0); } }
/*========== p-experience.scss ==========*/
.p-experience-text p:first-child:first-letter {
  float: left;
  color: #fff;
  line-height: 1;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.p-experience-text--kinugawa p:first-child:first-letter {
  background-image: url("../images/kai/kinugawa/bg_1st_letter.webp"); }
.p-experience-text--kaga-shishi p:first-child:first-letter {
  background-image: url("../images/kai/kaga/shishi/bg_1st_letter.webp"); }
.p-experience-text--kaga-yamanaka p:first-child:first-letter {
  background-image: url("../images/kai/kaga/yamanaka/bg_1st_letter.png"); }
.p-experience-text--unzen p:first-child:first-letter {
  background-image: url("../images/kai/unzen/bg_1st_letter.webp"); }
.p-experience-text--poroto p:first-child:first-letter {
  background-image: url("../images/kai/poroto/bg_1st_letter.png"); }
.p-experience-text--alpus p:first-child:first-letter {
  background-image: url("../images/kai/alpus/bg_1st_letter.png"); }
.p-experience-text--anjin p:first-child:first-letter {
  background-image: url("../images/kai/anjin/bg_1st_letter.png"); }
.p-experience-text--ito p:first-child:first-letter {
  background-image: url("../images/kai/ito/bg_1st_letter.png"); }
.p-experience-text--tamatsukuri p:first-child:first-letter {
  background-image: url("../images/kai/tamatsukuri/bg_1st_letter.png"); }
.p-experience-text--okuhida p:first-child:first-letter {
  background-image: url("../images/kai/okuhida/bg_1st_letter.png"); }
.p-experience-text--nagato p:first-child:first-letter {
  background-image: url("../images/kai/nagato/bg_1st_letter.png"); }
.p-experience-text--sengokuhara p:first-child:first-letter {
  background-image: url("../images/kai/sengokuhara/bg_1st_letter.png"); }
.p-experience-text--izumo p:first-child:first-letter {
  background-image: url("../images/kai/izumo/bg_1st_letter.png"); }
.p-experience-text--tsugaru p:first-child:first-letter {
  background-image: url("../images/kai/tsugaru/bg_1st_letter.png"); }
.p-experience-text--enshu-shincha p:first-child:first-letter {
  background-image: url("../images/kai/enshu/shincha/bg_1st_letter.png"); }
.p-experience-text--enshu-wakocha p:first-child:first-letter {
  background-image: url("../images/kai/enshu/wakocha/bg_1st_letter.png"); }
.p-experience-text--beppu-kushi p:first-child:first-letter {
  background-image: url("../images/kai/beppu/kushi/bg_1st_letter.png"); }
.p-experience-text--beppu-usuki p:first-child:first-letter {
  background-image: url("../images/kai/beppu/usuki/bg_1st_letter.png"); }
.p-experience-text--kirishima-nakamura p:first-child:first-letter {
  background-image: url("../images/kai/kirishima/nakamura/bg_1st_letter.png"); }
.p-experience-text--kirishima-kokubu p:first-child:first-letter {
  background-image: url("../images/kai/kirishima/kokubu/bg_1st_letter.png"); }
.p-experience-chapter {
  position: relative;
  padding: calc(100vw / ( 1366 / 60 )) 0 calc(100vw / ( 1366 / 125 )); }
  @media screen and (min-width: 1101px) {
    .p-experience-chapter {
      padding: 60px 0 125px; } }
  @media screen and (max-width: 767px) {
    .p-experience-chapter {
      padding: calc(100vw / ( 390 / 50 )) 0; } }
  .p-experience-chapter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(#a4afbc 0%, transparent 100%);
    mix-blend-mode: multiply;
    width: 128px;
    height: 244px; }
  .p-experience-chapter-ttl {
    text-align: center;
    font-family: "Crimson Text", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    letter-spacing: 0.2em;
    margin-bottom: 2.5em;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .p-experience-chapter-ttl {
        font-size: calc(100vw / ( 390 / 12 )); } }
    .p-experience-chapter-ttl__cross {
      width: 8px; }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-ttl__cross {
          width: calc(100vw / ( 390 / 8 )); } }
      .p-experience-chapter-ttl__cross img {
        vertical-align: middle; }
  .p-experience-chapter-intro {
    text-align: center;
    line-height: 1.625;
    letter-spacing: 0.15em;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .p-experience-chapter-intro {
        line-height: 1.75;
        font-size: calc(100vw / ( 390 / 16 ));
        margin-bottom: calc(100vw / ( 390 / 60 )); } }
  @media screen and (min-width: 768px) {
    .p-experience-chapter-sec {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding: calc(100vw / ( 1366 / 125 )) 0; } }
  @media screen and (min-width: 1101px) {
    .p-experience-chapter-sec {
      padding: 125px 0; } }
  @media screen and (max-width: 767px) {
    .p-experience-chapter-sec {
      padding: calc(100vw / ( 390 / 45 )) calc(100vw / ( 390 / 25 )); } }
  @media screen and (min-width: 768px) {
    .p-experience-chapter-sec--even {
      flex-flow: row-reverse; } }
  .p-experience-chapter-sec__head {
    position: relative;
    display: flex; }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-sec__head {
        padding-left: 152px; } }
    @media screen and (max-width: 767px) {
      .p-experience-chapter-sec__head {
        margin-bottom: calc(100vw / ( 390 / 42 )); } }
    .p-experience-chapter-sec__head-ttl {
      writing-mode: vertical-rl;
      font-family: "Crimson Text", serif;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .p-experience-chapter-sec__head-ttl {
          transform: translateX(-100%); } }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-sec__head-ttl {
          font-size: calc(100vw / ( 390 / 10 )); } }
    .p-experience-chapter-sec__head-num {
      font-family: "Shippori Mincho", serif;
      width: 1em;
      font-size: 4.0rem;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-sec__head-num {
          font-size: calc(100vw / ( 390 / 26 ));
          margin-right: calc(100vw / ( 390 / 8 )); } }
    .p-experience-chapter-sec__head-lead {
      font-size: calc(100vw / ( 390 / 18 ));
      line-height: 1.75; }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-sec__head-lead {
          border-left: 1px solid #000;
          padding-left: calc(100vw / ( 390 / 12 ));
          margin-left: calc(100vw / ( 390 / 12 )); } }
      @media screen and (min-width: 768px) {
        .p-experience-chapter-sec__head-lead {
          writing-mode: vertical-rl;
          font-size: 3.0rem;
          font-weight: 500;
          border-left: 1px solid #000;
          line-height: 1.4;
          padding-left: 0.5em;
          transform: translateX(-1em); } }
    .p-experience-chapter-sec__head-thumb {
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        .p-experience-chapter-sec__head-thumb {
          left: 0;
          width: 152px; } }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-sec__head-thumb {
          width: calc(100vw / ( 390 / 85 ));
          right: calc(-100vw / ( 390 / 35 )); } }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-sec__head--even {
        padding-left: 0;
        padding-right: 152px;
        flex-flow: row-reverse; } }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-sec__head--even .p-experience-chapter-sec__head-ttl {
        transform: translateX(100%); } }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-sec__head--even .p-experience-chapter-sec__head-lead {
        padding-left: 0;
        padding-right: 0.5em;
        border-left: none;
        border-right: 1px solid #000;
        transform: translateX(1em); } }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-sec__head--even .p-experience-chapter-sec__head-thumb {
        left: auto;
        right: 0; } }
  @media screen and (min-width: 768px) {
    .p-experience-chapter-sec__txt {
      width: 50%; } }
  .p-experience-chapter-sec__txt p {
    line-height: 1.7; }
    .p-experience-chapter-sec__txt p:not(:last-child) {
      margin-bottom: 1em; }
    .p-experience-chapter-sec__txt p:first-child:first-letter {
      line-height: 1;
      padding: 0.08em 0.08em 0.23em 0.12em;
      margin-right: 0.25em;
      font-size: 2.5em; }
      @media screen and (max-width: 767px) {
        .p-experience-chapter-sec__txt p:first-child:first-letter {
          padding: 0.25em;
          font-size: calc(100vw / ( 390 / 24 )); } }
  .p-experience-chapter-sec__txt .is-height .js-accordion-body {
    --closed-height: 230px; }
    @media screen and (max-width: 767px) {
      .p-experience-chapter-sec__txt .is-height .js-accordion-body {
        --closed-height: 220px; } }
  .p-experience-chapter-ph {
    display: flex; }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-ph {
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 1316px; } }
    @media screen and (max-width: 767px) {
      .p-experience-chapter-ph {
        flex-direction: column; } }
    @media screen and (min-width: 768px) {
      .p-experience-chapter-ph img {
        width: 50%; } }
.p-experience-simple {
  padding: calc(100vw / ( 1366 / 125 )) 0; }
  @media screen and (min-width: 1101px) {
    .p-experience-simple {
      padding: 125px 0; } }
  @media screen and (max-width: 767px) {
    .p-experience-simple {
      padding: calc(100vw / ( 390 / 67 )) 0; } }
  @media screen and (min-width: 768px) {
    .p-experience-simple-sec {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; } }
  .p-experience-simple-sec:not(:last-child) {
    margin-bottom: calc(100vw / ( 1366 / 100 )); }
    @media screen and (min-width: 1101px) {
      .p-experience-simple-sec:not(:last-child) {
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .p-experience-simple-sec:not(:last-child) {
        margin-bottom: calc(100vw / ( 390 / 67 )); } }
  @media screen and (min-width: 768px) {
    .p-experience-simple-sec:nth-child(odd) {
      flex-flow: row-reverse; } }
  @media screen and (min-width: 768px) {
    .p-experience-simple-sec__head {
      width: 34.2%; } }
  @media screen and (max-width: 767px) {
    .p-experience-simple-sec__head {
      padding: 0 calc(100vw / ( 390 / 25 ));
      margin-bottom: calc(100vw / ( 390 / 47 )); } }
  .p-experience-simple-sec__head-ttl {
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .p-experience-simple-sec__head-ttl {
        line-height: 1.75;
        font-size: calc(100vw / ( 390 / 18 ));
        margin-bottom: calc(100vw / ( 390 / 29 )); } }
  .p-experience-simple-sec__head-txt p {
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .p-experience-simple-sec__head-txt p {
        line-height: 1.66;
        margin-bottom: 1em; } }
    .p-experience-simple-sec__head-txt p:first-child:first-letter {
      padding: 0.18em 0.22em 0.32em 0.28em;
      margin-right: 0.25em;
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        .p-experience-simple-sec__head-txt p:first-child:first-letter {
          padding: 0.26em 0.22em 0.3em 0.28em;
          margin-right: 0.2em;
          font-size: calc(100vw / ( 390 / 24 )); } }
  @media screen and (min-width: 768px) {
    .p-experience-simple-sec__img {
      width: 60.8%; } }
  @media screen and (max-width: 767px) {
    .p-experience-simple-sec__img {
      margin: 0 calc(-100vw / ( 390 / 10 )); } }
.p-experience-person {
  margin-bottom: calc(100vw / ( 1366 / 115 )); }
  @media screen and (min-width: 1101px) {
    .p-experience-person {
      margin-bottom: 115px; } }
  @media screen and (max-width: 767px) {
    .p-experience-person {
      margin-bottom: calc(100vw / ( 390 / 50 )); } }
  .p-experience-person__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .p-experience-person__inner {
        padding: 0 calc(100vw / ( 390 / 25 )); } }
    .p-experience-person__inner:not(:last-child) {
      margin-bottom: calc(100vw / ( 1366 / 50 )); }
      @media screen and (min-width: 1101px) {
        .p-experience-person__inner:not(:last-child) {
          margin-bottom: 50px; } }
      @media screen and (max-width: 767px) {
        .p-experience-person__inner:not(:last-child) {
          margin-bottom: calc(100vw / ( 390 / 50 )); } }
  .p-experience-person__img {
    width: 65%; }
    @media screen and (max-width: 767px) {
      .p-experience-person__img {
        width: 100%;
        margin-bottom: calc(100vw / ( 390 / 25 )); } }
  .p-experience-person__ttl {
    writing-mode: vertical-rl;
    border-right: 1px solid #000;
    letter-spacing: 0.25em; }
    @media screen and (min-width: 768px) {
      .p-experience-person__ttl {
        padding-right: 0.5em; } }
    @media screen and (max-width: 767px) {
      .p-experience-person__ttl {
        letter-spacing: 0.5em;
        width: 12.5%;
        display: flex;
        align-items: center; } }
  .p-experience-person__about {
    width: 87.5%; }
    @media screen and (min-width: 768px) {
      .p-experience-person__about {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 28%; } }
    @media screen and (max-width: 767px) {
      .p-experience-person__about {
        font-size: calc(100vw / ( 390 / 11 ));
        padding-left: calc(100vw / ( 390 / 20 )); } }
    .p-experience-person__about-ttl {
      display: flex;
      flex-direction: column;
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .p-experience-person__about-ttl {
          font-size: 0.9em;
          margin-bottom: 20px; } }
    .p-experience-person__about-name {
      letter-spacing: 0.125em;
      padding: 0.9em 0 0.2em;
      font-size: 1.9rem; }
      @media screen and (max-width: 767px) {
        .p-experience-person__about-name {
          font-size: calc(100vw / ( 390 / 14 ));
          line-height: 1.4;
          margin-bottom: 0.25em; } }
    .p-experience-person__about-txt {
      line-height: 1.57; }
      @media screen and (max-width: 767px) {
        .p-experience-person__about-txt {
          line-height: 1.72; } }
      .p-experience-person__about-txt + .p-experience-person__about-ttl {
        padding-top: 25px; }
.p-experience-info {
  padding-bottom: calc(100vw / ( 1366 / 65 )); }
  @media screen and (min-width: 1101px) {
    .p-experience-info {
      padding-bottom: 65px; } }
  @media screen and (max-width: 767px) {
    .p-experience-info {
      padding-bottom: calc(100vw / ( 390 / 50 )); } }
  .p-experience-info__inner {
    display: flex;
    gap: 25px; }
    @media screen and (max-width: 767px) {
      .p-experience-info__inner {
        gap: calc(100vw / ( 390 / 17 )); } }
  .p-experience-info__ttl {
    background: #000;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    padding: 0.5em 0.25em;
    width: 1.5em; }
    @media screen and (min-width: 768px) {
      .p-experience-info__ttl {
        flex: 0 0 21px; } }
  @media screen and (min-width: 768px) {
    .p-experience-info__detail {
      flex: 1; } }
  .p-experience-info__head {
    letter-spacing: 0;
    line-height: 1.5; }
    .p-experience-info__head-sub {
      display: block;
      margin-bottom: 1em;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        .p-experience-info__head-sub {
          font-size: calc(100vw / ( 390 / 12 )); } }
    .p-experience-info__head .bracket {
      display: inline-block;
      margin-left: -0.5em; }
  .p-experience-info__item {
    padding: 1em 0;
    line-height: 1.7;
    letter-spacing: 0.05em; }
    .p-experience-info__item:not(:last-child) {
      border-bottom: 1px solid #000; }
    .p-experience-info__item:first-child {
      padding-top: 0; }
  .p-experience-info__txt {
    display: flex;
    flex-wrap: wrap; }
  .p-experience-info__th {
    width: 10em; }
    @media screen and (max-width: 767px) {
      .p-experience-info__th {
        width: 8em; } }
  .p-experience-info__td {
    width: calc(100% - 10em); }
    @media screen and (max-width: 767px) {
      .p-experience-info__td {
        width: calc(100% - 8em); } }
    .p-experience-info__td .scheduleTbl__cap {
      text-align: left; }
    .p-experience-info__td .scheduleTbl th {
      width: 5.5em; }
    .p-experience-info__td .scheduleTbl:not(:last-child) {
      margin-bottom: 1em; }
@media screen and (min-width: 768px) {
  .p-experience-voice {
    padding-bottom: calc(100vw / ( 1366 / 65 )); } }
@media screen and (min-width: 1101px) {
  .p-experience-voice {
    padding-bottom: 65px; } }
@media screen and (max-width: 767px) {
  .p-experience-voice {
    padding-bottom: calc(100vw / ( 390 / 50 )); } }
.p-experience-voice__from {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .p-experience-voice__from {
      font-size: calc(100vw / ( 390 / 14 )); } }
.p-experience-voice__txt {
  line-height: 2;
  margin-bottom: 2.2em; }
  @media screen and (min-width: 768px) {
    .p-experience-voice__txt {
      font-size: 1.2rem;
      padding-bottom: 2.2em; } }
  @media screen and (max-width: 767px) {
    .p-experience-voice__txt {
      margin-bottom: 0;
      padding-bottom: calc(100vw / ( 390 / 10 )); } }
  .p-experience-voice__txt:last-child {
    border-bottom: 1px solid #000; }
  @media screen and (max-width: 767px) {
    .p-experience-voice__txt .is-height .js-accordion-body {
      --closed-height: 20px; } }
  @media screen and (max-width: 767px) {
    .p-experience-voice__txt .is-height .js-accordion-btn {
      margin-top: 1.5em;
      text-indent: -9999px; } }

/*========== p-booking.scss ==========*/
.p-booking {
  background: #333;
  color: #fff;
  padding: 35px 0; }
  @media screen and (max-width: 767px) {
    .p-booking {
      padding: calc(100vw / ( 390 / 30 )) 0; } }
  @media screen and (min-width: 768px) {
    .p-booking__container {
      width: 45.5%; } }
  .p-booking__container:first-child {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-booking__container:first-child {
        border-bottom: 1px solid #fff;
        padding-bottom: calc(100vw / ( 390 / 25 )); } }
    @media screen and (min-width: 768px) {
      .p-booking__container:first-child:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: -9%;
        top: 0; } }
    .p-booking__container:first-child:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 66px;
      height: 66px;
      background: url("../images/te_stamp_white.svg") center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .p-booking__container:first-child:before {
          width: calc(100vw / ( 390 / 43 ));
          height: calc(100vw / ( 390 / 43 ));
          bottom: calc(100vw / ( 390 / 25 )); } }
  @media screen and (max-width: 767px) {
    .p-booking__container:last-child {
      padding-top: calc(100vw / ( 390 / 25 )); } }
  @media screen and (min-width: 768px) {
    .p-booking__inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .p-booking__inner {
      padding: 0 calc(100vw / ( 390 / 25 )); } }
  .p-booking-ttl {
    background: #fff;
    color: #000;
    padding: 0.5em;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .p-booking-ttl {
        font-size: 1.2rem; } }
  .p-booking-indent {
    margin-left: -0.5em; }
  .p-booking-notice {
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 2.1rem; }
    @media screen and (max-width: 767px) {
      .p-booking-notice {
        font-size: calc(100vw / ( 390 / 18 )); } }
    .p-booking-notice__line {
      position: relative;
      display: inline-block;
      margin-bottom: 5px; }
      .p-booking-notice__line:after {
        content: "";
        display: block;
        position: absolute;
        left: 0.5em;
        bottom: 0;
        width: calc(100% - 1em);
        height: 2px;
        background: #fff; }
  .p-booking-item {
    display: flex; }
    .p-booking-item:not(:last-child) {
      position: relative;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .p-booking-item:not(:last-child) {
          margin-bottom: calc(100vw / ( 390 / 18 )); } }
      .p-booking-item:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        left: 5px;
        width: 15px;
        height: 15px;
        transform: rotate(90deg);
        background: url("../images/icon_arrow.svg") center no-repeat;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .p-booking-item:not(:last-child):after {
            width: calc(100vw / ( 390 / 15 ));
            height: calc(100vw / ( 390 / 15 ));
            left: calc(100vw / ( 390 / 5 ));
            bottom: 0; } }
  .p-booking-step {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    writing-mode: vertical-rl;
    flex: 1; }
    .p-booking-step__ttl {
      font-family: "Crimson Text", serif;
      padding-left: 0.5em;
      font-size: 1.0rem; }
      @media screen and (max-width: 767px) {
        .p-booking-step__ttl {
          font-size: calc(100vw / ( 390 / 10 )); } }
    .p-booking-step__num {
      padding-top: 0.2em;
      letter-spacing: 0.25em;
      font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .p-booking-step__num {
          font-size: calc(100vw / ( 390 / 24 )); } }
  .p-booking-flow {
    flex: 0 0 88%; }
    @media screen and (max-width: 767px) {
      .p-booking-flow {
        flex: 0 0 calc(100vw / ( 390 / 270 )); } }
    .p-booking-flow__ttl {
      background: #fff;
      color: #000;
      padding: 0.3em 0.5em;
      font-size: 1.8rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .p-booking-flow__ttl {
          font-size: calc(100vw / ( 390 / 14 ));
          margin-bottom: calc(100vw / ( 390 / 10 )); } }
    .p-booking-flow__txt {
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.8; }
      @media screen and (min-width: 768px) {
        .p-booking-flow__txt {
          line-height: 1.6; } }

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold; }
.u-right {
  text-align: right; }
.u-center {
  text-align: center; }
.u-mtStd {
  margin-top: 28px; }
  @media screen and (max-width: 767px) {
    .u-mtStd {
      margin-top: calc(100vw / ( 375 / 20 )); } }
.u-mb0 {
  margin-bottom: 0 !important; }
.u-mt0 {
  margin-top: 0 !important; }
.u-pb0 {
  padding-bottom: 0 !important; }
.u-sizeS {
  font-size: 80%; }
.u-sizeSS {
  font-size: 50%; }
.u-bcb {
  color: #331F07; }
