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

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 11.5px;
  overflow: hidden;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  font-family: "eb-garamond", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 13px;
  }
}

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

picture {
  display: block;
  line-height: 0;
}

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

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

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

.pc_header {
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  font-family: "freight-display-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  width: 100vw;
}
.pc_header.is-show {
  opacity: 1;
  visibility: visible;
}
.pc_header p {
  position: fixed;
  top: 50%;
  white-space: nowrap;
  letter-spacing: 1px;
}
.pc_header p:first-child {
  left: 30px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.pc_header p:last-child {
  right: 30px;
  transform: translate(50%, -50%) rotate(90deg);
}

/* .load
===================================================== */
.fade {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  overflow: hidden;
}

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

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

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

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

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

/* 時間差発火用 */
.delay_500 {
  transition-delay: 0.5s !important;
}

/* 手前の画像（重なりの上に来る側） */
.fade-over {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* 奥の画像（手前の画像の下に隠れた状態から時間差でスライド出現） */
.fade-under {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-20%);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  overflow: hidden;
}

.fade-under.is-show {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fvVeilOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes h1FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fvImageSoftIn {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
main {
  overflow: hidden;
}

.fv {
  position: relative;
  height: 178vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .fv {
    height: 55vw;
  }
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 5;
  pointer-events: none;
  animation: fvVeilOut 1.4s ease-out forwards;
}
.fv-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 1s ease;
  z-index: 0;
}
.fv-image.is-visible {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.fv-image--base img {
  animation: fvImageSoftIn 1s ease-out forwards;
}
.fv h1 {
  font-family: "freight-display-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11.2vw;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  animation: h1FadeIn 0.5s ease 1s forwards;
  line-height: 1;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .fv h1 {
    font-size: 4.7222222222vw;
    top: 46vw;
  }
}
.fv h1 span {
  font-size: 3.6vw;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .fv h1 span {
    font-size: 1.3194444444vw;
  }
}
.fv picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lead {
  margin: 95px auto;
  width: 77.8093333333vw;
}
@media screen and (min-width: 1025px) {
  .lead {
    width: 50.0125vw;
    margin: 180px auto 250px;
  }
}

.credit {
  margin: 10px auto !important;
}
.credit .price {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
}
.credit .brand_name {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: italic;
}
.credit .note {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}
.credit .no-link .price {
  text-decoration: none;
}

.mt_10 {
  margin: 10px auto !important;
}
@media screen and (min-width: 1025px) {
  .mt_10 {
    margin: 0 !important;
  }
}

.w_500 {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .w_500 {
    width: 18.75vw;
    margin: 0;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media screen and (min-width: 1025px) {
  .mt_150 {
    margin-top: 230px;
  }
}

.ml_30 {
  margin-left: 15px !important;
}
@media screen and (min-width: 1025px) {
  .ml_30 {
    margin-left: 0px !important;
  }
}

.ml_57 {
  margin-left: 7.6vw !important;
}
@media screen and (min-width: 1025px) {
  .ml_57 {
    margin-left: 0px !important;
  }
}

.w_636 {
  width: 84.8vw;
}
@media screen and (min-width: 1025px) {
  .w_636 {
    width: 41.6666666667vw;
  }
}

.w_523 {
  width: 69.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .w_523 {
    width: 31.25vw;
  }
}

.w_400 {
  width: 53.3333333333vw;
}

@media screen and (max-width: 1024px) {
  .m_165 {
    margin: 165px 15px 25px auto;
  }
}

.flex {
  display: flex;
}
.flex div {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .flex div {
    width: 26.0416666667vw;
  }
}

.mt_117 {
  margin-top: 117px;
}
@media screen and (min-width: 1025px) {
  .mt_117 {
    margin-top: 150px;
  }
}

.w_525 {
  width: 70vw;
}
@media screen and (min-width: 1025px) {
  .w_525 {
    width: 36.4583333333vw;
  }
}

.w_600 {
  width: 80vw;
  margin: 145px auto 0;
}
@media screen and (min-width: 1025px) {
  .w_600 {
    width: 41.6666666667vw;
    margin: 230px auto 0;
  }
}

.w_600_2 {
  width: 80vw;
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .w_600_2 {
    width: 41.6666666667vw;
    margin-left: auto;
  }
}

.w_600_3 {
  width: 80vw;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .m_115 {
    margin: 115px auto 25px 15px;
  }
}

.ml_197 {
  margin-left: 26.2666666667vw !important;
}

.w_690 {
  width: 92vw;
  margin: 155px auto 0;
}
@media screen and (min-width: 1025px) {
  .w_690 {
    width: 41.6666666667vw;
    margin: 300px auto 0;
  }
}

.w_540 {
  width: 72vw;
}
@media screen and (min-width: 1025px) {
  .w_540 {
    width: 23.4027777778vw;
  }
}

.mt_75 {
  margin-top: 75px;
}

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

.ml_auto {
  margin-left: auto !important;
}

.ml_auto2 {
  margin: 10px 0 0 auto !important;
}

.w_624 {
  width: 83.2vw;
  margin: 100px auto 0;
}
@media screen and (min-width: 1025px) {
  .w_624 {
    width: 75vw;
    margin: 230px auto 0;
  }
}

footer {
  text-align: center;
}
footer .sta_credit {
  margin: 225px auto;
  font-size: 3.0666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  footer .sta_credit {
    font-size: 0.9027777778vw;
    margin: 300px auto;
  }
}
footer .footer_btn a {
  width: 61.3333333333vw;
  display: block;
  margin: 0 auto 18px;
}
@media screen and (min-width: 1025px) {
  footer .footer_btn a {
    width: 240px;
  }
}
footer .insta {
  margin: 53.3333333333vw auto 20px;
  width: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  footer .insta {
    margin: 175px auto 23px;
    width: 30px;
  }
}
footer .copyright {
  font-size: 9px;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 110px;
}

@media screen and (min-width: 1025px) {
  .pc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11.1111111111vw;
  }
  .pc_flex .w_500:nth-child(2) {
    width: 31.25vw;
  }
  .pc_flex .mt_75 {
    margin-top: 0;
  }
  .pc_flex2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .pc_flex2 div {
    width: 50%;
  }
  .flex-direction {
    flex-direction: row-reverse;
  }
  .pc_w_600 {
    width: 41.6666666667vw;
  }
  .pc_w_450 {
    padding: 0 9.375vw;
  }
  .pc_w_920 {
    width: 63.8888888889vw;
    margin: 0 auto;
  }
  .a_center {
    align-items: center !important;
  }
  .pc_mt_230 {
    margin-top: 230px;
  }
  .pc_mt_230 .w_400 {
    width: 18.75vw;
  }
  .pc_mt_230 .mt_150 {
    margin-top: 0;
  }
  .pc_mt_230 .w_525 {
    width: 31.25vw;
  }
  .pc_mt_230 .ml_197 {
    margin-left: 0 !important;
  }
  .gap20 {
    gap: 20px;
  }
  .w_auto_pc {
    width: auto;
  }
  .img_25 {
    width: 41.6666666667vw;
    margin: 0;
  }
  .ml_0_pc {
    margin-left: 0 !important;
  }
  .img_27 .mt_100 {
    width: 41.6666666667vw;
  }
  .img_27 .ml_auto {
    margin-left: 0 !important;
  }
  .ml_70_pc {
    margin-left: 70px !important;
  }
  .pc_230_auto {
    margin: 230px auto 0;
  }
}/*# sourceMappingURL=style.css.map */