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

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: -500vh;
}

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: #f6e802;
  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 {
  color: #111;
  font-family: "biz-udgothic", sans-serif;
font-weight: 700;
font-style: normal;
  color: #f6e802;
  font-size: 1.6rem;
  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{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: -2000px;
  z-index: -10;
  background-color: #000;
  color: #FFFFFF;
  z-index:1;
  font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
}

#container .kv-box {
  width:100%;
  position: sticky;
  top: -1500px;
  z-index: -10;
  margin-bottom: 150px;
  background-color: #000;
}
#container .kv-box .kv .ttl{
 position: absolute;
 width:100%;
 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#container .kv-box .kv .logo{
 position: absolute;
 width:150px;
 top:94%;
 right:2%;
}
#container .kv-box .lead-box{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
 }
 #container .kv-box .lead-box h2{
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: "biz-udgothic", sans-serif;
font-weight: 700;
font-style: normal;
line-height: 1.1;
 }
 #container .kv-box .lead-box p{
  line-height: 1.8;
  margin-bottom: 40px;
 }
 #container .kv-box .lead-box .staff p{
  font-size: 12px;
 }
 #container .kv-box .lead-box .cap p{
  margin-top: 20px;
  font-size: 10px;
 }

#container .look-box{
  background-color: #000;
  padding-top: 100px;
}

#container .look-box .photo .credit{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#container .look-box .photo .credit p{
  line-height: 1.5;
  text-align: left;
 } 
#container .look-box .photo .credit p a{
 color: #fff;
} 
#container .look-box .photo .credit p a:hover{
  color: #cfcfcf;
  text-decoration: underline;
 } 

.copy{
  font-size: 10px;
  color:#fff;
  margin-bottom: 30px;
  margin-top: 30px;
}


/*set*/
.flex {
  display: flex!important;
  vertical-align: center;
  align-items: center;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display:none;
}
.photo{
  margin-bottom: 50px;
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.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;
  }
}

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

  .sp {
    display: block!important;
  }

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

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }

  body {
    position: relative;
  }
  #container {
    display: block;
    width:100%;
  }

  #container .kv-box {
    top: -800px;
    z-index: -10;
    margin-bottom: 100px;
}
#container .kv-box .kv .logo {
  width:70px;
}
header {
  left: 30px;
}

  #container .kv-box .lead-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #container .kv-box .lead-box h2 {
    margin-bottom: 30px;
    font-size: 19px;
}
#container .kv-box .lead-box p {
  margin-bottom: 30px;
}

  header .inner ul {
    padding-left: 20px;
}

#container .look-box {
  padding-top: 50px;
}
.photo {
  margin-bottom: 30px;
}

.copy {
  font-size: 10px;
  margin-bottom: 15px;
}
#container .look-box .photo .credit{
  margin-top: 10px;
  margin-left: 35px;
  margin-right:auto;
  width: 80%;
}
#container .look-box .photo .credit p{
  line-height: 1.5;
  text-align: left;
 } 
#container .look-box .photo .credit p a{
 color: #fff;
} 
#container .look-box .photo .credit p a:hover{
  color: #cfcfcf;
  text-decoration: underline;
 } 
 header .inner ul {
  transform-origin:-5px top;
}
}