main{
    width: calc(100% - 30px);
    margin: 40px auto 100px auto;
}
main h2 {
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
 text-align: center;
    margin-bottom: 40px;
line-height: 2.8rem;}

section.MovieDetail{
 width:100%;
 margin-bottom: 60px;
}
section.MovieDetail .movieArea {
    width:100%;
    margin: 0 auto 40px auto;
}
section.MovieDetail .movieArea .movie-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #ccc;}
section.MovieDetail .movieArea .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}


section.productDetail{
 border-top: 1px solid #d0d5da;
 padding-top: 40px;
  width:100%;
 margin: 0 auto;
}
section.productDetail h3{
 font-size: 1.8rem;
}
section.productDetail p{
 font-size: 1.4rem;
 line-height: 2.8rem;
 margin-top: 30px;
}
section.productDetail .productLink{
 display: inherit;
 /*justify-content: space-between;
flex-wrap: wrap;*/
 margin: 40px 0 60px 0;
}
section.productDetail .productLink a{
 font-size: 1.2rem;
 line-height: 1.8rem;
 border: 1px solid #e9ecee;
 width:85%;
 margin: 0 auto 10px auto;
 display: flex;
}
section.productDetail .productLink a img{
 height: 80px;
}
section.productDetail .productLink a > span{
 position: relative;
 display: flex;
 left: 30px;
  width: calc(100% - 165px);
}
section.productDetail .productLink a .redArrowS{
 top: 6px;
left:-20px;}

.reTurnBtn {
    width: calc(100% - 90px);
}