@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #C3C3C3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

#container {
  position: relative;
}

#container p{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
font-size: 1.2rem;
color: #2C2723;
line-height: 1.6;
text-align: left;
}

#container .kv-wrapper{
  width:65%;
  margin: 0 auto 150px;
}

#container .kv-wrapper .kv{
  position: relative;
}

#container .kv-wrapper .kv .ttl{
  position: absolute;
  top:40%;
  width:100%;
}

#container .kv-wrapper .kv .logo{
  position: absolute;
  top:3%;
  right:3%;
  width:100px;
}

#container .look-wrapper .look-box .look{
  margin-bottom:150px;
  background-color: #fff;
}

#container .look-wrapper .look-box .lk1 .photo-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container .look-wrapper .look-box .lk2 .photo{
  width:65%;
  margin: 0 auto 50px;
}

#container .look-wrapper .look-box .sticky-box{
  position: relative;
  z-index: 5;
}

#container .look-wrapper .look-box .sticky-box .sticky{
  position: sticky;
  top:-15%;
  z-index: 1;
}

#container .look-wrapper .look-box .lk3{
  position: relative;
  z-index: 2;}

#container .look-wrapper .look-box .lk7{
  position: relative;
  z-index: 4;}



#container .look-wrapper .look-box .lk3 .sticky { z-index: -1; }
#container .look-wrapper .look-box .lk7 .sticky { z-index: -2; }


#container .look-wrapper .look-box .lk4 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width:95%;
  margin: 50px auto 0;
}

#container .look-wrapper .look-box .lk4 .flex .photo{
  width:60%;
}

#container .look-wrapper .look-box .lk4 .flex .photo:first-child{
  margin: 0 0 50px auto;
}

#container .look .credit{
  text-align: left;
  padding-top: 15px;
  background-color: #fff;
}

#container .look .credit-box .credit p{
  width:95%;
  margin-left: auto;
  margin-right: auto;
}

#container .look-wrapper .look-box .lk5{
  width:65%;
  margin: 0 auto 150px;
}

#container .look-wrapper .look-box .lk6 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px auto 0;
  row-gap: 50px;
}

#container .look-wrapper .look-box .lk6 .flex .photo{
  width:70%;
}

#container .look-wrapper .look-box .lk6 .flex .box{
  margin: 0 0 0 auto;
  width:50%;
}

#container .look-wrapper .look-box .lk7{
  background-color: #fff;
}

#container .look-wrapper .look-box .lk7 .sticky,
#container .look-wrapper .look-box .lk7 .flex{
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
  background-color: #fff;
}

#container .look-wrapper .look-box .lk7 .box{
  background-color: #fff;
}

#container .look-wrapper .look-box .lk7 .wd90{
  width:90%;
  margin-left: auto;
  margin-right: auto;
}

#container .look-wrapper .look-box .lk7 .img{
  width:50%;
}

#container .look-wrapper .look-box .lk7 .credit-box{
  width:100%;
}

#container .look-wrapper .look-box .lk7 .photo{
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #fff;
}

#container .look-wrapper .look-box .lk7 .photo img{
  width:65%;
  margin: 0 auto;
}

#container .look-wrapper .look-box .staff-credit{
  margin-bottom: 100px;
}

#container .look-wrapper .look-box .staff-credit .name p{
  font-size: 1.1rem;
  text-align: center;
}

/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-top: #000 1px solid;
}

.footer-wrapper p{
font-size: 1.2rem;
line-height: 1.5;
color:#2C2723;
text-align: center;
}

.footer-wrapper a:hover {
  text-decoration: underline;
}

.footer-wrapper .footer-box .flex{
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}


.footer-wrapper .navi-box{
  width:300px;
}

.footer-wrapper .navi-box .navi{
  width: 50%;
}

#container .footer-wrapper .copy p{
  text-align: center;
  font-size: 9px;
  margin: 0px auto;
  padding-bottom: 20px;
}

/*set*/
.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.re{
  flex-direction: column-reverse;
}

.slick-slide img {
  display: block;
}

.type{
  display: block;
  visibility: hidden;
}

.scroll-blurfade {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.2s ease, transform 1.2s ease, filter 1.2s ease;
  will-change: opacity, transform, filter;
}

.scroll-blurfade.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0); /* シャープに */
}

.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .4s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*モノクロから色づくCSS*/
.fadeInMonoTrigger {
  filter: grayscale(1) brightness(0.7);
}

.fadeInMono {
  animation: fadeInMonoAnime .4s .8s both;
  transition: all 1.2s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {
    filter: grayscale(1) brightness(0.7);
  }
  100% {
    filter: grayscale(0) brightness(1);
  }
}


/* ====== 速度・ディレイ違いのパターン ====== */

/* パターン1：すぐ発動・速い */
.fadeInMono.fast {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* パターン2：中くらい */
.fadeInMono.medium {
  animation-duration: 1.4s;
  animation-delay: 1s;
}

/* パターン3：ゆっくり・遅れて */
.fadeInMono.slow {
  animation-duration: 1.8s;
  animation-delay: 1.2s;
}


.start1 {
  animation: fade 1s ease-in .6s 1 normal backwards;
}

.start2 {
  animation: fade 1s ease-in 1.2s 1 normal backwards;
}

.start3 {
  animation: fade 1s ease-in 1.5s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.js-slider .slick-slide {
  height: auto !important;
}

.js-slider img {
  width: calc(100vw / 3);
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .js-slider img {
    width: calc(100vw / 1.5);
  }
}


/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  body {
    position: relative;
  }

  html, body {
    overflow-x: unset;
  }

  #container {
    display: block;
  }

  #container .kv-wrapper {
    width: 100%;
    margin: 0 auto 100px;
}

#container .kv-wrapper .kv .logo {
  width: 80px;
}

#container .look-wrapper .look-box .look {
  margin-bottom: 100px;
}

#container .look-wrapper .look-box .lk1{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#container .look-wrapper .look-box .lk1 .photo-box {
  flex-wrap: wrap;
}

#container .look-wrapper .look-box .lk2 .photo {
  width: 100%;
  margin: 0 auto 30px;
}

#container .look-wrapper .look-box .lk4 .flex .photo:first-child {
  margin: 0 0 30px auto;
}

#container .look-wrapper .look-box .lk4 .flex .photo {
  width: 80%;
}

#container .look-wrapper .look-box .lk5 {
  width: 90%;
  margin: 0 auto 100px;
}

#container .look-wrapper .look-box .lk6 .flex {
  margin: 30px auto 0;
  row-gap: 30px;
}

#container .look-wrapper .look-box .lk6 .flex .photo {
  width: 85%;
}

#container .look-wrapper .look-box .lk6 .flex .box {
  width: 65%;
}

#container .look-wrapper .look-box .lk7 .sticky, #container .look-wrapper .look-box .lk7 .flex {
  padding-bottom: 30px;
}

#container .look-wrapper .look-box .lk7 .photo {
  padding-bottom: 30px;
}

#container .look-wrapper .look-box .lk7 .photo img {
  width: 85%;
}

#container .look-wrapper .look-box .lk7 .wd90 {
  width: 95%;
}

#container .look-wrapper .look-box .staff-credit {
  margin-bottom: 50px;
}

.footer-wrapper .footer-box .flex {
  padding: 40px 0;
}

#container .look-wrapper .look-box .sticky-box .sticky {
  top: 0%;
  z-index: -1;
}


}