@charset "utf-8";
.cm-gallery > h2{
	width: calc(100% - 15px);
	font-family: '丸フォーク B', serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 110px;/*65*/
    padding: 16px 0 16px 15px;
    background-color: #eaf3f5;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.cm-gallery .camBox01{
	width: 510px;
	text-align: center;
	margin: 0 auto 50px;
	padding-top: 45px;
	background-image: url(../img/campaign_bg01.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.cm-gallery .camBox01 dt{
	margin-bottom: 16px;
}
.cm-gallery .camBox01 dd{
	font-size: 18px;
	font-weight: bold;
}

.cm-gallery .camBox02{
	width: 850px;
	margin: 0 auto 80px;
	position: relative;
}
.cm-gallery .camBox02 div{
	position: absolute;
	top: 232px;
	left: 440px;
}
.cm-gallery .camBox02 h3{
	font-family: '丸フォーク B', serif;
    font-size: 28px;
    font-weight: 600;
	color: #d4ac5a;
	margin: 0 0 15px;
}
.cm-gallery .camBox02 p{
	font-size: 18px;
	line-height: 1.9;
}

.recommendBox > h3.recommendTtl--orange{
	/*border-left: 5px solid #ff9c67;*/
	border-color: #96c4ce !important;
}



@media screen and (max-width:768px){
	.cm-gallery > h2{
        width: 96.875%;
		font-size: 5.16vw;
        margin-bottom: 10.9375%;
        padding: 7.03% 0 7.03% 3.125%;
    }

	.cm-gallery .camBox01{
		width: 100%;
		/*text-align: center;*/
		margin: 0 auto 12%;
		padding-top: 10%;
		/*background-image: url(../img/campaign_bg01.png);
		background-repeat: no-repeat;
		background-position: top center;*/
		background-size: 60%;
	}
	.cm-gallery .camBox01 dt{
		margin-bottom: 2.5%;
	}
	.cm-gallery .camBox01 dd{
		font-size: 4.0vw;
		/*font-weight: bold;*/
	}
	
	.cm-gallery .camBox02{
		width: 100%;
		margin: 0 auto 15%;
		position: relative;
	}
	.cm-gallery .camBox02 div{
		position: absolute;
		top: 33%;
		left: 50%;
	}
	.cm-gallery .camBox02 h3{
		/*font-family: '丸フォーク B', serif;
		font-size: 28px;
		font-weight: 600;
		color: #d4ac5a;*/
		font-size: 5.5vw;
		margin: 0 0 6%;
	}
	.cm-gallery .camBox02 p{
		font-size: 3.16vw;
		line-height: 1.7;
	}
	.cm-gallery .camBox01 img,
	.cm-gallery .camBox02 img{
		width: 100%;
	}
	
	/*.recommendBox > h3.recommendTtl--orange{
		border-color: #96c4ce !important;
	}*/


}


.movie_wrap a:hover {
	opacity: 0.7;
}

.secTopPip{
	width: 1020px;
	margin: 50px auto;
}
@media screen and (max-width:768px){
	.secTopPip{
		width: 100%;
		margin: 7.81% auto;
	}
}
.secTopPip > a{
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	font-size: 20px;
	font-family: "丸フォーク R", serif;
	font-weight: 600;
	text-align: center;
	border: 1px solid #000;
	border-radius: 5.7px;
	text-decoration: none;
}
@media screen and (max-width:768px){
	.secTopPip > a{
		width: 73.75%;
		padding: 5% 0 5% 13.3%;
		text-align: left;
		font-size: 5.46vw;
		position: relative;
		border-radius: 10.1px;
	}
}
@media screen and (max-width:768px){
	.secTopPip > a:after{
		position: absolute;
		content: "";
		width: 2.76vw;
		height: 5.32vw;
		right: 3.5%;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background-image: url(/elekiban/img/common/icon_arrow_right.svg);
		background-size: contain;
		background-repeat: no-repeat;

	}
}
.secTopPip > a:hover{
	opacity: 0.7;
	color: #000;
}

.movie__column__wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5em;
}


.movie__column__wrap:last-child {

}


.movie_wrap iframe {
    width: 100%;
}

.movie_wrap img {
    width: 100%;
}


.movie_01 {
	/*float: right;*/
	width: 480px;
	/*margin: 0 auto;*/
}
 .movie_title {
	width: 262px;
	margin: 0 auto 22px;
}
 .movie_title img {
	width: 100%;
}
 .movie_01_title {
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}

.cm-gallery__img {
	width: 100%;
	max-width: 586px;
	padding: 0 15px;
	height: 314px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.cm-gallery__img a {
	display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/movie-content_off.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .1s;
}
.cm-gallery__img a:hover {
	background-image: url(../img/movie-content_on.jpg);
}
.cm-gallery__img + p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.cm-gallery__img {
		height: calc( 340 / 640 *100vw);
		max-width: calc( 600 / 640 *100vw);
		padding: 0;
	}
	.cm-gallery__img + p {
		font-size: 4vw;
	}

	.movie__column__wrap {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.movie__column__wrap:last-child {
		margin-bottom: 5em;
	}
	
	 .movie_wrap {
		display: block;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	 .movie_wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	 .movie_wrap img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.movie_01_title {
		text-align: center;
		margin: 5% 0;
	}
	 .movie_01_txt {
		line-height: 140%;
		margin-left: 1em;
		margin-right: 1em;
	}
}

.cm-gallery__img img {
	max-width: 100%;
	height: auto;
}