@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* min関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* clamp関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0em;
  background-color: #fff;
  scroll-behavior: smooth;
}

.main {
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
}

.sub {
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
}

.ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  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;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #8c3321;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
#loading-bg .sub {
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #111;
  overflow: hidden;
}
footer .footer_bg {
  background-image: url("../assets/images/flower.webp");
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    width: 100vw;
    padding: 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    width: 100vw;
    padding: 0.9765625vw;
  }
}
footer .footer_bg .inner {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 93.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 98.046875vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
footer .link ul {
  font-weight: 300;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    padding: 32vw 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    padding: 9.375vw 0;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 1.5625vw;
  }
}
footer .link ul li a {
  color: #111;
  display: inline-block;
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
}
footer .link ul li a::after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 0.5px solid #111;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .logo_btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 0vw 0 3.4666666667vw;
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 0vw 0 1.015625vw;
    width: 7.8125vw;
  }
}
footer .logo_btn svg {
  fill: #111;
}
footer .copyright {
  text-align: right;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 1.5625vw;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    width: 21.3333333333vw;
    height: 5.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    width: 6.25vw;
    height: 1.5625vw;
    margin: 0.625vw auto 0;
  }
}
.btn_wrap .btn {
  box-sizing: border-box;
  color: #b34067;
  border: #b34067 solid 0.5px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap .btn {
    font-size: 0.859375vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #db939e;
  display: block;
}
.fv .fv_bg {
  background-image: url("../assets/images/fv_bg.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv .fv_bg {
    width: 100vw;
    padding: 8vw 0 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_bg {
    width: 100vw;
    padding: 1.71875vw 0 3.515625vw;
  }
}
.fv .logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .logo {
    width: 13.8666666667vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .logo {
    width: 6.25vw;
    margin: 0 auto 1.71875vw;
  }
}
.fv .fv_img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .fv_img {
    width: 1001.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_img {
    width: 79.6875vw;
  }
}
.fv .fv_img ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .fv_img ul li {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_img ul li {
    width: 26.5625vw;
  }
}
.fv h1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv h1 {
    width: 82.1333333333vw;
    height: 21.0666666667vw;
    margin-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 35.15625vw;
    height: 8.2234375vw;
    margin-top: 3.515625vw;
  }
}
.fv h1 .ttl_1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .fv h1 .ttl_1 {
    width: 66.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 .ttl_1 {
    width: 28.3765625vw;
  }
}
.fv h1 .ttl_2 {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fv h1 .ttl_2 {
    width: 37.6vw;
    bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 .ttl_2 {
    width: 16.3734375vw;
    bottom: 0vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
}
.credit ul {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .credit ul {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    -moz-column-gap: 1.171875vw;
         column-gap: 1.171875vw;
  }
}
.credit ul li {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.625vw;
    font-size: 0.9375vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li.main_item a {
  color: #b34067;
  border-bottom: 0.5px solid #b34067;
}
.credit ul li a {
  border-bottom: 0.5px solid #111;
  display: inline-block;
}
.credit ul li span {
  line-height: 1;
}
.credit ul li span.item {
  padding-right: 0.5em;
}
.credit ul li a {
  color: #111;
  position: relative;
}
@media screen and (max-width: 768px) {
  .credit ul li a {
    padding-bottom: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    padding-bottom: 0.234375vw;
  }
}
.credit ul li a:hover {
  opacity: 0.4;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

.wrapper {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.transform_90 {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.button {
  display: block;
  margin: 0 auto;
  color: #fff;
  border: #fff solid 1px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 69.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .button {
    width: 20.3125vw;
    padding: 1.5625vw 0;
  }
}
.button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #lineup {
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lineup {
    margin: 6.25vw auto 9.375vw;
  }
}
#lineup h3 {
  font-weight: 300;
  color: #db939e;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lineup h3 {
    font-size: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup h3 {
    font-size: 1.953125vw;
    padding-bottom: 4.6875vw;
  }
}
#lineup h3::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute; /*絶対位置指定*/
  left: 50%; /*横位置の指定*/
  background: #db939e; /*線の色指定*/
}
@media screen and (max-width: 768px) {
  #lineup h3::before {
    width: 0.5px; /*線の幅指定*/
    height: 8vw; /*線の高さ指定*/
    top: 8vw; /*縦位置の指定*/
  }
}
@media screen and (min-width: 769px) {
  #lineup h3::before {
    width: 0.75px; /*線の幅指定*/
    height: 2.34375vw; /*線の高さ指定*/
    top: 2.734375vw; /*縦位置の指定*/
  }
}
@media screen and (max-width: 768px) {
  #lineup .inner {
    width: 91.7333333333vw;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner {
    width: 62.5vw;
    margin: 1.171875vw auto 0;
  }
}
#lineup .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul {
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
  }
}
#lineup .inner ul li {
  position: relative;
}
#lineup .inner ul li .item_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .item_arrow {
    width: 3.4666666667vw;
    height: 2vw;
    bottom: -4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .item_arrow {
    width: 1.40625vw;
    height: 0.78125vw;
    bottom: -1.953125vw;
  }
}
#lineup .inner ul li .detail {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail {
    width: 29.3333333333vw;
    font-size: 2.4vw;
    flex-direction: column;
    row-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail {
    width: 18.359375vw;
    font-size: 0.703125vw;
    flex-direction: row-reverse;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
#lineup .inner ul li .detail .item a {
  display: flex;
  flex-direction: column;
  height: 100%; /* ← itemに高さがある前提 or 揃えたい場合 */
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .item a {
    min-height: 46.4vw;
  }
}
#lineup .inner ul li .detail .item img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .item img {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .item img {
    width: 6.25vw;
  }
}
#lineup .inner ul li .detail .item .label {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .item .price {
    font-size: 3.2vw;
    margin: 1.0666666667vw auto 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .item .price {
    font-size: 0.9375vw;
    margin: 0.3125vw auto 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .item .btn_wrap {
    margin-top: auto;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .item_img {
    width: 10.546875vw;
  }
}

#look_area section {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #look_area section {
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section {
    padding-bottom: 10.9375vw;
    width: 70.3125vw;
    margin: 0 auto;
  }
}

section#look1 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look1 .group::before {
    padding-top: 394.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group::before {
    padding-top: 115.546875vw;
  }
}
section#look1 .group h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look1 .group h2 {
    width: 14.1333333333vw;
    left: 4.2666666667vw;
    top: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group h2 {
    width: 5.625vw;
    left: 1.71875vw;
    top: 2.734375vw;
  }
}
section#look1 .group h2 img {
  padding: 0 !important;
}
section#look1 .group .look1_1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_1 {
    width: 90.6666666667vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 {
    width: 35.15625vw;
    top: 0;
  }
}
section#look1 .group .look1_1 > div {
  position: relative;
}
section#look1 .group .look1_1 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: -1;
  background-image: url("../assets/images/flower.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_1 > div::before {
    width: 53.3333333333vw;
    height: 66.6666666667vw;
    top: 0vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 > div::before {
    width: 21.09375vw;
    height: 26.171875vw;
    top: 0vw;
    right: -2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_1 > div img {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 > div img {
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_2 {
    width: 100vw;
    top: 149.3333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_2 {
    width: 32.8125vw;
    top: 56.953125vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_3 {
    width: 90.6666666667vw;
    top: 250.6666666667vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_3 {
    width: 31.875vw;
    top: 68.671875vw;
    left: 3.125vw;
  }
}
section#look1 .group .look1_3 > div {
  position: relative;
}
section#look1 .group .look1_3 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/flower.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_3 > div::before {
    width: 53.3333333333vw;
    height: 66.6666666667vw;
    top: 10.6666666667vw;
    left: -9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_3 > div::before {
    width: 21.09375vw;
    height: 26.171875vw;
    top: 3.90625vw;
    left: -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .credit {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .credit {
    width: 23.4375vw;
  }
}
section#look1 .group .credit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section#look1 .group .credit.c1 {
    top: 233.3333333333vw;
    left: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .credit.c1 {
    top: 56.953125vw;
    left: 17.578125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .credit.c2 {
    bottom: 0vw;
    right: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .credit.c2 {
    bottom: 0vw;
    left: 37.5vw;
  }
}

section#look2 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look2 .group::before {
    padding-top: 415.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group::before {
    padding-top: 122.65625vw;
  }
}
section#look2 .group h2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#look2 .group h2 {
    width: 14.1333333333vw;
    right: 4.2666666667vw;
    top: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group h2 {
    width: 5.625vw;
    right: 1.71875vw;
    top: 0.625vw;
  }
}
section#look2 .group h2 img {
  padding: 0 !important;
}
section#look2 .group .look2_1 {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_1 {
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_1 {
    width: 39.0625vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_2 {
    width: 49.3333333333vw;
    top: 154.9333333333vw;
    left: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_2 {
    width: 17.34375vw;
    top: 59.765625vw;
    right: 14.609375vw;
  }
}
section#look2 .group .look2_2 > div {
  position: relative;
}
section#look2 .group .look2_2 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-color: #eeb9c1;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_2 > div::before {
    width: 53.3333333333vw;
    height: 66.6666666667vw;
    top: -13.3333333333vw;
    right: -32vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_2 > div::before {
    width: 15.625vw;
    height: 28.125vw;
    top: -6.25vw;
    right: -7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_2 > div img {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_2 > div img {
    padding-bottom: 2.34375vw;
  }
}
section#look2 .group .look2_3 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_3 {
    width: 49.3333333333vw;
    top: 193.0666666667vw;
    right: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_3 {
    width: 17.34375vw;
    top: 79.375vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_4 {
    width: 90.6666666667vw;
    top: 277.0666666667vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_4 {
    width: 33.90625vw;
    top: 73.125vw;
    left: 1.953125vw;
  }
}
section#look2 .group .look2_4 > div {
  position: relative;
}
section#look2 .group .look2_4 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/flower.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_4 > div::before {
    width: 53.3333333333vw;
    height: 66.6666666667vw;
    bottom: 0vw;
    left: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_4 > div::before {
    width: 21.09375vw;
    height: 26.171875vw;
    bottom: 0vw;
    left: -1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_4 > div img {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_4 > div img {
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .credit {
    width: 26.6666666667vw;
    bottom: 146.6666666667vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .credit {
    width: 10.9375vw;
    bottom: 0vw;
    left: 37.96875vw;
  }
}
section#look2 .group .credit ul {
  display: flex;
  flex-direction: column;
}

section#look3 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look3 .group::before {
    padding-top: 380vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group::before {
    padding-top: 119.453125vw;
  }
}
section#look3 .group h2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#look3 .group h2 {
    width: 14.1333333333vw;
    left: 4.2666666667vw;
    top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group h2 {
    width: 5.859375vw;
    right: 1.71875vw;
    top: 0.46875vw;
  }
}
section#look3 .group .look3_1 {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_1 {
    width: 90.6666666667vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_1 {
    width: 37.5vw;
    top: 0;
    right: 0;
  }
}
section#look3 .group .look3_2 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_2 {
    width: 90.6666666667vw;
    top: 141.3333333333vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_2 {
    width: 32.8125vw;
    top: 40.78125vw;
    left: 3.90625vw;
  }
}
section#look3 .group .look3_2 > div {
  position: relative;
}
section#look3 .group .look3_2 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: -1;
  background-color: #eeb9c1;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_2 > div::before {
    width: 40vw;
    height: 50.6666666667vw;
    top: -13.3333333333vw;
    left: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_2 > div::before {
    width: 14.0625vw;
    height: 17.578125vw;
    top: -8.59375vw;
    left: -3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_3 {
    width: 90.6666666667vw;
    top: 221.8666666667vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_3 {
    width: 35.546875vw;
    top: 65.3125vw;
    left: 18.515625vw;
  }
}
section#look3 .group .look3_3 > div {
  position: relative;
}
section#look3 .group .look3_3 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/flower.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_3 > div::before {
    width: 53.3333333333vw;
    height: 66.6666666667vw;
    top: 72vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_3 > div::before {
    width: 21.09375vw;
    height: 26.171875vw;
    top: 28.046875vw;
    left: -1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .group .credit.c1 {
    width: 80vw;
    top: 207.2vw;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .credit.c1 {
    width: 23.4375vw;
    top: 56.71875vw;
    left: 38.671875vw;
  }
}
section#look3 .group .credit.c1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section#look3 .group .credit.c2 {
    width: 26.6666666667vw;
    bottom: 0vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .credit.c2 {
    width: 10.9375vw;
    bottom: 1.953125vw;
    left: 56.25vw;
  }
}
section#look3 .group .credit.c2 ul {
  display: flex;
  flex-direction: column;
}

.btn_wrap.all_btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_wrap.all_btn {
    width: 80vw;
    height: 14.6666666667vw;
    margin: 0vw auto 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.all_btn {
    width: 33.984375vw;
    height: 6.25vw;
  }
}
.btn_wrap.all_btn::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 1;
  border: #eeb9c1 solid 0.5px;
}
@media screen and (max-width: 768px) {
  .btn_wrap.all_btn::before {
    width: 80vw;
    height: 14.6666666667vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.all_btn::before {
    width: 33.984375vw;
    height: 6.25vw;
    top: 0.3125vw;
    left: 0.3125vw;
  }
}
.btn_wrap.all_btn .btn {
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btn_wrap.all_btn .btn {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.all_btn .btn {
    font-size: 1.5625vw;
  }
}

.ending {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ending {
    margin: 21.3333333333vw auto 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ending {
    margin: 14.0625vw auto;
  }
}

/* 初期状態（ぼかし + 非表示） */
.target_blur {
  opacity: 0;
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur {
  opacity: 1;
  animation: imageBlur 1.5s ease-out both;
}

/* ぼかし + フェードインのアニメーション */
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* 初期状態（右にズレていて + ぼかし + 非表示） */
.target_blur_right {
  opacity: 0;
  transform: translateX(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightBlur 1.5s ease-out both;
}

/* 右からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInRightBlur {
  from {
    opacity: 0;
    transform: translateX(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（左にズレていて + ぼかし + 非表示） */
.target_blur_left {
  opacity: 0;
  transform: translateX(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeftBlur 1.5s ease-out both;
}

/* 左からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInLeftBlur {
  from {
    opacity: 0;
    transform: translateX(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（下にズレていて + ぼかし + 非表示） */
.target_blur_up {
  opacity: 0;
  transform: translateY(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpBlur 1.5s ease-out both;
}

/* 下からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInUpBlur {
  from {
    opacity: 0;
    transform: translateY(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/* 初期状態（上にズレていて + ぼかし + 非表示） */
.target_blur_down {
  opacity: 0;
  transform: translateY(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_down {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDownBlur 1.5s ease-out both;
}

/* 上からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInDownBlur {
  from {
    opacity: 0;
    transform: translateY(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay15.fadeIn {
  transition-delay: 1.5s;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  左から
  ===========*/
/* 最初は clip-path で完全に見えない */
.clip_left img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img {
  animation: anime_left_to_right 1s ease forwards;
}

/* 左から右へ */
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  右から
  ===========*/
.clip_right img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img {
  animation: anime_right_to_left 1s ease forwards;
}

/* 右から左へ */
@keyframes anime_right_to_left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  上から
  ===========*/
.clip_top img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img {
  animation: anime_top_to_bottom 1s ease forwards;
}

@keyframes anime_top_to_bottom {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  下から
  ===========*/
.clip_bottom img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img {
  animation: anime_bottom_to_top 1s ease forwards;
}

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.swiper_loop .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper_loop .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper_loop .swiper-wrapper .swiper-slide {
    width: 40vw;
    height: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_loop .swiper-wrapper .swiper-slide {
    width: 15.234375vw;
    height: 22.34375vw;
  }
}

.slick_loop {
  position: relative;
  width: 600px; /* SP時の最大幅 */
  margin: 0 auto; /* 中央配置 */
  overflow: hidden; /* はみ出しを防ぐ */
}
@media screen and (min-width: 769px) {
  .slick_loop {
    width: 1560px; /* PC時は8枚分（195px × 8） */
  }
}
.slick_loop .loop_item .loop_item_inner {
  padding: 0 2.5px; /* 画像間の余白 */
}

.slick_loop .loop_item {
  display: flex;
  justify-content: center; /* 画像を中央寄せ */
  align-items: center;
}
.slick_loop .loop_item img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切にトリミング */
}
@media screen and (max-width: 768px) {
  .slick_loop .loop_item img {
    max-width: 40vw; /* SP時の1枚のスライド幅 */
  }
}
@media screen and (min-width: 769px) {
  .slick_loop .loop_item img {
    max-width: 15.234375vw; /* PC時のスライド幅 */
  }
}/*# sourceMappingURL=style.css.map */