@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 .kv-wrapper {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
  position: sticky;
  top: -400px;
  z-index: -10;
  background-color: #EFE9E0;
}

#container .kv-wrapper .kv{
  width:100vw;
  height: auto;
  min-height: 100vh;
}

#container .kv-wrapper .kv video{
  width:100vw;
}

#container .look-wrapper{
  background-color: #EFE9E0;
}

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

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

#container .look-wrapper .look-box .flex .a-look{
  width: 50%;
  position:relative;
}

#container .look-wrapper .look-box .flex .a-look:nth-child(5),
#container .look-wrapper .look-box .flex .a-look:nth-child(8),
#container .look-wrapper .look-box .flex .a-look:nth-child(13){
  width: 100%;
}

#container .look-wrapper .look-box .flex .a-look .coverTrigger{
  opacity: 1;
  position: absolute;
  top:0;
  left:0;
}

#container .look-wrapper .look-box .flex .a-look .cover{
  animation: image-switch-animation 2.4s forwards;
}

@keyframes image-switch-animation {
  0%{ opacity: 1;}
  70%{ opacity: 1;}
  80%{ opacity: 0;}
  100%{ opacity: 0;}
}


#container .look-wrapper .look-box .flex .a-look p{
  font-family: "bebas-neue-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 2.8rem;
letter-spacing:0.3rem;
line-height: 1.5;
color:#EFE9E0;
}

#container .look-wrapper .look-box .flex .a-look .posiA{
  position: absolute;
  top:85%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width:100%;
}

#container .look-wrapper .look-box .flex .a-look .text-center{
  top:50%;
}

#container .look-wrapper .staff-credit{
  top:50%;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

#container .look-wrapper .staff-credit{
  top:50%;
  margin: 100px auto 0;
  padding-bottom: 100px;
}

#container .look-wrapper .staff-credit p{
  font-family: "bebas-neue-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.2rem;
letter-spacing:0.2rem;
line-height: 1.5;
color:#514334;
}



/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  background-color:#EFE9E0;
  z-index: 2000;
  position: relative;
  border-top: #514334 1px solid;
}

.footer-wrapper p{
  font-family: "bebas-neue-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.2rem;
letter-spacing:0.2rem;
line-height: 1.5;
color:#514334;
}

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

.footer-wrapper .footer-box{
  width: 80%;
  margin: 0 auto;
}

.footer-wrapper .navi-box{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap:5px;
  width:300px;
  margin: 50px auto 30px 0;
}

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

.footer-wrapper .back{
  margin-bottom: 50px;
}

.footer-wrapper .back p{
  text-align: left;
  font-size: 1.4rem;
  margin: 0px auto;
  text-decoration: underline;
}

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

/*modal*/
.modal-trigger {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  width: 100%;
}
#container .modal-trigger .plus {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
#container .modal-trigger .plus::before {
  display: block;
  content: "";
  background-color: #514334;
  position: absolute;
  width: 2px;
  height: 30px;
  bottom: 0;
  right: 13px;
}
#container .modal-trigger .plus::after {
  display: block;
  content: "";
  background-color: #514334;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 13px;
  right: -1px;
}
@media (max-width: 768px) {
  .modal-trigger{
    margin-right: 0px;
  }
  #container .modal-trigger .plus {
    width: 20px;
    height: 20px;
    right: 7px;
    bottom: 7px;
}
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::before {
    width: 1px;
    height: 20px;
    bottom: 0px;
    right: 9px;
}
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::after {
    width: 20px;
    height: 1px;
    top: 9px;
    right: -1px;
}
}
#modal-wrapper {
  background: rgba(220, 209, 195, 0.95);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px auto;
  position: fixed;
  top: 0;
  overflow: scroll;
  z-index: 200;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  color: #000;
}

#modal-wrapper p{
  font-family: "bebas-neue-pro", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.3rem;
letter-spacing:0.3rem;
line-height: 1.5;
color: #514334;
}




#modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#modal-wrapper .close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 5%;
  right: 10%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color:#514334;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  top: 14px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #514334;
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 14px;
  transition: all 0.5s 0s ease;
}

.looking{
 overflow: hidden;
}

/*modalの中*/

#modal-wrapper .looks{
  width:70%;
  margin: 0 auto;
}

#modal-wrapper .looks .look{
  margin: 0px auto 140px;
}

#modal-wrapper .looks .look .style-box .style{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

#modal-wrapper .looks .look .style-box .style .items{
  width:47%;
}

#modal-wrapper .looks .look .style-box .style .credit-box{
  width:47%;
}


#modal-wrapper .looks .look .style-box .style .credit{
  width:100%;
  margin-top: 10px;
  display: block;
  text-align: left;
}

#modal-wrapper .looks .look .style-box .style .credit a{
  text-decoration: underline;
}

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

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 180px;
}

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

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 8px !important;
}

.slider .slick-prev {
  left: 8px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #EFE9E0;
	border-right: 1px solid #EFE9E0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #EFE9E0;
	border-right: 1px solid #EFE9E0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: block !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}

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

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

#js-slider-7 img {
  width: calc(100vw / 1)!important;
  margin-right: 15px;
}

.slider-8 img {
  width: calc(100vw / 1)!important;
  margin-right: 15px;
}

.slider-8 .slick-slide {
  height: auto;
}

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

.fadeInMono {
  animation: fadeInMonoAnime .6s 1s both;
  transition: all 0.4s ease-in;
}

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

  100% {
    filter: grayscale(0) brightness(1)
  }
}

.delay-1{
  animation-delay: 0.8s;
}

.delay-2{
  animation-delay: 2.4s;
}

.start0 {
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}

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

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

  .sp {
    display: block !important;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-box {
    top: -80px;
    z-index: -10;
}

#container .look-box .look .lk .flex .a-look{
  margin-top: -1px;
}

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

#container .look-wrapper .staff-credit {
  margin: 80px auto 0;
  padding-bottom: 80px;
}

.footer-wrapper .footer-box {
  width: 95%;
}

.footer-wrapper .navi-box {
  margin: 30px auto 20px 0;
}

.footer-wrapper .back {
  margin-bottom: 30px;
}

#container .look-wrapper .look-box .flex .a-look .posiA {
  top: 75%;
}

#container .look-wrapper .look-box .flex .a-look .text-center{
  top:50%;
}

#container .look-wrapper .look-box .flex .a-look p{
font-size: 1.8rem;
letter-spacing:0.3rem;
line-height: 1.5;
color:#EFE9E0;
}

#modal-wrapper {
  padding: 0px 0 100px 0;
}

#modal-wrapper .looks {
  width: 90%;
}

#modal-wrapper .looks .look .style-box .style {
  text-align: left;
}

#modal-wrapper .looks .look .style-box .style .items {
  width: 100%;
}

#modal-wrapper .looks .look .style-box .style .credit-box {
  width: 100%;
}

#modal-wrapper .close {
  width: 30px;
  height: 30px;
  top: 2%;
  right: 2%;
}

#modal-wrapper .close::before {
  width: 35px;
  height: 1px;
}

#modal-wrapper .close::after {
  width: 35px;
  height: 1px;
}

}