.header{
	-webkit-transform: translateY(-88px);
	        transform: translateY(-88px);
}
.header.is-view{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.full-wide-slider .slick-slide,
.full-wide-slider .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.full-wide-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-wide-slider {
position: relative;
margin: auto;
width: 100%;
height: 100svh;
opacity: 0;
visibility: hidden;
-webkit-transition: all 1.2s ease-in-out;
transition: all 1.2s ease-in-out;
overflow: hidden;
}
.full-wide-slider.slick-initialized {
opacity: 1;
visibility: visible;
}
.full-wide-slider .slick-list {
height: 100svh;
width: 100%;
overflow: hidden;
}
.full-wide-slider .slick-track {
height: 100svh;
}
.full-wide-slider .item.slick-slide {
height: 100svh;
}


.full-wide-slider .slick-slide {
position: relative;
}
.full-wide-slider .slick-slide::before {
background-color: #000;
opacity: .3;
z-index: 1;
}
.full-wide-slider .slick-slide div {
height: 100%;
}
.full-wide-slider .slick-slide video {
display: block;
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}
.full-wide-slider .slick-slide iframe {
position: relative;
pointer-events: none;
}
.full-wide-slider .slick-slide figure {
position: relative;
height: 100%;
}
.full-wide-slider .slick-slide .slide-image {
opacity: 0;
height: 100%;
background-size: cover;
background-position: center;
-webkit-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
}
.full-wide-slider .slick-slide .slide-image.show {
opacity: 1;
}
.full-wide-slider .slick-slide .image-entity {
width: 100%;
height: auto;
-webkit-transition: -webkit-transform 10s ease-in-out;
transition: -webkit-transform 10s ease-in-out;
transition: transform 10s ease-in-out;
transition: transform 10s ease-in-out, -webkit-transform 10s ease-in-out;
opacity: 0;
}
.full-wide-slider .slick-slide.slick-active .image-entity {
-webkit-transform: scale(1.05);
        transform: scale(1.05); 
}
.full-wide-slider .slick-slide .loading {
position: absolute;
top: 44%;
left: 0;
width: 100%;
}
.full-wide-slider .slick-slide .slide-media {
-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.full-wide-slider .slick-slide.slick-active {
z-index: 1;
}
.full-wide-slider .slick-slide.slick-active .slide-media {
-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.caption {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
top: 0;
bottom: 0;
right: 64px;
color: #fff;
text-align: right;
margin: 0;
font-weight: bold;
z-index: 1;
}
@media screen and (max-width: 768px) {
  .caption {
    top: auto;
    bottom: 142px;
    right: 16px;
    }
}

.kv_container{
  position: fixed;
  width: 100vw;
  height: 100svh;
  top: 0;
}

.kv_container:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 26px;
  background: #fff;
  z-index: 100;
}
.kv_container:after{
  content: "Scroll Down";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .kv_container:before,
  .kv_container:after{
    content: none;
  }
}



.kv-ttl-en{
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.kv-ttl-jp{
  font-size: 1.5rem;
  font-weight: 200;
}

.kv_dot_util {
    position: absolute;
    z-index: 100;
    top: -20px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 68px;
}
@media screen and (max-width: 768px) {
  .kv_dot_util {
    left: auto;
    padding: 0 16px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kv_dot_num{
  display: contents;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2rem;
}

.kv_dot_link {
    font-family: 'archivo', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    margin-left: 40px;
    margin-top: 4px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.kv_dot_link:hover {
  opacity: 0.6;
}


.top_container_wrap{
  position: relative;
  background: #fff;
  margin-top: 100svh;
}
.kv_logo {
  position: absolute;
  top: -333px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 32px;
  z-index: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s , -webkit-transform 0.6s;
  transition: opacity 0.6s , -webkit-transform 0.6s;
  transition: transform 0.6s , opacity 0.6s;
  transition: transform 0.6s , opacity 0.6s , -webkit-transform 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .kv_logo {
    padding: 0 16px;
  }
}
.kv_logo.wait {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.kv_logo img {
  width: 100%;
}



@media screen and (max-width: 768px) {
}
.slick-slide.slick-active .caption a {
  opacity: 1;
  
}

.caption a {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.caption a * {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff !important;
}

.caption a:hover * {
  color: #fff !important;
  opacity: 0.6 !important;
}

.slick-dots {
  position: fixed;
  bottom: 0;
  text-align: center;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    right: auto;
  }
}

.full-wide-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 64px;
  right: auto;
  top: 0;
  height: 18px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .full-wide-slider ul.slick-dots {
    display: none !important;
  }
}

ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none
}

ul.slick-dots li {
  padding: 0 4px
}

@media screen and (max-width: 768px) {
  ul.slick-dots li {
      padding:0 2px
  }
}

ul.slick-dots li button {
  position: relative;
  text-indent: -9999px;
  border: none;
  width: 8px;
  height: 2px;
  font-size: 0;
  background: #fff;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  ul.slick-dots li button {
      width:16px
  }
}

ul.slick-dots li.slick-active button {
  width: 204px;
}


ul.slick-dots li button:before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 100%;
  background: #003BFF;
  top: 0;
  left: 0;
  -webkit-transition: all 0s;
  transition: all 0s
}

ul.slick-dots li.slick-active button:before {
  -webkit-animation: progress 8s linear forwards;
          animation: progress 8s linear forwards;
}

@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0%;
  }
  
  to {
    width: 100%;
  }
}



ul.slick-dots li:only-child button:before {
  background: #fff;
}


.slick-img img {
  height: 100svh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-animation .slide-image{
  -webkit-animation: fadezoom 10s 0s forwards !important;
          animation: fadezoom 10s 0s forwards !important;
}


@-webkit-keyframes fadeloop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@keyframes fadeloop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slick-track .slick-slide:only-child .slide-image{
  -webkit-animation: fadeloop 22s 0s infinite !important;
          animation: fadeloop 22s 0s infinite !important;
}



.shutter{
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	background-color:#fff;
	z-index:991;
	-webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}

.shutter.hdn{
  opacity: 0;
}

.logo-shutter {
	position: fixed;
	width: calc(100% - 64px);
  max-width: 1336px;
  left: 0;
  right: 0;
	bottom: 45px;
	margin: auto;
	z-index: 992;
	opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
	-webkit-transition: opacity 0.6s , -webkit-transform 0.6s;
	transition: opacity 0.6s , -webkit-transform 0.6s;
	transition: transform 0.6s , opacity 0.6s;
	transition: transform 0.6s , opacity 0.6s , -webkit-transform 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  .logo-shutter {
    width: calc(100% - 32px);
    bottom: 27px;
  }
}

.shutter.hdn .logo-shutter {
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
/*# sourceMappingURL=front.css.map */