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

body {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-size: 12px;
  overflow-x: hidden;
  transition: all 1.6s ease 0s;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  transition: background-color 0.5s ease;
}

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;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  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;
}

/* ローディング
===================================================== */
.image-sequence-container {
  position: relative;
  width: 51.7333333333vw;
  height: 84vw;
  margin: auto;
  top: 20svh;
}
@media screen and (min-width: 769px) {
  .image-sequence-container {
    width: 18.75vw;
    height: 23.6111111111vw;
    top: 13.8888888889vw;
  }
}
.image-sequence-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}

.fv, .second {
  height: 100svh;
  position: relative;
  z-index: 0;
}
.fv h1, .second h1 {
  position: fixed;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .fv .pc_h1, .second .pc_h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fv .pc_title, .second .pc_title {
    display: flex;
    justify-content: space-between;
    width: 75vw;
    margin-left: 6vw;
  }
  .fv .sub_1, .second .sub_1 {
    position: absolute;
    top: -4vw;
    left: 1vw;
    width: 3.5vw;
  }
  .fv .sub_2, .second .sub_2 {
    position: absolute;
    bottom: -4vw;
    right: 1vw;
    width: 9vw;
  }
}
.fv .s_img, .second .s_img {
  position: relative;
  width: 100%;
  height: 90vh;
  top: 0;
}
@media screen and (min-width: 769px) {
  .fv .s_img, .second .s_img {
    width: 33.3333333333vw;
    height: 42.0833333333vw;
    top: 13vh;
    margin: auto;
    top: 20svh;
  }
}
.fv .s_img img, .second .s_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    position: absolute;
    top: 100svh;
    z-index: 10;
    background-color: #fff;
    transition: background-color 0.5s ease;
  }
}
.container .item_box {
  margin: 170px auto;
}
@media screen and (min-width: 769px) {
  .container .item_box {
    width: 40%;
    margin: 233px auto;
  }
}
.container .is-sticky-container {
  margin: 233px auto 100vh;
}

.w_80 {
  width: 80%;
  margin: 0 auto;
}

.img_2 {
  margin: 80px auto;
}
@media screen and (min-width: 769px) {
  .img_2 {
    margin: 130px auto;
  }
}

.fixed {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  opacity: 0;
  pointer-events: none;
  color: #000;
  transition: color 0.5s ease;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .fixed .header {
    width: 100%;
  }
}
.fixed .header {
  top: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fixed .header {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .fixed .header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fixed .header img {
    height: 13vh;
    margin: 0 auto;
  }
}
.fixed .header .title-white {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .fixed .header .pc_header {
    display: flex;
    width: 95vw;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: -0.2vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.fixed .credit {
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fixed .credit {
    bottom: 0;
    position: absolute;
    height: 50vh;
    display: flex;
    transition: opacity 0.5s ease;
  }
  .fixed .credit.is-hidden {
    opacity: 0;
  }
  .fixed .credit {
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 1.5vw 1.5vw;
  }
}
.fixed .credit p {
  font-size: 11px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  background-color: transparent;
  width: fit-content;
  line-height: 1;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .fixed .credit p {
    font-size: 0.9027777778vw;
    display: flex;
    align-items: center;
  }
}
.fixed .credit p span {
  font-size: 20px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 769px) {
  .fixed .credit p span {
    font-size: 1.8055555556vw;
  }
}
.fixed .credit ul {
  background: transparent;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .fixed .credit ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 20px;
  }
}
@media screen and (min-width: 769px) {
  .fixed .credit ul {
    font-size: 1.0416666667vw;
  }
}
.fixed .credit ul li {
  display: inline;
}
@media screen and (min-width: 769px) {
  .fixed .credit ul li {
    display: block;
  }
}
.fixed .credit ul .price {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 5px;
}
.fixed .credit ul .brand_name {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .fixed .credit ul .brand_name {
    font-size: 0.9722222222vw;
  }
}
.fixed .credit ul .buy_btn {
  text-decoration: underline;
}
.fixed .pc_right_text {
  font-size: 1.1111111111vw;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translate(0%, -50%);
}
.fixed .pagetop {
  position: absolute;
  bottom: 1.5vw;
  right: 1.5vw;
  width: 3.2638888889vw;
}
.fixed .pagetop img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fixed .pagetop .title-white {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .wrapper_pc02 {
    margin-top: 0;
  }
}

.l-scroll_img_wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-scroll_img_wrapper {
    height: 300vw;
  }
}
@media screen and (min-width: 769px) {
  .l-scroll_img_wrapper {
    height: 100vw;
  }
}

.l-scroll_img_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79.2vw;
  height: 119.7333333333vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .l-scroll_img_wrapper img {
    width: 27.7777777778vw;
    height: 36.9047638889vw;
  }
}

.l-scroll_img_item {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .l-scroll_img_item {
    height: 100vh;
  }
}

.l-scroll_end {
  margin-bottom: 10rem;
}

@media screen and (min-width: 769px) {
  .st_box {
    margin-top: 21vw;
  }
  .st_box .pc_sticky {
    position: sticky;
    top: -15vh;
  }
}

/* Simple CSS Slider
===================================================== */
.simple-slider {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1000/1200;
}

.simple-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: simple-fade 4s infinite;
}
.simple-slider__item:nth-child(2) {
  animation-delay: 2s;
}

@keyframes simple-fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.img_5 {
  margin: 290px auto 20px 6%;
  width: 65%;
}

.img_6 {
  margin: 0 5% 0 auto;
  width: 80%;
}
@media screen and (min-width: 769px) {
  .img_6 {
    margin: 0 5% 65% auto;
  }
}

.sticky_box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sticky_box {
    height: 100vh;
  }
}

.sticky, .sticky2, .sticky3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
}
.sticky.sticky, .sticky2.sticky, .sticky3.sticky {
  z-index: 1;
}
.sticky.sticky2, .sticky2.sticky2, .sticky3.sticky2 {
  z-index: 2;
  width: 75%;
}
.sticky.sticky3, .sticky2.sticky3, .sticky3.sticky3 {
  z-index: 3;
  width: 75%;
}

/* 横スクロールアニメーション用のスタイル */
.side_scroll {
  overflow: hidden; /* はみ出した要素を隠す */
  width: 100% !important;
  margin: 270px auto 0 !important;
}
@media screen and (min-width: 769px) {
  .side_scroll {
    margin: 400px auto 200px !important;
  }
}
@media screen and (min-width: 769px) {
  .side_scroll .w_80 {
    width: 35%;
  }
}

.side_scroll_inner {
  display: flex;
  width: max-content; /* 子要素の合計幅に合わせる */
  /* パネル内の各画像コンテナのスタイル */
}
.side_scroll_inner div {
  flex-shrink: 0; /* 画像が縮まないようにする */
  width: 27vw; /* ビューポート幅の40%に設定 */
}
@media screen and (max-width: 768px) {
  .side_scroll_inner div {
    width: 50vw; /* SPではより大きく表示 */
  }
}

.mt_75 {
  margin: 75px auto 0;
}
@media screen and (min-width: 769px) {
  .mt_75 {
    margin: 200px auto 0;
  }
}

.img_18 {
  width: 65%;
  margin: 36px 0 16px auto;
}

.img_19 {
  width: 75%;
  margin: 0 auto 0 5%;
}

.img_22 {
  margin: 300px auto 200px;
}
@media screen and (min-width: 769px) {
  .img_22 {
    margin: 500px auto 300px;
    width: 44%;
  }
}

footer {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
footer a {
  text-decoration: underline;
}
footer .f_logo {
  width: 40%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 769px) {
  footer .f_logo {
    width: 17%;
  }
}
footer .insta {
  margin: 15px auto 60px;
}
footer .insta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
footer .insta a img {
  width: 15px;
}
footer .copy {
  font-size: 10px;
  padding-bottom: 30px;
}

.clip_anime {
  clip-path: inset(0 100% -20% 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .clip_anime {
    margin: 290px auto 0;
  }
}
.clip_anime.clip-active {
  clip-path: inset(0 0 -20% 0);
}/*# sourceMappingURL=style.css.map */