/** Shopify CDN: Minification failed

Line 650:1 Expected "}" to go with "{"

**/
@charset "UTF-8";
/* CSS Document */

/* top.css */

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 30px;
}

.swiper-pagination-bullet{
  width: 4px;
  height: 4px;
  background: none;
  border: 1px solid #fff;
  border-radius: 0 !important;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background: #fff !important;
}

#porter .swiper-pagination-bullet{
  width: 4px;
  height: 4px;
  background: none;
  border: 1px solid #000;
  border-radius: 0 !important;
  opacity: 1;
}

#porter .swiper-pagination-bullet-active{
  background: #000 !important;
}

@media only print, only screen and (min-width: 18.75em){

header{
  background: none;
}



header.positive #logoSp .path,
header.positive #btnSearch .path,
header.positive #btnSearchSp .path{
  fill: #fff;
}
#shopify-section-header.open-menu .bars:before,
#shopify-section-header.open-menu .bars:after {
   background: #000;
}
#shopify-section-header.open-menu svg,#shopify-section-header.open-menu svg .path {
          fill: #000;
}
header.positive .bars{
  background: #fff;
}

header.positive .bars:before,
header.positive .bars:after{
	background: #fff;
}

main{
  padding: 0;
}

section{
  width: 100%;
  height: auto;
  display: block;
}

.mainVisual{
  position: relative;
}

.mainVisual li{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mainVisual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mainVisual h2{
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 3333;
}

#three .mainVisual h3{
  fill: #fff;
}

.mainVisual h3{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7777;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  pointer-events: none;
  opacity: 0;
	transition: all 1200ms cubic-bezier(0.5, 0, 0, 1.0);
  text-align: center;
}

.mainVisual.active h3{
  margin-top: -20px;
  opacity: 1;
	transition: all 1200ms cubic-bezier(0.5, 0, 0, 1.0);
}

#aH .mainVisual h3{
  width: 15.93vw;
}

#mn .mainVisual h3{
  width: 22vw;
}

.mainVisual .slick-dots li{
  width: 4px;
  height: 4px;
  margin-right: 8px;
  padding: 0;
  border: 1px solid #fff !important;
}

.mainVisual .slick-dots li:last-child{
  margin-right: 0;
}

.mainVisual .slick-dots .slick-active{
  border: 1px solid #fff !important;
  background: #fff;
}

#online .mainVisual{
  padding: 0;
  overflow: hidden;
}

#online .mainVisual .slick-dots li{
  border: 1px solid #000 !important;
}

#online .mainVisual .slick-dots .slick-active{
  border: 1px solid #000 !important;
  background: #000;
}

footer{
  background: #fff;
  position: relative;
  bottom: 0;
}

/* add */

#movieInner{
  width: 100%;
  height: 100vh;
  position: relative;
}

#video{
  width: 100%;
  height: 100vh;
  position: relative;
}

#video video{
  position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  z-index: 5555;
}

#ttlWrap{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  z-index: 6666;
}

#hyke .mainVisual li img#iconArrow{
  width: 56px;
  height: auto !important;
  margin: 0 auto 25px;
  display: block;
}

#movieImg iframe .player{
  outline: none !important;
}

#movieMain{
  width: 100%;
  height: calc(56.25vw);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movieImg iframe{
  width: 100%;
  height: 100%;
}

#videoSp{
  width: calc(100% + 2px);
  margin-left: -1px;
}

#colabLogo{
  width: 337px;
  height: 211px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7777;
}

#colabLogo h1{
  width: 105px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#colabLogo .path{
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 2500;
  stroke-dashoffset: 0;
  animation-name: anime-logo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-play-state: paused;
}

#movieCoverLogo{
  width: 50px;
  margin: 0 auto 30px;
}

#movieCoverLogo svg{
  fill: #fff;
}

.mainVisual #ttlWrap{
  font-size: 11px;
}

#ttlWrapTop{
  margin-bottom: 36px;
  line-height: 2.25;
}

#ttlWrapBottom{
  line-height: 1.8;
}

#ttlWrapBottom small{
  font-size: 10px;
}

.porterLogo{
  width: 170px !important;
}

.keenLogo{
  width: 190px !important;
}

@media only print, only screen and (min-width: 1000px){

header.positive li,
header.positive a{
  color: #fff;
}
header.positive li,
header.positive a{
  color: #fff;
}
header.positive input{
  color: #fff;
}

header.positive #searchLine{
  background: #fff;
}

header.positive #logo .path,
header.positive #btnSearchClose .path{
  fill: #fff;
}

section{
  width: 100%;
  height: auto;
  display: block;
}

.mainVisual{
  height: 100vh;
}

#online .mainVisual{
  height: 100vh;
}

.mainVisual ul{
  position: relative;
}

.mainVisual li{
  width: 100%;
  height: 100vh;
}

#hyke .mainVisual li img,
#aH .mainVisual li img,
#mn .mainVisual li img{
  width: 100%;
  height: calc(100vh + 1px);
  object-fit: cover;
}

.mainVisual h2{
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 3333;
}

#three .mainVisual h2{
  color: #000;
}

.mainVisual h3{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7777;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  pointer-events: none;
  opacity: 0;
	transition: all 1200ms cubic-bezier(0.5, 0, 0, 1.0);
}

.mainVisual.active h3{
  margin-top: 0;
  opacity: 1;
	transition: all 1200ms cubic-bezier(0.5, 0, 0, 1.0);
}

.slick-dots{
  bottom: 30px;
  z-index: 3333;
}

.mainVisual .slick-dots li{
  width: 4px;
  height: 4px;
  margin-right: 8px;
  padding: 0;
  border: 1px solid #fff !important;
}

.mainVisual .slick-dots .slick-active{
  border: 1px solid #fff !important;
  background: #fff;
}

#three .mainVisual h3{
  fill: #fff;
}

#online .mainVisual{
  padding: 0;
  overflow: hidden;
}

#online .mainVisual .slick-dots li{
  border: 1px solid #000 !important;
}

#online .mainVisual .slick-dots .slick-active{
  border: 1px solid #000 !important;
  background: #000;
}

footer{
  background: #fff;
  position: relative;
  bottom: 0;
}

#navHykeSub21ss,
#navHykeSub20fw{
  display: none;
}

#navHykeSub21ss,
#navHykeSub20fw{
  display: none;
}

/* add */

#movieInner{
  width: 100%;
  height: 100vh;
  position: relative;
}

#video{
  width: 100%;
  height: 100vh;
  position: relative;
}

#video video{
  position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
  z-index: 5555;
}

#ttlWrap{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  z-index: 6666;
}

#hyke .mainVisual li img#iconArrow{
  width: 56px;
  height: auto;
  margin: 0 auto 25px;
  display: block;
}

#movieMain{
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

#movieImg{
  width: 960px;
  height: 540px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movieImg iframe{
  width: 960px;
  height: 540px;
}

#colabLogo{
  width: 960px;
  height: 602px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#colabLogo h1{
  width: 17.64vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#colabLogo .path{
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 2500;
  stroke-dashoffset: 0;
  animation-name: anime-logo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-play-state: paused;
}

#movieCoverLogo{
  width: 88px;
  margin: 0 auto 40px;
}

#movieCoverLogo svg{
  fill: #fff;
}

.mainVisual #ttlWrap{
  font-size: 20px;
}

#ttlWrapTop{
  line-height: 2.25;
}

#ttlWrapBottom{
  line-height: 1.8;
}

#ttlWrapBottom small{
  font-size: 19px;
}

.porterLogo{
  width: 17.20vw !important;
}

.keenLogo{
  width: 15vw !important;
}

.mainVisualHalfL{
  width: 50%;
  height: 100vh;
  float: left;
}

.mainVisualHalfR{
  width: 50%;
  height: 100vh;
  float: right;
}

.mainVisualHalfL img,
.mainVisualHalfR img{
  object-fit: cover;
}

}

@media only print, only screen and (min-width: 1800px){

#movieImg{
  width: 1200px;
  height: 675px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movieImg iframe{
  width: 1200px;
  height: 675px;
}

.porterLogo{
  width: 309px !important;
}

.keenLogo{
  width: 260px !important;
}

}