@charset "utf-8";

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  position: relative;
  z-index: 9999 !important;
}
.modaal-video .modaal-inner-wrapper{
  padding:0;
}
.modaal-close{
  top:15%;
  right:10%;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#fff;
}

.top-copy{
  text-align: center;
  background-color: #000;
  line-height:1.5;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .top-copy{
  font-size: 75%;
}
}

.video-box {
  width: 100%;
  margin:0;
  padding:0;
  position: relative;
  background-color: #000;
}
.video {
  width: 100%;
  margin:0;
  padding:0;
}
.video-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:0;
  padding:0;

}
.top-logo{
  width: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.media-info{
  position: absolute;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .media-info{
    width: 50% !important;
    right:20px;
    bottom:20px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .media-info{
    width: 70% !important;
    right:10px;
    bottom:3px;
  }
}
.top-logo img,
.media-info img{
  width:100%;
}

.top-infomation{
  width:80%;
  margin:5px auto;
  background-color: #ff7e00;
  position: relative;
  z-index: 9999;
  text-align: center;
  border-radius: 20px;
}
.top-infomation span a,
.top-infomation span a:hover{
  display: block;
  padding:10px;
  width:100%;
  text-decoration: none;
  font-weight: bold;
}



.infomation{
  position: relative;
}

.infomation dl{
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: scroll !important;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .infomation dl{
    width:70%;
    height:70%;
    top: 65%;
    left: 50%;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .infomation dl{
    width:75%;
    height:100px;
    top: 75%;
    left: 50%;
  }
}

.infomation dl dt{
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .infomation dl dt{
    width:12%;
    float: left;
    clear: both;
    padding:5px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .infomation dl dt{
    padding:5px 0;
    font-size: 80%;
  }
}
.infomation dl dd{
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .infomation dl dd{
    width:87%;
    float: right;
    padding:5px;
  }
}
@media screen and ( max-width:767px ) { /* SP  ==================== */
  .infomation dl dd{
    font-size: 80%;
    line-height: 1.2;
    border-bottom:1px solid #fff;
    padding-bottom:5px;
  }
}

.infomation dl dd a,
.infomation dl dd a:hover{
  color:#fff;
  text-decoration: none;
}

.movie{
  position: relative;
  margin-top:50px;
  display: block;

}
.movie iframe{
  width:70%;
  display: block;
  aspect-ratio: 16 / 9;
  position: relative;
  top: ;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.top-menu li{
  width:50%;
  float: left;
}

.top-twitter{
  width:100%;
  margin-top:50px;
  padding:20px;
  background-color: #383150;
  border-radius: 20px;
}