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

.caption {
  font-family: "kudryashev-d-excontrast", 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;
  }
}

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

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer_bg {
  background-color: #f8cfe1;
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 84vw;
    padding: 6.6666666667vw 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 58.203125vw;
    padding: 2.734375vw 0 0.78125vw;
  }
}
footer .footer_bg .inner a:hover {
  opacity: 0.4;
}
footer .footer_bg .inner .link ul {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .link ul li {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .link ul li {
    margin-bottom: 1.171875vw;
    font-size: 1.171875vw;
  }
}
footer .footer_bg .inner .link ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
footer .footer_bg .inner .link ul li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url("../../assets/images/arrow_wh.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .link ul li a::after {
    padding-left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .link ul li a::after {
    padding-left: 1.40625vw;
  }
}
footer .footer_bg .inner .logo_btn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .logo_btn {
    width: 26.6666666667vw;
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .logo_btn {
    width: 7.1428571429vw;
    padding: 6.4285714286vw 0 0.78125vw;
  }
}
footer .footer_bg .inner .logo_btn svg .cls-1 {
  fill: #fff;
}
footer .footer_bg .inner .copyright {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner .copyright {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner .copyright {
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#fv {
  width: 100%;
  position: relative;
  color: #fff;
}
#fv .inner {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
#fv .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
#fv .inner .fv_logo {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #fv .inner .fv_logo {
    width: 26.1333333333vw;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .fv_logo {
    width: 10.546875vw;
    left: 2.734375vw;
    top: 2.34375vw;
  }
}
#fv .inner .fv_logo svg .cls-1 {
  fill: #fff;
}
#fv .inner .fv_logo p {
  line-height: 1.214;
}
@media screen and (max-width: 768px) {
  #fv .inner .fv_logo p {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .fv_logo p {
    font-size: 1.171875vw;
    margin-top: 0.625vw;
  }
}
#fv .inner .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #fv .inner .img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .img {
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
  }
}
#fv .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #fv .inner .img img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .img img {
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
  }
}
#fv .inner h1 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 {
    width: 141.8666666667vw;
    right: -28.0666666667vw;
    bottom: -9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 {
    width: 66.953125vw;
    right: -12.96875vw;
    bottom: -16.953125vw;
  }
}

.inview1 {
  opacity: 0; /*表示前に透明にしておく */
  transition: 1s; /*移動にかける時間 */
}

.inview1.show {
  opacity: 1;
}

.jsc-fadeIn-1,
.jsc-fadeIn-2,
.jsc-fadeIn-3,
.jsc-fadeIn-4,
.jsc-fadeIn-5 {
  opacity: 0;
  transition: opacity 1s;
}

.jsc-fadeIn-1.is-active,
.jsc-fadeIn-2.is-active,
.jsc-fadeIn-3.is-active,
.jsc-fadeIn-4.is-active,
.jsc-fadeIn-5.is-active {
  opacity: 1;
}

.jsc-fadeIn-1.is-active {
  transition-delay: 0.3s;
}

.jsc-fadeIn-2.is-active {
  transition-delay: 0.6s;
}

.jsc-fadeIn-3.is-active {
  transition-delay: 0.9s;
}

.jsc-fadeIn-4.is-active {
  transition-delay: 1.2s;
}

.jsc-fadeIn-5.is-active {
  transition-delay: 1.5s;
}

/*--------------------------------------*
* 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;
  position: relative;
}
@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::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 {
    display: flex;
    justify-content: flex-end;
    margin-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    position: absolute;
    right: 8.59375vw;
    bottom: 0;
  }
}
.credit ul li {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@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: 0.9375vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li a {
  color: #333;
  display: inline-block;
  border-bottom: 0.8px solid #333;
  padding-bottom: 1px;
}
.credit ul li a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  #look2 .credit {
    margin-right: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #look2 .credit {
    right: auto;
    left: 5.859375vw;
  }
}

@media screen and (max-width: 768px) {
  #look4 .credit.num1 {
    margin-left: 10.6666666667vw;
    justify-content: flex-start;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #look4 .credit.num1 {
    top: 57.8125vw;
    left: 36.015625vw;
  }
}

@media screen and (max-width: 768px) {
  #look5 .credit {
    margin-right: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #look5 .credit {
    right: auto;
    left: 22.890625vw;
  }
}

@media screen and (max-width: 768px) {
  #look6 .credit {
    margin-right: 0;
    margin-left: 6.6666666667vw;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  #look6 .credit {
    right: 5.859375vw;
  }
}

/*--------------------------------------*
* 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%;
}

section {
  overflow: hidden;
}

svg {
  width: 100%;
}

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

#loading-bg .logo_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #loading-bg .logo_wrap {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .logo_wrap {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}
#loading-bg .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#loading-bg .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../../assets/images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#contents {
  background-color: #fff;
}
#contents .wrap_look {
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .wrap_look {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .wrap_look {
    width: 66.015625vw;
    margin: 0 auto 7.8125vw;
  }
}
#contents .wrap_look::before {
  content: "";
  display: block;
}
#contents .wrap_look .txt_svg {
  position: absolute;
}
#contents .wrap_look p.txt1,
#contents .wrap_look p.txt2 {
  position: absolute;
  line-height: 1.2;
  font-family: "kudryashev-d-excontrast", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contents .wrap_look p.txt1,
  #contents .wrap_look p.txt2 {
    width: 26.6666666667vw;
    font-size: 3.7333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .wrap_look p.txt1,
  #contents .wrap_look p.txt2 {
    width: 7.8125vw;
    font-size: 1.09375vw;
    font-size: 0.9375vw;
  }
}
#contents .wrap_look p.txt1 span,
#contents .wrap_look p.txt2 span {
  display: block;
}
#contents .wrap_look p.txt1 span:nth-child(n+2),
#contents .wrap_look p.txt2 span:nth-child(n+2) {
  margin-top: 1em;
}
#contents .wrap_look .wrap_look_box {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
}
#contents .wrap_look .wrap_look_box .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents .wrap_look .wrap_look_box .inner::before {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #contents .wrap_look .wrap_look_box .inner .fig_main {
    width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #contents .wrap_look .wrap_look_box .inner .fig_main {
    position: absolute;
    width: 31.25vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents .wrap_look .wrap_look_box .inner .fig_sub {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #contents .wrap_look .wrap_look_box .inner .fig_sub {
    position: absolute;
    width: 25.390625vw;
    right: 4.6875vw;
    top: 15.625vw;
  }
}
#contents #wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look::before {
    padding-top: 482.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look::before {
    padding-top: 107.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look .txt_svg {
    width: 81.3333333333vw;
    top: 167.2vw;
    left: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look .txt_svg {
    width: 25.859375vw;
    top: 8.4375vw;
    left: 32.8125vw;
  }
}
#contents #look1.wrap_look p.txt1,
#contents #look1.wrap_look p.txt2 {
  color: #e9bbe1;
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look p.txt1,
  #contents #look1.wrap_look p.txt2 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look p.txt1,
  #contents #look1.wrap_look p.txt2 {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look p.txt1 {
    top: 198.6666666667vw;
    left: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look p.txt1 {
    top: 18.28125vw;
    left: 34.296875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look p.txt2 {
    top: 315.7333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look p.txt2 {
    top: 55.703125vw;
    right: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look1.wrap_look .wrap_look_box .inner::before {
    padding-top: 107.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 29.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look .wrap_look_box .inner .fig_sub {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look1.wrap_look .wrap_look_box .inner .slide_slider {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look2.wrap_look::before {
    padding-top: 340.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look::before {
    padding-top: 62.65625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look2.wrap_look .txt_svg {
    width: 82.1333333333vw;
    top: 169.8666666667vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look .txt_svg {
    width: 24.453125vw;
    top: 9.6875vw;
    left: 2.65625vw;
  }
}
#contents #look2.wrap_look p.txt1 {
  color: #fce377;
}
@media screen and (max-width: 768px) {
  #contents #look2.wrap_look p.txt1 {
    top: 182.9333333333vw;
    left: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look p.txt1 {
    top: 13.359375vw;
    left: 3.671875vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look .wrap_look_box .inner::before {
    padding-top: 62.65625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look2.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look .wrap_look_box .inner .fig_main {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents #look2.wrap_look .wrap_look_box .inner .fig_sub {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look2.wrap_look .wrap_look_box .inner .fig_sub {
    right: auto;
    left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look3.wrap_look::before {
    padding-top: 344vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look::before {
    padding-top: 102.1875vw;
  }
}
#contents #look3.wrap_look .txt_svg {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents #look3.wrap_look .txt_svg {
    width: 78.9333333333vw;
    top: 152vw;
    left: -34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look .txt_svg {
    width: 26.5625vw;
    top: 40vw;
    left: 2.8125vw;
  }
}
#contents #look3.wrap_look p.txt1 {
  color: #bbe4e9;
}
@media screen and (max-width: 768px) {
  #contents #look3.wrap_look p.txt1 {
    width: 66.6666666667vw;
    top: 173.8666666667vw;
    left: 34.4vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look p.txt1 {
    width: 19.53125vw;
    top: 51.328125vw;
    left: 39.0625vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look .wrap_look_box .inner::before {
    padding-top: 102.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look3.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look .wrap_look_box .inner .fig_main {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  #contents #look3.wrap_look .wrap_look_box .inner .swiper_center {
    top: 57.03125vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look3.wrap_look .wrap_look_box .inner .slide_slider {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #others_fig.wrap_look::before {
    padding-top: 120vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #others_fig.wrap_look::before {
    padding-top: 41.25vw;
  }
}
#contents #others_fig.wrap_look p.txt1 {
  color: #c9eed2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #contents #others_fig.wrap_look p.txt1 {
    width: 66.6666666667vw;
    bottom: 0;
    left: 6.6666666667vw;
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #others_fig.wrap_look p.txt1 {
    width: 23.046875vw;
    bottom: 0;
    left: 13.4375vw;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #others_fig.wrap_look .wrap_look_box .inner::before {
    padding-top: 41.25vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #others_fig.wrap_look .wrap_look_box .inner .fig_main {
    width: 66.6666666667vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #contents #others_fig.wrap_look .wrap_look_box .inner .fig_main {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look::before {
    padding-top: 505.6vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look::before {
    padding-top: 115.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look .txt_svg {
    width: 80.2666666667vw;
    top: 158.6666666667vw;
    left: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look .txt_svg {
    width: 25.78125vw;
    top: 6.875vw;
    left: 31.953125vw;
  }
}
#contents #look4.wrap_look p.txt1,
#contents #look4.wrap_look p.txt2 {
  color: #e9bbe1;
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look p.txt1,
  #contents #look4.wrap_look p.txt2 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look p.txt1,
  #contents #look4.wrap_look p.txt2 {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look p.txt1 {
    top: 194.1333333333vw;
    left: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look p.txt1 {
    top: 18.984375vw;
    left: 34.140625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look p.txt2 {
    top: 313.3333333333vw;
    right: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look p.txt2 {
    top: 55.78125vw;
    right: 2.65625vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look .wrap_look_box .inner::before {
    padding-top: 115.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look .wrap_look_box .inner .fig_sub {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look4.wrap_look .wrap_look_box .inner .swiper_center {
    top: 66.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look4.wrap_look .wrap_look_box .inner .swiper_center .slide_slider {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look5.wrap_look::before {
    padding-top: 344.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look5.wrap_look::before {
    padding-top: 56.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look5.wrap_look .txt_svg {
    width: 96.8vw;
    top: 164.8vw;
    left: -1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look5.wrap_look .txt_svg {
    width: 30.3125vw;
    top: 6.25vw;
    left: 32.421875vw;
  }
}
#contents #look5.wrap_look p.txt1 {
  color: #fce377;
}
@media screen and (max-width: 768px) {
  #contents #look5.wrap_look p.txt1 {
    width: 53.3333333333vw;
    top: 184.5333333333vw;
    left: 41.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look5.wrap_look p.txt1 {
    width: 15.625vw;
    top: 12.65625vw;
    left: 45.078125vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look5.wrap_look .wrap_look_box .inner::before {
    padding-top: 56.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look5.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 34.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look5.wrap_look .wrap_look_box .inner .fig_sub {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look6.wrap_look::before {
    padding-top: 316.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look6.wrap_look::before {
    padding-top: 60.78125vw;
  }
}
#contents #look6.wrap_look .txt_svg {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents #look6.wrap_look .txt_svg {
    width: 78.9333333333vw;
    top: 149.3333333333vw;
    left: 56.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look6.wrap_look .txt_svg {
    width: 28.90625vw;
    top: 4.0625vw;
    left: 19.6875vw;
  }
}
#contents #look6.wrap_look p.txt1 {
  color: #bbe4e9;
}
@media screen and (max-width: 768px) {
  #contents #look6.wrap_look p.txt1 {
    width: 21.3333333333vw;
    top: 217.3333333333vw;
    left: 77.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look6.wrap_look p.txt1 {
    width: 6.25vw;
    top: 27.65625vw;
    left: 34.0625vw;
  }
}
@media screen and (min-width: 769px) {
  #contents #look6.wrap_look .wrap_look_box .inner::before {
    padding-top: 60.78125vw;
  }
}
#contents #look6.wrap_look .wrap_look_box .inner .fig_main {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #contents #look6.wrap_look .wrap_look_box .inner .fig_main {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contents #look6.wrap_look .wrap_look_box .inner .fig_sub {
    padding-bottom: 5.3333333333vw;
    margin: 0;
  }
}

#ending {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ending .inner .staff {
    margin: 26.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #ending .inner .staff {
    margin: 9.375vw auto;
  }
}
#ending .inner .staff ul li {
  font-size: 14px;
  margin-bottom: 8px;
}
#ending .inner .staff ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #ending .inner .staff ul li {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #ending .inner .staff ul li {
    font-size: 0.859375vw;
  }
}

.button_wrap:hover {
  opacity: 0.6;
}
.button_wrap .button {
  font-family: "kudryashev-d-excontrast", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #333;
  border: #333 solid 1px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button_wrap .button {
    width: 74.6666666667vw;
    height: 16vw;
    font-size: 4.8vw;
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .button_wrap .button {
    width: 21.875vw;
    height: 4.6875vw;
    font-size: 1.40625vw;
    margin-bottom: 9.375vw;
  }
}
.button_wrap .button::before {
  content: "";
  display: inline-block;
  background-color: #f8cfe1;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .button_wrap .button::before {
    width: 74.6666666667vw;
    height: 16vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .button_wrap .button::before {
    width: 21.875vw;
    height: 4.6875vw;
    top: 0.234375vw;
    left: 0.234375vw;
  }
}
.button_wrap .button:hover {
  opacity: 1;
}

.slick_loop {
  position: relative;
  width: 600px; /* SP時の最大幅 */
  margin: 0 auto; /* 中央配置 */
  overflow: hidden; /* はみ出しを防ぐ */
}
@media screen and (min-width: 769px) {
  .slick_loop {
    width: 1680px; /* PC時は7枚分（240px × 7） */
  }
}
.slick_loop .loop_item .loop_item_inner {
  padding: 0 2.5px;
}

.slick_loop .loop_item {
  display: flex;
  justify-content: center; /* 画像を中央寄せ */
  align-items: center;
}
.slick_loop .loop_item img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切にトリミング */
}
@media screen and (max-width: 768px) {
  .slick_loop .loop_item img {
    max-width: 40vw; /* SP時の1枚のスライド幅 */
  }
}
@media screen and (min-width: 769px) {
  .slick_loop .loop_item img {
    max-width: 17.578125vw; /* PC時のスライド幅 */
  }
}

.slick-list {
  padding: 0 !important; /* 余計なパディングをなくす */
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fadeSwiper {
  cursor: grab;
}

.fadeSwiper:active {
  cursor: grabbing;
}

@media screen and (min-width: 769px) {
  .swiper_center {
    position: absolute;
    width: 50.78125vw;
    top: 60.15625vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .slide_slider .swiper-wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .slide_slider .swiper-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .slide_slider .swiper-wrapper .swiper-slide {
    width: 80vw !important;
  }
}
@media screen and (min-width: 769px) {
  .slide_slider .swiper-wrapper .swiper-slide {
    width: 25.390625vw;
  }
}

/* 回転アニメーションの定義 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 回転する要素のスタイル */
.rotate_box {
  width: 100%;
  height: auto;
  animation: rotateAnimation 15s linear infinite;
}

/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: 2s;
}

#fv .fadeIn_on {
  transition-delay: 0.5s; /* 2秒遅延 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition-duration: 2s;
  transition-timing-function: ease;
}

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

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: 2s;
  transition-timing-function: ease;
}

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

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

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

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

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

.clip_text {
  display: inline-block;
  transition: all 1s ease;
}

.clip_text.left {
  clip-path: inset(0% 100% 0% 0%);
}

.clip_text.reveal.left {
  clip-path: inset(0% 0% 0% 0%);
}

.overlap-section {
  position: relative;
  height: 100vh;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */