@charset "UTF-8";
/*リセット
  --------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

html,
body {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 12px;
  }
}

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

li.soon > a {
  pointer-events: none;
}
li.soon > a:hover {
  opacity: 1;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .mgTop {
    padding-top: 26.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .mgTop {
    padding-top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .mgTop60 {
    margin-top: 16%;
  }
}
@media screen and (min-width: 769px) {
  .mgTop60 {
    margin-top: 16%;
  }
}

/*ファーストビュー
--------------------------------------------*/
.fv_wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv_wrap {
    height: 100svh;
  }
}
.fv_wrap .fv_content {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv_wrap .fv_content {
    height: 100svh !important;
    position: absolute;
    background-image: url(../images/sp_fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap .fv_content {
    height: 100vh;
    position: absolute;
    background-image: url(../images/pc_fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.fv_wrap .fv_content .fv_ttl {
  position: absolute;
  top: 38.8571428571%;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap .fv_content .fv_ttl {
    width: 21.3333333333%;
    top: 50.9745127436%;
    left: 3%;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap .fv_content .fv_ttl {
    width: 15%;
    top: 44.4285714286%;
    left: 7%;
  }
}
.fv_wrap .fv_content .fv_ttl_2 {
  position: absolute;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap .fv_content .fv_ttl_2 {
    width: 10.6666666667%;
    top: 51.4242878561%;
    right: 3.2%;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap .fv_content .fv_ttl_2 {
    width: 8.0833333333%;
    top: 46.8571428571%;
    right: 7.3333333333%;
  }
}
.fv_wrap .fv_content .fv_ttl_logo {
  position: absolute;
  opacity: 0;
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv_wrap .fv_content .fv_ttl_logo {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap .fv_content .fv_ttl_logo {
    width: 17%;
  }
}

/*ここまでファーストビュー
--------------------------------------------*/
/* bg_pc
--------------------------------------------*/
.bg_pc {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.bg_pc:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url(../images/PC_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: -1;
}

/* bg_pc ここまで
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .wrap {
    width: 41.6666666667%;
    margin: 0 auto;
    background: #fff;
  }
}

.creditbox {
  width: 191px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .creditbox {
    width: 196px;
  }
}

.credit li a {
  display: grid;
  grid-template-columns: 1fr 66px 60px;
  align-items: center;
  margin-top: 13px;
}

.credit li a::after {
  content: "check";
  width: 60px;
  height: 16px;
  border: 0.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.credit li.soon a::after {
  content: "coming soon";
  width: 100%;
  height: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}

.credit li.soon a, .credit li.sample a {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  margin-top: 13px;
}

.credit li.sample a::after {
  content: "sample";
  width: 100%;
  height: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}

.name {
  text-align: left;
}

.price {
  text-align: left;
}

.coorde01 .img_1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .coorde01 .img_1 {
    width: 91.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .img_1 {
    width: 91.4%;
  }
}
.coorde01 .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coorde01 .container {
    margin-top: 16%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .container {
    margin-top: 16%;
  }
}
.coorde01 .container .img_base {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .coorde01 .container .img_base {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .container .img_base {
    width: 60%;
  }
}
.coorde01 .move_inner {
  z-index: 10;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .coorde01 .move_inner {
    top: 20%;
    right: 8.5333333333%;
    width: 45.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .move_inner {
    top: 20%;
    right: 8.6%;
    width: 45.4%;
  }
}
.coorde01 .container::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .coorde01 .container::before {
    padding-top: 130.9333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .container::before {
    padding-top: 131%;
  }
}

.coorde02 .imgContainer_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .coorde02 .imgContainer_flex2 {
    margin-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .coorde02 .imgContainer_flex2 {
    margin-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .coorde02 .imgContainer_flex2 .imgInner {
    width: 38.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde02 .imgContainer_flex2 .imgInner {
    width: 38.6%;
  }
}

.coorde03 .img_1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .coorde03 .img_1 {
    width: 91.2%;
    padding-bottom: 16%;
  }
}
@media screen and (min-width: 769px) {
  .coorde03 .img_1 {
    width: 91.2%;
    padding-bottom: 16%;
  }
}
.coorde03 .imgContainer {
  position: relative;
}
.coorde03 .imgContainer .img_2 {
  position: absolute;
  z-index: 10;
  top: 0;
}
@media screen and (max-width: 768px) {
  .coorde03 .imgContainer .img_2 {
    width: 60%;
    left: 4.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde03 .imgContainer .img_2 {
    width: 60%;
    left: 4%;
  }
}
.coorde03 .imgContainer .img_3 {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .coorde03 .imgContainer .img_3 {
    width: 45.3333333333%;
    right: 4.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde03 .imgContainer .img_3 {
    width: 45.4%;
    right: 4%;
  }
}
.coorde03 .imgContainer::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .coorde03 .imgContainer::before {
    padding-top: 131.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde03 .imgContainer::before {
    padding-top: 131.4%;
  }
}

.coorde04 .img_1 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .coorde04 .img_1 {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .img_1 {
    width: 88%;
  }
}
.coorde04 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .coorde04 .flex .inner {
    width: 37.0666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .flex .inner {
    width: 37%;
  }
}

.coorde05 .img_1 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .coorde05 .img_1 {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .coorde05 .img_1 {
    width: 88%;
  }
}
.coorde05 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .coorde05 .flex .inner {
    width: 37.0666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde05 .flex .inner {
    width: 37.2%;
  }
}
.coorde05 .flex .inner:first-child {
  flex: 0 0 100%;
}
@media screen and (max-width: 768px) {
  .coorde05 .flex .inner:first-child img {
    width: 37.0666666667%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .coorde05 .flex .inner:first-child img {
    width: 37.2%;
    margin: 0 auto;
  }
}

.coorde06 .img_1 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .coorde06 .img_1 {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .coorde06 .img_1 {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .coorde06 .img_2 {
    width: 88.2666666667%;
    margin: 16% 0;
  }
}
@media screen and (min-width: 769px) {
  .coorde06 .img_2 {
    width: 88.2%;
    margin: 16% 0;
  }
}

.coorde07 .img_1 {
  width: 100%;
}
.coorde07 .imgContainer_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .coorde07 .imgContainer_flex2 {
    margin-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .coorde07 .imgContainer_flex2 {
    margin-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .coorde07 .imgContainer_flex2 .imgInner {
    width: 38.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde07 .imgContainer_flex2 .imgInner {
    width: 38.8%;
  }
}

.coorde08 .crossfade {
  width: 100%;
}
.coorde08 .crossfade img {
  width: 100%;
  display: block;
}

.coorde09 .img_1 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .coorde09 .img_1 {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .coorde09 .img_1 {
    width: 88.4%;
  }
}
.coorde09 .imgContainer {
  position: relative;
}
.coorde09 .imgContainer .img_2 {
  position: absolute;
  z-index: 10;
  top: 0;
}
@media screen and (max-width: 768px) {
  .coorde09 .imgContainer .img_2 {
    width: 45.3333333333%;
    right: 8.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde09 .imgContainer .img_2 {
    width: 45.4%;
    right: 8.6%;
  }
}
.coorde09 .imgContainer .img_3 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .coorde09 .imgContainer .img_3 {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .coorde09 .imgContainer .img_3 {
    width: 60%;
  }
}
.coorde09 .imgContainer::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .coorde09 .imgContainer::before {
    padding-top: 131.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde09 .imgContainer::before {
    padding-top: 131%;
  }
}

.desc {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .desc {
    width: 89.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  .desc {
    letter-spacing: 0;
    width: 100%;
    font-size: 12px;
  }
}
.desc {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3411764706);
  margin: 0 auto;
}
.desc p {
  margin-bottom: 33px;
}

.logo {
  margin: 60px auto 0px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 45.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  .logo {
    width: 34%;
  }
}
.logo {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .movie .inner {
    width: 81.6%;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 769px) {
  .movie .inner {
    width: 71.6%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}

.footer {
  margin-top: 95px;
  padding-bottom: 20px;
}
.footer .instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 769px) {
  .footer .instagram {
    font-size: 13px;
  }
}
.footer .instagram .icon {
  width: 12px;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 50px;
}

.flex {
  display: flex;
}
.flex .left, .flex .right {
  width: 50%;
}

.swiper {
  width: 100%;
  display: flex;
}

.swiper-slide {
  width: auto; /* 画像サイズに合わせて横並び */
}

.swiper-slide img {
  display: block;
}

.marquee, .marquee2 {
  overflow: hidden;
}

.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marquee2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media screen and (max-width: 768px) {
  .marquee .swiper-slide {
    width: 61.3333333333%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .marquee .swiper-slide {
    width: 60.3305785124%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .marquee .slideL {
    width: 80%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .marquee .slideL {
    width: 72.520661157%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .marquee2 .slideLL {
    width: 328%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .marquee2 .slideLL {
    width: 327.8925619835%;
    flex-shrink: 0;
  }
}

.swiper-wrapper {
  will-change: transform;
}

/* ===== ここがスライダー本体 ===== */
.lookbook {
  padding-left: 0; /* 左は画面端にピッタリ */
  padding-right: 20px; /* 右に20px余白 */
  box-sizing: border-box;
}

/* 1枚 = 215px基準の可変幅（375px画面でちょうど215px） */
.lookbook .swiper-slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  .lookbook .swiper-slide {
    width: 57.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .lookbook .swiper-slide {
    width: 60%;
    aspect-ratio: 286/382;
  }
}

.lookbook .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .lookbook .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
}

/* ===== 矢印 ===== */
.lookbook {
  --swiper-navigation-color: #fff; /* 矢印の色 */
  --swiper-navigation-size: 18px; /* 矢印の大きさ */
}

/* 端(1枚目のleft / 2枚目のright)では非表示にする */
.lookbook .swiper-button-disabled {
  display: none;
}

/* ===== ここがスライダー本体 ===== */
/* 全体
===================================================== */
#lineup {
  background-color: #F3F3EE;
  padding: 40px 0 0;
  margin: 0 auto;
}
#lineup h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  #lineup h2 p {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  #lineup h2 p {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#lineup .lineup_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .lineup_list {
    width: 90%;
    font-size: 10px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  #lineup .lineup_list {
    width: 28%;
    margin: 0 auto;
    font-size: 10px;
    margin-bottom: 28px;
  }
}
#lineup .lineup_list li {
  width: 33.33333%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  margin-bottom: 18px;
  line-height: 1.4;
}
#lineup .lineup_list li .zetaAjax_name {
  width: 90%;
  margin: 8px auto 3px;
}
#lineup .lineup_list li .price_wrap {
  width: 90%;
  margin: 0 auto;
}
#lineup .btn {
  border: #000 solid 0.5px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #lineup .btn {
    width: 71.7333333333%;
    margin: 0 auto;
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  #lineup .btn {
    width: 325px;
    margin: 0 auto;
    padding: 14px 0;
  }
}

/* 価格
===================================================== */
.zetaAjax_coupon {
  background: #219bd9;
  color: #F3F3EE;
}

.zetaAjax_proper::before,
.zetaAjax_sale::before {
  content: "¥";
}

.zetaAjax_sale {
  margin-left: 5px;
  color: red;
}

.zetaAjax_off {
  color: red;
}

.zetaAjax_off::before {
  content: "(";
}
.zetaAjax_off::after {
  content: ")";
}

.zetaAjax_sale .zetaAjax_proper {
  text-decoration: line-through;
}

/* アイテム名
===================================================== */
.zetaAjax_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */