@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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  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 50px;
  position: relative;
}

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

#container .kv-box .ttl-box{
  position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width:50%;
  max-width: 500px;
}

#container .kv-box .ttl-box .logo{
  width:160px;
  margin: 0 auto 30px;
  }
  

#container .kv-box .ttl-box .ttl p{
font-family: "aktiv-grotesk", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
line-height: 1;
color: #fff;
text-align: center;
margin: 0 auto;
}

#container .lead-box {
  margin: 0 auto 200px;
  text-align: center;
}

#container .lead-box .lead p{
  font-size: 13px;
  line-height: 2;
  font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 300;
font-style: normal;
}

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

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

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

#container .look-box .look .lk1 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 100px;
 }

 #container .look-box .look .lk1 .flex .img-box{
  width: 65%;
 }

 #container .look-box .look .lk1 .flex .img-box:last-child{
  margin-right: 0;
  margin-left: auto;
 }

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

 #container .look-box .look .lk3 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 100px;
 }

 #container .look-box .look .lk3 .flex .img-box{
  width:60%;
 }

 #container .look-box .look .lk3 .flex .img-box:first-child{
  margin-left: auto;
  margin-right: 0;
 }

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

 #container .look-box .look .lk4 .posiR{
  position: relative;
 }

 #container .look-box .look .lk4 .posiR .img-box{
  width: 60%;
 }

 #container .look-box .look .lk4 .posiR .img-box:last-child{
  margin: -50px 0 0 auto;
 }

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

 #container .look-box .look .lk5 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 100px;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(1){
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(2){
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(3){
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(4){
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(5){
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 #container .look-box .look .lk5 .flex .img-box:nth-child(6){
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
 }



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

#container .look-box .staff-credit p{
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
line-height: 2;
font-size: 11px;
}

.credit-box{
  text-align: left;
  font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.credit-box p{
  margin-bottom: 12px;
  font-size: 12px;
}

.credit-box p a{
  margin-left: 10px;
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
padding: 1px 8px 0px;
background-color: #fff;
border: #000 1px solid;
}

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

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


.footer-wrapper p{
  font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
color: #8b8b8b;
font-size: 8px;
}

.footer-wrapper a {
  font-family: "aktiv-grotesk", sans-serif;
font-weight: 400;
font-style: normal;
color: #000;
}

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

.footer-wrapper .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.footer-wrapper .flex .link-box .brand{
  width: 120px;
  margin: 0 auto 30px;
}

.footer-wrapper .navi-box{
  margin: 0 auto 50px;
  width:100%;
  text-align: center;
}

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

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

/*set*/

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

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.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.2s;
  animation-duration: 1.2s;
  -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(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
  }

  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(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)
  }
}

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

.start1 {
  animation: fade 1s ease-in .4s 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 {
    margin: 0 auto 30px;
}

  #container .kv-box .flex {
    flex-wrap: wrap;
}

#container .kv-box .ttl-box {
  top: 42%;
  width: 100%;
}

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

#container .kv-box .ttl-box .logo {
  width: 130px;
  margin: 0 auto 15px;
}

#container .kv-box .ttl-box .ttl p {
  font-size: 16px;
}

#container .lead-box {
  margin: 0 auto 100px;
  text-align: left;
  width: 90%;
}

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

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

#container .look-box .look .lk1 .flex {
  row-gap: 50px;
}

#container .look-box .look .lk1 .flex .img-box {
  width: 80%;
}

#container .look-box .look .lk3 .flex .img-box {
  width: 90%;
}

#container .look-box .look .lk3 .flex {
  row-gap: 50px;
}

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

#container .look-box .look .lk4 .posiR .img-box {
  width: 70%;
}

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

#container .look-box .look .lk5 .flex {
  row-gap: 50px;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(1) {
  width: 70%;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(2) {
  width: 100%;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(3) {
  width: 70%;
  margin-left: 20px;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(4) {
  width: 70%;
  margin-right: 20px;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(5) {
  width: 90%;
}

#container .look-box .look .lk5 .flex .img-box:nth-child(6) {
  width: 65%;
}

#container .look-box .staff-credit {
  margin-bottom: 50px;
}


.footer-wrapper {
  padding-top: 30px;
}

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

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

.footer-wrapper .flex {
  gap: 50px;
}

.footer-wrapper .flex .link-box .brand {
  width: 110px;
  margin: 0 auto 24px;
}
/*スクロールの設定*/

.scroll_container {
  height: 400vh;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
}

.horizontal_scroll {
  position: absolute;
  top: 5%;
  left:100%;
  height: auto;
  width: 400vw;
  will-change: transform;
  display: flex;
  justify-content: flex-end;
}

.scroll_contents {
  height: 100%;
  width: 100vw;
}

.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
}

#scroll {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#scroll > div {
  height: 100%;
  display: flex;
  align-items: center;
  width: 80%;
  min-width: 100%;
}

}