@charset "UTF-8";

/* COMMON ==================== */

#wrapper{
  background: #000;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .content h2{
     max-width:1100px;
     margin: 50px auto 50px;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .content h2{
     width:80%;
     margin: 30px auto 30px;
  }
}

.content section,
.content section figure img{

}
.btn_tab img{
  animation: blinkEffect 1s ease infinite alternate;
}
@keyframes blinkEffect {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .btn_tab{
    max-width:32.5rem;
    margin-left:10px;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .btn_tab{
    max-width:30%;
    margin:0 auto;
  }
}
.btn_tab img{
  max-width:100%;
}
.btn-change-footer div{
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) { /* PC ==================== */
  .robot {
    margin-top:500px;
  }
}
@media screen and (max-width: 768px) { /* SP  ==================== */
  .robot {
    margin-top:100px;
  }
}

.movie-op{
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
.movie-pp{
  border-top: 1px solid #674498;
  border-bottom: 1px solid #674498;
}

.movie__youtube{
  width:100%;
  aspect-ratio: 16 / 9;
  background:#000;
}
.movie__youtube iframe,
.movie__youtube video{
  width:100%;
  height:100%;
}

.camera-mode{
		position: relative;
}
.pic_separation{
    max-width:80%;
    position: absolute;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  }
.pic_separation img{
  width:100%;
}


.product {
  background: #1a1a1a;
}
@media screen and (min-width: 768px) { /* PC ==================== */
  .product figure{
    max-width:1500px;
    margin: 0 auto;
    padding:100px 0 50px 0;
  }
  .product div{
    max-width:430px;
    margin: 0 auto;
    padding:0 0 100px 0;
  }
}
@media screen and (max-width: 768px) { /* SP  ==================== */
  .product figure{
    max-width:80%;
    margin: 0 auto;
    padding:50px 0 30px 0;
  }
  .product div{
    max-width:50%;
    margin: 0 auto;
    padding:0 0 50px 0;
  }
}

.copyright{
  text-align: center;
  color: #fff;
  margin: 50px 0;
}
.copyright p{
  margin-top:20px;
}
hr{
  margin-top:50px;
}


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