@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 .kv-box {
  width: 100vw;
  margin: 0 auto 200px;
  position: relative;
}

#container .kv-box .ttl{
  position: absolute;
  top:63%;
  left:15%;
  right:auto;
  width:22%;
  max-width: 310px;
}

/*
#container .kv-box .kv{
  overflow: hidden;
}

#container .kv-box .kv img {
  width: 100%;
  height: auto;
  animation: animationZoom1 3s ease-in-out forwards;
}

@keyframes animationZoom1 {
  100% { transform:scale(1.08)} 
}
*/

#container .kv-box .season{
  position: absolute;
  top:5%;
  left:auto;
  right:5%;
  width:17%;
  max-width: 250px;
}

#container .look-box .look{
  width: 75%;
  margin: 0 auto;
  position: relative;
}

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

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

#container .look-box .look .lk2 .flex .f-lk{
  width:47%;
}

#container .look-box .look .lk2 .flex .f-lk:last-child{
  margin-top: 100px;
}

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

#container .look-box .look .lk4{
  width: 100vw;
  margin: 0 calc(50% - 50vw) 200px;
  position: sticky;
  top:-73%;
  z-index: 1;
}

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

#container .look-box .look .bg-wh{
  background-color: #fff;
  width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 100;
}

#container .look-box .look .bg-wh .bg-inner{
    width: 75%;
  margin: 0 auto;
}

#container .look-box .look .lk5{
  width:95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

#container .look-box .look .lk5 .flex .f-lk{
  width: 48%;
}

#container .look-box .look .lk5 .flex .f-lk:last-child{
  margin-top: 150px;
}

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

#container .look-box .look .lk7 .flex .f-lk{
  width:47%;
}

#container .look-box .look .lk7 .flex .f-lk:last-child{
  margin-top: 300px;
}

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

#container .look-box .look .lk8 .flex{
  flex-wrap: wrap;
}

#container .look-box .look .lk8 .flex .f-lk{
  width:100%;
}

#container .look-box .look .lk8 .flex .f-lk:last-child{
  margin-top: 100px;
}

.credit-box{
  text-align: left;
    font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.credit-box p{
  margin-bottom: 10px;
}

.credit-box p a{
  margin-left: 10px;
  color: #000;
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  text-decoration: none;
}

.credit-box p a:hover{
  color: #888888;
}

.footer-wrapper .navi-box ul li {
  font-size: 11px;
}




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

.footer-wrapper p{
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  color: #000;
}

.footer-wrapper a {
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  color: #000;
}

.footer-wrapper a:hover {
  text-decoration: none;
  color: #515151;
}

.footer-wrapper .staff p{
  line-height: 1.5;
  margin-bottom: 70px;
  font-size: 10px;
}

.footer-wrapper .brand{
  width:70px;
  margin: 0 auto 30px;
}

.footer-wrapper .navi-box{
  margin-bottom: 70px;
}

.footer-wrapper .navi-box ul li {
  margin-bottom: 10px;
}

.footer-wrapper .navi-box ul li a{
  text-decoration: underline;
}

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

/*set*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.posiR {
  position: relative;
}

.m-small {
  width: 60%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.small {
  width: 80%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mid {
  width: 90%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.large {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.mt10,
.slick-img p{
  margin-top: 10px;
  font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mt10 a,
.slick-img p a{
  margin-left: 10px;
    color: #0400FF;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

.slick-slide img {
  display: block;
}

.type,
.type2{
  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;
}

.delay{
  animation-delay: .8s!important;
}

.delay-top{
  animation-delay: .4s!important;
}

.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: -25px !important;
}

.slider .slick-prev {
  left: -25px !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: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-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;
}

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

.fadeInMono {
  animation: fadeInMonoAnime .5s .8s both;
  filter: grayscale(1) brightness(1.1);
  transition: all 0.5s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {}

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

.start-top {
  animation-delay: 3.5s;
}

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

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

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

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

@keyframes fade {
  0% {
    opacity: 0;
  }

  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 {
    width: 100%;
    margin: 0 auto 100px;
    font-size: 10px;
}

#container .kv-box .season {
  position: absolute;
  top: 3%;
  left: auto;
  right: 5%;
  width: 40%;
  max-width: 160px;
}

#container .kv-box .ttl {
  position: absolute;
  top: 72%;
  left: 9%;
  right: auto;
  width: 43%;
  max-width: 190px;
}

header {
  height: 60px;
}

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

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

#container .look-box .look .lk2 .flex .f-lk {
  width: 65%;
}

#container .look-box .look .lk2 .flex .f-lk:last-child {
  margin-top: 50px;
  margin-right: 0;
  margin-left: auto;
}

.credit-box {
  margin-top: 15px;
}

.credit-box p{
  font-size: 10px;
}

.flex {
  flex-wrap: wrap;
}

#container .look-box .look .bg-wh .bg-inner{
  width: 100%;
}

#container .look-box .look .lk4{
  top:0%;
}

#container .look-box .look .lk5 .flex{
  flex-wrap: nowrap;
}

#container .look-box .look .lk5 .flex .f-lk:last-child {
  margin-top: 80px;
}

#container .look-box .look .lk6 {
  width: 80%;
}

#container .look-box .look .lk7 .flex .f-lk {
  width: 65%;
}

#container .look-box .look .lk7 .flex .f-lk:last-child {
  margin-top: 50px;
  margin-right: 0;
  margin-left: auto;
}

#container .look-box .look .lk8 {
  width: 70%;
}

#container .look-box .look .lk8 .flex .f-lk:last-child {
  margin-top: 50px;
}

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

.footer-wrapper .navi-box ul li {
  font-size: 11px;
}

}