@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: 120px 0;
  background-color: #000;
}

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

#container .kv-wrapper .kv .ttl{
  max-width: 800px;
  width:65%;
  margin: 0 auto 64px;
}

#container .kv-wrapper .kv .brand{
  width:78px;
  margin: 0 auto;
}

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

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

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

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

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


#container .look-wrapper .sticky-box .staff-credit{
  top:50%;
  margin: 80px auto 0;
  padding-bottom: 80px;
  position: sticky;
  top:20%;
}

#container .look-wrapper .sticky-box .staff-credit p{
  font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: italic;
font-size: 1.2rem;
letter-spacing:0.2rem;
line-height: 1.5;
color:#fff;
}

#container .look-wrapper .sticky-box .info-box{
  background-color: #000;
  position: relative;
  z-index: 20;
  padding: 100px 0;
}

#container .look-wrapper .sticky-box .info-box .info{
  background-color: #D7D8D8;
  width:60%;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 0;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner{
  width:80%;
  margin: 0 auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner{
  width:80%;
  margin: 0 auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .ttl{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .ttl p{
  font-size: 37px;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
text-align: center;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .day p{
  font-size: 24px;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
text-align: center;
margin: 28px auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .text{
  margin: 28px auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .text p{
  margin-bottom: 12px;
  line-height: 1.6;
  text-align: center;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .prof-box .shop{
  margin-bottom: 16px;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .prof-box{
  margin-bottom: 28px;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .prof-box .shop p{
  font-size: 12px;
  line-height: 1.5;
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
text-align: center;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .prof-box .address p{
  font-size: 10px;
  line-height: 1.5;
text-align: center;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .blog-box{
  background-color: #000;
  display: inline-block;
  margin: 0 auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .blog-box:hover{
  background-color: #D7D8D8;
  border: 0.5px solid #000;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .blog-box p{
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
padding: 8px 16px;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .blog-box p:hover{
  color: #000;
}



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

.footer-wrapper p{
  font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;
font-size: 1.4rem;
line-height: 1.5;
color:#fff;
}

.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: right;
  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: #fff;
  position: absolute;
  width: 0.5px;
  height: 30px;
  bottom: 0;
  right: 13px;
}

#container .modal-trigger .plus-bk::before {
  background-color: #000;
}

#container .modal-trigger .plus::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 30px;
  height: 0.5px;
  top: 13px;
  right: -1px;
}

#container .modal-trigger .plus-bk::after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 30px;
  height: 0.5px;
  top: 13px;
  right: -1px;
}


@media (max-width: 768px) {
  .modal-trigger{
    margin-right: 0px;
  }
  #container .modal-trigger .plus {
    width: 16px;
    height: 16px;
    right: 7px;
    bottom: 7px;
}
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::before {
    width: 0.5px;
    height: 16px;
    bottom: 0px;
    right: 7px;
}
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::after {
    width: 16px;
    height: 0.5px;
    top: 8px;
    right: -1px;
}
}
#modal-wrapper {
  background: rgba(0, 0, 0, 0.9);
  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: #fff;
}

#modal-wrapper p{
  font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: italic;
font-size: 1.3rem;
line-height: 1.5;
color: #fff;
text-align: right;
}




#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: 0.5px;
  background-color:#fff;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  top: 14px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .close::after {
  content: "";
  width: 40px;
  height: 0.5px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 14px;
  transition: all 0.5s 0s ease;
}

.looking{
 overflow: hidden;
}

/*modalの中*/

#modal-wrapper .looks{
  width:60%;
  max-width: 650px;
  margin: 60px auto 0;
}

#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:100%;
}

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


#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{
  color: #fff;
}

/*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: #000;
  text-align: center;
  color: #fff;
}

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

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

@media screen and (max-width: 768px) {
  #loading_logo img {
    width: 70px;
  }

}


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

.fadeInMono {
  animation: fadeInMonoAnime .6s 1s both;
  transition: all 0.4s 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;
  }
}

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

  .sp {
    display: block !important;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-wrapper {
    padding: 54px 0;
}

#container .kv-wrapper .kv .brand {
  width: 36px;
}

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

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

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

#container .look-wrapper .sticky-box .info-box {
  padding: 56px 0;
}

#container .look-wrapper .sticky-box .info-box .info {
  width: 100%;
  padding: 48px 0;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner {
  width: 95%;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .ttl p {
  font-size: 28px;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .day p {
  font-size: 18px;
  margin: 24px auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .text {
  margin: 24px auto;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .text p {
  margin-bottom: 10px;
}

#container .look-wrapper .sticky-box .info-box .info .info-inner .prof-box {
  margin-bottom: 24px;
}

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

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

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

.footer-wrapper p {
  font-size: 1.2rem;
}

.footer-wrapper .back p {
  font-size: 1.2rem;
}


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

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

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

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

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

}