﻿@charset "utf-8";
/* CSS Document */

#cm_detail .movie{
	background-color:#f1eee9;
}
#cm_detail .movie p{
	max-width:88.7rem;
	margin:0 auto;
	font-size:0px;
}
#cm_detail .movie p iframe{
	width:100%;
	height:49.9rem;
}
#cm_detail .movie + .inner{
	max-width:88.7rem;
	margin:0 auto;
	padding:0 1.2rem;
}
#cm_detail .text{
	padding:1.5em 0;
} 
#cm_detail .btn a {
    font-size: 1.8rem;
    padding: 1.2em 3em;
    transition-duration: 0.5s;
    display: inline-block;
    position: relative;
	border:solid 1px #ccc9c9;
	border-radius:0.3em;
}
#cm_detail .btn a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.25em;
    right: 1em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #ff0909;
    border-right: 0.15em solid #ff0909;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cm_detail .btn_red{
	margin-top:6rem;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
	
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#cm_detail .movie p iframe{
	height:56.3vw;
}
#cm_detail .btn a{
	padding:1.2em 3em;
}

	
}
