@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* min関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* clamp関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  margin: 0 auto;
}

.main {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sub {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en1 {
  font-family: "cormorant", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en2 {
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  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=""], a[href="#"], a[href="#"].events_none {
  pointer-events: none;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    width: 20vw;
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    width: 8.2142857143vw;
    height: 2.7142857143vw;
  }
}
.btn_wrap .btn {
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-sizing: border-box;
  background-color: #89bddf;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap .btn {
    font-size: 1.4285714286vw;
  }
}

@media screen and (max-width: 768px) {
  .st_area .btn_wrap {
    width: 13.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .st_area .btn_wrap {
    width: 7.1428571429vw;
    height: 1.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .st_area .btn_wrap .btn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .st_area .btn_wrap .btn {
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 768px) {
  .btn_wrap.more {
    width: 72vw;
    height: 13.8666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.more {
    width: 25vw;
    height: 5vw;
    margin: 5.7142857143vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_wrap.more .btn {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.more .btn {
    font-size: 1.8571428571vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
  }
}
.fv .fv_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner {
    height: auto;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* 画像の縦横比を維持しつつ全体表示 */
  }
}
.fv .fv_inner .fv_bg {
  background-color: #f3f0eb;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_bg {
    width: 85.0666666667vw;
    height: 152.2666666667vw;
    margin-top: 7.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_bg {
    width: 95.7142857143vw;
    height: 39.2857142857vw;
    margin-top: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
.fv .fv_inner .fv_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv .fv_inner h1 {
  text-align: center;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 {
    font-size: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 {
    font-size: 7.1428571429vw;
  }
}
.fv .fv_inner h1 span {
  display: block;
}
.fv .fv_inner h1 span.small_1 {
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.small_1 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.small_1 {
    font-size: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
.fv .fv_inner h1 span.small_1::after {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/h1_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.small_1::after {
    width: 37.3333333333vw;
    height: 0.8vw;
    bottom: -1.6vw;
    right: -0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.small_1::after {
    width: 15.3857142857vw;
    height: 0.2142857143vw;
    bottom: -0.7142857143vw;
    right: -0.6428571429vw;
  }
}
.fv .fv_inner h1 span.wrap_small {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.wrap_small {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.wrap_small {
    -moz-column-gap: 1.2857142857vw;
         column-gap: 1.2857142857vw;
    margin-top: 2.1428571429vw;
  }
}
.fv .fv_inner h1 span.small_2 {
  letter-spacing: 0em;
  display: inline;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.small_2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.small_2 {
    font-size: 2.7142857143vw;
  }
}
.fv .fv_inner h1 span.small_3 {
  letter-spacing: 0em;
  display: inline;
  padding-top: 0.15em;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.small_3 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.small_3 {
    font-size: 2vw;
  }
}
.fv .fv_inner .sub {
  text-align: center;
  color: #89bddf;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .sub {
    font-size: 2.6666666667vw;
    top: 98.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .sub {
    font-size: 1.1428571429vw;
    top: 31.2857142857vw;
  }
}
.fv .fv_inner .sub span {
  display: inline-block;
}
.fv .fv_inner .sub span.clip_container_left.start {
  animation: anime_left_to_right 3s ease forwards;
  animation-delay: 1.5s;
}
.fv .fv_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .fv_inner .fv_img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_1 {
    width: 28.8vw;
    top: 59.2vw;
    left: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_1 {
    width: 11.4957142857vw;
    top: -0.2857142857vw;
    left: -2.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_2 {
    width: 35.4666666667vw;
    top: -5.3333333333vw;
    left: -9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_2 {
    width: 14.8571428571vw;
    top: -2.0714285714vw;
    left: 11.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_3 {
    width: 29.0666666667vw;
    top: -8vw;
    left: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_3 {
    width: 12.2142857143vw;
    top: -2.1428571429vw;
    left: 29.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_4 {
    width: 29.3333333333vw;
    top: 21.3333333333vw;
    left: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_4 {
    width: 11.6428571429vw;
    top: -1.9285714286vw;
    left: 55.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_5 {
    width: 34.6666666667vw;
    top: 112vw;
    left: 25.8666666667vw;
    transform: rotate(18deg);
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_5 {
    width: 12.2142857143vw;
    top: 0.2857142857vw;
    left: 67.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_6 {
    width: 41.3333333333vw;
    top: -3.7333333333vw;
    right: -11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_6 {
    width: 17.8571428571vw;
    top: -2.1428571429vw;
    right: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_7 {
    width: 17.1428571429vw;
    top: 14.2857142857vw;
    left: -1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_8 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_8 {
    width: 13vw;
    top: 23.6428571429vw;
    left: 13.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_9 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_9 {
    width: 13.5714285714vw;
    top: 23.2857142857vw;
    left: 25.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_10 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_10 {
    width: 13.4285714286vw;
    top: 22.7142857143vw;
    left: 56.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_11 {
    width: 36.3306666667vw;
    top: 95.7333333333vw;
    right: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_11 {
    width: 14.7857142857vw;
    top: 15.1428571429vw;
    right: 9.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_12 {
    width: 26.4vw;
    top: 59.4666666667vw;
    right: -5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_12 {
    width: 11.7857142857vw;
    top: 22.7857142857vw;
    right: -1.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_img.img_13 {
    width: 37.6vw;
    top: 97.8666666667vw;
    left: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_img.img_13 {
    display: none;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .lead {
    width: 80vw;
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  .lead {
    width: 42.8571428571vw;
    margin: 7.1428571429vw auto 7.1428571429vw;
  }
}
.lead p {
  text-align: center;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .lead p {
    font-size: 1.1428571429vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.detail {
  background: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .detail {
    width: 48vw;
    padding: 6.6666666667vw 0 5.3333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .detail {
    width: 19.7142857143vw;
    padding: 2.5vw 0 2.1428571429vw;
    right: 1.0714285714vw;
  }
}
.detail .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .detail .inner {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .detail .inner {
    width: 16.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .inner + .inner {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .detail .inner + .inner {
    margin-top: 1.4285714286vw;
  }
}
.detail .inner .creditAjax_link {
  flex-direction: column;
}
.detail .inner .brand {
  line-height: 1.25;
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .detail .inner .brand {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .detail .inner .brand {
    margin-bottom: 1.7857142857vw;
    font-size: 1.4285714286vw;
  }
}
.detail .inner .name,
.detail .inner .price {
  border-bottom: 0.5px solid #89bddf;
  width: 100%;
}
.detail .inner .name {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .detail .inner .name {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 0.5333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .detail .inner .name {
    margin-bottom: 0.8571428571vw;
    padding-bottom: 0.1428571429vw;
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .inner .price {
    margin-bottom: 3.2vw;
    padding-bottom: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .detail .inner .price {
    margin-bottom: 1vw;
    padding-bottom: 0.2857142857vw;
    font-size: 1vw;
  }
}
.detail .inner .btn_wrap {
  margin: 0 0 0 auto;
}

.reverse .detail .btn_wrap {
  margin: 0;
}

/*===========
  商品URLから取得（creditajax）
  ===========*/
@media screen and (max-width: 768px) {
  .credit {
    width: 84.2666666667vw;
    margin: 6.6666666667vw auto 0vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    width: 39.0714285714vw;
    margin: 2.1428571429vw auto 0vw;
  }
}
.credit ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .credit ul {
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    row-gap: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    width: 39.0714285714vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li a {
  color: #111;
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a .txt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .credit ul li a .txt {
    row-gap: 1.3333333333vw;
    width: 56vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a .txt {
    row-gap: 0.3571428571vw;
    width: 26.2142857143vw;
  }
}
.credit ul li.sample .creditAjax_link, .credit ul li.coming .creditAjax_link {
  align-items: center;
}
.credit ul li.sample .btn_wrap .btn, .credit ul li.coming .btn_wrap .btn {
  background: none !important;
  color: #262626;
  border: none !important;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .credit ul li.sample .btn_wrap .btn, .credit ul li.coming .btn_wrap .btn {
    font-size: min(2.4vw, 9px) !important;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.sample .btn_wrap .btn, .credit ul li.coming .btn_wrap .btn {
    font-size: 0.7857142857vw !important;
  }
}
.credit ul li.sample .btn_wrap .btn {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.credit .sample_txt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .credit .sample_txt {
    font-size: min(2.6666666667vw, 10px);
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit .sample_txt {
    font-size: min(1vw, 14px);
    margin-top: 1.0714285714vw;
  }
}

.creditAjax_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .creditAjax_link {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_link {
    -moz-column-gap: 0.7142857143vw;
         column-gap: 0.7142857143vw;
  }
}

@media screen and (max-width: 768px) {
  .creditAjax_img120,
  .sample img,
  .coming img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_img120,
  .sample img,
  .coming img {
    width: 4.2857142857vw;
  }
}

@media screen and (max-width: 768px) {
  .creditAjax_brand {
    font-size: min(2.4vw, 9px);
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_brand {
    font-size: min(1vw, 14px);
  }
}

@media screen and (max-width: 768px) {
  .creditAjax_item,
  .creditAjax_price {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  .creditAjax_item,
  .creditAjax_price {
    font-size: min(1vw, 14px);
  }
}

.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

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

.creditAjax_price__off {
  color: red;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.3;
}

/*--------------------------------------*
* 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;
  background-color: #fff;
  color: #111;
  overflow-x: clip;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 10.6666666667vw;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  }
}
@media screen and (min-width: 769px) {
  .wrapper {
    padding-top: 50px;
  }
}

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

@media screen and (max-width: 768px) {
  :target {
    scroll-margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  :target {
    scroll-margin-top: 13.3333333333vw;
  }
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .pc_flex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_left {
    width: 50vw;
    position: sticky;
    top: 50px; /* ヘッダーの高さ分下げる */
    left: 0;
    height: 100vh;
  }
}
.pc_flex .pc_right {
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .pc_flex .pc_right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_right {
    width: 50vw;
    height: 100%;
  }
}

#index {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index {
    width: 100vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index {
    width: 50vw;
    position: relative;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
#index h4 {
  color: #89bddf;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index h4 {
    font-size: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index h4 {
    font-size: 2.8571428571vw;
    margin-bottom: 0.7142857143vw;
  }
}
#index ul {
  position: relative;
}
#index ul::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #index ul::before {
    padding-top: 186.1573333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul::before {
    padding-top: 36.2071428571vw;
  }
}
#index ul li {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #index ul li.index01 {
    width: 48.968vw;
    top: 0vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.index01 {
    width: 12.8571428571vw;
    top: 0vw;
    left: 12.2028571429vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li.index02 {
    width: 51.104vw;
    top: 33.0666666667vw;
    right: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.index02 {
    width: 13.4285714286vw;
    top: 3.5vw;
    right: 10.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li.index03 {
    width: 48vw;
    top: 60.5333333333vw;
    left: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.index03 {
    width: 12.8664285714vw;
    top: 14.9285714286vw;
    left: 4.6021428571vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li.index04 {
    width: 48vw;
    top: 91.7333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.index04 {
    width: 12.8664285714vw;
    bottom: 0vw;
    left: 17.8228571429vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li.index05 {
    width: 51.856vw;
    bottom: 0vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.index05 {
    width: 13.6042857143vw;
    top: 18.6428571429vw;
    right: 3.8571428571vw;
  }
}

#main_area section {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_area section {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section {
    margin-bottom: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section:last-child {
    margin-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section:last-child {
    margin-bottom: 14.2857142857vw;
  }
}
#main_area section .sub {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main_area section .sub {
    font-size: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .sub {
    font-size: 3.5714285714vw;
    padding-bottom: 3.2142857143vw;
  }
}
#main_area section .sub::after {
  content: "";
  display: inline-block;
  background-color: #111;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #main_area section .sub::after {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .sub::after {
    width: 2.1428571429vw;
    height: 0.0714285714vw;
    top: 5vw;
  }
}
#main_area section h2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main_area section h2 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section h2 {
    font-size: 1.7142857143vw;
  }
}
#main_area section h2::after {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/sec01_ttl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main_area section h2::after {
    width: 92.4426666667vw;
    height: 24.5093333333vw;
    top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section h2::after {
    width: 47.8571428571vw;
    height: 13.13vw;
    top: -4.2857142857vw;
  }
}
#main_area section .contents {
  background-color: #e7f2f9;
}
@media screen and (max-width: 768px) {
  #main_area section .contents {
    margin-top: -2.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents {
    margin-top: -0.7142857143vw;
    padding-top: 4.2857142857vw;
  }
}
#main_area section .contents .item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_area section .contents .item_wrap.reverse {
  flex-direction: row-reverse;
}
#main_area section .contents .item_wrap.reverse .item_cut {
  left: auto;
}
@media screen and (max-width: 768px) {
  #main_area section .contents .item_wrap.reverse .item_cut {
    right: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .item_wrap.reverse .item_cut {
    right: 0.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section .contents .item_wrap.reverse .detail {
    left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .item_wrap.reverse .detail {
    left: 1.0714285714vw;
  }
}
#main_area section .contents .item_wrap .item_cut {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #main_area section .contents .item_wrap .item_cut {
    width: 53.3333333333vw;
    left: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .item_wrap .item_cut {
    width: 21.8571428571vw;
    left: 0.2857142857vw;
  }
}
#main_area section .contents .item_wrap .item_cut img {
  width: 102%;
}
#main_area section .contents .item_wrap .item_cut::after {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/pickup_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #main_area section .contents .item_wrap .item_cut::after {
    width: 21.0666666667vw;
    height: 4.2666666667vw;
    top: 0.5333333333vw;
    right: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .item_wrap .item_cut::after {
    width: 7.0364285714vw;
    height: 4.0664285714vw;
    top: 0.7857142857vw;
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area {
    margin: 4vw auto 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area {
    margin: 1.7857142857vw auto 10vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area h3 {
    width: 48vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area h3 {
    width: 19.6714285714vw;
    margin: 0 auto 1.6428571429vw;
  }
}
#main_area section .contents .st_area .comment {
  position: relative;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area .comment {
    width: 74.6666666667vw;
    margin: 0 auto -3.2vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area .comment {
    width: 30.5714285714vw;
    margin: 0 auto -1.7142857143vw;
    font-size: 1.1428571429vw;
    padding: 0.7142857143vw;
  }
}
#main_area section .contents .st_area .comment::before, #main_area section .contents .st_area .comment::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area .comment::before, #main_area section .contents .st_area .comment::after {
    width: 9.04vw;
    height: 6.9866666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area .comment::before, #main_area section .contents .st_area .comment::after {
    width: 2.8971428571vw;
    height: 2.2457142857vw;
  }
}
#main_area section .contents .st_area .comment::before {
  background-image: url("../assets/images/frame_r.svg");
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area .comment::before {
    top: -6.9333333333vw;
    left: -9.04vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area .comment::before {
    top: -2.2457142857vw;
    left: -2.8971428571vw;
  }
}
#main_area section .contents .st_area .comment::after {
  background-image: url("../assets/images/frame_l.svg");
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st_area .comment::after {
    bottom: -6.9333333333vw;
    right: -9.04vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st_area .comment::after {
    bottom: -2.2457142857vw;
    right: -2.8971428571vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section .contents .st1 .st_area {
    margin-bottom: 20.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .st1 .st_area {
    margin-bottom: 7.1428571429vw;
  }
}
#main_area section .contents .other {
  background-color: #fff;
}
#main_area section .contents .other h4 {
  text-align: center;
  font-family: "cormorant", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #89bddf;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_area section .contents .other h4 {
    font-size: 9.6vw;
    margin-bottom: 0.8vw;
    top: -4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section .contents .other h4 {
    font-size: 4.2857142857vw;
    margin-bottom: 0.7142857143vw;
    top: -2.1428571429vw;
  }
}
#main_area section .contents .other .item_cut {
  left: auto;
  right: auto;
}
#main_area section .contents .other .item_cut::after {
  content: none;
}
#main_area section .contents .other .item_cut img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main_area section#sec01 .sub {
    padding-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 h2 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec02 h2 {
    margin-top: 4.2857142857vw;
  }
}
#main_area section#sec02 h2::after {
  background-image: url("../assets/images/sec02_ttl.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 h2::after {
    width: 101.4746666667vw;
    height: 34.8986666667vw;
    top: -15.2vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec02 h2::after {
    width: 51.0714285714vw;
    height: 17.8571428571vw;
    top: -8.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 .sub {
    padding-bottom: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec02 .sub {
    padding-bottom: 0vw;
  }
}
#main_area section#sec02 .contents {
  background-color: #fff0f7;
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 .contents {
    margin-top: -0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec02 .contents {
    margin-top: -0.3571428571vw;
  }
}
#main_area section#sec02 .contents .btn_wrap .btn {
  background-color: #f2a5d0;
}
#main_area section#sec02 .contents .detail .inner .name,
#main_area section#sec02 .contents .detail .inner .price {
  border-bottom: 0.5px solid #f2a5d0;
}
#main_area section#sec02 .contents .item_cut::after {
  background-image: url("../assets/images/pickup_02.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 .contents .item_cut::after {
    right: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec02 .contents .item_cut::after {
    right: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec02 .contents .st2 .item_cut {
    right: 2.1333333333vw;
  }
}
#main_area section#sec02 .contents .other h4 {
  color: #f2a5d0;
}
#main_area section#sec03 h2::after {
  background-image: url("../assets/images/sec03_ttl.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 h2::after {
    width: 69.784vw;
    height: 19.536vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 h2::after {
    width: 37.3842857143vw;
    height: 10.4657142857vw;
  }
}
#main_area section#sec03 .contents {
  background-color: #fff1e0;
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 .contents {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 .contents {
    padding-top: 5.7142857143vw;
  }
}
#main_area section#sec03 .contents .btn_wrap .btn {
  background-color: #f38d26;
}
#main_area section#sec03 .contents .detail .inner .name,
#main_area section#sec03 .contents .detail .inner .price {
  border-bottom: 0.5px solid #f38d26;
}
#main_area section#sec03 .contents .item_cut::after {
  background-image: url("../assets/images/pickup_03.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 .contents .item_cut::after {
    top: -1.8666666667vw;
    right: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 .contents .item_cut::after {
    top: -0.4285714286vw;
    right: 2.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 .contents .st2 .item_cut::after {
    top: -3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 .contents .st2 .item_cut::after {
    top: -0.5714285714vw;
    right: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 .contents .st_area {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 .contents .st_area {
    margin-top: 3.5714285714vw;
  }
}
#main_area section#sec03 .contents .other h4 {
  color: #f38d26;
}
@media screen and (max-width: 768px) {
  #main_area section#sec03 .contents .other h4 {
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec03 .contents .other h4 {
    margin-bottom: 2vw;
  }
}
#main_area section#sec04 h2::after {
  background-image: url("../assets/images/sec04_ttl.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 h2::after {
    width: 80.424vw;
    height: 19.5813333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec04 h2::after {
    width: 43.0842857143vw;
    height: 10.49vw;
  }
}
#main_area section#sec04 .contents {
  background-color: #eaf7e7;
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 .contents {
    padding-top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec04 .contents {
    padding-top: 7.1428571429vw;
  }
}
#main_area section#sec04 .contents .btn_wrap .btn {
  background-color: #7ec669;
}
#main_area section#sec04 .contents .detail .inner .name,
#main_area section#sec04 .contents .detail .inner .price {
  border-bottom: 0.5px solid #7ec669;
}
#main_area section#sec04 .contents .item_cut::after {
  background-image: url("../assets/images/pickup_04.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 .contents .item_cut::after {
    top: -4.5333333333vw;
    right: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec04 .contents .item_cut::after {
    top: -1.6428571429vw;
    right: 1.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 .contents .st2 .item_cut::after {
    top: -5.6vw;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 .contents .st_area {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec04 .contents .st_area {
    margin-top: 3.5714285714vw;
  }
}
#main_area section#sec04 .contents .other h4 {
  color: #7ec669;
}
@media screen and (max-width: 768px) {
  #main_area section#sec04 .contents .other h4 {
    margin-bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec04 .contents .other h4 {
    margin-bottom: 2vw;
  }
}
#main_area section#sec05 h2::after {
  background-image: url("../assets/images/sec05_ttl.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec05 h2::after {
    width: 108.3466666667vw;
    height: 16.504vw;
    top: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec05 h2::after {
    width: 52.8571428571vw;
    height: 8.0714285714vw;
    top: -3.4285714286vw;
  }
}
#main_area section#sec05 .contents {
  background-color: #ffeaeb;
}
@media screen and (max-width: 768px) {
  #main_area section#sec05 .contents {
    margin-top: -3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec05 .contents {
    margin-top: -1.9285714286vw;
  }
}
#main_area section#sec05 .contents .btn_wrap .btn {
  background-color: #e74855;
}
#main_area section#sec05 .contents .detail .inner .name,
#main_area section#sec05 .contents .detail .inner .price {
  border-bottom: 0.5px solid #e74855;
}
#main_area section#sec05 .contents .item_cut::after {
  background-image: url("../assets/images/pickup_05.svg");
}
@media screen and (max-width: 768px) {
  #main_area section#sec05 .contents .item_cut::after {
    top: 2.1333333333vw;
    right: 6.6666666667vw;
    transform: rotate(20deg);
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec05 .contents .item_cut::after {
    top: 2.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec05 .contents .st1 .item_cut {
    left: -0.32vw;
  }
}
@media screen and (max-width: 768px) {
  #main_area section#sec05 .contents .st2 .item_cut::after {
    top: -3.4666666667vw;
    right: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main_area section#sec05 .contents .st2 .item_cut::after {
    top: -0.7142857143vw;
  }
}
#main_area section#sec05 .contents .other h4 {
  color: #e74855;
}

#staff {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.742;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #staff {
    font-size: 3.2vw;
    padding: 36vw 0;
  }
}
@media screen and (min-width: 769px) {
  #staff {
    font-size: 0.9285714286vw;
    padding: 9.6428571429vw 0;
  }
}

.page_top {
  position: fixed;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .page_top {
    width: 11.4666666667vw;
    bottom: 1.0666666667vw;
    right: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .page_top {
    width: 4.2857142857vw;
    bottom: 0.5714285714vw;
    right: 0.5714285714vw;
  }
}
.page_top.is-active {
  opacity: 1;
  visibility: visible;
}

.up_anim {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .up_anim {
    height: 22.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .up_anim {
    height: 10.7142857143vw;
  }
}
.up_anim h2 {
  transform: translateY(500%);
}
.up_anim.is-active h2 {
  animation: up_anim 0.8s 0s forwards ease-in-out;
}

@media screen and (max-width: 768px) {
  #sec02 .up_anim {
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #sec02 .up_anim {
    height: 21.4285714286vw;
  }
}

@keyframes up_anim {
  to {
    transform: translateY(0px);
  }
}
.view {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .view {
    width: 85%;
    margin: 0 auto;
  }
}

.view img {
  vertical-align: middle;
  filter: blur(10px);
  opacity: 0;
  transition: all 1s ease-in-out 0.5s;
}

.view.js-on img {
  filter: blur(0px);
  opacity: 1;
}

/*===========
  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, 15%);
  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_left::after,
.clip_container_left {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img,
.clip_left.start::after,
.clip_container_left.start {
  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-path で完全に見えない */
/* スクロールで表示されたらアニメーション開始 */
/*===========
  右から
  ===========*/
.clip_right img,
.clip_right::after,
.clip_container_right {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img,
.clip_right.start::after,
.clip_container_right.start {
  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-path で完全に見えない */
/* スクロールで表示されたらアニメーション開始 */
/*===========
  上から
  ===========*/
.clip_top img,
.clip_top::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img,
.clip_top.start::after {
  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_bottom::after {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img,
.clip_bottom.start::after {
  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%);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.zoom {
  overflow: hidden;
}
.zoom .swiper_fade_area {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */