@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


@media screen and (min-width: 481px){

.movie section{
  padding:60px 0 50px;
  border-bottom:0px;
}

.movie .movieBox{
  border:1px solid #3f6b2f;
   width:400px;
  position:relative;
  margin:0 auto 0;
  box-shadow:1px 1px 5px rgba(0,0,0,0.8);
}



.movie .movieBox .movie{
  width:100%;
  padding-top:56.25%;
}

.movie .movieBox .movie iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;left: 0;
}

.movie .box_full p{
  padding:15px 0 0;
  font-size:18px;
  text-align:center;
}

.movie h4{
  font-size:25px;
  text-align:center;
  width:76%;
  /*border-bottom:1px solid #fff;*/
  padding-bottom:15px;
  margin:100px auto 20px;
  position:relative;

}

#wrap_boxTw{
  width:76%;
  margin:0 auto 0;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

#wrap_boxTw .boxTw{
  width:48%;
  position:relative;
  margin-top:4%;
  border-radius:6px;
  border:1px solid #e5b03c;
  box-shadow:1px 1px 5px rgba(0,0,0,0.8);
  background:url('../img/common/loading.gif') #fff center center no-repeat;
}

#wrap_boxTw .twitter-video{
  margin:0!important;
}


.movie_emb_box2{width: calc(50% - 20px); margin: 10px auto 0 auto; display: inline-block; letter-spacing: normal; padding: 0 10px; text-align: center;}
.movie_emb2{ position: relative; width: 100%; padding-top: 56.25%;}
.movie_emb2 iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.box_prom{width: 100%; max-width: 850px; margin: 10px auto 0 auto; letter-spacing: -.40em;}
.movie_emb_box2 p{padding-top: 15px;}

}

/*----------------------------------------
	for SP
----------------------------------------*/

@media screen and (max-width: 480px) {

  .movie section{
    /*padding:60px 0 50px;*/
    border-bottom:0px;
  }

  .movie .movieBox{
    border:1px solid #3f6b2f;
    width:90%;
    position:relative;
    margin:0 auto 0;
    box-shadow:1px 1px 5px rgba(0,0,0,0.8);
  }

  .movie .movieBox .movie{
    width:100%;
    padding-top:56.25%;
  }

  .movie .movieBox .movie iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;left: 0;
  }

  .movie .box_full p{
    padding:15px 0 0;
    font-size:14px;
    text-align:center;
  }

  .movie h4{
    font-size:18px;
    text-align:center;
    width:86%;
    /*border-bottom:1px solid #fff;*/
    padding-bottom:15px;
    margin:15% auto 20px;
    position:relative;

  }

  #wrap_boxTw{
    width:86%;
    margin:0 auto 0;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding-bottom:10%;
  }

  #wrap_boxTw .boxTw{
    width:100%;
    position:relative;
    margin-top:8%;
    border-radius:6px;
    border:1px solid #e5b03c;
    box-shadow:1px 1px 5px rgba(0,0,0,0.8);
      background:url('../img/common/loading.gif') #fff center center no-repeat;
  }

  #wrap_boxTw .twitter-video{
    margin:0!important;
    min-width:100px!important;
  }
  


.movie_emb_box2{width: 100%; margin: 10px auto 0 auto; display: inline-block; letter-spacing: normal; padding: 0; text-align: center;}
.movie_emb2{ position: relative; width: 100%; padding-top: 56.25%;}
.movie_emb2 iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}


}
