@charset "UTF-8";

@font-face {
  font-family: "SourceHanSansJP-Medium";
  src: url("./../font/SB_SourceHanSansJP-Medium.woff2") format("woff2");
  src: url("./../font/SB_SourceHanSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP-Regular";
  src: url("./../font/SB_SourceHanSansJP-Regular.woff2") format("woff2");
  src: url("./../font/SB_SourceHanSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url("./../font/SB_SourceHanSansJP-Bold.woff2") format("woff2");
  src: url("./../font/SB_SourceHanSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "HerrVonMuellerhoff-Regular";
  src: url("./../font/HerrVonMuellerhoff-Regular.woff2") format("woff2");
  src: url("./../font/HerrVonMuellerhoff-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Jost-ExtraLight";
  src: url("./../font/Jost-ExtraLight.woff2") format("woff2");
  src: url("./../font/Jost-ExtraLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Jost-Medium";
  src: url("./../font/Jost-Medium.woff2") format("woff2");
  src: url("./../font/Jost-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Jost-Regular";
  src: url("./../font/Jost-Regular.woff2") format("woff2");
  src: url("./../font/Jost-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DSEG7";
  src: url("./../font/DSEG7Classic-Regular.woff2") format("woff2");
  src: url("./../font/DSEG7Classic-Regular.woff") format("woff");
  font-display: swap;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: unset;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  font-family: "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #323434;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

body.is-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.l-footer {
  position: relative;
}

.l-footer__inner {
  background: #2f2017;
  padding: 105px 0 95px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 70px 0 55px;
  }
}

.l-footer__link {
  color: #c0bbb9;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.l-footer__link:focus {
  opacity: 0.7;
}

@-moz-document url-prefix() {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}

.l-footer small {
  color: #c0bbb9;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer-logo {
  margin-bottom: 65px;
  text-align: center;
}

.l-header__inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  mix-blend-mode: difference;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header-logo--top {
  position: relative;
}

.l-header-logo__img {
  position: relative;
}

.l-header-btn {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 32px;
  top: 35px;
}

@media screen and (max-width: 768px) {
  .l-header-btn {
    right: 25px;
    top: 25px;
  }
}

.l-header-btn__border {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.l-header-btn__border--01 {
  top: 0;
}

.l-header-btn__border--02 {
  top: 15px;
  width: 23px;
}

.l-header-btn__border--03 {
  top: 30px;
}

.l-header-btn__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Jost-Medium", "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  transition: opacity 0.3s ease;
}

.l-header-btn.is-hum-show .l-header-btn__border--01 {
  top: 15px;
  transform: rotate(45deg);
}

.l-header-btn.is-hum-show .l-header-btn__border--02 {
  opacity: 0;
}

.l-header-btn.is-hum-show .l-header-btn__border--03 {
  top: 15px;
  transform: rotate(-45deg);
}

.l-header-btn.is-hum-show .l-header-btn__txt {
  opacity: 0;
}

.gt_switcher_wrapper {
  top: 105px !important;
  right: 32px !important;
  display: flex;
  flex-direction: row-reverse;
  mix-blend-mode: difference;
  z-index: 99 !important;
}

@media screen and (max-width: 768px) {
  .gt_switcher_wrapper {
    top: 95px !important;
    right: 25px !important;
  }
}

.gt_switcher_wrapper.is-hum-show {
  opacity: 0;
}

.p-top-body .l-header-btn {
  top: 85px;
}

@media screen and (max-width: 768px) {
  .p-top-body .l-header-btn {
    top: 80px;
  }
}

.p-top-body .gt_switcher_wrapper {
  top: 155px !important;
}

@media screen and (max-width: 768px) {
  .p-top-body .gt_switcher_wrapper {
    top: 150px !important;
  }
}

.p-top-body .l-footer__inner {
  padding-top: 135px;
}

@media screen and (max-width: 768px) {
  .p-top-body .l-footer__inner {
    padding-top: 130px;
  }
}

a.glink {
  font-size: 14px;
  color: #fff;
  font-weight: unset;
  font-family: "Jost-Medium", "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

a.glink:focus {
  opacity: 0.4;
}

@-moz-document url-prefix() {
  a.glink:hover {
    opacity: 0.4;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.glink:hover {
    opacity: 0.4;
  }
}

a.glink.gt-current-lang {
  font-weight: unset !important;
  opacity: 1;
}

a.glink[data-gt-lang=ja] {
  padding-right: 6px;
  position: relative;
}

a.glink[data-gt-lang=ja]::after {
  content: "";
  height: 100%;
  width: 2px;
  transform: rotate(15deg);
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

a.glink[data-gt-lang=en] {
  padding-left: 4px;
}

.l-header-hum {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(5, 5, 5, 0.7);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  mix-blend-mode: unset;
  z-index: 4;
}

@media screen and (max-width: 599px) {
  .l-header-hum__inner {
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #161717;
    padding-top: 120px;
  }
}

@media screen and (max-width: 599px) {
  .l-header-hum__wrap {
    height: 100%;
  }
}

.l-header-hum__content {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 560px;
  background: #161717;
  padding-left: 95px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 599px) {
  .l-header-hum__content {
    padding-top: 50px;
    position: static;
    max-width: unset;
    padding-left: 0;
    justify-content: center;
    align-items: flex-start;
  }
}

.l-header-hum__content.is-hum-show {
  transform: translateX(0);
}

.l-header-hum__list a {
  color: #fff;
  display: block;
  transition: color 0.3s ease;
  font-family: "Jost-Medium", "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-transform: capitalize;
}

.l-header-hum__list a:focus {
  color: #ec9947;
}

@-moz-document url-prefix() {
  .l-header-hum__list a:hover {
    color: #ec9947;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-hum__list a:hover {
    color: #ec9947;
  }
}

.l-header-hum__item {
  margin-bottom: 25px;
}

@media screen and (max-width: 599px) {
  .l-header-hum__item--contact {
    margin-bottom: 50px;
  }
}

.l-header-hum__item--contact a {
  position: relative;
  width: 270px;
  height: 58px;
  background: #a25911;
  border-radius: 10px;
  border: 1px solid #a25911;
  padding-left: 25px;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  align-items: center;
  transition: color 0.3s ease, background 0.3s ease;
}

.l-header-hum__item--contact a:focus {
  color: #a25911;
  background: #fff;
}

.l-header-hum__item--contact a:focus .l-header-hum__img--normal {
  opacity: 0;
}

.l-header-hum__item--contact a:focus .l-header-hum__img--hover {
  opacity: 1;
}

@-moz-document url-prefix() {
  .l-header-hum__item--contact a:hover {
    color: #a25911;
    background: #fff;
  }

  .l-header-hum__item--contact a:hover .l-header-hum__img--normal {
    opacity: 0;
  }

  .l-header-hum__item--contact a:hover .l-header-hum__img--hover {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-hum__item--contact a:hover {
    color: #a25911;
    background: #fff;
  }

  .l-header-hum__item--contact a:hover .l-header-hum__img--normal {
    opacity: 0;
  }

  .l-header-hum__item--contact a:hover .l-header-hum__img--hover {
    opacity: 1;
  }
}

.l-header-hum__item--contact img {
  margin-left: 20px;
}

.l-header-hum__item--housing {
  margin-top: 95px;
}

@media screen and (max-width: 599px) {
  .l-header-hum__item--housing {
    margin-bottom: 25px;
  }
}

.l-header-hum__item--housing a {
  position: relative;
  width: 270px;
  height: 58px;
  background: #071d45;
  border-radius: 10px;
  border: 1px solid #071d45;
  padding-left: 25px;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  align-items: center;
  transition: color 0.3s ease, background 0.3s ease;
}

.l-header-hum__item--housing a:focus {
  color: #071d45;
  background: #fff;
}

@-moz-document url-prefix() {
  .l-header-hum__item--housing a:hover {
    color: #071d45;
    background: #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-hum__item--housing a:hover {
    color: #071d45;
    background: #fff;
  }
}

.l-header-hum__img {
  position: absolute;
  top: 0;
  right: 20px;
  margin: auto;
  bottom: 0;
  transition: opacity 0.3s ease;
}

.l-header-hum__img--hover {
  opacity: 0;
}

.l-header-hum__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.l-header-cta {
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  bottom: 12px;
  z-index: 3;
  box-shadow: 0 3px 90px rgba(3, 3, 3, 0.3);
}

@media screen and (max-width: 768px) {
  .l-header-cta {
    bottom: 5px;
  }
}

.l-header-cta a {
  opacity: 1;
  color: #fff;
  padding: 20px 0;
  padding-bottom: 55px;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  background: #a25911;
  border-radius: 5px 0 0 5px;
  border: 1px solid #a25911;
  border-right: 1px solid transparent;
  transition: color 0.3s ease, background 0.3s ease;
}

.l-header-cta a:focus {
  background: #fff;
  color: #a25911;
}

.l-header-cta a:focus .l-header-cta__img--normal {
  opacity: 0;
}

.l-header-cta a:focus .l-header-cta__img--hover {
  opacity: 1;
}

@-moz-document url-prefix() {
  .l-header-cta a:hover {
    background: #fff;
    color: #a25911;
  }

  .l-header-cta a:hover .l-header-cta__img--normal {
    opacity: 0;
  }

  .l-header-cta a:hover .l-header-cta__img--hover {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-cta a:hover {
    background: #fff;
    color: #a25911;
  }

  .l-header-cta a:hover .l-header-cta__img--normal {
    opacity: 0;
  }

  .l-header-cta a:hover .l-header-cta__img--hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-header-cta a {
    width: 40px;
    font-size: 1.2rem;
    padding: 17px 0 40px;
  }
}

.l-header-cta img {
  margin-top: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .l-header-cta img {
    margin-top: 10px;
    width: 12px;
  }
}

.l-header-cta__img--hover {
  opacity: 0;
}

.l-header-cta--housing {
  right: 0;
  bottom: 363px;
}

@media screen and (max-width: 768px) {
  .l-header-cta--housing {
    bottom: 260px;
  }
}

.l-header-cta--housing a {
  background: #071d45;
  border: 1px solid #071d45;
}

.l-header-cta--housing a:focus {
  color: #071d45;
}

@-moz-document url-prefix() {
  .l-header-cta--housing a:hover {
    color: #071d45;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header-cta--housing a:hover {
    color: #071d45;
  }
}

@media screen and (max-width: 768px) {
  .l-header-cta--housing img {
    bottom: 13px;
    width: 18px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .l-header-cta a {
  letter-spacing: 3px;
  font-family: sans-serif;
  font-weight: 600;
}

.l-main {
  position: relative;
}

.l-main__inner--top {
  display: flex;
  flex-direction: column-reverse;
}

.l-main__inner--news {
  background-image: url(./../img/bg-news02.png);
  background-repeat: repeat;
}

.l-main__inner--page {
  background: #cfcbc2;
}

.l-mv {
  position: relative;
  z-index: 2;
}

.l-mv--top {
  height: 100vh;
  height: calc(var(--svh, 1vh) * 100);
  overflow: hidden;
}

.l-mv--top .l-mv__inner {
  height: 100%;
  position: relative;
}

.l-mv--top .l-mv-txt {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-mv--top .l-mv-txt {
    font-size: 1.6rem;
  }
}

.l-mv--page {
  padding-top: 110px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-mv--page {
    margin-bottom: 50px;
  }
}

.l-mv--page .l-mv__inner {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 87%;
}

.l-mv--page .l-mv__ttl {
  font-size: 9.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "HerrVonMuellerhoff-Regular", serif;
}

@media screen and (max-width: 960px) {
  .l-mv--page .l-mv__ttl {
    font-size: 8.4rem;
  }
}

.l-mv--page .l-mv__txt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.l-mv--page .l-mv__desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.67;
}

.l-mv__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-mv__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.l-mv-ttl {
  position: absolute;
  bottom: -25px;
  left: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}

.l-mv-ttl__inner {
  display: flex;
}

.l-mv-ttl__box {
  flex-shrink: 0;
}

.l-mv-ttl__box:nth-of-type(1) {
  animation: scroll-txt01 150s -75s linear infinite;
}

.l-mv-ttl__box:nth-of-type(2) {
  animation: scroll-txt02 150s linear infinite;
}

.l-mv-ttl__box img {
  filter: drop-shadow(0 23px 76px rgba(0, 0, 0, 0.66));
  margin-right: 80px;
  display: inline-block;
}

@keyframes scroll-txt01 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-txt02 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 768px) {
  .l-mv-stalker {
    display: none;
  }
}

.l-mv-stalker__box {
  mix-blend-mode: difference;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  object-fit: cover;
  margin: -55px 0 0 -55px;
  pointer-events: none;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0;
  z-index: 3;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-mv-stalker__box.is-active {
  opacity: 1;
}

.l-mv-stalker__txt {
  padding-top: 15px;
}

.l-mv-stalker__arrow {
  width: 15px;
  height: 2px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #fff transparent transparent #fff;
  transform: rotate(-45deg) skew(15deg, 15deg);
  border-color: #fff #fff transparent transparent;
  top: 37px;
  position: absolute;
  animation: stalker-arrow 1.5s ease infinite;
}

@keyframes stalker-arrow {
  0% {
    top: 42px;
    opacity: 0;
  }

  50% {
    top: 37px;
    opacity: 1;
  }

  100% {
    top: 32px;
    opacity: 0;
  }
}

.l-mv-slider {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--svh, 1vh) * 18);
}

@media screen and (max-width: 1440px) {
  .l-mv-slider {
    padding-top: calc(var(--svh, 1vh) * 20);
  }
}

@media screen and (max-width: 960px) {
  .l-mv-slider {
    padding-top: calc(var(--svh, 1vh) * 45);
  }
}

@media screen and (max-width: 499px) {
  .l-mv-slider {
    padding-top: calc(var(--svh, 1vh) * 40);
  }
}

.l-mv-slider .slick-center {
  transform: rotate(0deg) scale(1);
}

.l-mv-slider .slick-center::after {
  content: "";
  opacity: 0;
}

.l-mv-slider__item {
  overflow: hidden;
  transform: rotate(15deg) scale(0.42);
  border-radius: 20px;
  transition: all 1.5s ease;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-mv-slider__item {
    transform: rotate(15deg) scale(0.62);
  }
}

.l-mv-slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 14, 14, 0.35);
  transition: opacity 0.3s ease;
}

.l-mv-scroll {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(var(--svh, 1vh) * 15);
  display: flex;
  justify-content: center;
}

.l-mv-scroll button {
  position: relative;
  padding-top: 23px;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.l-mv-scroll button::before,
.l-mv-scroll button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #2f2e2e transparent transparent #2f2e2e;
  transform: rotate(-45deg) skew(15deg, 15deg);
  border-color: #2f2e2e #2f2e2e transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.l-mv-scroll button::before {
  top: 0px;
}

.l-mv-scroll button::after {
  top: 5px;
}

.l-fade {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323434;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.l-fade.is-hide {
  opacity: 1;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 1;
  transition: opacity 2s ease;
}

.l-loading.is-load {
  opacity: 0;
  pointer-events: none;
}

.l-loading__inner {
  height: 100%;
  background: #323434;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-loading__txt {
  width: 80%;
  max-width: 1022px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: opacity 4s ease infinite;
  z-index: 3;
}

@media screen and (max-width: 499px) {
  .l-loading__txt {
    width: 90%;
  }
}

.l-loading__txt img {
  filter: drop-shadow(0 23px 76px rgba(0, 0, 0, 0.66));
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-loading__txt.is-load img {
  transform: scale(0.5);
  opacity: 0;
}

.l-loading__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-loading__box {
  perspective: 5vw;
}

.l-door {
  display: flex;
  background: #1e1e1e;
  overflow: hidden;
  transition: transform 0.5s ease-in;
}

.l-door.is-load {
  transform: translateZ(4.9vw);
}

.l-door__box {
  height: 70vh;
  position: relative;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-door__box--01 {
  background: #4a3511;
  width: 119px;
  box-shadow: 0px 3px 60px rgba(65, 32, 3, 0.3);
}

@media screen and (max-width: 599px) {
  .l-door__box--01 {
    width: 83px;
  }
}

.l-door__box--01 .l-door-window {
  left: 35px;
}

@media screen and (max-width: 599px) {
  .l-door__box--01 .l-door-window {
    left: 23px;
  }
}

.l-door__box--01 .l-door-shadow {
  width: 35px;
}

@media screen and (max-width: 599px) {
  .l-door__box--01 .l-door-shadow {
    width: 23px;
  }
}

.l-door__box--01.is-load01 {
  transform: translateX(53px);
}

@media screen and (max-width: 599px) {
  .l-door__box--01.is-load01 {
    transform: translateX(35px);
  }
}

.l-door__box--01.is-load02 {
  transform: translateX(106px);
}

@media screen and (max-width: 599px) {
  .l-door__box--01.is-load02 {
    transform: translateX(71px);
  }
}

.l-door__box--01.is-load03 {
  transform: translateX(159px);
}

@media screen and (max-width: 599px) {
  .l-door__box--01.is-load03 {
    transform: translateX(107px);
  }
}

.l-door__box--01.is-load04 {
  transform: translateX(212px);
}

@media screen and (max-width: 599px) {
  .l-door__box--01.is-load04 {
    transform: translateX(143px);
  }
}

.l-door__box--02 {
  background: #533e11;
  box-shadow: -5px 5px 20px rgba(26, 13, 1, 0.67);
  width: 138px;
}

@media screen and (max-width: 599px) {
  .l-door__box--02 {
    width: 97px;
  }
}

.l-door__box--02 .l-door-window {
  left: 44px;
}

@media screen and (max-width: 599px) {
  .l-door__box--02 .l-door-window {
    left: 30px;
  }
}

.l-door__box--02 .l-door-shadow {
  width: 44px;
}

@media screen and (max-width: 599px) {
  .l-door__box--02 .l-door-shadow {
    width: 30px;
  }
}

.l-door__box--02.is-load01 {
  transform: translateX(27px);
}

@media screen and (max-width: 599px) {
  .l-door__box--02.is-load01 {
    transform: translateX(19px);
  }
}

.l-door__box--02.is-load02 {
  transform: translateX(54px);
}

@media screen and (max-width: 599px) {
  .l-door__box--02.is-load02 {
    transform: translateX(38px);
  }
}

.l-door__box--02.is-load03 {
  transform: translateX(81px);
}

@media screen and (max-width: 599px) {
  .l-door__box--02.is-load03 {
    transform: translateX(57px);
  }
}

.l-door__box--02.is-load04 {
  transform: translateX(109px);
}

@media screen and (max-width: 599px) {
  .l-door__box--02.is-load04 {
    transform: translateX(76px);
  }
}

.l-door-window {
  position: absolute;
  background: #241e12;
  top: 55px;
  width: 49px;
  height: 227px;
  z-index: 0;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 599px) {
  .l-door-window {
    width: 37px;
    height: 180px;
    top: 40px;
  }
}

.l-door-shadow {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(62, 46, 12, 0.3);
}

.js-appearance {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0, 0, 0.01, 0.96), transform 1.3s cubic-bezier(0, 0, 0.01, 0.96);
}

.js-appearance.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-btn01--right {
  display: flex;
  justify-content: flex-end;
}

.c-btn01--center {
  display: flex;
  justify-content: center;
}

.c-btn01 a,
.c-btn01 button {
  position: relative;
  padding: 17px 75px 18px 30px;
  border: 1px solid #323434;
  border-radius: 10px;
  display: inline-block;
}

.c-btn01 a:focus::after,
.c-btn01 button:focus::after {
  right: 25px;
}

@-moz-document url-prefix() {

  .c-btn01 a:hover::after,
  .c-btn01 button:hover::after {
    right: 25px;
  }
}

@media (hover: hover) and (pointer: fine) {

  .c-btn01 a:hover::after,
  .c-btn01 button:hover::after {
    right: 25px;
  }
}

.c-btn01 a::after,
.c-btn01 button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #323434 #323434 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: right 0.3s ease;
}

.c-btn01--white a {
  border: 1px solid #fff;
}

.c-btn01--white a::after {
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #fff #fff transparent transparent;
}

.c-ttl01--center {
  text-align: center;
}

.c-ttl01__ttl {
  font-size: 9.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "HerrVonMuellerhoff-Regular", serif;
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .c-ttl01__ttl {
    font-size: 8.4rem;
  }
}

.c-ttl01__txt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-ttl01__desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.67;
}

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

@media screen and (max-width: 768px) {
  .c-bread {
    padding-bottom: 7px;
  }
}

.c-bread__list {
  line-height: 1.4;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 87%;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
}

.c-bread__list a {
  font-size: 1.2rem;
  position: relative;
  color: #323434;
  padding-right: 20px;
  margin-right: 10px;
  text-decoration: underline;
}

.c-bread__list a:focus {
  text-decoration: none;
}

@-moz-document url-prefix() {
  .c-bread__list a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-bread__list a:hover {
    text-decoration: none;
  }
}

.c-bread__list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.c-bread__list span {
  font-size: 1.2rem;
}

.c-txt01 {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-txt01 {
    font-size: 1.4rem;
  }
}

.c-page-nav {
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pagenavi-item {
  margin-bottom: 15px;
}

.pagenavi-item:not(:last-of-type) {
  margin-right: 15px;
}

.page-numbers {
  width: 44px;
  height: 44px;
  color: #a25911;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  transition: opacity 0.3s ease;
  position: relative;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #a25911;
  border-radius: 5px;
}

.page-numbers.current {
  color: #fff;
  background: #a25911;
}

.page-numbers .next_text::after,
.page-numbers .prev_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@-moz-document url-prefix() {}

.page-numbers .next_text::after {
  transition: border-color 0.3s ease;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: #a25911 #a25911 transparent transparent;
  right: 2px;
}

.page-numbers .prev_text::after {
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: transparent transparent #a25911 #a25911;
  left: 2px;
}

a.page-numbers {
  transition: color 0.3s ease, background 0.3s ease;
}

a.page-numbers:focus {
  color: #fff;
  background: #a25911;
}

a.page-numbers:focus .next_text::after {
  border-color: #fff #fff transparent transparent;
}

a.page-numbers:focus .prev_text::after {
  border-color: transparent transparent #fff #fff;
}

@-moz-document url-prefix() {
  a.page-numbers:hover {
    color: #fff;
    background: #a25911;
  }

  a.page-numbers:hover .next_text::after {
    border-color: #fff #fff transparent transparent;
  }

  a.page-numbers:hover .prev_text::after {
    border-color: transparent transparent #fff #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.page-numbers:hover {
    color: #fff;
    background: #a25911;
  }

  a.page-numbers:hover .next_text::after {
    border-color: #fff #fff transparent transparent;
  }

  a.page-numbers:hover .prev_text::after {
    border-color: transparent transparent #fff #fff;
  }
}

.c-page-num {
  color: rgba(162, 89, 17, 0.65);
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
}

.c-page-num span {
  margin: 0 2px;
}

.c-single h2,
.c-single h3,
.c-single h4,
.c-single h5 {
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-single h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  background: #fef8f2;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-left: 5px solid #a25911;
}

.c-single h3 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #a25911;
}

.c-single h4 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #f4fff3;
}

.c-single h5 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #f4fff3;
}

.c-single h6 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-single p {
  margin-bottom: 25px;
  line-height: 1.875;
}

.c-single a {
  text-decoration: underline;
  color: #a25911;
}

.c-single a:focus {
  text-decoration: none;
}

@-moz-document url-prefix() {
  .c-single a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-single a:hover {
    text-decoration: none;
  }
}

.c-single ul,
.c-single ol {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 35px;
}

.c-single ul li,
.c-single ol li {
  padding-left: 2em;
  position: relative;
}

.c-single ul li:not(:last-of-type),
.c-single ol li:not(:last-of-type) {
  margin-bottom: 15px;
}

.c-single ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a25911;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.c-single ol {
  counter-reset: ol_num 0;
}

.c-single ol li {
  counter-increment: ol_num 1;
}

.c-single ol li::before {
  content: counter(ol_num) "";
  color: #fff;
  border-radius: 50%;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #a25911;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
}

.c-single .wp-block-table {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table {
    overflow-x: auto;
    padding-right: 5px;
    padding-bottom: 10px;
  }

  .c-single .wp-block-table table {
    white-space: nowrap;
  }
}

.c-single .wp-block-table td {
  padding: 1em;
  border: 1px solid #000;
  vertical-align: middle;
}

.c-single .wp-block-table.custom-table {
  width: 100%;
  line-height: 1.67;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tbody {
    display: block;
  }
}

.c-single .wp-block-table.custom-table tr td:first-of-type {
  color: #fff;
  background: #d07216;
  width: 170px;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tr td:first-of-type {
    width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tr {
    display: grid;
  }
}

.c-single .wp-block-table.custom-table td {
  padding: 22px 35px;
  background: #fff;
  border: 1px solid #e7e9ef;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table td {
    padding: 15px;
  }
}

.c-single .wp-block-table.custom-table td a {
  color: #d07216;
  text-decoration: underline;
  vertical-align: middle;
}

.c-single .wp-block-table.custom-table td a:focus {
  text-decoration: none;
}

@-moz-document url-prefix() {
  .c-single .wp-block-table.custom-table td a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-single .wp-block-table.custom-table td a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table {
    overflow-x: unset;
    padding-right: 0;
    padding-bottom: 0;
  }

  .c-single .wp-block-table.custom-table table {
    white-space: unset;
  }
}

.c-single .wp-block-image img {
  object-fit: cover;
  object-position: center;
}

.c-single .wp-block-file:not(.wp-element-button) {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.c-single .wp-block-file__button {
  background: #a25911;
  color: #fff;
}

.c-news__list {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.c-news__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  padding-left: 25px;
  padding-right: 90px;
}

@media screen and (max-width: 960px) {
  .c-news__item {
    padding-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-news__item {
    padding-right: 30px;
    padding-left: 0;
  }
}

.c-news__item:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}

.c-news__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #323434 #323434 transparent transparent;
}

@media screen and (max-width: 960px) {
  .c-news__item::after {
    right: 15px;
  }
}

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

.c-news__item:focus .c-news__ttl {
  color: #82470e;
}

@-moz-document url-prefix() {
  .c-news__item:hover .c-news__ttl {
    color: #82470e;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-news__item:hover .c-news__ttl {
    color: #82470e;
  }
}

.c-news__date {
  margin-right: 40px;
  padding-right: 55px;
  position: relative;
  flex-shrink: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-news__date {
    padding-right: 45px;
    margin-right: 20px;
  }
}

.c-news__date span {
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  color: #a25911;
  font-size: 1.4rem;
}

.c-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-news__ttl {
    font-size: 1.4rem;
  }
}

.c-404 {
  text-align: center;
  padding: 80px 0 120px;
}

.c-404 h2 {
  margin-bottom: 50px;
}

.p-top-body__inner {
  display: flex;
  flex-direction: column-reverse;
}

.p-day {
  overflow: hidden;
}

.p-day__wrap {
  width: 100vw;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.p-day__ttl {
  mix-blend-mode: difference;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-day__ttl {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}

.p-day__ttl.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-day__ttl.is-show {
  opacity: 1;
  visibility: visible;
}

.p-day__ttl--workday {
  top: 100px;
  right: 100px;
  color: #bf9263;
}

@media screen and (max-width: 768px) {
  .p-day__ttl--workday {
    top: 95px;
    right: 0;
  }
}

.p-day__ttl--holiday {
  top: 120px;
  left: 100px;
  color: #3f2000;
}

@media screen and (max-width: 768px) {
  .p-day__ttl--holiday {
    top: 95px;
    left: 0;
  }
}

.p-day__ttl01 {
  font-family: "HerrVonMuellerhoff-Regular", serif;
  font-size: 10.4rem;
}

@media screen and (max-width: 1440px) {
  .p-day__ttl01 {
    font-size: 8.9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-day__ttl01 {
    font-size: 6.2rem;
  }
}

.p-day__ttl02 {
  margin-top: 15px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.p-day__ttl02 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 1440px) {
  .p-day__ttl02 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1440px) {
  .p-day__ttl02 {
    font-size: 1.6rem;
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .p-day__ttl02 {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.p-clock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 470px;
}

@media screen and (max-width: 1440px) {
  .p-clock {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-clock {
    top: calc(50% + 45px);
    width: 168px;
    height: 168px;
  }
}

.p-clock__hour,
.p-clock__minute {
  position: absolute;
  background-color: #fff;
  transform-origin: 50% 100%;
  transform: translateX(-50%) rotate(0deg);
  transition: background 0.3s ease;
}

.p-clock__hour.is-black,
.p-clock__minute.is-black {
  background-color: #323434;
}

.p-clock__hour {
  width: 1px;
  height: 80px;
  top: 155px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .p-clock__hour {
    height: 55px;
    top: 95px;
  }
}

@media screen and (max-width: 768px) {
  .p-clock__hour {
    height: 35px;
    top: 49px;
  }
}

.p-clock__minute {
  width: 1px;
  height: 170px;
  top: 65px;
  left: 50%;
}

@media screen and (max-width: 1440px) {
  .p-clock__minute {
    height: 120px;
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-clock__minute {
    height: 62px;
    top: 22px;
  }
}

.p-clock__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: border-color 0.3s ease;
}

.p-clock__circle.is-black {
  border-color: #323434;
}

.p-clock__circle::after {
  content: "";
  width: 28px;
  height: 28px;
  transition: border-color 0.3s ease;
  border: 3px solid #fff;
  background: #d6ad84;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-clock__circle::after {
    width: 20px;
    height: 20px;
    top: -10px;
  }
}

.p-clock__span {
  color: #fff;
  transition: color 0.3s ease;
}

.p-clock__span.is-black {
  color: #323434;
}

.p-clock__span::before,
.p-clock__span::after {
  font-family: "Jost-ExtraLight", "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 9.6rem;
  position: absolute;
}

@media screen and (max-width: 1440px) {

  .p-clock__span::before,
  .p-clock__span::after {
    font-size: 7rem;
  }
}

@media screen and (max-width: 768px) {

  .p-clock__span::before,
  .p-clock__span::after {
    font-size: 4.4rem;
  }
}

.p-clock__span01::before {
  content: "12";
  left: 50%;
  bottom: calc(100% + 25px);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-clock__span01::before {
    bottom: calc(100% + 15px);
  }
}

.p-clock__span01::after {
  content: "3";
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-clock__span01::after {
    left: calc(100% + 15px);
  }
}

.p-clock__span02::before {
  content: "6";
  left: 50%;
  top: calc(100% + 25px);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-clock__span02::before {
    top: calc(100% + 15px);
  }
}

.p-clock__span02::after {
  content: "9";
  right: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-clock__span02::after {
    right: calc(100% + 15px);
  }
}

.p-day-bg {
  width: 300vw;
  height: 100%;
  background: #cec9c1;
  background: linear-gradient(90deg, rgba(206, 201, 193, 0.9) 0%, #b17d4f 45%, #063046 100%);
}

.p-day-scroll {
  position: absolute;
  z-index: 1;
  color: #bf9263;
  mix-blend-mode: difference;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  bottom: 40px;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 769px) {
  .p-day-scroll {
    display: none;
  }
}

.p-day-scroll.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-day-scroll--workday {
  left: 40px;
}

.p-day-scroll--holiday {
  right: 65px;
}

.p-day-scroll p {
  position: relative;
  padding-top: 20px;
}

.p-day-scroll p::before,
.p-day-scroll p::after {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #bf9263 transparent transparent #bf9263;
  transform: rotate(-45deg) skew(15deg, 15deg);
  border-color: #bf9263 #bf9263 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.p-day-scroll p::before {
  top: 0px;
}

.p-day-scroll p::after {
  top: 5px;
}

.p-day-flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-day-flow.is-hide {
  opacity: 0;
  pointer-events: none;
}

.p-day-flow__list {
  display: flex;
  justify-content: center;
  gap: 150px;
}

@media screen and (max-width: 1440px) {
  .p-day-flow__list {
    gap: 110px;
  }
}

@media screen and (max-width: 499px) {
  .p-day-flow__list {
    gap: 50px;
  }
}

.p-day-flow__relative {
  position: relative;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-day-flow__item {
  flex-shrink: 0;
}

.p-day-flow__item--01 .p-day-flow__ttl {
  right: 0;
  bottom: 50px;
  background: #071e45;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--01 .p-day-flow__ttl {
    bottom: 40px;
  }
}

.p-day-flow__item--01 .p-day-flow__time {
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.p-day-flow__item--02 {
  margin-top: 75px;
}

.p-day-flow__item--02 .p-day-flow__ttl {
  right: 0;
  top: 50px;
  background: #a25911;
}

.p-day-flow__item--02 .p-day-flow__time {
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.p-day-flow__item--03 {
  margin-top: 150px;
}

.p-day-flow__item--03 .p-day-flow__ttl {
  left: 0;
  bottom: 50px;
  background: #071e45;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--03 .p-day-flow__ttl {
    bottom: 40px;
  }
}

.p-day-flow__item--03 .p-day-flow__time {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.p-day-flow__item--04 {
  margin-top: 225px;
}

.p-day-flow__item--04 .p-day-flow__ttl {
  right: 0;
  top: 50px;
  background: #a25911;
}

.p-day-flow__item--04 .p-day-flow__time {
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.p-day-flow__item--05 .p-day-flow__ttl {
  left: 0;
  bottom: 50px;
  background: #a25911;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--05 .p-day-flow__ttl {
    bottom: 40px;
  }
}

.p-day-flow__item--05 .p-day-flow__time {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.p-day-flow__item--06 {
  margin-top: 75px;
}

.p-day-flow__item--06 .p-day-flow__ttl {
  left: 0;
  top: 50px;
  background: #071e45;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--06 .p-day-flow__ttl {
    top: 40px;
  }
}

.p-day-flow__item--06 .p-day-flow__time {
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

.p-day-flow__item--07 {
  margin-top: 150px;
}

.p-day-flow__item--07 .p-day-flow__ttl {
  right: 0;
  top: 50px;
  background: #a25911;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--07 .p-day-flow__ttl {
    top: 40px;
  }
}

.p-day-flow__item--07 .p-day-flow__time {
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.p-day-flow__item--08 {
  margin-top: 225px;
}

.p-day-flow__item--08 .p-day-flow__ttl {
  left: 0;
  bottom: 50px;
  background: #071e45;
}

@media screen and (max-width: 768px) {
  .p-day-flow__item--08 .p-day-flow__ttl {
    bottom: 40px;
  }
}

.p-day-flow__item--08 .p-day-flow__time {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.p-day-flow__item--09 {
  margin-top: 300px;
}

.p-day-flow__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 440px;
  border-radius: 20px;
  flex-direction: column;
}

.p-day-flow__btn:focus::before {
  transform: rotate(3deg);
  border-width: 10px;
}

@-moz-document url-prefix() {
  .p-day-flow__btn:hover::before {
    transform: rotate(3deg);
    border-width: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-day-flow__btn:hover::before {
    transform: rotate(3deg);
    border-width: 10px;
  }
}

.p-day-flow__btn::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 20px;
}

.p-day-flow__btn .p-flow-en {
  font-family: "HerrVonMuellerhoff-Regular", serif;
  display: block;
  font-size: 11.9rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
  .p-day-flow__btn .p-flow-en {
    font-size: 9.6rem;
  }
}

@media screen and (max-width: 960px) {
  .p-day-flow__btn .p-flow-en {
    font-size: 7.6rem;
  }
}

.p-day-flow__btn .p-flow-ja {
  font-size: 2.2rem;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .p-day-flow__btn .p-flow-ja {
    font-size: 1.8rem;
  }
}

.p-day-flow__btn .p-flow-ja::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: #f8f7f7 #f8f7f7 transparent transparent;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 960px) {
  .p-day-flow__btn .p-flow-ja::after {
    top: 8px;
  }
}

.p-day-flow__btn--holiday {
  color: #f1dab2;
}

.p-day-flow__btn--holiday::before {
  border: 5px solid #071d45;
  background: #071d45;
}

.p-day-flow__btn--workday {
  color: #f8f7f7;
}

.p-day-flow__btn--workday::before {
  border: 5px solid #a25911;
  background: #a25911;
}

@media screen and (max-width: 1440px) {
  .p-day-flow__btn {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .p-day-flow__btn {
    width: 280px;
    height: 280px;
  }
}

.p-day-flow__bg {
  position: relative;
}

.p-day-flow__bg img {
  width: 440px;
  height: 440px;
  object-fit: cover;
  border-radius: 20px;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .p-day-flow__bg img {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .p-day-flow__bg img {
    width: 280px;
    height: 280px;
  }
}

.p-day-flow__bg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.p-day-flow__ttl {
  position: absolute;
  color: #fff;
  padding: 8px 40px 9px 20px;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-day-flow__ttl {
    font-size: 1.4rem;
  }
}

.p-day-flow__time {
  position: absolute;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f8f7f7;
  mix-blend-mode: difference;
  font-size: 8.8rem;
}

@media screen and (max-width: 768px) {
  .p-day-flow__time {
    font-size: 6.9rem;
  }
}

.p-day-flow--holiday .p-day-flow__list {
  flex-direction: row-reverse;
}

.p-day-flow__link:focus img {
  opacity: 0.85;
}

@-moz-document url-prefix() {
  .p-day-flow__link:hover img {
    opacity: 0.85;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-day-flow__link:hover img {
    opacity: 0.85;
  }
}

.p-day-flow__link img {
  transition: opacity 0.3s ease;
}

.p-top-news__inner {
  padding: 195px 0;
  background-image: url(./../img/bg-news02.png);
  background-repeat: repeat;
}

.p-top-news .c-ttl01 {
  margin-bottom: 95px;
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.p-top-news .c-news {
  margin-bottom: 50px;
}

.p-top-news__box {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.p-top-lounge {
  position: relative;
  padding: 195px 0;
}

.p-top-lounge__inner {
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.p-top-lounge__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.p-top-lounge__inner {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__inner {
    display: flex;
    flex-direction: column;
  }
}

.p-top-lounge__wrap {
  display: flex;
}

@media screen and (max-width: 1440px) {
  .p-top-lounge__wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap {
    flex-direction: column;
  }
}

.p-top-lounge__wrap--01 {
  padding-left: 82px;
  margin-bottom: 120px;
  gap: 135px;
}

@media screen and (max-width: 1440px) {
  .p-top-lounge__wrap--01 {
    padding-left: 0;
    gap: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .p-top-lounge__wrap--01 {
    gap: 40px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--01 {
    flex-direction: column-reverse;
    gap: 50px;
  }
}

.p-top-lounge__wrap--01 .c-btn01 {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--01 .c-btn01 {
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--01 .p-top-lounge__img--01 {
    text-align: right;
  }

  .p-top-lounge__wrap--01 .p-top-lounge__img--01 img {
    width: 60vw;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--01 .p-top-lounge__img--02 img {
    width: 56vw;
  }
}

.p-top-lounge__wrap--02 {
  padding-left: 98px;
  margin-bottom: 84px;
  gap: 125px;
}

@media screen and (max-width: 1440px) {
  .p-top-lounge__wrap--02 {
    padding-left: 0;
    gap: 70px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--02 {
    order: 3;
    margin-bottom: 0;
  }
}

.p-top-lounge__wrap--02 .p-top-lounge__img--01 {
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--02 .p-top-lounge__img--01 img {
    width: 65vw;
  }
}

.p-top-lounge__wrap--02 .p-top-lounge__box .p-top-lounge__img {
  padding-left: 111px;
  margin-bottom: 50px;
}

.p-top-lounge__wrap--02 .p-top-lounge__ttl {
  margin-bottom: 15px;
}

.p-top-lounge__wrap--03 {
  padding-left: 10px;
  gap: 112px;
}

@media screen and (max-width: 1440px) {
  .p-top-lounge__wrap--03 {
    padding-left: 0;
    gap: 70px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--03 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--03 .p-top-lounge__img--01 img {
    width: 59vw;
  }
}

.p-top-lounge__wrap--03 .p-top-lounge__img--02 {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--03 .p-top-lounge__img--02 img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-top-lounge__wrap--03 .p-top-lounge__img--03 {
    text-align: right;
  }

  .p-top-lounge__wrap--03 .p-top-lounge__img--03 img {
    width: 59vw;
  }
}

.p-top-lounge__ttl {
  font-size: 9.6rem;
  font-family: "HerrVonMuellerhoff-Regular", serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__ttl {
    text-align: center;
    font-size: 9.4rem;
  }
}

.p-top-lounge__ttl span {
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 25px;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__ttl span {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}

.p-top-lounge__txt {
  line-height: 1.67;
}

@media screen and (max-width: 960px) {
  .p-top-lounge__txt {
    text-align: center;
    font-size: 1.4rem;
  }
}

.p-top-lounge__img img {
  border-radius: 20px;
  object-fit: cover;
}

.p-top-lease {
  position: relative;
}

.p-top-lease__inner {
  padding: 190px 0;
}

@media screen and (max-width: 960px) {
  .p-top-lease__inner {
    padding: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top-lease__inner {
    padding: 100px 0;
    display: grid;
  }
}

.p-top-lease__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top-lease .c-ttl01 {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-lease .c-ttl01 {
    grid-row: 2;
    margin-bottom: 50px;
  }
}

.p-top-lease .c-ttl01__ttl {
  margin-bottom: 0;
}

.p-top-lease .c-btn01 {
  color: #fff;
}

.p-top-lease__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 85px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-lease__wrap {
    justify-content: flex-start;
    padding-top: 0;
    overflow-x: auto;
    margin-bottom: 25px;
  }
}

.p-top-lease__box {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-top-lease__box {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-lease__box {
    width: 290px;
    flex-shrink: 0;
    margin: 0 15px;
  }
}

.p-top-lease__box span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 769px) {
  .p-top-lease__box:nth-of-type(1) {
    position: relative;
    z-index: 3;
    margin-right: -70px;
    transform: rotate(-15deg) translateY(-10px);
    transform-origin: right;
  }

  .p-top-lease__box:nth-of-type(2) {
    position: relative;
    z-index: 2;
  }

  .p-top-lease__box:nth-of-type(3) {
    position: relative;
    z-index: 1;
    margin-left: -70px;
    transform: rotate(15deg) translateY(-10px);
    transform-origin: left;
  }
}

.p-top-lease__thumb {
  width: 367px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.35);
}

.p-top-lease__thumb::before {
  display: block;
  padding-top: 81.1989%;
  content: "";
}

@media screen and (max-width: 1199px) {
  .p-top-lease__thumb {
    width: 100%;
  }
}

.p-top-lease__thumb:focus::after {
  opacity: 1;
}

@-moz-document url-prefix() {
  .p-top-lease__thumb:hover::after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-top-lease__thumb:hover::after {
    opacity: 1;
  }
}

.p-top-lease__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.p-top-lease__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  border-radius: 20px;
}

.p-top-lease__icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
}

.p-top-modal__item {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.p-top-modal__item.is-show {
  opacity: 1;
  visibility: visible;
}

.p-top-modal__box {
  background: rgba(57, 56, 55, 0.9);
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
}

@media screen and (max-width: 960px) {
  .p-top-modal__box {
    grid-template-columns: 1fr 75% 1fr;
  }
}

.p-top-modal__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(57, 56, 55, 0.7);
  cursor: pointer;
}

.p-top-lease-slider {
  position: relative;
  z-index: 1;
  grid-row: 2;
  width: 100%;
  max-width: 660px;
  grid-column: 2;
}

.p-top-lease-slider::before,
.p-top-lease-slider::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  pointer-events: none;
}

.p-top-lease-slider::before {
  transform: rotate(45deg);
}

.p-top-lease-slider::after {
  transform: rotate(-45deg);
}

.p-top-lease-slider__inner {
  overflow: hidden;
}

.p-top-lease-slider .slick-track {
  display: flex;
  align-items: center;
}

.p-top-lease-slider__img {
  position: relative;
  overflow: hidden;
}

.p-top-lease-slider__img::before {
  display: block;
  padding-top: 66.6666%;
  content: "";
}

.p-top-lease-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-lease-slider__img--contain {
    position: relative;
  }

  .p-top-lease-slider__img--contain::before {
    display: block;
    padding-top: 150%;
    content: "";
  }
}

.p-top-lease-slider__img--contain img {
  object-fit: contain;
}

.p-top-lease-slider p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 960px) {
  .p-top-lease-slider p {
    font-size: 1.8rem;
  }
}

.p-top-lease-slider .p-lease-slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20px);
  margin: auto;
  width: calc(100% + 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-top-lease-slider .p-lease-slider__arrow {
    width: calc(100% + 75px);
  }
}

.p-floor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-floor__wrap {
  width: 100vw;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-floor__wrap {
    height: 45px;
  }
}

.p-floor__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-floor__txt {
  color: #a25911;
  font-family: "DSEG7", sans-serif;
  font-size: 1.9rem;
}

.p-floor__txt.is-6::before {
  content: "6";
}

.p-floor__txt.is-5::before {
  content: "5";
}

.p-floor__txt.is-4::before {
  content: "4";
}

.p-floor__txt.is-3::before {
  content: "3";
}

.p-floor__txt.is-2::before {
  content: "2";
}

.p-floor__txt.is-1::before {
  content: "1";
}

.p-floor__box {
  background: #0d0d0d;
  padding: 10px 43px 11px 18px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-floor__box {
    padding: 7px 35px 9px 15px;
  }
}

.p-floor__arrow {
  transition: opacity 0.4s ease;
  opacity: 0;
}

.p-floor__arrow span {
  content: "";
  position: absolute;
  transition: opacity 0.1s ease;
}

.p-floor__arrow.is-show {
  opacity: 1;
}

.p-floor__arrow.is-up .p-floor__span01 {
  opacity: 1;
}

.p-floor__arrow.is-up .p-floor__span03 {
  opacity: 0;
}

.p-floor__arrow.is-down .p-floor__span01 {
  opacity: 0;
}

.p-floor__arrow.is-down .p-floor__span03 {
  opacity: 1;
}

.p-floor__span01 {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: #a25911 transparent transparent #a25911;
  right: 20px;
  top: 14px;
}

@media screen and (max-width: 768px) {
  .p-floor__span01 {
    top: 12px;
    right: 14px;
  }
}

.p-floor__span02 {
  top: 14px;
  right: 23px;
  width: 2px;
  height: 13px;
  background: #a25911;
}

@media screen and (max-width: 768px) {
  .p-floor__span02 {
    top: 12px;
    right: 17px;
    height: 11px;
  }
}

.p-floor__span03 {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: transparent #a25911 #a25911 transparent;
  right: 20px;
  top: 17px;
}

@media screen and (max-width: 768px) {
  .p-floor__span03 {
    top: 14px;
    right: 14px;
  }
}

.p-top-lounge__wrap--01 .p-top-lounge__img {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-top-lounge__wrap--02 .p-top-lounge__img--01 {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-top-lounge__wrap--02 .p-top-lounge__box .p-top-lounge__img {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.p-top-lounge__wrap--03 .p-top-lounge__img--01 {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.p-top-lounge__wrap--03 .p-top-lounge__img--02,
.p-top-lounge__wrap--03 .p-top-lounge__img--03 {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-top-lounge__wrap.is-hidden .p-top-lounge__img {
  opacity: 0;
  transform: translateY(15px);
}

.p-top-lease__wrap .p-top-lease__thumb {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-top-lease__wrap.is-hidden .p-top-lease__thumb {
  opacity: 0;
  transform: translateY(15px);
}

.p-outline__inner {
  padding-top: 95px;
  padding-bottom: 150px;
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

.p-outline__thumb {
  margin-bottom: 190px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-outline__thumb {
    margin-bottom: 75px;
  }
}

.p-outline__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #150901;
  background: linear-gradient(90deg, #150901 0%, #401c03 100%);
}

.p-outline__thumb img {
  border-radius: 20px;
}

.p-outline__dl {
  margin-bottom: 195px;
}

@media screen and (max-width: 768px) {
  .p-outline__dl {
    margin-bottom: 100px;
  }
}

.p-outline__dl a {
  color: #0000ee;
  text-decoration: underline;
}

.p-outline__dl a:focus {
  text-decoration: none;
}

@-moz-document url-prefix() {
  .p-outline__dl a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-outline__dl a:hover {
    text-decoration: none;
  }
}

.p-outline__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-outline__row {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
  }
}

.p-outline__row:not(:last-of-type) {
  border-bottom: 3px solid #cfcbc2;
}

.p-outline__row dt {
  background: #b7b1a2;
  border-right: 3px solid #cfcbc2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-outline__row dt {
    padding: 15px 0;
  }
}

.p-outline__row dd {
  background: #f0efef;
  padding: 20px 50px;
}

@media screen and (max-width: 768px) {
  .p-outline__row dd {
    padding: 15px 25px;
  }
}

.p-news-archive__inner {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 195px;
}

@media screen and (max-width: 960px) {
  .p-news-archive__inner {
    padding-bottom: 150px;
  }
}

.p-news-archive .c-news {
  margin-bottom: 55px;
}

.p-news-archive .c-page-num {
  margin-bottom: 100px;
}

.p-news-single__inner {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 195px;
}

@media screen and (max-width: 960px) {
  .p-news-single__inner {
    padding-bottom: 150px;
  }
}

.p-news-single__info {
  position: relative;
  padding-top: 22px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-news-single__info {
    padding-top: 30px;
    margin-bottom: 35px;
  }
}

.p-news-single__new {
  position: absolute;
  left: 0;
  top: 0;
  color: #a25911;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
}

.p-news-single__date {
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
}

.p-news-single__ttl {
  border-bottom: 1px solid #707070;
  padding: 0 50px 20px;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-news-single__ttl {
    padding: 0 0 20px 0;
    font-size: 2.2rem;
  }
}

.p-news-single__content {
  margin-bottom: 85px;
  padding: 0 60px;
}

@media screen and (max-width: 960px) {
  .p-news-single__content {
    padding: 0;
  }
}

.p-policy {
  padding-bottom: 150px;
}

@media screen and (max-width: 960px) {
  .p-policy {
    padding-bottom: 100px;
  }
}

.p-policy__inner {
  max-width: 1200px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 70px 90px;
}

@media screen and (max-width: 960px) {
  .p-policy__inner {
    padding: 50px 0px 55px;
  }
}

.p-policy h2 {
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-policy h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.p-policy p {
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .p-policy p {
    font-size: 1.4rem;
  }
}

.p-policy ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-policy ul li {
    font-size: 1.4rem;
  }
}

.p-policy ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #323434;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 7px;
}

.p-access {
  padding: 55px 0 195px;
}

@media screen and (max-width: 768px) {
  .p-access {
    padding-bottom: 150px;
  }
}

.p-access-summary {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  width: 87%;
  display: flex;
  align-items: center;
  gap: 85px;
  margin-bottom: 195px;
}

@media screen and (max-width: 960px) {
  .p-access-summary {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 120px;
  }
}

.p-access-summary__img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 90px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 52%;
  position: relative;
}

.p-access-summary__img::before {
  display: block;
  padding-top: 66.4206%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-access-summary__img {
    width: 100%;
  }
}

.p-access-summary__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-access-summary__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #c9bfa9;
  background: linear-gradient(90deg, rgba(201, 191, 169, 0.9025974026) 0%, #908162 100%);
}

.p-access-summary__txt {
  line-height: 2;
}

.p-access-station {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 195px;
}

@media screen and (max-width: 960px) {
  .p-access-station {
    margin-bottom: 120px;
  }
}

.p-access-station__map {
  margin-top: 95px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-access-station__map {
    margin-top: 50px;
  }
}

.p-access-station__map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 960px) {
  .p-access-station__map iframe {
    height: 300px;
  }
}

.p-access-station__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-access-station__row {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-access-station__row {
    grid-template-columns: 1fr;
  }
}

.p-access-station__row:not(:last-of-type) {
  border-bottom: 3px solid #cfcbc2;
}

.p-access-station__row dt {
  background: #b7b1a2;
  border-right: 3px solid #cfcbc2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 0;
}

@media screen and (max-width: 960px) {
  .p-access-station__row dt {
    padding: 20px 0;
  }
}

.p-access-station__row dd {
  background: #f0efef;
  padding: 55px 50px;
}

@media screen and (max-width: 960px) {
  .p-access-station__row dd {
    padding: 25px;
  }
}

.p-access-wall {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 195px;
}

@media screen and (max-width: 960px) {
  .p-access-wall {
    margin-bottom: 120px;
  }
}

.p-access-wall .c-ttl01 {
  margin-bottom: 95px;
}

@media screen and (max-width: 960px) {
  .p-access-wall .c-ttl01 {
    margin-bottom: 50px;
  }
}

.p-access-wall__txt {
  text-align: center;
  margin-bottom: 95px;
  line-height: 2.2;
}

@media screen and (max-width: 960px) {
  .p-access-wall__txt {
    margin-bottom: 50px;
  }
}

.p-access-wall__img {
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.p-lease {
  padding: 55px 0 150px;
}

.p-lease__summary {
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 95px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-lease__summary {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 499px) {
  .p-lease__summary {
    text-align: left;
  }
}

.p-lease__btn {
  max-width: 780px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.p-lease__btn .c-btn01 a {
  padding: 20px 30px;
  width: 135px;
}

@media screen and (max-width: 768px) {
  .p-lease__btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    align-items: center;
  }
}

.p-lease__btn--upper {
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .p-lease__btn--upper {
    margin-bottom: 100px;
  }
}

.p-lease__section {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  width: 87%;
  margin-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-lease__section {
    margin-bottom: 150px;
  }
}

.p-lease__section--even .p-lease__box {
  grid-column: 2;
}

.p-lease__section--even .p-lease__wrap {
  grid-template-columns: 55% 1fr;
}

.p-lease__section--even .p-lease__wrap::before {
  left: unset;
  right: 0;
}

.p-lease__section--even .p-lease-slider {
  grid-row: 1;
}

.p-lease__wrap {
  display: grid;
  position: relative;
  margin-bottom: 240px;
  grid-template-columns: 1fr 55%;
}

@media screen and (max-width: 960px) {
  .p-lease__wrap {
    display: block;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-lease__wrap {
    margin-bottom: 100px;
  }
}

.p-lease__wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50px;
  left: 0;
  max-width: 625px;
  width: 80%;
  height: calc(100% + 100px);
  background: #e3dccd;
  box-shadow: 0 3px 90px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .p-lease__wrap::before {
    display: none;
  }
}

.p-lease__box {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-left: 60px;
}

@media screen and (max-width: 960px) {
  .p-lease__box {
    padding-left: 50px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-lease__box {
    padding: 50px 35px 150px;
  }
}

.p-lease__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e3dccd;
  box-shadow: 0 3px 90px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-lease__box::before {
    display: none;
  }
}

.p-lease__ttl {
  font-family: "HerrVonMuellerhoff-Regular", serif;
  display: flex;
  align-items: center;
  font-size: 6.4rem;
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-lease__ttl {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .p-lease__ttl {
    flex-direction: column;
  }
}

.p-lease__ttl span {
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  margin-left: 70px;
}

@media screen and (max-width: 599px) {
  .p-lease__ttl span {
    margin-left: 0;
    margin-top: 5px;
  }
}

.p-lease__txt {
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.p-lease-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  min-width: 0;
}

.p-lease-slider__list {
  display: none;
}

.p-lease-slider__list.slick-initialized {
  display: block;
}

@media screen and (max-width: 960px) {
  .p-lease-slider {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -100px;
  }
}

.p-lease-slider .slick-list {
  border-radius: 20px;
}

.p-lease-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-lease-slider .slick-dots button {
  display: none;
}

.p-lease-slider .slick-dots li {
  cursor: pointer;
  position: relative;
  padding: 0 8px;
}

.p-lease-slider .slick-dots li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: block;
  transition: background 0.3s ease;
  border-radius: 50%;
}

.p-lease-slider .slick-dots li.slick-active::after {
  background: #a8947d;
}

.p-lease-slider .slick-dots li:not(.slick-active):focus::after {
  background: rgba(168, 148, 125, 0.5);
}

@-moz-document url-prefix() {
  .p-lease-slider .slick-dots li:not(.slick-active):hover::after {
    background: rgba(168, 148, 125, 0.5);
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-lease-slider .slick-dots li:not(.slick-active):hover::after {
    background: rgba(168, 148, 125, 0.5);
  }
}

.p-lease-slider__wrap {
  position: relative;
}

.p-lease-slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

@media screen and (max-width: 499px) {
  .p-lease-slider__arrow {
    width: calc(100% - 30px);
  }
}

.p-lease-slider__arrow button {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease;
  pointer-events: visible;
}

@media screen and (max-width: 768px) {
  .p-lease-slider__arrow button {
    width: 30px;
    height: 30px;
  }
}

.p-lease-slider__arrow button:focus {
  transform: scale(1.08);
}

@-moz-document url-prefix() {
  .p-lease-slider__arrow button:hover {
    transform: scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-lease-slider__arrow button:hover {
    transform: scale(1.08);
  }
}

.p-lease-slider__arrow button::before {
  content: "";
  position: absolute;
}

.p-lease-slider__arrow button.p-lease-prev::before {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: transparent transparent #fff #fff;
  left: 17px;
}

@media screen and (max-width: 768px) {
  .p-lease-slider__arrow button.p-lease-prev::before {
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    border-color: transparent transparent #fff #fff;
    left: 13px;
  }
}

.p-lease-slider__arrow button.p-lease-next::before {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: #fff #fff transparent transparent;
  right: 17px;
}

@media screen and (max-width: 768px) {
  .p-lease-slider__arrow button.p-lease-next::before {
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    border-color: #fff #fff transparent transparent;
    right: 13px;
  }
}

.p-lease-plan {
  text-align: center;
}

.p-lease-plan h3 {
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .p-lease-plan h3 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}

.p-cmt .c-bread__list a {
  color: #f8f7f7;
}

.p-cmt .c-bread__list a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.p-cmt .l-mv {
  z-index: 1;
}

.p-cmt__wrap {
  position: relative;
  color: #f8f7f7;
}

.p-cmt__wrap::before {
  content: "";
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(8, 8, 8, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-cmt__box {
  background-repeat: repeat;
  background-image: url(./../img/bg-cmt.png);
}

.p-cmt-summary {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 35px;
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-cmt-summary {
    padding-top: 50px;
  }
}

.p-cmt-summary__txt {
  font-size: 1.8rem;
  line-height: 3;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-cmt-summary__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.p-cmt-summary__caution {
  font-size: 1.4rem;
  line-height: 1.67;
  max-width: 638px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-cmt-summary__caution {
    font-size: 1rem;
  }
}

.p-cmt-entrance {
  position: relative;
  z-index: 1;
}

.p-cmt-entrance__inner {
  padding-top: 150px;
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-cmt-entrance__inner {
    padding-top: 100px;
  }
}

.p-cmt-entrance .c-ttl01 {
  margin-bottom: 90px;
}

.p-cmt-chart__inner {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__inner {
    display: flex;
    flex-direction: column;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-chart__inner {
    width: 320px;
  }
}

.p-cmt-chart__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.p-cmt-chart__wrap--upper {
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__wrap--bottom {
    margin-top: 50px;
    order: 3;
  }
}

.p-cmt-chart__box {
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  width: 300px;
  height: 300px;
}

@media screen and (max-width: 1300px) {
  .p-cmt-chart__box {
    width: 250px;
    height: 250px;
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__box {
    width: 300px;
    height: 300px;
    background: #100800;
  }

  .p-cmt-chart__box::before,
  .p-cmt-chart__box::after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    top: -30px;
    background: #fff;
    pointer-events: none;
  }

  .p-cmt-chart__box::before {
    transform: rotate(45deg);
  }

  .p-cmt-chart__box::after {
    transform: rotate(-45deg);
  }
}

.p-cmt-chart__box h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .p-cmt-chart__box h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__box h3 {
    font-size: 2.4rem;
  }
}

.p-cmt-chart__box h3 span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Jost-Regular", "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 1300px) {
  .p-cmt-chart__box h3 span {
    font-size: 2rem;
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__box h3 span {
    width: 45px;
    height: 45px;
  }
}

.p-cmt-chart__box p {
  line-height: 1.67;
}

@media screen and (max-width: 1300px) {
  .p-cmt-chart__box p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-chart__content {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .p-cmt-chart__content--06 {
    transform: translateY(200px);
  }
}

.p-cmt-chart__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(16, 8, 0, 0.95);
  top: 0;
  left: 0;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .p-cmt-chart__bg {
    display: none;
  }
}

.p-cmt-chart__btn {
  display: flex;
  align-items: center;
  padding: 15px 25px 16px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.p-cmt-chart__btn img {
  margin-top: 1px;
  margin-right: 20px;
}

.p-cmt-chart__num--01::before {
  content: "1";
}

.p-cmt-chart__num--02::before {
  content: "2";
}

.p-cmt-chart__num--03::before {
  content: "3";
}

.p-cmt-chart__num--04::before {
  content: "4";
}

.p-cmt-chart__num--05::before {
  content: "5";
}

.p-cmt-chart__num--06::before {
  content: "6";
}

.p-cmt-chart__num--07::before {
  content: "7";
}

@media screen and (min-width: 1200px) {
  .p-cmt-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.p-cmt-img__inner {
  position: relative;
  width: 580px;
}

@media screen and (min-width: 1200px) {
  .p-cmt-img__inner {
    height: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__inner {
    width: 100%;
    position: relative;
  }

  .p-cmt-img__inner::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
}

.p-cmt-img__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-cmt-img__icon {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__icon img {
    width: 20px;
    height: 20px;
  }
}

.p-cmt-img__icon--01 {
  top: 30px;
  left: 220px;
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--01 {
    top: 19px;
    left: 146px;
  }
}

.p-cmt-img__icon--02 {
  top: 280px;
  left: 420px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__icon--02 {
    top: 335px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--02 {
    top: 175px;
    left: 230px;
  }
}

.p-cmt-img__icon--03 {
  top: 300px;
  left: 170px;
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--03 {
    top: 190px;
    left: 90px;
  }
}

.p-cmt-img__icon--04 {
  top: 410px;
  left: 360px;
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--04 {
    top: 250px;
    left: 190px;
  }
}

.p-cmt-img__icon--05 {
  top: 200px;
  left: 300px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__icon--05 {
    top: 240px;
    left: 250px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--05 {
    top: 130px;
    left: 143px;
  }
}

.p-cmt-img__icon--06 {
  top: 290px;
  left: 337px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__icon--06 {
    top: 332px;
    left: 347px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--06 {
    top: 180px;
    left: 187px;
  }
}

.p-cmt-img__icon--07 {
  top: 440px;
  left: 230px;
}

@media screen and (max-width: 680px) {
  .p-cmt-img__icon--07 {
    top: 280px;
    left: 80px;
  }
}

.p-cmt-img__border {
  width: 100px;
  height: 2px;
  border-bottom: 3px dashed #fff;
  position: absolute;
  z-index: 1;
}

.p-cmt-img__border--01 {
  top: 28px;
  right: 367px;
  transform: rotate(7deg);
  width: 190px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--01 {
    top: -8px;
    right: 349px;
    transform: rotate(31deg);
    width: 156px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--01 {
    top: -13px;
    right: 158px;
    transform: rotate(42deg);
    width: 104px;
  }
}

.p-cmt-img__border--02 {
  top: 214px;
  left: 416px;
  transform: rotate(-50deg);
  width: 178px;
}

@media screen and (max-width: 1300px) {
  .p-cmt-img__border--02 {
    width: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--02 {
    top: 142px;
    left: 274px;
    transform: rotate(-80deg);
    width: 387px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--02 {
    top: 61px;
    left: 139px;
    transform: rotate(-85deg);
    width: 223px;
  }
}

.p-cmt-img__border--03 {
  top: 345px;
  right: 410px;
  transform: rotate(-20deg);
  width: 154px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--03 {
    top: 475px;
    right: 292px;
    transform: rotate(-72deg);
    width: 325px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--03 {
    top: 289px;
    right: 166px;
    transform: rotate(-73deg);
    width: 165px;
  }
}

.p-cmt-img__border--04 {
  top: 443px;
  left: 394px;
  transform: rotate(10deg);
  width: 160px;
}

@media screen and (max-width: 1300px) {
  .p-cmt-img__border--04 {
    width: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--04 {
    top: 529px;
    left: 314px;
    transform: rotate(64deg);
    width: 220px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--04 {
    width: 110px;
    top: 319px;
    left: 175px;
  }
}

.p-cmt-img__border--05 {
  top: 136px;
  left: 1px;
  transform: rotate(26deg);
  width: 317px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--05 {
    top: 96px;
    left: -3px;
    transform: rotate(59deg);
    width: 338px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--05 {
    width: 191px;
    top: 39px;
    left: 16px;
    transform: rotate(67deg);
  }
}

.p-cmt-img__border--06 {
  top: 290px;
  left: 369px;
  transform: rotate(-6deg);
  width: 194px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--06 {
    top: 140px;
    left: 225px;
    transform: rotate(108deg);
    width: 398px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--06 {
    width: 234px;
    top: 65px;
    left: 106px;
    transform: rotate(102deg);
  }
}

.p-cmt-img__border--07 {
  top: 432px;
  right: 349px;
  transform: rotate(10deg);
  width: 216px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-img__border--07 {
    top: 541px;
    right: 310px;
    transform: rotate(132deg);
    width: 229px;
  }
}

@media screen and (max-width: 680px) {
  .p-cmt-img__border--07 {
    width: 68px;
    right: 206px;
    top: 333px;
    transform: rotate(102deg);
  }
}

.p-cmt-meeting {
  position: relative;
  z-index: 1;
}

.p-cmt-meeting__inner {
  padding-top: 150px;
  padding-bottom: 190px;
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-cmt-meeting__inner {
    padding-top: 100px;
  }
}

.p-cmt-meeting .c-ttl01 {
  margin-bottom: 90px;
}

.p-cmt-meeting__txt {
  text-align: center;
  color: #f8f7f7;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .p-cmt-meeting__txt {
    margin-top: 25px;
  }
}

.p-cmt-share {
  position: relative;
  z-index: 1;
  padding-bottom: 195px;
}

@media screen and (max-width: 768px) {
  .p-cmt-share {
    padding-bottom: 120px;
  }
}

.p-cmt-share .c-ttl01 {
  margin-bottom: 95px;
}

.p-cmt-share__inner {
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 35px;
}

@media screen and (max-width: 960px) {
  .p-cmt-share__inner {
    padding: 0;
  }
}

.p-cmt-share__wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 960px) {
  .p-cmt-share__wrap {
    flex-direction: column-reverse;
  }
}

.p-cmt-share__wrap:not(:last-of-type) {
  margin-bottom: 115px;
}

@media screen and (max-width: 960px) {
  .p-cmt-share__wrap:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-share__wrap:last-of-type .p-cmt-share__box--2column img {
    grid-column: 2;
  }
}

.p-cmt-share__box {
  color: #f8f7f7;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.p-cmt-share__box img {
  border-radius: 20px;
  margin-bottom: 25px;
}

.p-cmt-share__box h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-cmt-share__box h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.p-cmt-share__box p {
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-cmt-share__box p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-share__box--2column {
    display: grid;
    grid-template-rows: 1fr auto auto 1fr;
    column-gap: 40px;
  }

  .p-cmt-share__box--2column img {
    grid-row: 1/5;
  }

  .p-cmt-share__box--2column h3 {
    grid-row: 2;
  }

  .p-cmt-share__box--2column p {
    grid-row: 3;
  }
}

.p-cmt-book {
  position: relative;
  z-index: 1;
  background-image: url(./../img/bg-cmt_book.jpg);
  background-size: cover;
  color: #f8f7f7;
}

.p-cmt-book::before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.8) 0%, rgba(75, 40, 3, 0.78) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-cmt-book__inner {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  text-align: center;
  padding-bottom: 220px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-cmt-book__inner {
    padding-top: 120px;
  }
}

.p-cmt-book .c-ttl01 {
  margin-bottom: 47px;
}

.p-cmt-book__txt {
  margin-top: 95px;
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-cmt-book__txt {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.p-cmt-modal__item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(16, 8, 0, 0.95);
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
}

.p-cmt-modal__content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f7f7;
}

.p-cmt-relax__inner {
  position: relative;
  padding: 170px 0 190px;
}

@media screen and (max-width: 960px) {
  .p-cmt-relax__inner {
    padding: 100px 0 120px;
  }
}

.p-cmt-relax__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cmt-relax__wrap {
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  .p-cmt-relax__wrap {
    flex-direction: column;
    gap: 50px;
    padding-right: 0;
  }
}

.p-cmt-relax__img {
  position: relative;
  z-index: 1;
  text-align: right;
}

.p-cmt-relax__img img {
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .p-cmt-relax__img img {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .p-cmt-relax__img img:first-of-type {
    margin-right: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-relax__img img:first-of-type {
    margin-bottom: 50px;
  }
}

.p-cmt-relax__txt {
  position: relative;
  z-index: 1;
  color: #f8f7f7;
  flex-shrink: 0;
}

.p-cmt-relax__txt h2 {
  font-size: 9.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "HerrVonMuellerhoff-Regular", serif;
  text-transform: capitalize;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-cmt-relax__txt h2 {
    font-size: 8.4rem;
  }
}

.p-cmt-relax__txt span {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 50px;
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .p-cmt-relax__txt span {
    display: block;
    margin-left: 0;
  }
}

.p-cmt-relax__txt p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-cmt-ca {
  background-image: url(./../img/bg-news.png);
  background-repeat: repeat;
}

.p-cmt-ca img {
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
}

.p-cmt-ca__inner {
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding: 195px 0;
}

@media screen and (max-width: 1199px) {
  .p-cmt-ca__inner {
    padding: 150px 0;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-ca__inner {
    padding: 120px 0;
  }
}

.p-cmt-ca h2 {
  font-size: 9.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "HerrVonMuellerhoff-Regular", serif;
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .p-cmt-ca h2 {
    font-size: 8.4rem;
  }
}

.p-cmt-ca h2 span {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 50px;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .p-cmt-ca h2 span {
    display: block;
    margin-left: 0;
  }
}

.p-cmt-ca p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-cmt-community {
  margin-bottom: 185px;
  display: grid;
  grid-template-columns: auto 1fr 520px;
}

@media screen and (min-width: 1200px) {
  .p-cmt-community {
    grid-template-rows: 1fr auto auto 1fr;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-community {
    grid-template-columns: 1fr;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-community {
    margin-bottom: 100px;
  }
}

.p-cmt-community__img {
  grid-column: 1;
  grid-row: 1/5;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community__img {
    grid-row: 2;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-community__img {
    gap: 50px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.p-cmt-community__img img {
  display: block;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community__img img {
    display: inline-block;
  }
}

.p-cmt-community__img img:first-of-type {
  margin-left: 27px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community__img img:first-of-type {
    margin-left: 0;
    margin-bottom: 50px;
    width: 280px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-community__img img:first-of-type {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.p-cmt-community__img img:last-of-type {
  margin-left: 240px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community__img img:last-of-type {
    margin-left: 40px;
  }
}

.p-cmt-community h2 {
  grid-column: 3;
  grid-row: 2;
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community h2 {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .p-cmt-community h2 {
    text-align: center;
  }
}

.p-cmt-community__txt {
  grid-column: 3;
  grid-row: 3;
  padding: 0 15px 0 10px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-community__txt {
    grid-column: 1;
    grid-row: 3;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-community__txt {
    font-size: 1.4rem;
  }
}

.p-cmt-community__txt a {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p-cmt-community__txt a {
    text-align: left;
  }
}

.p-cmt-community__txt a:focus {
  text-decoration: underline;
}

@-moz-document url-prefix() {
  .p-cmt-community__txt a:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-cmt-community__txt a:hover {
    text-decoration: underline;
  }
}

.p-cmt-art {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 40px;
}

@media screen and (min-width: 961px) {
  .p-cmt-art {
    grid-template-rows: 1fr auto auto 1fr;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-art {
    grid-template-columns: 1fr;
  }
}

.p-cmt-art__img {
  grid-column: 3;
  grid-row: 1/5;
}

@media screen and (max-width: 960px) {
  .p-cmt-art__img {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-art__img img {
    width: 100%;
  }
}

.p-cmt-art h2 {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .p-cmt-art h2 {
    text-align: center;
    grid-row: 1;
    margin-bottom: 50px;
    line-height: 1;
  }
}

.p-cmt-art h2 span {
  margin-left: 70px;
}

@media screen and (max-width: 1199px) {
  .p-cmt-art h2 span {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  .p-cmt-art h2 span {
    display: block;
    margin-left: 0;
  }
}

.p-cmt-art__txt {
  grid-column: 1;
  grid-row: 3;
}

@media screen and (max-width: 960px) {
  .p-cmt-art__txt p {
    font-size: 1.4rem;
  }
}

.p-cmt-art__txt p:last-of-type {
  margin-top: 25px;
}

.p-cmt-art__txt img {
  border-radius: 0;
  transition: opacity 0.3s ease;
}

.p-cmt-art__txt img:focus {
  opacity: 0.7;
}

@-moz-document url-prefix() {
  .p-cmt-art__txt img:hover {
    opacity: 0.7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-cmt-art__txt img:hover {
    opacity: 0.7;
  }
}

.p-cmt-art__txt span,
.p-cmt-art__txt a {
  display: inline-flex;
  align-items: center;
}

.p-cmt-other {
  position: relative;
  color: #f8f7f7;
}

.p-cmt-other__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.p-cmt-other__inner {
  max-width: 1150px;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 190px 0 160px;
}

@media screen and (max-width: 1024px) {
  .p-cmt-other__inner {
    padding: 120px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-cmt-other__inner {
    padding: 100px 0 75px;
  }
}

.p-cmt-other__wrap {
  display: flex;
  justify-content: space-between;
}

.p-cmt-other__wrap:not(:last-of-type) {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .p-cmt-other__wrap:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .p-cmt-other__wrap {
    flex-direction: column;
    gap: 50px;
  }
}

.p-cmt-other__ttl {
  font-size: 9.4rem;
  line-height: 1.5;
  font-family: "HerrVonMuellerhoff-Regular", serif;
}

@media screen and (max-width: 768px) {
  .p-cmt-other__ttl {
    font-size: 8.4rem;
  }
}

@media screen and (max-width: 599px) {
  .p-cmt-other__ttl--01 {
    font-size: 6.7rem;
  }
}

.p-cmt-other__txt {
  font-family: "SourceHanSansJP-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .p-cmt-other__txt {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-cmt-other__txt {
    font-size: 1.6rem;
  }
}

.p-cmt-other__box {
  text-align: center;
}

.p-cmt-other__desc {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-cmt-other__desc {
    font-size: 1.4rem;
  }
}

.p-cmt-other__img {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .p-cmt-other__img {
    margin-bottom: 25px;
  }
}

.p-cmt-other__img img {
  border-radius: 20px;
  box-shadow: 0 3px 56px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 500px) {
  .u-xs-sp {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .u-xs-pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-sm-sp {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-sm-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-md-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .u-lg-sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .u-lg-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-xl-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .u-xxl-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1440px) {
  .u-xxl-pc {
    display: none !important;
  }
}

.u-dib {
  display: inline-block;
}

.u-anchor {
  padding-top: 130px;
  margin-top: -130px;
}

@media screen and (max-width: 768px) {
  .u-anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*# sourceMappingURL=style.css.map */