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

/* ------------------------------------------------------------------------------------------------------------------------ */
header {
  width: auto;
  position: fixed;
  left: 60px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
  top: -700vh;
}

header.on {
  opacity: 1;
}

header .inner {
  width: 100%;
  position: relative;
}

header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: left top;
  padding-left: 50px;
}

header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #fff;
  margin-left: 15px;
  display: block;
  order: 2;
}

header .inner ul li:not(:first-child) {
  margin-left: 15px;
}

header .inner ul li:nth-child(1) {
  order: 1;
}

header .inner ul li:nth-child(2) {
  order: 3;
}

header .inner ul li a {
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}

header .inner ul li a:hover {
  color: #C3C3C3;
}

#container .kv-box {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: -400px;
  z-index: -10;
  margin: 0px auto 200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-top:  60px;
}

#container .kv-box .kv-img{
  width: 50%;
}

#container .kv-box .kv-img .kv-inner{
  width: 68%;
  margin: 0 auto;
  position: relative;
}

#container .kv-box .kv-img .kv-inner .brand-box{
  position: absolute;
  top:-30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width:100%;
}

#container .kv-box .kv-img .kv-inner .brand-box .brand p{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 0.7;
  margin-bottom: 0;
}

#container .kv-box .kv-img .kv-inner .brand-box .brand-name{
  width:110px;
}


#container .kv-box .kv-text{
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

#container .kv-box .kv-text .ttl h1{
  font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
margin: 0 auto;
font-size: 28px;
line-height: 1;
}

#container .kv-box .kv-text .lead-box{
  margin-top: 40%;
}

#container .kv-box .kv-text .lead-box p{
  font-family: "shippori-mincho-b1", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
line-height: 1.8;
}

#container .look-box {
  background-color: #fff;
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  border-bottom: #000 1px solid;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 100;
  font-style: normal;
}

#container .look-box a:hover{
  text-decoration: none;
  color:#8888;
}

#container .look-box .looks .block {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: 240px;
}
/*look1*/
#container .look-box .looks .block-1{
  background: #fff;
  z-index: 100;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-1 .lk1{
  position: relative;
}

#container .look-box .looks .block-1 .lk1 .credit-box{
  position: absolute;
  top:95%;
  left:0;
  padding-left: 12%;
}

#container .look-box .looks .block-1 .lk1 .photo{
  padding: 12%;
}

#container .look-box .looks .block-1 .lk2 .photo{
  padding: 18%;
}

/*look2*/
#container .look-box .looks .block-2{
  background: #fff;
  z-index: 200;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-2 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-items: last baseline;
  width:80%;
  margin: 0 auto;
}

#container .look-box .looks .block-2 .flex .text-box{
  width:50%;
}

#container .look-box .looks .block-2 .flex .text-box .credit-box{
  padding-bottom: 10%;
}

#container .look-box .looks .block-2 .flex .lk3{
  width:50%;
  height:100%;
}

#container .look-box .looks .block-2 .flex .lk3 .slider{
  padding: 12%;
}

/*look3*/
#container .look-box .looks .block-3{
  background: #fff;
  z-index: 300;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-3 .flex{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width:90%;
  margin: 0 auto;
}

#container .look-box .looks .block-3 .flex .text-box{
  width: 50%;
}

#container .look-box .looks .block-3 .flex .lk4{
  width: 50%;
}

#container .look-box .looks .block-3 .flex .lk4 .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

#container .look-box .looks .block-3 .flex .lk4 .flex .photo{
  width:50%;
}

/*look4*/
#container .look-box .looks .block-4{
  background: #fff;
  z-index: 400;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-4 .lk5{
  position: relative;
}

#container .look-box .looks .block-4 .lk5 .credit-box{
  position: absolute;
  top:95%;
  left:0;
  padding-left: 12%;
}

#container .look-box .looks .block-4 .lk5 .photo{
  padding: 12%;
}

#container .look-box .looks .block-4 .lk6 .photo{
  padding: 18%;
}

/*look5*/
#container .look-box .looks .block-5{
  background: #fff;
  z-index: 500;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-5 .flex{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width:80%;
  margin: 0 auto;
}

#container .look-box .looks .block-5 .flex .text-box{
  width: 50%;
}

#container .look-box .looks .block-5 .flex .lk7{
  width: 50%;
}

#container .look-box .looks .block-5 .flex .lk7 .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#container .look-box .looks .block-5 .flex .lk7 .flex .photo{
  width:50%;
}

/*look6*/
#container .look-box .looks .block-6{
  background: #fff;
  z-index: 600;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-6 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-items: last baseline;
  width:80%;
  margin: 0 auto;
}

#container .look-box .looks .block-6 .flex .text-box{
  width:50%;
}

#container .look-box .looks .block-6 .flex .text-box .credit-box{
  padding-bottom: 10%;
}

#container .look-box .looks .block-6 .flex .lk8{
  width:50%;
  height:100%;
}

#container .look-box .looks .block-6 .flex .lk8 .slider{
  padding: 15%;
}

/*look7*/
#container .look-box .looks .block-7{
  background: #fff;
  z-index: 700;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-7 .lk9{
  position: relative;
}

#container .look-box .looks .block-7 .lk9 .credit-box{
  position: absolute;
  top:95%;
  left:0;
  padding-left: 12%;
}

#container .look-box .looks .block-7 .lk9 .photo{
  padding: 12%;
}

#container .look-box .looks .block-7 .lk10 .photo{
  padding: 18%;
}

/*look8*/
#container .look-box .looks .block-8{
  background: #fff;
  z-index: 800;
  padding-top: 14%;
  padding-bottom: 14%;
}

#container .look-box .looks .block-8 .lk13{
  width:25%;
  margin: 0 auto;
  padding-top: 30px;
}

#container .look-box .looks .block-8 .lk13 .staff-credit{
  margin-top: 20px;
  text-align: center;
}





/*footer*/
.footer-wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "acumin-pro", sans-serif;
font-weight: 200;
font-style: normal;
  background-color: #fff;
  z-index:2000;
  position: relative;
}

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

.footer-wrapper .footer-items{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper .footer-items .navi-box {
  padding-top: 30px;
  font-size: 12px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

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

.footer-wrapper .footer-items .navi-box ul li img {
  width: 100px;
  margin-bottom: 30px;
}

.footer-wrapper .back {
  text-align: right;
  font-size: 12px;
  margin: 130px auto 20px;
}

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

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

.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 {
  margin-left: 0;
  margin-right: auto;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.slick-slide img {
  display: block;
}

/*========= 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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

  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(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  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: 0 !important;
}

.slider .slick-prev {
  left: 0 !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: none;
  content: '>' !important;
  color: #000 !important;
  opacity: .5 !important;
}

.slick-prev:before {
  display: none;
  content: '<' !important;
  color: #000 !important;
  opacity: .5 !important;
}

.slick-dots {
  display: none !important;
}

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

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*モノクロから色づく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 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;
  }

  .font {
    font-size: 1.9em !important;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-box {
    top: -300px;
    z-index: -10;
    margin: 0px auto 80px;
    display: block;
    padding-top: 44px;
  }

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

#container .kv-box .kv-img .kv-inner {
  width: 90%;
}

#container .kv-box .kv-text {
  width: 90%;
  display: block;
  margin: 0 auto;
}

#container .kv-box .kv-img .kv-inner .brand-box .brand p {
  font-size: 32px;
}

#container .kv-box .kv-img .kv-inner .brand-box .brand-name {
  width: 75px;
}

#container .kv-box .kv-img .kv-inner .brand-box {
  top: -22px;
}

#container .kv-box .kv-text .lead-box {
  margin-top: 30px;
  text-align: left;
}

#container .kv-box .kv-text .ttl h1 {
  font-size: 20px;
  margin-top: 30px;
}

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

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

  /*looks*/
 #container .look-box .looks .block {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    flex-wrap: wrap;
    text-align: left;
  }

  #container .look-box .looks .block-1{
    background: #fff;
    height:100vh;
    z-index: 100;
  }

  #container .look-box .looks .block-1 .lk1{
    position: relative;
  }

  #container .look-box .looks .block-2{
    background: #fff;
    height:100vh;
    z-index: 200;
  }

  #container .look-box .looks .block-2 .lk2{
    position: relative;
    width:90%;
    margin: 0 auto;
  }

  #container .look-box .looks .block-3{
    background: #fff;
    height:100vh;
    z-index: 300;
  }

  #container .look-box .looks .block-3 .bk3-inner{
    width:90%;
    margin: 0 auto;
  }

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

 

  #container .look-box .looks .block-4{
    background: #fff;
    height:100vh;
    z-index: 400;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #container .look-box .looks .block-4 .lk4{
    width:80%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-4 .credit-box{
    width:100%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-5{
    background: #fff;
    height:100vh;
    z-index: 500;
  }

  #container .look-box .looks .block-5 .lk5{
    width:90%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-6{
    background: #fff;
    height:100vh;
    z-index: 600;
  }

  #container .look-box .looks .block-6 .lk6,
  #container .look-box .looks .block-6 .credit-box{
    width:90%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-7{
    background: #fff;
    height:100vh;
    z-index: 700;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #container .look-box .looks .block-7 .lk7{
    width:90%;
    margin: 0 auto;
  }

  #container .look-box .looks .block-8{
    background: #fff;
    height:100vh;
    z-index: 800;
    padding-top: 7%;
  }

  #container .look-box .looks .block-8 {
    background: #fff;
    z-index: 800;
    
    padding-bottom: 14%;
}

  #container .look-box .looks .block-8 .lk8 .flex{
    display: flex;
    flex-wrap: wrap;
  }

  #container .look-box .looks .block-8 .lk8 .flex .photo{
    width:50%;
  }

  #container .look-box .looks .block-8 .lk8 .credit-box{
    margin-left: 8px;
  }

  #container .look-box .looks .block-9{
    background: #fff;
    height:100vh;
    z-index: 900;
  }

  #container .look-box .looks .block-9 .bk9-inner{
    width:80%;
    margin: 0 auto;
  }

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

#container .look-box .looks .block-10 {
  background: #fff;
  height: 100vh;
  z-index: 1000;
  padding-top: 2%;
  padding-bottom: 5%;
}

  #container .look-box .looks .block-10 .lk10{
    width:90%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-10 .credit-box{
    width:100%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-11{
    background: #fff;
    height:100vh;
    z-index: 1100;
  }

  #container .look-box .looks .block-11 .lk11{
    width:90%;
    position: relative;
    margin: 0 auto;
  }

  #container .look-box .looks .block-12{
    background: #fff;
    height:100vh;
    z-index: 1200;
  }

  #container .look-box .looks .block-12 .lk12{
    position: relative;
    width:70%;
    margin: 0 auto;
  }

  #container .look-box .looks .block-12 .lk12 .staff-credit{
    margin-top: 30px;
    text-align: center;
  }

  #container .look-box .looks .block-13{
    background: #fff;
    height:100vh;
    z-index: 1300;
  }

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

  .copy {
    font-size: 9px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .credit-box{
    margin-top: 8px!important;
  }

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

}