@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
サブビジュアル
---------------------------------------------------------------------- */
#sv {
  height: 100vh;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 24.5rem;
}
@media screen and (max-width: 520px) {
  #sv {
    margin-bottom: 15rem;
  }
}
#sv > h1 {
  width: fit-content;
  position: absolute;
  inset: auto 0 1.9em 0;
  margin: 0 auto;
  color: #fff;
  font-size: 4.95rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #sv > h1 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #sv > h1 {
    inset: auto 0 1em 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #sv > h1 {
    inset: auto 0 3.8em 0;
    font-size: 3rem;
  }
}
#sv > h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  min-height: 20em;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.45em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #sv > h3 {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.45em;
    font-weight: 400;
  }
}
#sv .vertical-line {
  width: 2px;
  height: 6.3rem;
  background-color: #fff;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  #sv .vertical-line {
    height: 3rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #sv .vertical-line {
    height: 10rem;
  }
}

/* 各ページの画像設定 */
.restaurant #sv {
  background-image: url(../img/restaurant/restaurant-sv.webp);
}

.photowedding #sv {
  background-image: url(../img/photowedding/photowedding-sv.webp);
}
@media screen and (max-width: 520px) {
  .photowedding #sv {
    background-position: 62%;
  }
}

.sakurazaka #sv {
  background-image: url(../img/sakurazaka/sakurazaka-sv.webp);
}

/* ----------------------------------------------------------------------
サブビジュアル02
---------------------------------------------------------------------- */
#sv02 {
  padding-top: 20rem;
  margin-bottom: 20rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #sv02 {
    font-size: 1.1rem;
    padding-top: 12rem;
    margin-bottom: 12rem;
  }
}
#sv02 .inner {
  border-bottom: 1px solid #313131;
  padding: 0 0.3em 5em;
}
#sv02 .inner .ttl-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 5rem;
}
#sv02 .inner .ttl-wrap .txt-box {
  width: 70%;
}
@media screen and (max-width: 520px) {
  #sv02 .inner .ttl-wrap .txt-box {
    width: 100%;
  }
}
#sv02 .inner .ttl-wrap .txt-box > h3 {
  font-size: 400%;
  line-height: 1.1;
}
#sv02 .inner .ttl-wrap .txt-box > h1 {
  letter-spacing: 0.3em;
}
#sv02 .inner .ttl-wrap .img-box {
  width: 30%;
}
@media screen and (max-width: 520px) {
  #sv02 .inner .ttl-wrap .img-box {
    width: 100%;
  }
}
#sv02 .inner .sub-txt {
  margin-top: 1em;
  font-size: 80%;
}
@media screen and (max-width: 520px) {
  #sv02 .inner .sub-txt {
    margin-top: 2em;
    font-size: 90%;
  }
}

/* ----------------------------------------------------------------------
イントロ
---------------------------------------------------------------------- */
#sub-intro {
  margin-bottom: 37.1rem;
}
@media screen and (max-width: 1024px) {
  #sub-intro {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #sub-intro {
    margin-bottom: 13rem;
  }
}
#sub-intro .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: row-reverse;
  margin-bottom: 30.1rem;
  row-gap: 7rem;
}
@media screen and (max-width: 1024px) {
  #sub-intro .inner {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #sub-intro .inner {
    margin-bottom: 13rem;
  }
}
#sub-intro .inner .img-block {
  width: 36.5%;
  height: 93.7rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sub-intro .inner .img-block {
    width: 41.5%;
    height: 80rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #sub-intro .inner .img-block {
    width: 100%;
    height: 30rem;
  }
}
#sub-intro .inner .img-block .img-box {
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0 0 auto auto;
}
@media screen and (max-width: 520px) {
  #sub-intro .inner .img-block .img-box {
    width: 100vw;
  }
}
#sub-intro .inner .img-block .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sub-intro .inner .txt-box {
  width: 52%;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.3125;
  letter-spacing: 0.3em;
  font-weight: 400;
  padding: 3.8em 0.8em;
}
@media screen and (max-width: 1024px) {
  #sub-intro .inner .txt-box {
    font-size: 1.4rem;
    line-height: 2.3121428571;
    letter-spacing: 0.3em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #sub-intro .inner .txt-box {
    width: 56%;
    padding: 2em 0.8em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #sub-intro .inner .txt-box {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.25em;
  }
}
#sub-intro .inner .txt-box > h3 {
  font-size: 125%;
  line-height: 2.07;
  letter-spacing: 0.3em;
  margin-bottom: 3.1em;
}
#sub-intro .inner .txt-box .abs-txt {
  position: absolute;
  inset: 105.7% 2.2% auto auto;
  font-size: 80%;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 520px) {
  #sub-intro .inner .txt-box .abs-txt {
    inset: 105% 2.2% auto auto;
  }
}
#sub-intro .gallery-box {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
#sub-intro .gallery-box .img-box:nth-child(1) {
  width: 46.35%;
  margin-left: auto;
  margin-bottom: 9.74%;
}
@media screen and (max-width: 520px) {
  #sub-intro .gallery-box .img-box:nth-child(1) {
    width: 60.35%;
  }
}
#sub-intro .gallery-box .img-box:nth-child(2) {
  width: 39.3%;
  margin-left: auto;
  margin-right: 46.3%;
  margin-bottom: 8.1%;
}
@media screen and (max-width: 520px) {
  #sub-intro .gallery-box .img-box:nth-child(2) {
    width: 45%;
  }
}
#sub-intro .gallery-box .img-box:nth-child(3) {
  width: 31.3%;
  margin-right: auto;
  margin-left: 57.7%;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  #sub-intro .gallery-box .img-box:nth-child(3) {
    width: 32%;
  }
}