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

.sub {
  font-family: "canto", serif;
  font-weight: 400;
  font-style: italic;
}

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

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

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

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #8c3321;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
#loading-bg .sub {
  font-family: "canto", serif;
  font-weight: 400;
  font-style: italic;
  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: #fff;
}
footer .footer_bg {
  background-color: #86490a;
}
@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 {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 1.171875vw;
  }
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 1px solid #fff;
  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: 24vw 0 4vw;
    width: 34.4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 7.03125vw 0 1.171875vw;
    width: 10.078125vw;
  }
}
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;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: block;
}
@media screen and (min-width: 769px) {
  .fv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.fv .img {
  background-color: #e4e1da;
}
@media screen and (min-width: 769px) {
  .fv .img {
    width: 62.5vw;
    overflow: hidden;
  }
}
.fv .img .swiper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fv h1 {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .fv h1 {
    width: 79.2vw;
    margin: 0 auto;
    margin-top: -4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    width: 31.25vw;
    left: 2.8515625vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
#lead {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lead {
    width: 66.6666666667vw;
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 39.0625vw;
    margin: 7.03125vw auto;
  }
}
#lead p {
  text-align: center;
  line-height: 3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 1.09375vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@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;
}
.credit ul li .item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    width: 21.3333333333vw;
    margin-left: 0.5333333333vw;
    margin-right: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    width: 6.25vw;
    margin-left: 0.15625vw;
    margin-right: 1.5625vw;
    font-size: 1.09375vw;
  }
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .small {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .small {
    font-size: 0.625vw;
  }
}
.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;
  }
}
.credit ul li a.com, .credit ul li a.sample {
  position: relative;
  pointer-events: none;
}
.credit ul li a.com::after, .credit ul li a.sample::after {
  content: "coming soon";
  position: absolute;
  background-color: transparent;
  border: solid 0.75px #6c3801;
  color: #6c3801;
  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.com::after, .credit ul li a.sample::after {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a.com::after, .credit ul li a.sample::after {
    font-size: 0.546875vw;
  }
}
.credit ul li a.sample {
  pointer-events: none;
}
.credit ul li a.sample::after {
  content: "参考商品";
}

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

#look_area section .group .credit ul li .item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #look_area section .group .credit ul li .item {
    width: 21.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .group .credit ul li .item {
    width: 6.25vw;
    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;
}
@media screen and (max-width: 768px) {
  section#look02 .group .credit,
  section#look05 .group .credit {
    width: 66.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .credit,
  section#look05 .group .credit {
    width: 19.53125vw !important;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .group .credit ul li .item,
  section#look05 .group .credit ul li .item {
    width: 32vw !important;
    margin-right: 2.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .credit ul li .item,
  section#look05 .group .credit ul li .item {
    width: 9.375vw !important;
    margin-right: 0.78125vw !important;
  }
}

/*--------------------------------------*
* 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;
}
.wrapper .logo {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .wrapper .logo {
    width: 24.2666666667vw;
    top: 6.6666666667vw;
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .logo {
    width: 9.6875vw;
    top: 2.5vw;
    left: 1.953125vw;
  }
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

#look_area section {
  background-color: #86490a;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #look_area section {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
}
#look_area section .colorbox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#look_area section .colorbox .color {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #6c3801;
}
#look_area section .colorbox img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#look_area section .colorbox.right-to-left .color {
  top: 0;
  right: 0; /* 右から左 */
  left: auto;
}
#look_area section .colorbox.left-to-right .color {
  top: 0;
  left: -100%; /* 左から右 */
  right: auto;
}
#look_area section .colorbox.top-to-bottom .color {
  top: -100%; /* 上→下 */
  left: 0;
  right: auto;
}
#look_area section .colorbox.bottom-to-top .color {
  bottom: -100%; /* 下→上 */
  left: 0;
  right: auto;
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap {
    width: 70.3125vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4.6875vw;
         column-gap: 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .colorbox {
    width: 35.15625vw;
  }
}
#look_area section .main_wrap .main_img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .main_img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .main_img {
    width: 35.15625vw;
  }
}
#look_area section .main_wrap .main_img h2 {
  color: #86490a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .main_img h2 {
    width: 89.8666666667vw;
    top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .main_img h2 {
    width: 31.5625vw;
    top: 1.25vw;
    -moz-column-gap: 1.171875vw;
         column-gap: 1.171875vw;
  }
}
#look_area section .main_wrap .main_img h2 span {
  display: block;
}
#look_area section .main_wrap .main_img h2 .note {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .main_img h2 .note {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .main_img h2 .note {
    font-size: 1.015625vw;
  }
}
#look_area section .main_wrap .main_img h2 .note::after {
  content: "";
  display: block;
  height: 0.5px;
  background: #86490a;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .main_img h2 .note::after {
    width: 38.6666666667vw;
    margin-left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .main_img h2 .note::after {
    width: 13.59375vw;
    margin-left: 1.171875vw;
  }
}
#look_area section .main_wrap .main_img h2 .num {
  margin-top: -0.15em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .main_img h2 .num {
    font-size: 32vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .main_img h2 .num {
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .detail {
    margin: 18.6666666667vw auto 16vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .detail {
    margin: 5.46875vw auto 4.6875vw;
  }
}
#look_area section .main_wrap .detail .item_name {
  text-align: center;
  position: relative;
}
#look_area section .main_wrap .detail .item_name h3 {
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .detail .item_name h3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .detail .item_name h3 {
    font-size: 1.25vw;
  }
}
#look_area section .main_wrap .detail .item_name p {
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .detail .item_name p {
    font-size: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .detail .item_name p {
    font-size: 2.578125vw;
  }
}
#look_area section .main_wrap .detail .comment {
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #look_area section .main_wrap .detail .comment {
    width: 74.6666666667vw;
    font-size: 3.2vw;
    margin: 9.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .main_wrap .detail .comment {
    width: 21.875vw;
    font-size: 0.9375vw;
    margin: 2.734375vw auto;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .group {
    width: 68.75vw;
    margin: 4.6875vw auto 0;
  }
}

@media screen and (min-width: 769px) {
  section#look01 {
    padding-top: 0vw;
  }
}
section#look01 .main_wrap .detail .item_name p {
  letter-spacing: 0.05em;
}
section#look01 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look01 .group::before {
    padding-top: 372.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .group::before {
    padding-top: 58.46328125vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .group .credit {
    bottom: 0vw;
    right: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look01 .group .look01_1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look01 .group .look01_1 {
    width: 31.25vw;
    top: 0;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look01 .group .look01_2 {
    width: 58.6666666667vw;
    top: 188.2666666667vw;
    left: 32vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .group .look01_2 {
    width: 17.1875vw;
    top: 5.546875vw;
    left: 12.1875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look01 .group .look01_3 {
    width: 74.6666666667vw;
    bottom: 0vw;
    left: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look01 .group .look01_3 {
    width: 21.875vw;
    bottom: 0;
    left: 5.546875vw;
  }
}

section#look02,
section#look05 {
  background-color: #f0efee;
}
@media screen and (max-width: 768px) {
  section#look02,
  section#look05 {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .main_wrap .colorbox,
  section#look05 .main_wrap .colorbox {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .main_wrap .main_img,
  section#look05 .main_wrap .main_img {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
}
section#look02 .main_wrap .main_img h2,
section#look05 .main_wrap .main_img h2 {
  transform: rotate(90deg);
  transform-origin: left top;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look02 .main_wrap .main_img h2,
  section#look05 .main_wrap .main_img h2 {
    width: 109.8666666667vw;
    top: 18.6666666667vw;
    left: 92vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .main_wrap .main_img h2,
  section#look05 .main_wrap .main_img h2 {
    width: 40.625vw;
    top: 5.46875vw;
    left: 33.59375vw;
    -moz-column-gap: 2.34375vw;
         column-gap: 2.34375vw;
  }
}
section#look02 .main_wrap .main_img h2 .note::after,
section#look05 .main_wrap .main_img h2 .note::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  section#look02 .main_wrap .main_img h2 .note::after,
  section#look05 .main_wrap .main_img h2 .note::after {
    width: 50.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .main_wrap .main_img h2 .note::after,
  section#look05 .main_wrap .main_img h2 .note::after {
    width: 18.75vw;
    margin-left: 3.125vw;
  }
}
section#look02 .main_wrap .detail .item_name h3,
section#look05 .main_wrap .detail .item_name h3 {
  color: #86490a;
}
section#look02 .main_wrap .detail .item_name p,
section#look05 .main_wrap .detail .item_name p {
  color: rgba(134, 73, 10, 0.12);
}
section#look02 .main_wrap .comment,
section#look05 .main_wrap .comment {
  color: #111;
}

@media screen and (min-width: 769px) {
  section#look02 .main_wrap {
    flex-direction: row-reverse;
  }
}
section#look02 .main_wrap .detail .item_name p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  section#look02 .main_wrap .detail .item_name p {
    font-size: 9.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .main_wrap .detail .item_name p {
    font-size: 2.890625vw;
  }
}
section#look02 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look02 .group::before {
    padding-top: 336.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group::before {
    padding-top: 57.68203125vw;
  }
}
section#look02 .group .credit {
  transform: none;
}
@media screen and (max-width: 768px) {
  section#look02 .group .credit {
    left: auto;
    right: 5.0666666667vw;
    top: 128vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .credit {
    bottom: 0;
    left: auto;
    right: 35.390625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .group .look02_1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .look02_1 {
    width: 31.25vw;
    top: 0;
    left: 2.1875vw;
  }
}
section#look02 .group .look02_2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  section#look02 .group .look02_2 {
    width: 90.1333333333vw;
    top: 188.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .look02_2 {
    width: 26.40625vw;
    top: 7.578125vw;
    right: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .group .look02_2 .look02_2_1,
  section#look02 .group .look02_2 .look02_2_2 {
    width: 45.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .look02_2 .look02_2_1,
  section#look02 .group .look02_2 .look02_2_2 {
    width: 13.203125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look02 .group .look02_3 {
    width: 90.1333333333vw;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look02 .group .look02_3 {
    width: 26.40625vw;
    top: 26.796875vw;
    right: 2.1875vw;
  }
}

@media screen and (max-width: 768px) {
  section#look03 .main_wrap .detail .item_name p {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .main_wrap .detail .item_name p {
    font-size: 3.125vw;
  }
}
section#look03 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look03 .group::before {
    padding-top: 302.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group::before {
    padding-top: 53.515625vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group .credit {
    left: 8.984375vw;
    top: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look03 .group .look03_1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group .look03_1 {
    width: 31.25vw;
    top: 0vw;
    right: 0vw;
  }
}
section#look03 .group .look03_2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  section#look03 .group .look03_2 {
    width: 89.8666666667vw;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group .look03_2 {
    width: 26.328125vw;
    bottom: 0vw;
    left: 4.296875vw;
    -moz-column-gap: 0.546875vw;
         column-gap: 0.546875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look03 .group .look03_2 .look03_2_1,
  section#look03 .group .look03_2 .look03_2_2 {
    width: 44vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group .look03_2 .look03_2_1,
  section#look03 .group .look03_2 .look03_2_2 {
    width: 12.890625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look03 .group .look03_2 .look03_2_2 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look03 .group .look03_2 .look03_2_2 {
    margin-top: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  section#look04 .main_wrap {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .main_wrap .main_img h2 {
    width: 92vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .main_wrap .main_img h2 {
    width: 32.03125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .main_wrap .detail .item_name p {
    font-size: 11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .main_wrap .detail .item_name p {
    font-size: 3.4375vw;
  }
}
section#look04 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look04 .group::before {
    padding-top: 340.088vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group::before {
    padding-top: 54.79140625vw;
  }
}
section#look04 .group .credit {
  transform: none;
}
@media screen and (max-width: 768px) {
  section#look04 .group .credit {
    left: 5.0666666667vw;
    top: 128vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group .credit {
    bottom: 0vw;
    left: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .group .look04_1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group .look04_1 {
    width: 31.25vw;
    top: 0vw;
    left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .group .look04_2 {
    width: 58.6666666667vw;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group .look04_2 {
    width: 17.1875vw;
    bottom: 2.578125vw;
    right: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .group .look04_2 .look04_2_1,
  section#look04 .group .look04_2 .look04_2_2 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group .look04_2 .look04_2_1,
  section#look04 .group .look04_2 .look04_2_2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section#look04 .group .look04_2 .look04_2_1 {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look04 .group .look04_2 .look04_2_1 {
    margin-bottom: 0.78125vw;
  }
}

section#look05 {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  section#look05 .main_wrap .detail .item_name p {
    font-size: 11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .main_wrap .detail .item_name p {
    font-size: 3.4375vw;
  }
}
section#look05 .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look05 .group::before {
    padding-top: 363.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .group::before {
    padding-top: 57.68203125vw;
  }
}
section#look05 .group .credit {
  transform: none;
}
@media screen and (max-width: 768px) {
  section#look05 .group .credit {
    left: auto;
    right: 5.0666666667vw;
    top: 128vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .group .credit {
    left: 37.734375vw;
    bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look05 .group .look05_1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look05 .group .look05_1 {
    width: 31.25vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  section#look05 .group .look05_2 {
    width: 58.6666666667vw;
    bottom: 102.1333333333vw;
    left: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .group .look05_2 {
    width: 17.1875vw;
    top: 2.421875vw;
    left: 5.703125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look05 .group .look05_3 {
    width: 74.6666666667vw;
    bottom: 0vw;
    left: 16vw;
  }
}
@media screen and (min-width: 769px) {
  section#look05 .group .look05_3 {
    width: 21.875vw;
    top: 26.09375vw;
    left: 7.65625vw;
  }
}

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

@media screen and (max-width: 768px) {
  .all_btn {
    width: 73.0666666667vw;
    margin: 0vw auto 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .all_btn {
    width: 100%;
    max-width: min(28.4375vw, 364px);
    margin: 0vw auto 6.25vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 48vw;
    height: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper-slide {
    width: 21.3171875vw;
    height: 26.0546875vw;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=style.css.map */