@charset "UTF-8";
.sitae {
  width: 35%;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0.5;
  margin-top: 7%;
}

/* Googleフォント */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans/noto-sans-v35-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans/noto-sans-v35-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans/noto-sans-v35-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans/noto-sans-v35-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/NotoSerif/noto-serif-v23-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/NotoSerif/noto-serif-v23-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/NotoSerif/noto-serif-v23-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  font-feature-settings: "palt" 1;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  overscroll-behavior: none;
  font-size: clamp(1rem, 1.1rem + 1vw, 2rem);
  background-color: #5e4b3d;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

li {
  list-style-type: none;
}

header {
  position: fixed;
  top: 0;
  right: 0;
}

#bg-1 {
  position: fixed;
  width: 100vw;
  height: 100%;
  background-image: url("../images/bg_default.png");
  background-size: 660px auto;
  background-repeat: repeat;
  background-position: center;
  z-index: -2;
}

.bg-color-main {
  background-color: #5e4b3d;
}

.bg-color-sub {
  background-color: #e6e3db;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-cream {
  background-color: #dad2a4;
}

.bg-color-c {
  background-color: #c9bb93;
}

.bg-color-d {
  background-color: #3c7164;
}

.bg-color-key {
  background-color: #9d8a62;
}

.bg-color-black {
  background-color: #464146;
}

.bg-color-stan {
  background-color: #eae9ec;
}

.side-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s ease;
}

.left-bg,
.right-bg {
  width: calc((100% - 520px) / 2);
  background-image: url("../images/bg_default.png");
}

.left-bg {
  left: 0;
  background-position: right;
  z-index: 1;
}

.right-bg {
  right: 0;
  background-position: left;
  z-index: 1;
}

#content {
  width: 520px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
}

.top-wrap {
  width: 520px;
  height: 100vh;
  position: fixed;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.top-wrap .member-login {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 1.2em 0;
  font-size: 85%;
  font-weight: 500;
  background-color: #35261d;
  pointer-events: all;
  transition: transform 0.4s ease;
  transform: translateY(0);
}
.top-wrap .member-login.hide {
  transform: translateY(100%);
}

.decoration-1 {
  width: 55.5%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
}

.top-logo {
  width: 20%;
  position: absolute;
  top: 1.2em;
  left: 1.6em;
}

/* ハンバーガーメニュー */
.hamburger,
.mobile-menu-wrap {
  display: none;
}

section {
  text-align: center;
  opacity: 1;
  transition: opacity 1s ease, transform 0.5s ease;
  margin-top: -1px;
}
section.sec2fade, section.sec3fade {
  opacity: 0;
  transform: translateY(12%);
}
section.sec2fade.visible, section.sec3fade.visible {
  opacity: 1;
  transform: translateY(0);
}

#sec2-wrap {
  background-color: rgba(0, 0, 0, 0.1);
}

#sec3-wrap {
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  z-index: -1;
}

.posi-z {
  z-index: 1;
}

#white-wrap {
  background-color: #ffffff;
}

h1 {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  font-size: 260%;
}

.h1-warp {
  padding: 24% 0 12%;
  background-color: rgba(0, 0, 0, 0.1);
}

.head-rubi {
  font-size: 95%;
  margin-top: 0.8em;
  color: #ffffff;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 210%;
  color: #5e4b3d;
}

h3 {
  margin-bottom: 1em;
  color: #5e4b3d;
  font-size: 90%;
}

.t-border {
  border-top: 2px solid #5e4b3d;
}

.b-border {
  border-bottom: 1px solid #5e4b3d;
  padding-bottom: 3%;
  margin: 0 19% 1%;
}

.w-border {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3%;
  margin: 0 19% 1%;
}

.text-color-w {
  color: #ffffff;
}

.bota-img-box-1 {
  margin: 0 8%;
  position: relative;
}

.bota-img-box-2 {
  width: 100%;
  margin-top: 8%;
}

.bota-img-box-3 {
  width: 100%;
  margin: 14% 0;
  padding: 0 8%;
}

.bota-text-box-1 {
  margin-top: 2%;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9em;
}

.text-w-color {
  color: #ffffff;
}

/* 装飾 */
.bota-pattern-wrap {
  position: relative;
  mix-blend-mode: color-burn;
  z-index: 1;
}

.bota-pattern {
  position: fixed;
  transform-origin: center;
  transition: transform 0.1s ease-out;
  mix-blend-mode: color-burn;
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}

.pattern-tl {
  top: -7.3em;
  left: -7.3em;
  transform-origin: left top;
  width: 23.5em;
}

.pattern-tr {
  top: -3.7em;
  right: -6.6em;
  transform-origin: right top;
  width: 21em;
}

.pattern-bl {
  bottom: -7.3em;
  left: -3.2em;
  transform-origin: left bottom;
  width: 20em;
}

.pattern-bc {
  bottom: -13.5em;
  left: calc(-180px + 50%);
  transform-origin: center bottom;
  width: 52em;
}

/* フッター */
footer {
  color: #ffffff;
  padding: 9% 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.footer-logo {
  width: 19%;
  margin: 0 auto;
}

.contact-us {
  text-align: center;
  font-size: 90%;
  margin: 3% 18%;
  padding: 2% 0 3%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.contact-us span {
  display: block;
  font-size: 165%;
}

.footer-menu {
  display: flex;
  margin: 0% 18% 3%;
  text-align: left;
  font-size: 90%;
}
.footer-menu ul {
  width: 50%;
}
.footer-menu li {
  margin: 0.4em 0;
}
.footer-menu li a {
  display: block;
  padding: 0.2em 0;
}

.footer-box {
  display: flex;
  align-items: end;
  margin: 0% 18%;
}

.footer-sns {
  width: 50%;
  display: flex;
}
.footer-sns a {
  width: 18%;
  margin-right: 1em;
}

.privacy-policy {
  width: 50%;
  font-size: 70%;
  text-align: left;
}

.age-restriction {
  text-align: center;
  margin: 2em 0 0.5em;
}
.age-restriction img {
  width: 11%;
}
.age-restriction p {
  font-size: 60%;
  line-height: 1.5em;
  color: #ffffff;
}

.copy {
  font-size: 80%;
  text-align: center;
}

/* テキストアニメーション */
.animated-text {
  visibility: hidden;
}
.animated-text.emphasize-first .char.first-char {
  margin-right: 0.1em;
  font-size: 160%;
}

.animated-text[data-animated=true] {
  visibility: visible;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateX(5px);
  animation: fadeInLeft 0.6s ease forwards;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 画像ズーム */
.zoom-img {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.zoom-img.zoom-in {
  transform: scale(1);
  opacity: 1;
}

.fademove {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.fademove.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ページトップへ戻る */
.page-top {
  position: fixed;
  right: 0.8em;
  bottom: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: none;
  background: none;
  z-index: 999;
  transition: opacity 0.3s, visibility 0.3s;
  mix-blend-mode: exclusion;
}
.page-top p {
  position: relative;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  height: 9em;
  margin: 0;
  letter-spacing: 0.2em;
  text-align: right;
  color: #e6e3db;
}
.page-top p::before {
  content: "";
  position: absolute;
  top: -4em;
  left: 0.8em;
  width: 1px;
  height: 1em;
  background: #e6e3db;
  transform: skewX(-150deg);
}
.page-top p::after {
  content: "";
  position: absolute;
  top: -4em;
  left: 0.5em;
  width: 1px;
  height: 6em;
  background: #e6e3db;
}

/* ページ内リンク位置調節 */
#service,
#standard,
#standardplus,
#deluxe,
#deluxecomfort,
#vip {
  scroll-margin-top: 40px;
}

/* スペース調節 */
.plus-p-t {
  padding-top: 15% !important;
}

.plus-p-b {
  padding-bottom: 15% !important;
}

.plus-p-tb {
  padding: 15% 0 12% !important;
}

.plus-m-t {
  margin-top: 8% !important;
}

.vacant {
  padding-top: 40%;
  background-color: #ffffff;
}/*# sourceMappingURL=common.css.map */