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

.sub {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.nomal {
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}

.yuzu {
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nami {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
}

.yuka {
  font-family: "oswald", 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;
  }
}

::marker {
  content: none; /* マーカーを非表示にする */
}

/*--------------------------------------*
* 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: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  width: 110px;
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    width: 10.15625vw;
  }
}
#loading-bg .ttl svg {
  fill: #000;
}
#loading-bg .sub {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #111;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background-size: cover;
  }
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 62.5vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
footer .link ul {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    margin-top: 26.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    margin-top: 7.8125vw;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 1.5625vw;
  }
}
footer .link ul li a {
  color: #111;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 1px solid #111;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .logo_btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 26.6666666667vw 0 4vw;
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 7.8125vw 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: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 1.5625vw;
    letter-spacing: 0.1em;
  }
}
footer .footer_heart {
  position: absolute;
}
@media screen and (max-width: 768px) {
  footer .footer_heart._01 {
    width: 9.3333333333vw;
    top: 1.3333333333vw;
    right: 6vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_heart._01 {
    width: 2.734375vw;
    top: -1.5625vw;
    right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_heart._02 {
    width: 9.8666666667vw;
    bottom: 26.6666666667vw;
    left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_heart._02 {
    width: 2.890625vw;
    bottom: 7.8125vw;
    left: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_heart._03 {
    width: 5.8666666667vw;
    bottom: 37.3333333333vw;
    left: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_heart._03 {
    width: 1.71875vw;
    bottom: 10.9375vw;
    left: 3.90625vw;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  min-height: 100vh; /* 画面高さいっぱい */
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    background-color: #7b493b;
  }
}

.logo {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 24vw;
    top: 6.6666666667vw;
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .logo {
    width: 6.640625vw;
    top: 1.953125vw;
    left: 1.953125vw;
  }
}
.logo svg {
  fill: #fff;
}

.fade-swiper {
  width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .fade-swiper {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .fade-swiper {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover; /* 画像の縦横比を維持しつつ全体表示 */
  }
}

.fade-swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fade-swiper .swiper-slide {
    aspect-ratio: 75/134;
  }
}
@media screen and (min-width: 769px) {
  .fade-swiper .swiper-slide {
    aspect-ratio: 1800/2001;
  }
}
.fade-swiper .swiper-slide::after {
  content: none;
}
.fade-swiper .swiper-slide .top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fade-swiper .swiper-slide .top {
    aspect-ratio: 75/134;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  .fade-swiper .swiper-slide .top {
    aspect-ratio: 1800/2001;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.fade-swiper .swiper-slide .bottom {
  min-height: 100vh;
}
.fade-swiper .swiper-slide .bottom img {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fade-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
#lead {
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead {
    width: 66.6666666667vw;
    margin: 26.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 19.53125vw;
    margin: 9.375vw auto;
  }
}
#lead p {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 0.859375vw;
  }
}
#lead p::after {
  content: "";
  height: 0.5px;
  display: inline-block;
  background-color: #111;
  position: absolute;
  left: calc(50% - 55px);
}
@media screen and (max-width: 768px) {
  #lead p::after {
    font-size: 13.3333333333vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p::after {
    font-size: 3.90625vw;
    bottom: -1.171875vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .credit {
    width: 58.6666666667vw;
    top: 130.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .credit {
    width: 17.1875vw;
  }
}
.credit ul {
  margin: 0 auto;
}
.credit ul li {
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 0.5px dashed #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.78125vw;
    font-size: 1.171875vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li span {
  line-height: 1.813;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    margin-right: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    margin-right: 1.5625vw;
    font-size: 0.9375vw;
  }
}
.credit ul li .price {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .credit ul li .price {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .price {
    font-size: 0.9375vw;
  }
}
.credit ul li.com, .credit ul li.sample {
  position: relative;
}
.credit ul li.com::after, .credit ul li.sample::after {
  content: "coming soon";
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 30.1333333333vw;
    height: 4.9333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 11.484375vw;
    height: 1.875vw;
    font-size: 0.9375vw;
  }
}
.credit ul li.sample::after {
  content: "参考商品";
}
.credit ul li a {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .credit ul li a {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    padding-bottom: 0.3125vw;
  }
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  content: "CHECK";
  position: absolute;
  background-color: #6c3801;
  color: #fff;
  font-weight: 300;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li a::after {
    width: 14.6666666667vw;
    height: 5.6vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a::after {
    width: 4.296875vw;
    height: 1.640625vw;
    font-size: 0.859375vw;
  }
}

.main_wrap .credit {
  margin: 0 auto;
  position: static;
}
@media screen and (max-width: 768px) {
  .main_wrap .credit {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit {
    width: 19.53125vw;
  }
}
.main_wrap .credit ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main_wrap .credit ul li a {
    padding-bottom: 0.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit ul li a {
    padding-bottom: 0.1953125vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit ul li a::after {
    width: 16vw;
    height: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit ul li a::after {
    width: 4.6875vw;
    height: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit .price {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit .price {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit a::after {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit a::after {
    font-size: 0.9375vw;
  }
}

section#look02 .credit ul li,
section#look05 .credit ul li {
  border-bottom: 0.5px dashed #111;
}
section#look02 .credit ul li a,
section#look05 .credit ul li a {
  color: #111;
}

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

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

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

.wrapper {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

h1 {
  display: none !important;
}

#index {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #index {
    padding: 26.6666666667vw 0 0vw;
  }
}
@media screen and (min-width: 769px) {
  #index {
    width: 54.6875vw;
    padding: 9.375vw 0 4.6875vw;
  }
}
#index .title_wrap {
  position: relative;
}
#index .title {
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #index .title {
    font-size: 1.5625vw;
    margin-bottom: 3.125vw;
  }
}
#index .title::after {
  content: "";
  height: 0.5px;
  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) {
  #index .title::after {
    width: 13.3333333333vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 769px) {
  #index .title::after {
    width: 3.90625vw;
    bottom: -1.171875vw;
  }
}
#index ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #index ul {
    flex-direction: column;
    row-gap: 4vw;
    margin: 13.3333333333vw auto 24vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul {
    flex-direction: row;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
    margin: 3.90625vw auto 7.03125vw;
    width: 100%;
  }
}
#index ul li {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index ul li {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li {
    width: 17.65625vw;
  }
}
#index ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1.5px solid #e8e8e8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); /* 外枠だけ影 */
}
#index ul li a .index_prof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_prof {
    row-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_prof {
    row-gap: 1.171875vw;
    width: 7.5vw;
  }
}
#index ul li a .index_prof .index_icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
#index ul li a .index_prof .index_icon::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #e8e8e8;
  z-index: 0;
  box-sizing: border-box;
}
#index ul li a .index_prof .index_icon img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_prof .index_icon img {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_prof .index_icon img {
    width: 4.296875vw;
    height: 4.296875vw;
  }
}
#index ul li a .index_prof .index_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_prof .index_txt {
    width: 44vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_prof .index_txt {
    width: 100%;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
    font-size: 1.015625vw;
    flex-direction: column;
    row-gap: 0.390625vw;
  }
}
#index ul li a .index_prof .index_txt .index_sns {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_prof .index_txt .index_sns {
    font-size: 2.9333333333vw;
    padding-left: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_prof .index_txt .index_sns {
    font-size: 0.859375vw;
    padding-left: 1.171875vw;
  }
}
#index ul li a .index_prof .index_txt .index_sns::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/instagram_b.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_prof .index_txt .index_sns::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_prof .index_txt .index_sns::before {
    width: 0.859375vw;
    height: 0.859375vw;
  }
}
#index ul li a .index_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #index ul li a .index_img {
    width: 10.15625vw;
  }
}
#index ul li a .index_img .note {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #index ul li a .index_img .note {
    width: 14.4vw;
    top: 3.2vw;
    left: -6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_img .note {
    width: 4.21875vw;
    top: -0.9375vw;
    left: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li a .index_img.index2 .note {
    width: 12.2666666667vw;
    top: auto;
    left: auto;
    bottom: 2.1333333333vw;
    right: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_img.index2 .note {
    width: 3.59375vw;
    top: auto;
    left: auto;
    bottom: -1.5625vw;
    right: 0.703125vw;
  }
}
@media screen and (max-width: 768px) {
  #index ul li a .index_img.index3 .note {
    width: 15.4666666667vw;
    top: auto;
    left: auto;
    top: 2.1333333333vw;
    left: -11.2vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li a .index_img.index3 .note {
    width: 4.53125vw;
    top: -2.734375vw;
    left: -0.3125vw;
  }
}
#index .index_heart {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #index .index_heart._01 {
    width: 5.0666666667vw;
    top: -7.3333333333vw;
    left: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._01 {
    width: 1.484375vw;
    top: -4.6875vw;
    left: -3.828125vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._02 {
    width: 8.2666666667vw;
    bottom: -5.3333333333vw;
    left: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._02 {
    width: 2.421875vw;
    bottom: -0.78125vw;
    left: 13.28125vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._03 {
    width: 7.4666666667vw;
    bottom: 3.7333333333vw;
    left: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._03 {
    width: 2.1875vw;
    bottom: 1.953125vw;
    left: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._04 {
    width: 5.0666666667vw;
    bottom: 2.6666666667vw;
    left: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._04 {
    width: 1.484375vw;
    bottom: 3.046875vw;
    left: -7.890625vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._05 {
    width: 7.2vw;
    bottom: -1.3333333333vw;
    right: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._05 {
    width: 2.109375vw;
    bottom: -0.78125vw;
    right: 14.0625vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._06 {
    width: 5.0666666667vw;
    bottom: 8.2666666667vw;
    right: 16.8vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._06 {
    width: 1.484375vw;
    bottom: 2.8125vw;
    right: 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #index .index_heart._07 {
    width: 7.7333333333vw;
    top: -8vw;
    right: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #index .index_heart._07 {
    width: 2.265625vw;
    top: -4.6875vw;
    right: -3.828125vw;
  }
}

.item_btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .item_btn {
    width: 66.6666666667vw;
    margin: 8vw 5.8666666667vw 4vw auto;
  }
}
@media screen and (min-width: 769px) {
  .item_btn {
    width: 100%;
    max-width: min(27.34375vw, 350px);
    margin: 2.34375vw 0 1.171875vw auto;
  }
}
.item_btn .label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .point_btn {
    width: 53.3333333333vw;
    margin: 0vw 5.8666666667vw 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .point_btn {
    width: 100%;
    max-width: min(23.4375vw, 300px);
    margin: 0vw 0 0 auto;
  }
}

.fade-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fade-swiper {
    width: min(46.875vw, 600px);
    margin: 0 auto;
  }
}

.fade-swiper .swiper-slide {
  text-align: center;
  background: #7b493b;
}

.fade-swiper img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .swiper_loop_wrap {
    width: 46.875vw;
    margin: 0 auto;
    overflow: hidden;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/icon_pic.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .swiper-slide::after {
    width: 4vw;
    height: 4vw;
    top: 1.8666666667vw;
    right: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper-slide::after {
    width: 1.484375vw;
    height: 1.484375vw;
    top: 0.78125vw;
    right: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 56vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .swiper-slide {
    width: 25vw;
    height: auto;
  }
}
.swiper-slide.sw_video::after {
  background-image: url("../assets/images/icon_video.svg");
}

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

@media screen and (max-width: 768px) {
  .main-swiper {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .main-swiper {
    margin-bottom: 0.390625vw;
  }
}

.main-swiper .swiper-slide,
.swiper_reverse .swiper-slide {
  cursor: pointer;
}

.modal-swiper {
  margin-bottom: 16px;
}

.modal-swiper .swiper-wrapper {
  margin-bottom: 10px;
}
.modal-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.modal-swiper .swiper-wrapper .swiper-slide::after {
  content: none;
}

.modal-swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_swiper_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap {
    padding-bottom: 0.390625vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap .swiper-pagination {
    bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap .swiper-pagination {
    bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 0.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap .swiper-pagination-bullet {
    width: 0.46875vw;
    height: 0.46875vw;
    margin: 0 0.1953125vw !important;
  }
}
.modal_swiper_wrap .swiper-pagination-bullet-active {
  background-color: #111;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦横中央 */
}

.modal-content {
  background: #fff;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    max-width: 90.1333333333vw;
    padding: 4.5333333333vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 100%; /* 親要素に合わせて縮む */
    max-width: 26.40625vw; /* これ以上は大きくならない */
    padding: 1.328125vw 0 3.125vw;
  }
}
.modal-content a {
  color: #111 !important;
}

.close {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close {
    width: 7.4666666667vw;
    top: 3.4666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .close {
    width: 2.1875vw;
    top: 1.015625vw;
    right: 0.78125vw;
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-header {
    width: 69.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-header {
    width: 20.3125vw;
    padding: 0 1.5625vw;
    margin-bottom: 0.9375vw;
  }
}

.modal_icon_wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.modal_icon_wrap::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #e8e8e8;
  z-index: 0;
  box-sizing: border-box;
}
.modal_icon_wrap .modal-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal_icon_wrap .modal-icon {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_icon_wrap .modal-icon {
    width: 3.59375vw;
    height: 3.59375vw;
  }
}

.modal_prof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  text-align: left;
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}
.modal_prof #modalName {
  color: #111;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .modal_prof #modalName {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalName {
    font-size: 1.015625vw;
  }
}
.modal_prof .sns {
  margin: 0;
}
.modal_prof #modalSns {
  color: #111;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_prof #modalSns {
    font-size: 2.9333333333vw;
    padding-left: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalSns {
    font-size: 0.9375vw;
    padding-left: 1.171875vw;
  }
}
.modal_prof #modalSns::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/instagram_b.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .modal_prof #modalSns::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalSns::before {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}

.modalLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .modalLink {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    width: 69.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink {
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
    width: 20.3125vw;
    padding: 0 1.5625vw;
  }
}
.modalLink li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalLink li {
    padding-left: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li {
    padding-left: 1.953125vw;
    font-size: 1.09375vw;
  }
}
.modalLink li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/icon_fav.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .modalLink li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.modalLink li.point::before {
  background-image: url("../assets/images/icon_point.svg");
}
.modalLink li a {
  border-bottom: 0.5px solid #111;
  padding-bottom: 0.5px;
}

.modal.video-mode .modal-content {
  flex-direction: column;
  justify-content: center; /* 画像モードと差別化 */
  align-items: center; /* 横中央 */
  width: 80%;
  max-height: 90svh;
  border-radius: 10px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal.video-mode .modal-content {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .modal.video-mode .modal-content {
    width: 100%; /* 親要素に合わせて縮む */
    max-width: 21.875vw; /* これ以上は大きくならない */
  }
}

.modal.video-mode .modal_swiper_wrap {
  width: 100%;
  height: auto; /* Swiperを使わず動画だけ表示 */
  padding-bottom: 0;
}

.modal.video-mode video.modal-video {
  width: 100%;
  height: auto;
}

.video-mode .modal-swiper .swiper-wrapper {
  margin-bottom: 0;
}
.video-mode .modal-swiper {
  margin-bottom: 0;
}
.video-mode .modalLink {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .video-mode .modalLink {
    top: 68vw;
    right: -76.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .video-mode .modalLink {
    top: 19.921875vw;
    right: -22.34375vw;
  }
}
.video-mode .modalLink a {
  color: #fff !important;
  border-bottom: 0.5px solid #fff;
}
.video-mode .modalLink li::before {
  background-image: url("../assets/images/icon_fav_vi.svg");
}
.video-mode .modalLink li.point::before {
  background-image: url("../assets/images/icon_point_vi.svg");
}

section {
  position: relative;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section {
    padding-bottom: 8.59375vw;
  }
}
section .sec_heart {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section .sec_heart {
    width: 20vw;
    top: -8vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .sec_heart {
    width: 7.03125vw;
    top: -3.515625vw;
    right: 25.78125vw;
  }
}
section .inner {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  section .inner .intro_wrap,
  section .inner .btn_wrap {
    width: 46.875vw;
    margin: 0 auto;
  }
}
section .inner h2 {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    font-size: 32vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner h2 {
    font-size: 15.625vw;
  }
}
section .inner h3 {
  margin: 0 auto;
}
section .inner h3 svg path {
  fill: #111;
}
@media screen and (max-width: 768px) {
  section .inner h3 {
    min-width: 116px;
    width: 30.9333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner h3 {
    min-width: 136px;
    width: 10.625vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
    margin: 4.6875vw auto 3.90625vw;
  }
}
section .inner .prof {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section .inner .prof {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof {
    -moz-column-gap: 1.171875vw;
         column-gap: 1.171875vw;
  }
}
section .inner .prof .icon img {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff; /* 外側の白い丸 */
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  section .inner .prof .icon img {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .icon img {
    width: 7.03125vw;
  }
}
section .inner .prof .detail {
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}
section .inner .prof .detail .name {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .name {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .name {
    font-size: 1.71875vw;
    margin-bottom: 0.9375vw;
  }
}
section .inner .prof .detail .sns a {
  position: relative;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .sns a {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .sns a {
    padding-left: 1.5625vw;
    font-size: 1.09375vw;
  }
}
section .inner .prof .detail .sns a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/instagram_b.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .sns a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .sns a::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 0.546875vw;
    max-width: 19px;
    max-height: 19px;
  }
}
section .inner .item {
  border-top: 0.5px solid #111;
  border-bottom: 0.5px solid #111;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  section .inner .item {
    width: 90.1333333333vw;
    margin: 10.6666666667vw auto;
    padding: 5.3333333333vw 8vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item {
    width: 23.4375vw;
    margin: 0;
    padding: 1.875vw 1.171875vw;
  }
}
section .inner .item .item_badge {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section .inner .item .item_badge {
    width: 25.3333333333vw;
    top: -3.0666666667vw;
    right: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item .item_badge {
    width: 7.421875vw;
    top: -0.8984375vw;
    right: 1.953125vw;
  }
}
section .inner .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section .inner .item a {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 74.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a {
    -moz-column-gap: 1.40625vw;
         column-gap: 1.40625vw;
    width: 20.3125vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_img {
    width: 44vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_img {
    width: 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_txt .category {
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_txt .category {
    font-size: 1.875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_txt .price {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_txt .price {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .link_arrow {
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .link_arrow {
    width: 1.40625vw;
  }
}
section#collab1 {
  background-color: #7b493b;
  color: #fff;
}
section#collab1 a {
  color: #fff;
}
section#collab1 .inner h2 {
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section#collab1 .inner h2 {
    margin-top: -9.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab1 .inner h2 {
    margin-top: -4.6875vw;
  }
}
section#collab1 .inner .intro .prof .sns a::before {
  background-image: url("../assets/images/instagram_w.svg");
}
section#collab1 .inner .item {
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
section#collab1 .inner h3 svg path {
  fill: #ffffff;
}
section#collab1 .item_btn {
  font-family: kudryashev-d-contrast-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
section#collab2 {
  background-color: #ffd7e8;
}
section#collab2 .inner h2 {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media screen and (max-width: 768px) {
  section#collab2 .inner h2 {
    margin-top: -9.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab2 .inner h2 {
    margin-top: -4.6875vw;
  }
}
section#collab2 .inner .item {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
section#collab2 .item_btn {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
section#collab3 {
  background-color: #e4e4e4;
}
section#collab3 .inner h2 {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section#collab3 .inner h2 {
    margin-top: -10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab3 .inner h2 {
    margin-top: -5vw;
  }
}
section#collab3 .inner .item {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
}
section#collab3 .item_btn {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.staff {
  letter-spacing: 0.1em;
  text-align: center;
  color: #86490a;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .staff {
    margin-top: 6.25vw;
    padding-bottom: 7.8125vw;
  }
}
.staff ul li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .staff ul li {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .staff ul li {
    font-size: 0.78125vw;
  }
}

.ending {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ending {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ending {
    padding-top: 7.8125vw;
  }
}

/* 初期状態（ぼかし + 非表示） */
.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;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

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

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 0.5s;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

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

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

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

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

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

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

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

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

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

.sec_heart.clip_bottom.start img {
  animation: anime_bottom_to_top 0.5s 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%);
  }
}/*# sourceMappingURL=style.css.map */