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

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

.sub {
  font-family: "spirits-sharp", serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  font-family: "ivyora-text", serif;
  font-weight: 100;
  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: "ivyora-text", 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: "spirits-sharp", serif;
  font-weight: 300;
  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: #f0e5b9;
  overflow: hidden;
}
footer .footer_bg {
  background-color: #8f0001;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    width: 100vw;
  }
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@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: 38.6666666667vw 0 36vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    padding: 13.28125vw 0 11.328125vw;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 2.34375vw;
  }
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .link ul li a {
  color: #f0e5b9;
  display: inline-block;
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
}
footer .link ul li a::after {
  content: "";
  display: block;
  margin-top: 3px;
  border-bottom: 0.8px solid #f0e5b9;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .logo_btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 0vw 0 4vw;
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 0vw 0 1.171875vw;
    width: 7.8125vw;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
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: 20vw;
    height: 5.8666666667vw;
    margin: 1.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap {
    width: 5.859375vw;
    height: 1.71875vw;
    margin: 0.46875vw auto 0;
  }
}
.btn_wrap .btn {
  font-family: "spirits-sharp", serif;
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
  background-color: #8f0001;
  color: #f0e2b8;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap .btn {
    font-size: 1.015625vw;
  }
}

.btn_wrap.all_btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_wrap.all_btn {
    width: 80vw;
    height: 14.6666666667vw;
    margin: 26.6666666667vw auto 32vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.all_btn {
    width: 35.15625vw;
    height: 6.4453125vw;
    margin: 9.375vw auto 11.71875vw;
  }
}
.btn_wrap.all_btn .btn {
  letter-spacing: 0.05em;
  font-family: "spirits-sharp", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .btn_wrap.all_btn .btn {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn_wrap.all_btn .btn {
    font-size: 2.1875vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  min-height: 100vh; /* 画面高さいっぱい */
  position: relative;
}
.fv .fv_inner {
  width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner {
    height: 100svh;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover; /* 画像の縦横比を維持しつつ全体表示 */
  }
}
.fv .fv_inner h1 {
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 {
    width: 78.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 61.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 {
    width: 36.25vw;
    left: 9.921875vw;
    top: 7.03125vw;
  }
}
.fv .fv_inner h1 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.ttl_1 {
    width: 64.2986666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.ttl_1 {
    width: 29.52890625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.ttl_2 {
    width: 58.36vw;
    margin-left: 11.2vw;
    margin-top: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.ttl_2 {
    width: 26.8015625vw;
    margin-left: 5.078125vw;
    margin-top: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner h1 span.ttl_3 {
    width: 62.56vw;
    margin-left: 13.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner h1 span.ttl_3 {
    width: 28.73046875vw;
    margin-left: 6.25vw;
    margin-top: 2.34375vw;
  }
}
.fv .fv_inner .logo {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .logo {
    width: 18.6666666667vw;
    bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .logo {
    width: min(8.59375vw, 110px);
    left: 27.34375vw;
    bottom: 1.5625vw;
  }
}
.fv .fv_inner .logo svg {
  fill: #fff;
}
.fv .fv_inner .fv_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fv .fv_inner .fv_bg {
    height: 100%;
    aspect-ratio: 375/668;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_bg {
    height: 100%;
    aspect-ratio: 640/334;
    position: relative;
  }
}
.fv .fv_inner .fv_bg::after {
  content: none;
}
.fv .fv_inner .fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .fv_inner .fv_bg .bottom {
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  .fv .fv_inner .fv_bg .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.fv .fv_inner .fv_bg .bottom img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit {
  width: 100%;
  font-family: "ivyora-text", serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 400;
}
.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 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    font-size: 0.9375vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li.main_item a {
  color: #8f0001;
  border-bottom: 0.5px solid #8f0001;
}
.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;
  background-color: #fef7ef;
  overflow-x: clip;
}

.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 (min-width: 769px) {
  .pc_flex {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_right {
    width: 43.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_left {
    width: 50.78125vw;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 15;
  }
}

@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 {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup h3 {
    width: 25.688vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup h3 {
    width: 7.52578125vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup .inner {
    width: 91.7333333333vw;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner {
    width: 46.875vw;
    margin: 1.171875vw auto 0;
  }
}
#lineup .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul {
    flex-wrap: wrap;
    -moz-column-gap: 8vw;
         column-gap: 8vw;
    row-gap: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul {
    flex-wrap: nowrap;
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
  }
}
#lineup .inner ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li {
    flex-basis: calc(50% - 4vw);
  }
}
#lineup .inner ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #111111;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li:not(:last-child)::after {
    width: 0.5px;
    height: calc(100% + min(1.5714285714vw, 22px));
    right: -0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li:nth-child(odd)::after {
    width: 0.5px;
    height: calc(100% + 5.8666666667vw);
    right: calc(-4vw);
  }
  #lineup .inner ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    background-color: #111111;
    width: calc(200% + 10.6666666667vw);
    height: 0.5px;
    top: calc(-5.3333333333vw);
    left: 0;
    transform: translateY(-50%);
  }
}
#lineup .inner ul li .detail {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail {
    width: 37.3333333333vw;
    font-size: 2.4vw;
    row-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail {
    width: 10.9375vw;
    font-size: 0.703125vw;
    row-gap: 1.171875vw;
  }
}
#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 .item_img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .item .item_img {
    width: 37.3333333333vw;
    height: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .item .item_img {
    width: 10.9375vw;
    height: 8.59375vw;
  }
}
#lineup .inner ul li .detail .item .item_img img {
  width: 100%;
}
#lineup .inner ul li .detail .item .label {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.444;
}
#lineup .inner ul li .detail .item .price {
  font-family: "ivyora-text", serif;
  font-weight: 400;
  font-style: normal;
}
@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 (max-width: 768px) {
  #lineup .inner ul li .detail .look_img {
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .look_img {
    width: 8.59375vw;
  }
}
#lineup .inner ul li .detail .look_img .ttl_look {
  position: relative;
  color: #8f0001;
  letter-spacing: 0.05em;
  font-family: "spirits-sharp", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .look_img .ttl_look {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .look_img .ttl_look {
    font-size: 0.9375vw;
    margin-top: 1.953125vw;
  }
}
#lineup .inner ul li .detail .look_img .ttl_look::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute; /*絶対位置指定*/
  left: 50%; /*横位置の指定*/
  background: #8f0001; /*線の色指定*/
}
@media screen and (max-width: 768px) {
  #lineup .inner ul li .detail .look_img .ttl_look::before {
    width: 0.5px; /*線の幅指定*/
    height: 4vw; /*線の高さ指定*/
    top: -5.3333333333vw; /*縦位置の指定*/
  }
}
@media screen and (min-width: 769px) {
  #lineup .inner ul li .detail .look_img .ttl_look::before {
    width: 0.75px; /*線の幅指定*/
    height: 1.171875vw; /*線の高さ指定*/
    top: -1.5625vw; /*縦位置の指定*/
  }
}

#look_area section {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #look_area section {
    padding: 18.6666666667vw 0 0vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section {
    padding: 9.375vw 0 0;
    width: 46.875vw;
    margin: 0 auto;
  }
}
#look_area section h2 {
  position: absolute;
  z-index: 2;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  #look_area section h2 {
    width: 38.6666666667vw;
    left: -5.5813333333vw;
    top: -18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section h2 {
    width: 16.9921875vw;
    left: -1.25vw;
    top: -8.4375vw;
  }
}
#look_area section h2 img {
  padding: 0 !important;
}
#look_area section .txt_deco {
  position: absolute;
  z-index: 0;
  color: #111111;
  font-family: "ivyora-text", serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #look_area section .txt_deco {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .txt_deco {
    font-size: 0.78125vw;
  }
}
#look_area section .txt_deco span {
  font-weight: 500;
  font-style: italic;
  display: block;
}
@media screen and (max-width: 768px) {
  #look_area section .txt_deco span {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .txt_deco span {
    font-size: 0.9375vw;
    margin-bottom: 1.171875vw;
  }
}

@media screen and (min-width: 769px) {
  section#look1 {
    padding-top: 12.5vw;
  }
}
section#look1 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look1 .group::before {
    padding-top: 452.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group::before {
    padding-top: 198.046875vw;
  }
}
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: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 {
    width: 43.90625vw;
    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/stripe_blue.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_1 > div::before {
    width: 58.6666666667vw;
    height: 106.6666666667vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 > div::before {
    width: 25.78125vw;
    height: 46.875vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_1 > div img {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_1 > div img {
    padding-top: 3.515625vw;
  }
}
section#look1 .group .look1_2 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_2 {
    width: 80vw;
    top: 168.5333333333vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_2 {
    width: 35.15625vw;
    top: 73.984375vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_3 {
    width: 90.6666666667vw;
    top: 310.1333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_3 {
    width: 39.84375vw;
    top: 135.9375vw;
    left: 0vw;
  }
}
section#look1 .group .look1_3::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/stripe_blue.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look1 .group .look1_3::before {
    width: 58.6666666667vw;
    height: 106.6666666667vw;
    top: -20vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .look1_3::before {
    width: 25.78125vw;
    height: 46.875vw;
    top: -8.984375vw;
    left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .txt_deco.num1 {
    width: 21.3333333333vw;
    top: 162.1333333333vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .txt_deco.num1 {
    width: 9.375vw;
    top: 71.015625vw;
    left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .group .txt_deco.num2 {
    width: 32.8vw;
    top: 372.8vw;
    left: 94.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .txt_deco.num2 {
    width: 8.203125vw;
    top: 163.59375vw;
    left: 41.5625vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .txt_deco.num2 span {
    width: 14.4140625vw;
  }
}
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 {
    bottom: 0vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .group .credit.c1 {
    bottom: 0vw;
    left: 4.453125vw;
  }
}

section#look2 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look2 .group::before {
    padding-top: 476.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group::before {
    padding-top: 208.28125vw;
  }
}
section#look2 .group h2 {
  transform: rotate(10deg);
  left: auto;
}
@media screen and (max-width: 768px) {
  section#look2 .group h2 {
    top: 8vw;
    right: -5.5813333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group h2 {
    top: 3.515625vw;
    right: -1.25vw;
  }
}
section#look2 .group .look2_1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_1 {
    width: 43.90625vw;
    top: 0;
  }
}
section#look2 .group .look2_1 > div {
  position: relative;
}
section#look2 .group .look2_1 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: -1;
  background-image: url("../assets/images/dot1.svg");
  background-size: cover;
  background-position: center;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_1 > div::before {
    width: 48vw;
    height: 74.9333333333vw;
    top: 5.8666666667vw;
    left: -16vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_1 > div::before {
    width: 21.09375vw;
    height: 32.9296875vw;
    top: 1.71875vw;
    left: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_1 > div img {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_1 > div img {
    padding-top: 11.640625vw;
  }
}
section#look2 .group .look2_2 {
  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_2 {
    width: 80vw;
    top: 189.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_2 {
    width: 35.15625vw;
    top: 82.96875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_3,
  section#look2 .group .look2_4 {
    width: 85.3333333333vw;
    top: 330.9333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_3,
  section#look2 .group .look2_4 {
    width: 37.5vw;
    top: 144.765625vw;
    left: 0vw;
  }
}
section#look2 .group .look2_3::before,
section#look2 .group .look2_4::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/dot2.svg");
  background-size: cover;
  background-position: center;
  transform: rotate(140deg);
}
@media screen and (max-width: 768px) {
  section#look2 .group .look2_3::before,
  section#look2 .group .look2_4::before {
    width: 57.3706666667vw;
    height: 29.5653333333vw;
    top: 20vw;
    right: -35.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .look2_3::before,
  section#look2 .group .look2_4::before {
    width: 25.21171875vw;
    height: 12.9921875vw;
    top: 10.9375vw;
    right: -14.453125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .txt_deco.num1 {
    width: 21.3333333333vw;
    top: 214.1333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .txt_deco.num1 {
    width: 9.375vw;
    top: 269.453125vw;
    left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .txt_deco.num2 {
    width: 18.6666666667vw;
    top: 392.8vw;
    left: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .txt_deco.num2 {
    width: 8.203125vw;
    top: 172.34375vw;
    left: 39.21875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .group .txt_deco.num2 span {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .txt_deco.num2 span {
    width: 15.234375vw;
  }
}
section#look2 .group .credit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section#look2 .group .credit.c1 {
    bottom: 0vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .group .credit.c1 {
    bottom: 0vw;
    left: 4.453125vw;
  }
}

@media screen and (max-width: 768px) {
  section#look3 {
    padding-top: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 {
    padding-top: 18.75vw;
  }
}
section#look3 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look3 .group::before {
    padding-top: 452.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group::before {
    padding-top: 197.03125vw;
  }
}
section#look3 .group .look3_1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_1 {
    width: 43.90625vw;
    top: 0;
  }
}
section#look3 .group .look3_1 > div {
  position: relative;
}
section#look3 .group .look3_1 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: -1;
  background-image: url("../assets/images/stripe_red.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_1 > div::before {
    width: 58.6666666667vw;
    height: 106.6666666667vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_1 > div::before {
    width: 25.78125vw;
    height: 46.875vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_1 > div img {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_1 > div img {
    padding-top: 3.515625vw;
  }
}
section#look3 .group .look3_2 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_2 {
    width: 85.3333333333vw;
    top: 168.5333333333vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_2 {
    width: 37.5vw;
    top: 73.984375vw;
    right: 0vw;
  }
}
section#look3 .group .look3_3 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_3 {
    width: 70.6666666667vw;
    top: 237.8666666667vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_3 {
    width: 31.0546875vw;
    top: 104.453125vw;
    left: 0vw;
  }
}
section#look3 .group .look3_4 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_4 {
    width: 90.6666666667vw;
    top: 310.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_4 {
    width: 37.5vw;
    top: 138.4375vw;
  }
}
section#look3 .group .look3_4 > div {
  position: relative;
}
section#look3 .group .look3_4 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/stripe_red.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  section#look3 .group .look3_4 > div::before {
    width: 58.6666666667vw;
    height: 48vw;
    top: -37.3333333333vw;
    left: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .look3_4 > div::before {
    width: 25.78125vw;
    height: 21.09375vw;
    top: -10.9375vw;
    left: -1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .group .txt_deco.num1 {
    width: 21.3333333333vw;
    top: 162.4vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .txt_deco.num1 {
    width: 9.375vw;
    top: 71.25vw;
    left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .group .txt_deco.num2 {
    width: 26.6666666667vw;
    top: 243.2vw;
    left: 74.4vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .txt_deco.num2 {
    width: 11.71875vw;
    top: 106.796875vw;
    left: 33.828125vw;
  }
}
section#look3 .group .credit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
section#look3 .group .credit.c1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look3 .group .credit.c1 {
    bottom: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .group .credit.c1 {
    bottom: 0vw;
  }
}

section#look4 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look4 .group::before {
    padding-top: 476vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group::before {
    padding-top: 208.59375vw;
  }
}
section#look4 .group h2 {
  transform: rotate(10deg);
  left: auto;
}
@media screen and (max-width: 768px) {
  section#look4 .group h2 {
    top: 8vw;
    right: -5.5813333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group h2 {
    top: 3.515625vw;
    right: -1.25vw;
  }
}
section#look4 .group .look4_1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_1 {
    width: 43.90625vw;
    top: 0;
  }
}
section#look4 .group .look4_1 > div {
  position: relative;
}
section#look4 .group .look4_1 > div::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: -1;
  background-image: url("../assets/images/dot1.svg");
  background-size: cover;
  background-position: center;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_1 > div::before {
    width: 48vw;
    height: 74.9333333333vw;
    top: 5.8666666667vw;
    left: -16vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_1 > div::before {
    width: 21.09375vw;
    height: 32.9296875vw;
    top: 1.71875vw;
    left: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_1 > div img {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_1 > div img {
    padding-top: 11.640625vw;
  }
}
section#look4 .group .look4_2 {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_2 {
    width: 80vw;
    top: 189.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_2 {
    width: 35.15625vw;
    top: 80.3125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_3,
  section#look4 .group .look4_4 {
    width: 85.3333333333vw;
    top: 330.9333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_3,
  section#look4 .group .look4_4 {
    width: 37.5vw;
    top: 145.15625vw;
    left: 0vw;
  }
}
section#look4 .group .look4_3::before,
section#look4 .group .look4_4::before {
  content: ""; /*疑似要素の中身を指定*/
  position: absolute;
  z-index: 0;
  background-image: url("../assets/images/dot2.svg");
  background-size: cover;
  background-position: center;
  transform: rotate(140deg);
}
@media screen and (max-width: 768px) {
  section#look4 .group .look4_3::before,
  section#look4 .group .look4_4::before {
    width: 57.3706666667vw;
    height: 29.5653333333vw;
    top: 102.1333333333vw;
    right: -23.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .look4_3::before,
  section#look4 .group .look4_4::before {
    width: 25.21171875vw;
    height: 12.9921875vw;
    top: 45vw;
    right: -9.375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .group .txt_deco.num1 {
    width: 21.3333333333vw;
    top: 214.1333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .txt_deco.num1 {
    width: 6.25vw;
    top: 87.5vw;
    left: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .group .txt_deco.num2 {
    width: 26.6666666667vw;
    top: 392.8vw;
    left: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .txt_deco.num2 {
    width: 8.203125vw;
    top: 165.78125vw;
    left: 40.625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .group .txt_deco.num2 span {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .txt_deco.num2 span {
    width: 15.234375vw;
  }
}
section#look4 .group .credit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section#look4 .group .credit.c1 {
    top: 320.8vw;
    right: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .credit.c1 {
    top: 138.4375vw;
    right: 6.25vw;
  }
}
section#look4 .group .credit.c1 ul {
  justify-content: end;
}
@media screen and (max-width: 768px) {
  section#look4 .group .credit.c2 {
    bottom: 0vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .group .credit.c2 {
    bottom: 0vw;
    left: 0.78125vw;
  }
}

/* 初期状態（ぼかし + 非表示） */
.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-path で完全に見えない */
.clip_container_left {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

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

/*===========
  右から
  ===========*/
.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-path で完全に見えない */
.clip_container_right {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

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

/*===========
  上から
  ===========*/
.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 */