@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: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 11px;
  }
}
@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;
}

.mgTop {
  padding-top: 100px;
}

.mgTop60 {
  margin-top: 60px;
}

/*ファーストビュー
--------------------------------------------*/
.fv_wrap_sp {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp {
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content {
    height: 100svh !important;
    position: absolute;
    background-image: url(../images/fv_sp/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap_sp .fv_content {
    height: 100vh;
    position: absolute;
    background-image: url(../images/fv_pc/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.fv_wrap_sp .fv_content {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.fv_wrap_sp .fv_content .fv_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv_wrap_sp .fv_content .fv_main {
  position: absolute;
  opacity: 0; /* 初期状態で透明 */
  z-index: 1; /* 画像が重なった際の順序 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content .fv_main {
    width: 80.2666666667%;
    top: 34.1829085457%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap_sp .fv_content .fv_main {
    width: 32.5%;
    bottom: 0;
    left: 58.75%;
  }
}
.fv_wrap_sp .fv_content .fv_ttl {
  position: absolute;
  top: 38.8571428571%;
  right: 10.6666666667%;
  bottom: 50%;
  width: 42.75%;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content .fv_ttl {
    width: 47.4666666667%;
    top: 29%;
    left: 50%;
  }
}
@media screen and (min-width: 769px) {
  .fv_wrap_sp .fv_content .fv_ttl {
    width: 30.4166666667%;
    top: 53.4285714286%;
    left: 26.75%;
  }
}
.fv_wrap_sp .fv_content .fv_ttl_sub {
  position: absolute;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (min-width: 769px) {
  .fv_wrap_sp .fv_content .fv_ttl_sub {
    width: 0.75%;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content .fv_ttl_sub {
    width: 40%;
    top: 96.251874063%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

/*ここまでファーストビュー
--------------------------------------------*/
/* 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/bg_pc.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: 40.3333333333%;
    margin: 0 auto;
    background: #fff;
  }
}

.creditbox {
  width: 191px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 20px;
  margin-top: 20px;
}

.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: "sample";
  width: 60px;
  height: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}

.name {
  text-align: left;
}

.price {
  text-align: left;
}

.coorde01 .imgContainer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coorde01 .imgContainer {
    aspect-ratio: 375/674;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .imgContainer {
    aspect-ratio: 458/870;
  }
}
.coorde01 .imgContainer .img_1, .coorde01 .imgContainer .img_2, .coorde01 .imgContainer .img_3 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .coorde01 .imgContainer .img_1, .coorde01 .imgContainer .img_2, .coorde01 .imgContainer .img_3 {
    width: 53.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .imgContainer .img_1, .coorde01 .imgContainer .img_2, .coorde01 .imgContainer .img_3 {
    width: 53.0991735537%;
  }
}
@media screen and (max-width: 768px) {
  .coorde01 .imgContainer .img_1 {
    top: 0;
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .imgContainer .img_1 {
    top: 0;
    left: 23px;
  }
}
@media screen and (max-width: 768px) {
  .coorde01 .imgContainer .img_2 {
    top: 28.9317507418%;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .imgContainer .img_2 {
    top: 28.8505747126%;
    right: 11px;
  }
}
@media screen and (max-width: 768px) {
  .coorde01 .imgContainer .img_3 {
    bottom: 0;
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .imgContainer .img_3 {
    bottom: 0;
    left: 10px;
  }
}
.coorde01 .flexbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .coorde01 .flexbox {
    gap: 13px;
    margin-top: 60px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde01 .flexbox {
    gap: 13px;
    margin-top: 70px;
    padding: 0 15px;
  }
}

.coorde02 .triangle, .coorde05 .triangle {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .coorde02 .triangle .tr_top, .coorde05 .triangle .tr_top {
    width: 48.8%;
  }
}
@media screen and (min-width: 769px) {
  .coorde02 .triangle .tr_top, .coorde05 .triangle .tr_top {
    width: 48.7603305785%;
  }
}
.coorde02 .triangle .tr_top, .coorde05 .triangle .tr_top {
  margin: 0 auto 9px;
}
.coorde02 .triangle .tr_flex, .coorde05 .triangle .tr_flex {
  display: flex;
  justify-content: center;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .coorde02 .triangle .tr_item, .coorde05 .triangle .tr_item {
    width: 48.8%;
  }
}
@media screen and (min-width: 769px) {
  .coorde02 .triangle .tr_item, .coorde05 .triangle .tr_item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .coorde03 .fadeYoko {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .coorde03 .fadeYoko {
    width: 87.8099173554%;
  }
}

.coorde04 .imgContainer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coorde04 .imgContainer {
    aspect-ratio: 375/674;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .imgContainer {
    aspect-ratio: 458/870;
  }
}
.coorde04 .imgContainer .img_1, .coorde04 .imgContainer .img_2, .coorde04 .imgContainer .img_3 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .coorde04 .imgContainer .img_1, .coorde04 .imgContainer .img_2, .coorde04 .imgContainer .img_3 {
    width: 53.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .imgContainer .img_1, .coorde04 .imgContainer .img_2, .coorde04 .imgContainer .img_3 {
    width: 53.0991735537%;
  }
}
.coorde04 .imgContainer .img_1 {
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .coorde04 .imgContainer .img_1 {
    top: 0;
    right: 23px;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .imgContainer .img_1 {
    top: 0;
    right: 23px;
  }
}
@media screen and (max-width: 768px) {
  .coorde04 .imgContainer .img_2 {
    top: 28.9317507418%;
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .imgContainer .img_2 {
    top: 28.8505747126%;
    left: 11px;
  }
}
.coorde04 .imgContainer .img_3 {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .coorde04 .imgContainer .img_3 {
    bottom: 0;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .imgContainer .img_3 {
    bottom: 0;
    right: 10px;
  }
}
.coorde04 .container {
  position: relative;
  margin-bottom: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .coorde04 .box {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .box {
    width: 66.5289256198%;
  }
}
.coorde04 .container::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/21.webp);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .coorde04 .container::before {
    width: 75.7333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde04 .container::before {
    width: 68.5950413223%;
  }
}
.coorde04 .container::before {
  padding-top: 50%;
  background-size: cover;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .coorde05 .w_fade {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .coorde05 .w_fade {
    width: 79.7520661157%;
  }
}

@media screen and (max-width: 768px) {
  .coorde06 .w_fade {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .coorde06 .w_fade {
    width: 79.7520661157%;
  }
}

.coorde07 .imgContainer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coorde07 .imgContainer {
    aspect-ratio: 375/541;
  }
}
@media screen and (min-width: 769px) {
  .coorde07 .imgContainer {
    aspect-ratio: 440/634;
  }
}
.coorde07 .imgContainer .img_1 {
  position: absolute;
  z-index: 10;
  width: 53.3333333333%;
}
@media screen and (max-width: 768px) {
  .coorde07 .imgContainer .img_1 {
    top: 0;
    left: 0px;
  }
}
@media screen and (min-width: 769px) {
  .coorde07 .imgContainer .img_1 {
    top: 0;
    left: 0cap;
  }
}
.coorde07 .imgContainer .img_2 {
  z-index: 0;
  position: absolute;
  width: 66.6666666667%;
  bottom: 0;
  right: 0px;
}

.coorde07_2 .imgContainer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coorde07_2 .imgContainer {
    aspect-ratio: 375/674;
  }
}
@media screen and (min-width: 769px) {
  .coorde07_2 .imgContainer {
    aspect-ratio: 440/790;
  }
}
.coorde07_2 .imgContainer .img_1, .coorde07_2 .imgContainer .img_2, .coorde07_2 .imgContainer .img_3 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .coorde07_2 .imgContainer .img_1, .coorde07_2 .imgContainer .img_2, .coorde07_2 .imgContainer .img_3 {
    width: 53.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .coorde07_2 .imgContainer .img_1, .coorde07_2 .imgContainer .img_2, .coorde07_2 .imgContainer .img_3 {
    width: 53.0991735537%;
  }
}
@media screen and (max-width: 768px) {
  .coorde07_2 .imgContainer .img_1 {
    top: 0;
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .coorde07_2 .imgContainer .img_1 {
    top: 0;
    left: 23px;
  }
}
@media screen and (max-width: 768px) {
  .coorde07_2 .imgContainer .img_2 {
    top: 28.9317507418%;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde07_2 .imgContainer .img_2 {
    top: 28.8505747126%;
    right: 11px;
  }
}
@media screen and (max-width: 768px) {
  .coorde07_2 .imgContainer .img_3 {
    bottom: 0;
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .coorde07_2 .imgContainer .img_3 {
    bottom: 0;
    left: 10px;
  }
}

.logo {
  margin: 100px auto;
  width: 45.8666666667%;
}

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

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

.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: 66.6666666667%;
    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;
}

/* 全体
===================================================== */
#lineup {
  background-color: #fff;
  padding: 100px 0;
}
#lineup h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  #lineup h2 p {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  #lineup h2 p {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
#lineup .lineup_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #lineup .lineup_list {
    width: 100%;
    font-size: 10px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  #lineup .lineup_list {
    width: 440px;
    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_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 */