@charset "UTF-8";
/* COMMON ==================== */
.margin-top5{
  margin-top:5%;
}
.margin-top10{
  margin-top:10%;
}
.margin-top15{
  margin-top:15%;
}
.margin-top20{
  margin-top:20%;
}
.margin-top25{
  margin-top:25%;
}
.margin-top30{
  margin-top:30%;
}
.margin-top35{
  margin-top:35%;
}
.margin-top40{
  margin-top:40%;
}
.margin-top45{
  margin-top:45%;
}
.margin-top50{
  margin-top:50%;
}
.margin-top-5{
  margin-top:-5%;
}
.margin-top-10{
  margin-top:-10%;
}
.margin-top-15{
  margin-top:-15%;
}
.margin-top-20{
  margin-top:-20%;
}
.margin-top-25{
  margin-top:-25%;
}
.margin-top-30{
  margin-top:-30%;
}
.margin-top-35{
  margin-top:-35%;
}
.margin-top-40{
  margin-top:-40%;
}
.margin-top-45{
  margin-top:-45%;
}
.margin-top-50{
  margin-top:-50%;
display: block;
}


#wrapper{
}
div.bg{
  position:relative;
}
div.bg::before {
  content:"";
  display:inline-block;
  position:fixed;
  top:0;
  left:0;
  z-index:0;
  width:100%;
  height:100vh;
  background-image: url('../img/bg.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% 100vh;
}

.content{
  position:relative;
  z-index:1;
  width: 100%;
}
.content img,
#headimage img{
  width: 100%;
}
h2{
  margin: 10% 0 3% 0 !important;
}
h2 img{
  width: 100%;
}
hr{
  background: linear-gradient(to right, rgba(0,200,255,1), rgba(0,200,255,0), rgba(0,200,255,1));
	background: -webkit-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -moz-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -o-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -ms-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
  height: 2px;
  margin:0;
  padding:0;
}

.headimage{
  width:100%;
  position: relative;
}
.headimage .mv-bg{
  width:100%;
}
.headimage video{
  width:100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 90% 95%, 87% 100%, 13% 100%, 10% 95%, 0% 95%);/*左上　左下　右下　右上*/
}
.headimage .logo{
  width:20%;
  position: absolute;
  top:0.5%;
  left:2%;
}
.headimage .logo img{
  width:100%;
}
.btn-arrow-center{
  width:5%;
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%, -55%);
	-webkit-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
}
.btn-arrow-center img{
  width:100%;
}

.banner{
  width:80%;
  margin: 0 auto;
}
.banner div{
  width:50%;
  margin: 0;
	float:left;
}
.banner div img{
  width:100%;
}

.visual{
  width:100%;
}
.visual img{
  width:100%;
}

.movie{
	max-width:90%;
	margin: 0 auto;
}
iframe,
.secret{
  width:100%;
  aspect-ratio: 16 / 9;
}
.secret{
  width:100%;
  background-color: #333;
  position: relative;
}
.secret p{
  color:#fff;
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) { /* PC ==================== */
  .link-banner{
    width:50%;
    margin:10% auto 0;
  }
  .link-banner div{
    width:50%;
    float:left;
    text-align: center;
  }
  .link-banner div img{
    width:100%;
    padding:10px;
  }
}
@media screen and (max-width: 768px) { /* SP  ==================== */
  .link-banner{
    width:90%;
    margin:10% auto 0;
  }
  .link-banner div{
    width:50%;
    float:left;
    text-align: center;
  }
  .link-banner div img{
    width:100%;
    padding:10px;
  }
}

.note-text{
  width:90%;
  margin:0 auto;
  text-align:center;
  padding:3.125rem 0;
  color:#fff;
}





@media screen and (min-width: 768px) { /* PC ==================== */
}
@media screen and (max-width: 768px) { /* SP  ==================== */
}
