@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.main {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.caption {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  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;
  }
}

@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: #fff;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    height: 100vh;
  }
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  footer {
    height: auto;
  }
}
footer .footer_bg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
}
footer .footer_bg .inner {
  margin: 0 auto;
  background: #faffa6;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    font-size: 2.4vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-sizing: border-box;
    padding-top: 16.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    font-size: 1.1957142857vw;
    padding-top: 8.1042857143vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .contents {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .contents .contents_inner {
    position: relative;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  footer .footer_bg .inner .contents .contents_inner {
    top: auto;
    transform: none;
  }
}
footer .footer_bg .inner .ttl {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .ttl {
    width: 46vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .ttl {
    width: 22.9178571429vw;
  }
}
footer .footer_bg .inner p {
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner p {
    font-size: 1.0714285714vw;
  }
}
footer .footer_bg .inner .staff {
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .staff {
    line-height: 1.5;
    font-size: 2.4vw;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .staff {
    line-height: 1.667;
    font-size: 1.0285714286vw;
    padding-top: 2.1428571429vw;
  }
}
footer .footer_bg .inner ul.link {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner ul.link {
    width: 66.6666666667vw;
    font-size: 3.2vw;
    margin: 0vw auto;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner ul.link {
    width: 23.5714285714vw;
    font-size: 1.3714285714vw;
    margin: 0vw auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner ul.link li {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner ul.link li {
    margin-bottom: 2.8571428571vw;
  }
}
footer .footer_bg .inner ul.link li:last-child {
  border-right: none;
}
footer .footer_bg .inner ul.link li a {
  color: #000;
}
footer .footer_bg .inner ul.link li:last-child {
  margin-bottom: 0;
}
footer .footer_bg .inner a:hover {
  opacity: 0.4;
}
footer .footer_bg .inner .logo_btn {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .logo_btn {
    width: 90.8vw;
    margin: 18.6666666667vw auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .logo_btn {
    width: min(90.2857142857vw, 1264px);
    margin: 9.2857142857vw auto 2.8571428571vw;
  }
}
footer .footer_bg .inner .logo_btn svg {
  fill: #000;
}
footer .footer_bg .inner .copyright {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .copyright {
    font-size: 2.1333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .copyright {
    font-size: 1.0628571429vw;
    padding-bottom: 1.3285714286vw;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .btn {
    width: 66.6666666667vw;
    height: 16vw;
    margin: 13.3333333333vw auto 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .btn {
    width: 28.5714285714vw;
    height: 6.8571428571vw;
    margin: 6.6428571429vw auto 9.2857142857vw;
  }
}
.btn a {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .btn a {
    font-size: min(2.0571428571vw, 28.8px);
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #faffa6;
}
.fv .inner {
  height: 100svh;
}
@media screen and (min-width: 769px) {
  .fv .inner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.fv .inner {
  position: relative;
}
.fv .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
.fv .inner h1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .inner h1 {
    width: 92.6666666667vw;
    top: 75.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner h1 {
    width: 46.1678571429vw;
    top: 45%;
  }
}
.fv .inner .fv_txt {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt {
    width: 34.6666666667vw;
    top: 5.0666666667vw;
    right: 2.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt {
    width: 16.4285714286vw;
    top: 2.5242857143vw;
    right: 1.395vw;
  }
}
.fv .inner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.fv .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 7%;
     object-position: center 7%;
  /* 最初は拡大状態 */
}
.fv .inner {
  /* アニメーション定義 */
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
@media screen and (max-width: 768px) {
  #lead {
    width: 88vw;
    margin: 16vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 35.15625vw;
    margin: 7.1428571429vw auto;
  }
}
#lead p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 4vw;
    padding: 12vw 0;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 1.71875vw;
    padding: 3.2142857143vw 0;
  }
}
#lead p {
  position: relative;
}
#lead p::before {
  content: "“";
  font-size: 100px;
  color: #111;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.07;
}
#lead p::after {
  content: "”";
  font-size: 100px;
  color: #111;
  position: absolute;
  right: 0;
  opacity: 0.07;
}
@media screen and (max-width: 768px) {
  #lead p::after {
    top: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p::after {
    top: 5.078125vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .credit ul {
    margin: 0vw auto 0vw;
    width: 89.3333333333vw;
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    margin: 0vw auto 0vw;
    width: 44.5vw;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.8571428571vw;
         column-gap: 2.8571428571vw;
    padding: 3.2142857143vw 0 6.6428571429vw;
  }
}
.credit ul li {
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    font-size: min(3.2vw, 12px);
    margin-bottom: min(4vw, 15px);
    height: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    font-size: min(1.2857142857vw, 18px);
    margin-bottom: min(2vw, 28px);
    height: min(2.8571428571vw, 40px);
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    width: 41.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    width: 17.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .item .small {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item .small {
    font-size: min(1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .price {
    margin-left: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .price {
    margin-left: 1.4285714286vw;
  }
}
.credit ul li a {
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .credit ul li a {
    height: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    height: min(2.6571428571vw, 40px);
  }
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "VIEW";
  position: absolute;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .credit ul li a::after {
    width: 26.6666666667vw;
    height: 5.2vw;
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  .credit ul li a::after {
    max-height: 26px;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a::after {
    width: 15.1457142857vw;
    height: 2.5907142857vw;
    font-size: min(1.2857142857vw, 18px);
  }
}
.credit ul li.com a::after, .credit ul li.sample a::after {
  content: "coming soon";
}
@media screen and (max-width: 768px) {
  .credit ul li.com a::after, .credit ul li.sample a::after {
    font-size: min(2.9333333333vw, 11px);
  }
}
.credit ul li.sample a::after {
  content: "参考商品";
}

/*--------------------------------------*
* 自動取得(セクション)
*--------------------------------------*/
#lineup h2 {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup h2 {
    margin: 13.3333333333vw 0 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 {
    margin: 7.1428571429vw 0 3.5714285714vw;
  }
}
#lineup h2 svg {
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #lineup h2 svg {
    width: min(30.6666666667vw, 115px);
    margin-bottom: min(2.4vw, 9px);
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 svg {
    width: min(16.4285714286vw, 228px);
    margin-bottom: min(1.2857142857vw, 18px);
  }
}
#lineup h2 span {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup h2 span {
    font-size: min(3.292vw, 12.345px);
  }
}
@media screen and (min-width: 769px) {
  #lineup h2 span {
    font-size: min(1.7635714286vw, 24.69px);
  }
}
#lineup ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #lineup ul {
    -moz-column-gap: 0vw;
         column-gap: 0vw;
    row-gap: 4vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul {
    -moz-column-gap: 1.4285714286vw;
         column-gap: 1.4285714286vw;
    row-gap: 2.1428571429vw;
    width: 94vw;
  }
}
#lineup li {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lineup li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  #lineup li {
    width: calc((100% - 4.2857142857vw) / 4);
  }
}
#lineup li a {
  color: #222;
}
#lineup .zetaAjax_link {
  display: block;
}
#lineup .zetaAjax_couponArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
#lineup .zetaAjax_couponArea .zetaAjax_coupon {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 10px;
}
#lineup .zetaAjax_couponArea .zetaAjax_coupon:empty {
  display: none;
}
#lineup .zetaAjax_img__120,
#lineup .zetaAjax_img__1500 {
  width: 100%;
}
#lineup .zetaAjax_name,
#lineup .zetaAjax_proper {
  box-sizing: border-box;
  padding: 0 10px;
}
#lineup .zetaAjax_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lineup .zetaAjax_name {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  #lineup .zetaAjax_name {
    font-size: min(0.8571428571vw, 12px);
  }
}
#lineup .price_wrap {
  display: flex;
}
#lineup .zetaAjax_proper {
  margin-right: 2px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #lineup .zetaAjax_proper {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  #lineup .zetaAjax_proper {
    font-size: min(0.8571428571vw, 12px);
  }
}
#lineup .zetaAjax_proper::before {
  content: "¥";
}
#lineup .zetaAjax_proper__onSale .zetaAjax_proper {
  text-decoration: line-through;
}
#lineup .zetaAjax_sale {
  color: #ee2e2e;
}
@media screen and (max-width: 768px) {
  #lineup .zetaAjax_sale {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  #lineup .zetaAjax_sale {
    font-size: min(0.8571428571vw, 12px);
  }
}
#lineup .zetaAjax_sale::before {
  content: "¥";
}
#lineup .zetaAjax_off {
  color: #ee2e2e;
}
@media screen and (max-width: 768px) {
  #lineup .zetaAjax_off {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  #lineup .zetaAjax_off {
    font-size: min(0.8571428571vw, 12px);
  }
}
#lineup .zetaAjax_off::before {
  content: "(";
}
#lineup .zetaAjax_off::after {
  content: ")";
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #faffa6;
  color: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #loading-bg .inner {
    width: 88.5333333333vw;
    height: 103.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .inner {
    width: 90%;
    height: 95%;
  }
}
#loading-bg .inner .ttl {
  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) {
  #loading-bg .inner .ttl {
    width: 68.8vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .inner .ttl {
    width: 34.2771428571vw;
  }
}
#loading-bg .inner .sub1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #loading-bg .inner .sub1 {
    width: 19.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .inner .sub1 {
    width: 9.8978571429vw;
  }
}
#loading-bg .inner .sub2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #loading-bg .inner .sub2 {
    width: 21.2vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .inner .sub2 {
    width: 10.5621428571vw;
  }
}
#loading-bg .inner .swiper_loading {
  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) {
  #loading-bg .inner .swiper_loading {
    width: 46.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .inner .swiper_loading {
    width: 23.25vw;
  }
}
#loading-bg .inner .swiper_loading {
  visibility: hidden;
}
#loading-bg .inner .swiper_loading.swiper-initialized {
  visibility: visible;
}

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

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

.wrapper {
  background-color: #faffa6;
  overflow-x: clip;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

figure {
  margin: 0 auto;
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

figure a {
  position: relative;
  display: block;
  height: auto;
}

figure a img {
  display: block;
  width: 100%;
}

figure a:hover {
  opacity: 1;
}

figure a:hover:before {
  opacity: 0.2;
}

.wrap_sticky .pic_sticky {
  position: sticky;
  top: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrap_sticky .pic_sticky {
    height: 160vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_sticky .pic_sticky {
    height: 79.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap_sticky .pic_sticky figure {
    padding: 13.3333333333vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .wrap_sticky .pic_sticky figure {
    padding: 7.1428571429vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap_sticky .pic_sticky.dummy {
    height: 98.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_sticky .pic_sticky.dummy {
    height: 26.4285714286vw;
  }
}

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

.wrap_relative {
  position: relative;
  overflow-x: hidden;
}
.wrap_relative .wrap_absolute {
  position: absolute;
}

.group {
  position: relative;
}
.group a:hover {
  opacity: 0.8;
}

.wrap_plus {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wrap_plus {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus {
    bottom: 3.125vw;
    right: 1.5625vw;
  }
}
.wrap_plus .dli_plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  height: 0.5px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap_plus .dli_plus {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus .dli_plus {
    width: 3.125vw;
  }
}
.wrap_plus .dli_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.container {
  display: grid; /* グリッドレイアウト */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    grid-template-rows: repeat(9, auto);
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (min-width: 769px) {
  .container {
    grid-template-rows: 39.84375vw 13.4375vw 26.328125vw 9.296875vw 17.265625vw 27.734375vw 7.890625vw 37.1875vw;
    grid-template-columns: repeat(9, auto);
  }
}

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

/* 初期状態（ぼかし + 非表示） */
.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で時間差を制御 */
}

.look03_txt1.fadeIn_on,
.look05_txt1.fadeIn_on {
  transition-delay: 2s;
}

.look03_txt2.fadeIn_on,
.look05_txt2.fadeIn_on {
  transition-delay: 1.5s;
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

.fv .bg.fadeIn_on {
  transition: opacity 2s ease;
}

.fv .fv_txt1_bg.fadeIn_on,
.fv .fv_txt2_bg.fadeIn_on {
  transition-delay: 1s;
}

/*===========
  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, 30%);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.look01_5.fadeIn_up {
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-delay: 1s;
}

.look03_1.fadeIn_up {
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 1s;
}

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

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: opacity 2s ease, transform 2s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.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 var(--delay, 0s);
}

/* 左から右へ */
@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 var(--delay, 0s);
}

/* 右から左へ */
@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(100% 0%, 100% 0%, 100% 100%, 100% 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 var(--delay, 0s);
}

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

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

/*===========
  上から下へ消えるアニメーション
  ===========*/
@keyframes anime_peel_off {
  from {
    /* 見えている状態 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  to {
    /* 上からクリップされて見えなくなる */
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
/* スクロールでstartクラスが付いたらアニメーション開始（追加） */
/*===========
  下から上へ消えるアニメーション
  ===========*/
@keyframes anime_peel_off_reverse {
  from {
    /* 見えている状態 */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  to {
    /* 下からクリップされて見えなくなる */
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
/* スクロールでstartクラスが付いたらアニメーション開始 */
.wrap-peel-off-target.start .peel-off-target {
  animation: anime_peel_off_reverse 1s ease forwards;
  animation-delay: 0.5s; /* 0.5秒遅延させる */
}

/*===========
  下から
  ===========*/
.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 var(--delay, 0s);
}

@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%);
  }
}
@media screen and (max-width: 768px) {
  .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_left,
  .pc_flex .pc_right {
    width: 50vw;
  }
}
@media screen and (min-width: 769px) {
  .pc_flex .pc_left {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    z-index: 15;
  }
}

.pc_right section {
  position: relative;
  margin: 0 auto;
}
.pc_right section .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section#look01 {
  background-color: #fff;
}
section#look01 .inner .wrap_sticky {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look01 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
section#look01 .inner .group {
  position: relative;
}
section#look01 .inner .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look01 .inner .group::before {
    padding-top: 131.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner .group::before {
    padding-top: 65.565vw;
  }
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_1 {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_1 {
    width: 50vw;
  }
}
section#look01 .inner figure.look01_2, section#look01 .inner figure.look01_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_2, section#look01 .inner figure.look01_3 {
    width: 86.4vw;
    padding: 19.2vw 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_2, section#look01 .inner figure.look01_3 {
    width: 43.0457142857vw;
    padding: 9.5657142857vw 0 0 !important;
  }
}
section#look01 .inner figure.look01_2 div.wrap-peel-off-target {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_2 div.wrap-peel-off-target {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_2 div.wrap-peel-off-target {
    top: 9.5657142857vw;
  }
}
section#look01 .inner figure.look01_2 div.wrap-peel-off-target {
  z-index: 2;
}
section#look01 .inner figure.look01_3 a {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_3 a {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_3 a {
    top: 9.5657142857vw;
  }
}
section#look01 .inner figure.look01_deco {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_deco {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_deco {
    width: 50vw;
  }
}
section#look01 .inner figure.look01_4 {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_4 {
    width: 65.3333333333vw;
    top: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_4 {
    width: 32.55vw;
    top: 3.72vw;
  }
}
section#look01 .inner figure.look01_5 {
  margin: 0;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_5 {
    width: 42.2666666667vw;
    top: 13.6vw;
    right: -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_5 {
    width: 21.0578571429vw;
    top: 6.7757142857vw;
    right: -1.3285714286vw;
  }
}
section#look01 .inner figure.look01_txt1 {
  margin: 0;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_txt1 {
    width: 49.3333333333vw;
    top: 80.9333333333vw;
    left: 2.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_txt1 {
    width: 24.5785714286vw;
    top: 40.3221428571vw;
    left: 1.1292857143vw;
  }
}
section#look01 .inner figure.look01_txt2 {
  margin: 0;
  position: absolute;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  section#look01 .inner figure.look01_txt2 {
    width: 30.4vw;
    top: 76.1333333333vw;
    left: 2.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner figure.look01_txt2 {
    width: 15.1457142857vw;
    top: 37.9307142857vw;
    left: 1.1292857143vw;
  }
}
section#look01 .inner .yellow_box {
  display: block;
  background-color: #faffa6;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section#look01 .inner .yellow_box {
    width: 100vw;
    height: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .inner .yellow_box {
    width: 50vw;
    height: 18.6vw;
  }
}
section#look01 .inner .credit {
  background-color: #faffa6;
}
section#look01 .inner .credit ul {
  padding-top: 0;
}

section#look02 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section#look02 .inner .swiper_fade {
    width: 100vw;
    padding-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .inner .swiper_fade {
    width: 50vw;
    padding-top: 3.1885714286vw;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .inner figure.look02_3 {
    width: 100vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .inner figure.look02_3 {
    width: 50vw;
    margin-top: 1.5942857143vw;
  }
}
section#look02 .inner figure.look02_txt1 {
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section#look02 .inner figure.look02_txt1 {
    width: 75.2vw;
    margin-top: -24vw;
    margin-left: 3.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .inner figure.look02_txt1 {
    width: 38.7514285714vw;
    margin-top: -11.9571428571vw;
    margin-left: 1.5278571429vw;
  }
}

section#look03 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section#look03 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
section#look03 .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section#look03 .inner .flex_box {
    width: 88.9333333333vw;
    margin: 6.6666666667vw auto;
    -moz-column-gap: 3.6vw;
         column-gap: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner .flex_box {
    width: 44.3078571429vw;
    margin: 3.3214285714vw;
    -moz-column-gap: 1.7935714286vw;
         column-gap: 1.7935714286vw;
  }
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_1 {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_1 {
    width: 50vw;
  }
}
section#look03 .inner figure.look03_2, section#look03 .inner figure.look03_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_2, section#look03 .inner figure.look03_3 {
    width: 86.4vw;
    padding: 19.2vw 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_2, section#look03 .inner figure.look03_3 {
    width: 43.0457142857vw;
    padding: 9.5657142857vw 0 0 !important;
  }
}
section#look03 .inner figure.look03_2 div.wrap-peel-off-target {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_2 div.wrap-peel-off-target {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_2 div.wrap-peel-off-target {
    top: 9.5657142857vw;
  }
}
section#look03 .inner figure.look03_2 div.wrap-peel-off-target {
  z-index: 2;
}
section#look03 .inner figure.look03_3 a {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_3 a {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_3 a {
    top: 9.5657142857vw;
  }
}
section#look03 .inner figure.look03_4, section#look03 .inner figure.look03_5 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_4, section#look03 .inner figure.look03_5 {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_4, section#look03 .inner figure.look03_5 {
    width: 21.2571428571vw;
  }
}
section#look03 .inner figure.look03_6 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_6 {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_6 {
    width: 50vw;
  }
}
section#look03 .inner figure.look03_txt1 {
  position: relative;
  margin: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_txt1 {
    width: 17.3333333333vw;
    top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_txt1 {
    width: 8.6357142857vw;
    top: -5.3142857143vw;
  }
}
section#look03 .inner figure.look03_txt2 {
  position: relative;
  margin: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look03 .inner figure.look03_txt2 {
    width: 45.0666666667vw;
    bottom: -125.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .inner figure.look03_txt2 {
    width: 22.4528571429vw;
    bottom: -62.31vw;
  }
}

section#look04 {
  background-color: #faffa6;
}
section#look04 .inner .group {
  position: relative;
}
section#look04 .inner .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look04 .inner .group::before {
    padding-top: 100.1325333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner .group::before {
    padding-top: 49.8871928571vw;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .inner .group._02::before {
    padding-top: 113.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner .group._02::before {
    padding-top: 56.5307142857vw;
  }
}
section#look04 .inner figure.look04_1 {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look04 .inner figure.look04_1 {
    width: 100vw;
    top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner figure.look04_1 {
    width: 50vw;
    top: 0vw;
  }
}
section#look04 .inner figure.look04_2 {
  margin: 0;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section#look04 .inner figure.look04_2 {
    width: 41.2vw;
    top: 0vw;
    left: 4.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner figure.look04_2 {
    width: 20.5264285714vw;
    top: 0vw;
    left: 2.0592857143vw;
  }
}
section#look04 .inner figure.look04_3 {
  margin: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look04 .inner figure.look04_3 {
    width: 100vw;
    top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner figure.look04_3 {
    width: 50vw;
    top: 6.6428571429vw;
  }
}
section#look04 .inner figure.look04_txt1 {
  margin: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look04 .inner figure.look04_txt1 {
    width: 14.6666666667vw;
    top: 1.7333333333vw;
    left: 1.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner figure.look04_txt1 {
    width: 7.3071428571vw;
    top: 0.8635714286vw;
    left: 0.5978571429vw;
  }
}
section#look04 .inner figure.look04_txt2 {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section#look04 .inner figure.look04_txt2 {
    width: 70.9333333333vw;
    margin-top: -24vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .inner figure.look04_txt2 {
    width: 35.34vw;
    margin-top: -11.9571428571vw;
  }
}
section#look05 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section#look05 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner .wrap_sticky .pic_sticky figure {
    padding: 0vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  section#look05 .inner .swiper_fade {
    width: 100vw;
    padding-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner .swiper_fade {
    width: 50vw;
    padding-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_1 {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_1 {
    width: 50vw;
  }
}
section#look05 .inner figure.look05_2, section#look05 .inner figure.look05_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_2, section#look05 .inner figure.look05_3 {
    width: 86.4vw;
    padding: 19.2vw 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_2, section#look05 .inner figure.look05_3 {
    width: 43.0457142857vw;
    padding: 9.5657142857vw 0 0 !important;
  }
}
section#look05 .inner figure.look05_2 div.wrap-peel-off-target {
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_2 div.wrap-peel-off-target {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_2 div.wrap-peel-off-target {
    top: 9.5657142857vw;
  }
}
section#look05 .inner figure.look05_2 div.wrap-peel-off-target {
  z-index: 2;
}
section#look05 .inner figure.look05_3 a {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_3 a {
    top: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_3 a {
    top: 9.5657142857vw;
  }
}
section#look05 .inner figure.look05_txt1 {
  position: relative;
  margin: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_txt1 {
    width: 89.4666666667vw;
    top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_txt1 {
    width: 44.5735714286vw;
    top: -5.3142857143vw;
  }
}
section#look05 .inner figure.look05_txt2 {
  position: relative;
  margin: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look05 .inner figure.look05_txt2 {
    width: 89.4666666667vw;
    bottom: -127.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .inner figure.look05_txt2 {
    width: 44.5735714286vw;
    bottom: -63.5057142857vw;
  }
}/*# sourceMappingURL=style.css.map */