@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
/* ----関数設定---- */
:root {
  --liquid-xsDesignRatio: calc(410 / 10);
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 410px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-xsDesignRatio));
  }
  html {
    font-size: var(--liquid-htmlroot);
  }
}
/* ----このページだけの上書き設定---- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  color: #7c776e;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.14em;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.inner {
  width: 94%;
  margin: 0 auto;
}

section, .inner {
  position: relative;
}

/* ----------------------------------------------------------------------
レイアウト & コモンパーツ
---------------------------------------------------------------------- */
#sp-content {
  position: absolute;
  max-width: 41rem;
  width: 100%;
  z-index: 99;
  inset: 0 0 auto;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px;
  overflow-x: clip;
  background-color: #f7f4ee;
}

.com-ttl {
  margin-bottom: 2rem;
}
.com-ttl > p {
  height: 3.6rem;
}
.com-ttl > p img {
  height: 100%;
  width: fit-content;
}
.com-ttl > h4 {
  font-size: 1.6rem;
}

/* ふわっ */
.fuwa {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.fuwa.is-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}

/* ----------------------------------------------------------------------
fixバナー
---------------------------------------------------------------------- */
.bnr-area {
  position: fixed;
  max-width: 41rem;
  width: 100%;
  height: 100vh;
  z-index: 999;
  inset: 0 0 auto;
  margin: 0 auto;
  pointer-events: none;
}
.bnr-area .mv-bnr {
  width: 38.3%;
  position: absolute;
  inset: auto -0.5% 0 auto;
  pointer-events: visible;
}

/* ----------------------------------------------------------------------
MV
---------------------------------------------------------------------- */
#mv {
  width: 100%;
  height: 70rem;
  background: url(../img/dress-lp/mv-img01@2x.webp) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 11.6rem;
}
#mv .mv-ttl {
  width: 92%;
  position: absolute;
  inset: 4.7% auto auto 0;
}
#mv .mv-present {
  width: 43%;
  position: absolute;
  inset: 28.6% 5.6% auto auto;
}

/* ----------------------------------------------------------------------
intro
---------------------------------------------------------------------- */
#intro {
  margin-bottom: 18.2rem;
}
#intro .inner {
  width: 84%;
}
#intro .inner > .img-box {
  width: 18.1rem;
  margin-bottom: 1.1rem;
}
#intro .inner > .img-box img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(41%) saturate(5%) hue-rotate(355deg) brightness(99%) contrast(93%);
}
#intro .inner > .txt-box {
  color: #898989;
  margin-bottom: 5.8rem;
}
#intro .inner > .txt-box > h2 {
  font-size: 150%;
  line-height: 1.75;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
#intro .inner > .txt-box > h2 span {
  padding: 0 0.1em;
  border: 1px solid #898989;
}
#intro .inner .slide-box {
  position: relative;
}
#intro .inner .slide-box .dressintro-slide {
  width: 120%;
}
#intro .inner .slide-box .dressintro-slide > * {
  width: 100%;
}
#intro .inner .slide-box .dressintro-slide .dressintro-item {
  width: 14.6rem;
  margin-right: 0.98rem;
}
#intro .inner .slide-box .abs-box {
  font-size: 1rem;
  position: absolute;
  inset: 0 101% auto auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 6.8em;
}
#intro .inner .slide-box .abs-box::before {
  content: "";
  display: block;
  background-color: #898989;
  width: 1px;
  height: 5.5em;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
}
#intro:after {
  content: "";
  display: block;
  width: 152.6%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  inset: 19% auto auto 14%;
}

/* ----------------------------------------------------------------------
slide01
---------------------------------------------------------------------- */
#slide01 .inner {
  height: 200vh;
}
#slide01 .inner .img-box {
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 1rem 0;
}
#slide01 .inner .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------------------------------------
copy
---------------------------------------------------------------------- */
#copy {
  padding: 24rem 0;
}
#copy > h2 {
  font-size: 2.2rem;
  width: fit-content;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ----------------------------------------------------------------------
benefits
---------------------------------------------------------------------- */
#benefits {
  margin-bottom: 7.7rem;
}
#benefits .inner .ttl-box {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2em;
  position: relative;
  width: fit-content;
  margin: 0 auto 1.5em;
}
#benefits .inner .ttl-box span.big {
  font-size: 141.6%;
}
#benefits .inner .ttl-box:before, #benefits .inner .ttl-box:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.4em;
  background-color: #7c776e;
  position: absolute;
  bottom: -0.3em;
}
#benefits .inner .ttl-box:before {
  right: 104%;
  transform: rotate(-15deg);
}
#benefits .inner .ttl-box:after {
  left: 104%;
  transform: rotate(15deg);
}
#benefits .inner .ttl-box .loop-txt {
  z-index: -1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  row-gap: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#benefits .inner .ttl-box .loop-txt p {
  z-index: -1;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  animation: scroll-left 20s linear infinite;
}
#benefits .inner > .txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 0 0.6em;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ----------------------------------------------------------------------
fair
---------------------------------------------------------------------- */
#fair {
  margin-bottom: 16.8rem;
}
#fair .inner {
  padding: 8.1rem 0 31.2rem;
}
#fair .inner .vt-txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: fit-content;
  margin-left: auto;
  height: 27em;
}
#fair .inner .vt-txt > h3 {
  font-size: 2.5rem;
  width: 3.6em;
  white-space: nowrap;
}
#fair .inner .vt-txt > p {
  margin: 9em 1.5em 0 0;
  width: 5.5em;
  white-space: nowrap;
}
#fair .inner .vt-txt > p span {
  writing-mode: horizontal-tb;
  padding-left: 0.2em;
  margin-bottom: -0.2em;
}
#fair .inner .abs-box {
  position: absolute;
}
#fair .inner .abs-box.first {
  width: 55%;
  inset: 0 50% auto auto;
}
#fair .inner .abs-box.second {
  width: 45%;
  inset: 30% 55% auto auto;
}
#fair .inner .abs-box.third {
  width: 54%;
  inset: auto 0 0 auto;
}
#fair .inner:before, #fair .inner:after {
  content: "";
  display: block;
  width: 170%;
  height: 0.5px;
  z-index: -1;
  position: absolute;
  background-color: #cdbdb2;
  left: 50%;
  transform-origin: center;
}
#fair .inner:before {
  top: -23%;
  transform: rotate(-37deg) translateX(-61%);
}
#fair .inner:after {
  bottom: -12%;
  transform: rotate(37deg) translateX(-70%);
}

/* ----------------------------------------------------------------------
slide02
---------------------------------------------------------------------- */
#slide02 {
  margin-bottom: 12.4rem;
}
#slide02 .loop-box {
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#slide02 .loop-box .loop-item {
  width: 269rem;
  animation: scroll-left 40s linear infinite;
}
#slide02 .abs-box {
  position: absolute;
}
#slide02 .abs-box.logo {
  width: 9.4rem;
  inset: 1rem 2rem auto auto;
}
#slide02 .abs-box.logo img {
  max-width: initial;
}
#slide02 .abs-box.txt {
  inset: auto auto 1rem 2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------------------------------
hall
---------------------------------------------------------------------- */
#hall .com-ttl:before {
  content: "";
  display: block;
  width: 170%;
  height: 0.5px;
  z-index: -1;
  position: absolute;
  background-color: #cdbdb2;
  left: 50%;
  transform-origin: center;
  bottom: 610%;
  transform: rotate(-37deg) translateX(-61%);
}
#hall > .img-box {
  display: block;
  margin-bottom: 0.9rem;
}

/* ----------------------------------------------------------------------
form
---------------------------------------------------------------------- */
#reserve {
  margin-top: 6.7rem;
  margin-bottom: 15rem;
}
#reserve .com-ttl:before {
  content: "";
  display: block;
  width: 170%;
  height: 0.5px;
  z-index: -1;
  position: absolute;
  background-color: #cdbdb2;
  left: 50%;
  transform-origin: center;
  top: 13%;
  transform: rotate(37deg) translateX(-70%);
}
#reserve .thanks {
  margin-top: 9em;
}
#reserve .thanks > p {
  margin-bottom: 3em;
}
#reserve .thanks > a {
  display: block;
  padding: 0 1em 0.2em;
  border-bottom: 1px solid #7c776e;
  width: fit-content;
  margin: 0 auto;
}

form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 0;
}
form dl dt, form dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 3rem 0 3rem 2rem;
  line-height: 1.75;
}
form dl dt {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
form dl dt.hissu:after {
  content: "必須";
  background: #ab8b8c;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-left: 1.2rem;
  height: calc(1.75em + 0.4rem);
  margin-top: auto;
  margin-bottom: auto;
}
form dl dt span {
  font-size: 75%;
  padding-top: 0.5em;
}
form dl dd {
  width: 100%;
  padding: 0;
}
form dl dd input[type=text], form dl dd textarea {
  background: rgba(225, 225, 225, 0.53);
  width: 100%;
  max-width: 60rem;
  padding: 1.1em 0.7em;
}
form dl dd .mwform-tel-field input {
  width: 8rem;
}
form dl dd select {
  background: rgba(225, 225, 225, 0.53);
  width: 100%;
  border: none;
  padding: 1.1em 0.7em;
}
form .contact-btn {
  margin-top: 4rem;
}
form .contact-btn input[type=submit] {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: 1.6rem;
  padding: 0.5em 6em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #ab8b8c;
}