@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 3.0666666667vw;
  transition: all 1.6s ease 0s;
  background-color: #F8F8F8;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

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

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

.fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 初期位置 */
.fade-up {
  transform: translateY(20px);
}

.fade-left {
  transform: translateX(-20px);
}

.fade-right {
  transform: translateX(20px);
}

/* その場フェードはtransformなしでもOK */
.fade-in {
  transform: none;
}

/* 表示状態 */
.fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

#page-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 3%;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 7.6vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

.fv {
  position: relative;
  font-family: "ivyora-display", serif;
  font-weight: 500;
  font-style: normal;
}
.fv h1 {
  text-align: center;
  font-size: 16vw;
  color: #fff;
  position: absolute;
  top: 140vw;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.1;
  letter-spacing: -0.2px;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fv h1.on {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    font-size: 6.19375vw;
    top: 24vw;
    left: 76%;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3294117647));
  }
}
.fv h1 span {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .fv h1 span {
    font-size: 1.7361111111vw;
  }
}
.fv h1 img {
  width: 34.4vw;
  margin: 4vw auto;
}
@media screen and (min-width: 769px) {
  .fv h1 img {
    width: 13.2638888889vw;
    margin: 2vw auto 0;
  }
}
.fv picture {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fv picture.on {
  opacity: 1;
}
.fv picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main {
    max-width: 825px;
    margin: 0 auto;
  }
}

.flex {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .flex {
    gap: 20px;
  }
}

.credit {
  margin-top: 10px;
}
.credit li span {
  text-decoration: underline;
  margin-left: 0.5em;
}
.credit .note {
  margin-left: 3px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .credit .note {
    font-size: 0.8333333333vw;
  }
}
.credit .brand {
  margin-left: 3px;
  text-decoration: none;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .credit .brand {
    font-size: 0.8333333333vw;
  }
}
.credit .no-link {
  text-decoration: none;
  margin-left: 0;
}
.credit .no-link .note, .credit .no-link .price {
  text-decoration: none;
}

.b_lounge {
  font-size: 2.6666666667vw;
  margin-top: 5px;
  margin-right: -1.4vw;
}
@media screen and (min-width: 769px) {
  .b_lounge {
    font-size: 0.8333333333vw;
    margin-right: -0.4vw;
  }
}

.b_lounge_left {
  margin-left: -1.4vw;
}
@media screen and (min-width: 769px) {
  .b_lounge_left {
    margin-left: -0.4vw;
  }
}

.cre_right {
  text-align: right;
}

.mt_120 {
  margin-top: 120px;
}
@media screen and (min-width: 769px) {
  .mt_120 {
    margin-top: 170px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .mt_100 {
    margin-top: 150px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .mt_35 {
    margin-top: 100px;
  }
}

.mt_15 {
  margin-top: 15px;
}

.ml_20 {
  margin-left: 20%;
}

.ml_25 {
  margin-left: 25%;
}

.ml_5 {
  margin-left: 5%;
}
@media screen and (min-width: 769px) {
  .ml_5 {
    margin-left: 0;
  }
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mr_5 {
  margin-right: 5%;
}
@media screen and (min-width: 769px) {
  .mr_5 {
    margin-right: 0;
  }
}

.w_75 {
  width: 75%;
}

.w_37 {
  width: 37%;
}

.w_40 {
  width: 40%;
}

.w_45 {
  width: 45%;
}

.w_55 {
  width: 55%;
}

.w_50 {
  width: 50%;
}

.w_60 {
  width: 60%;
}

.w_65 {
  width: 65%;
}

.w_95 {
  width: 95%;
}

.img_5 {
  width: 60%;
  margin-bottom: -50%;
}

.img_6 {
  width: 47%;
  margin-left: auto;
}

.img_11 {
  margin-bottom: -36%;
  margin-left: 5%;
}

.flex-start {
  align-items: flex-start;
}

.center {
  align-items: center;
}

footer {
  margin-top: 150px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  footer {
    margin-top: 330px;
    margin-bottom: 50px;
  }
}

.sta_cre {
  text-align: center;
}

.copyright {
  text-align: center;
  font-size: 9px;
}

.f_logo {
  width: 40vw;
  margin: 150px auto 20px;
}
@media screen and (min-width: 769px) {
  .f_logo {
    width: 13.8888888889vw;
    margin: 230px auto 20px;
  }
}

.header {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.header.on {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .pc_w_55 {
    width: 55%;
  }
  .img_2 {
    justify-content: end;
    margin-top: -240px;
  }
  .img_2 .w_50 {
    width: 43%;
  }
  .img_3 {
    margin-left: auto;
    width: 70%;
  }
  .header {
    top: 40px;
    left: 40px;
    bottom: 0px !important;
    right: 0px !important;
    pointer-events: none;
  }
  .header img {
    width: 160px !important;
  }
}
.nowrap {
  white-space: nowrap;
}

.profile {
  width: 80%;
  margin: 200px auto 150px;
  border: 1px solid;
  padding: 30px 30px;
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .profile {
    width: 600px;
    margin: 200px auto 150px;
    border: 1px solid;
    padding: 50px 50px;
    font-size: 13px;
  }
}
.profile span {
  display: block;
  margin-bottom: -5px;
  font-size: 15px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */