@charset "UTF-8";

.title_coll{
	text-align: center;
}
.title_coll span{
	display: inline-block;
	padding: 0 1em;
	line-height: 1.2;
	position: relative;
}
.title_coll span::before,.title_coll span::after{
	content: '';
	width: 6px;
	height: 100%;
	background: radial-gradient(circle farthest-side, #000, #000 50%, transparent 50%, transparent);
	background-size: 6px 6px;
	position: absolute;
	top: 0;
}
.title_coll span::before{
	left: 0;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.title_coll span::after{
	right: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

/* ▼▼▼ 貸し切りプランで動画撮影
======================================================*/
#main {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.6;
}
#mainVisual{
	margin-top: 0!important;
	margin-bottom: 82px;
	background: url(img/title_bg.jpg) no-repeat left top/cover;
	position: relative;
}
#mainVisual::after{
	content: '';
	background: url(img/title_under.png) no-repeat center center/cover;
	width: 100%;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: -22px;
}
#mainVisual h1{
	padding: 117px 8.8% 148px;
	text-align: center;
}
#mainVisual h1 span{
	display: inline-block;
	width: 793px;
	max-width: 100%;
	vertical-align: middle;
	position: relative;
}
#mainVisual h1 img{
	vertical-align: middle;
}

#read{
	background: url(img/read_bg.png) no-repeat left 50% top 125px/110.3%,url(img/examp_bg.png) no-repeat right 100% bottom -80px/106.9%;
}
#read .read{
	font-size: 18px;
	text-align: center;
}
#read .read01{
	margin-bottom: 12px;
}
#read .read02{
	margin-bottom: 30px;
}
#read h3{
	margin-bottom: 20px;
}
#read h3 span{
	font-size: 30px;
}
#read h3 span mark{
	background: linear-gradient(transparent 0,transparent 60%,#FFF79A 60%,#FFF79A 90%,transparent 90%);
	font-size: 40px;
}
#read .read_img{
	width: 766px;
	max-width: 100%;
	margin: 0 auto 0;
}
#movie{
	padding: 60px 0 80px;
	background: url(img/movie_bg01.png) no-repeat left 100% top 91px/102.9%,url(img/movie_bg02.png) no-repeat right -10% bottom 25px/45.6%,#FFF1D3;
}
#movie h2,#movie h3{
	text-align: center;
}
#movie h2{
	margin-bottom: 35px;
	padding-bottom: 0;
	border-bottom: 0;
}
#movie h2::before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 36px;
	margin-right: 12px;
	background: url(img/icon_movie.svg) no-repeat center center/32px 36px;
	vertical-align: middle;
}
#movie h3.title_coll{
	margin-bottom: 30px;
}
#movie h3.title_coll span{
	display: inline-block;
	font-size: 27px;
	line-height: 1.4;
	vertical-align: middle;
}
.movie_wrap{
	width: 800px;
	max-width: 100%;
	margin: 0 auto 70px;
}
ul.movie_img_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 700px;
}
ul.movie_img_list li{
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	width: 48%;
	max-width: 310px;
	margin-bottom: 30px;
	background: #FFF;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.15);
}
ul.movie_img_list li:nth-child(1){
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
ul.movie_img_list li:nth-child(2){
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
ul.movie_img_list li:nth-child(3){
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
ul.movie_img_list li:nth-child(4){
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
ul.movie_img_list li a{
	display: block;
	text-decoration: none;
}
ul.movie_img_list li .list_inner{
	padding: 10px;
}
ul.movie_img_list li img{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
}
ul.movie_img_list li p{
	font-size: 16px;
	line-height: 30px;
}
.attention_wrap{
	padding: 50px 0 70px;
}
.attention_wrap h2{
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #707070 1px solid;
}
.attention_wrap .dot_list{
	margin-bottom: 40px;
}
.attention_wrap .dot_list li{
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.attention_wrap .dot_list li::before{
	content: '・';
}
.attention_wrap p.kome_box{
	padding: 20px;
	border: #000 1px solid;
}
.attention_wrap p.kome_box span{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {


	/* ▼▼▼ 貸し切りプランで動画撮影
	======================================================*/
	#mainVisual{
		max-width: 100%;
		padding-top: 0;
		margin-top: 56px!important;
		margin-bottom: 72px;
	}
	#mainVisual h1{
		padding: 60px 8.8% 80px;
		text-align: center;
	}
	.container{
		padding: 0 15px
	}
	#read{
		background: url(img/read_bg.png) no-repeat left 30% top 100px/180%,url(img/examp_bg.png) no-repeat right 30% bottom -50px/180%;
	}
	#read .read{
		font-size: 14px;
	}
	#read h3 span{
		font-size: 20px;
		text-align: center;
	}
	#read h3.title_coll span{
		line-height: 1.4;
	}
	#read h3 span mark{
		font-size: 24px;
	}
	#read .read_img{
		margin: 0 auto 30px;
	}
	#movie{
		padding: 30px 0 40px;
		background: url(img/movie_bg01.png) no-repeat left 10% top 10px/180%,url(img/movie_bg02.png) no-repeat right -10% bottom 25px/80%,#FFF1D3;
	}
	#movie h2{
		margin-bottom: 20px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#movie h2::before{
		width: 24px;
		height: 27px;
		background: url(img/icon_movie.svg) no-repeat center center/24px 27px;
	}
	#movie h2 span{
		font-size: 30px;
	}
	#movie h3{
		margin-bottom: 30px;
	}
	#movie h3.title_coll span{
		font-size: 18px;
		text-align: center;
		line-height: 1.3;
	}
	.movie_wrap{
		margin: 0 auto 40px;
	}
	ul.movie_img_list li .list_inner{
		padding: 5px;
	}
	ul.movie_img_list li img{
		margin-bottom: 5px;
	}
	ul.movie_img_list li p{
		font-size: 14px;
		line-height: 30px;
	}

	.attention_wrap{
		padding: 30px 0 50px;
	}
	.attention_wrap h2{
		font-weight: normal;
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 5px;
		border-bottom: #707070 1px solid;
	}
	.attention_wrap .dot_list{
		margin-bottom: 20px;
	}
	.attention_wrap .dot_list li{
		margin-bottom: 5px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.attention_wrap .dot_list li::before{
		content: '・';
	}
	.attention_wrap p.kome_box{
		padding: 20px;
		border: #000 1px solid;
	}
	.attention_wrap p.kome_box span{
		display: block;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 12px;
	}
}
