@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	height: auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1{margin: 0;padding: 0;}
h2{text-align: center;}
a:hover{opacity:0.7;transition:ease 0.9s;}
.clear{clear: both;}

.main_wrap{
	width:98%;
	overflow-x: hidden;
	margin: auto;
	background: #fff;
	margin-top: 80px;
}

@media (min-width:751px) {
	.sp_style{display: none;}

	.main_wrap p{width: 1080px; font-size: 16px; margin: auto; padding: 50px 0;}
	.main_inner{
		width: 100%;
		height: 840px;
		margin-left: 20px;
		background: url(../images/main.jpg) no-repeat;
		background-size: cover;
	}
	.main_inner div{
		width: 1277px;
		margin: auto;
	}
	.main_inner div h1{
		text-align: center;
		padding-top: 45px;
	}
	.main_inner div .main_subttl{
		text-align: center;
	}

	/*====message====*/
	.linkbtn{width: 1080px; margin: auto; display: flex;}
	.linkbtn li{width: 360px; margin:0;}
	.message_wrap{width: 100%;background: #f8eedb;}
	.msg_heading{
		width: 96%; 
		margin: auto; 
		margin-top: 15px;  
		padding: 20px;
		color:#fff;
		background: #fff url(../images/msg_open.png) no-repeat 97% center;
		cursor: pointer;
		display: flex;
	}
	.msg_heading.accordion_open{background: #fff url(../images/msg_close.png) no-repeat 97% center;}
	.msg_heading + div{display: none;}
	.messagelst li{width: 1080px; margin: auto; margin-top: 30px; background: #fff; border: solid #333 1px;}
	.msg_nb, .msg_img{padding-right: 30px;}
	.msg_txt h3{font-size:24px; font-weight: bold; color:#333;}
	.msg_h{padding-top: 10px; font-size: 22px; color:#333; font-weight: bold; line-height: 130%; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.msg_h2{padding: 10px 30px 10px 30px; font-size: 22px; color:#333; font-weight: bold; line-height: 140%; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.msg_p{padding: 10px 30px 30px 30px; font-size: 14px; line-height: 170%;}
	.message_inner_txt{width: 1080px; margin: auto; text-align: center; letter-spacing: 4px; padding-top: 30px; font-size: 26px; font-weight: bold; color:#333; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.message_inner_txt span{font-size:22px; font-weight: 100; line-height: 160%;}

	.m_none{width: 219px;height: 100px;background: #f5e9d3;border: none;
	}
	.cv_area{width:100%;height: 258px;background: #7d0000;
	}
	.cv_wrap{width:1080px;margin: auto;position: relative;
	}
	.cv_img{position: absolute;top:-145px;left: -50px;
	}
	.cv_txt{
		position: absolute;
		right: -40px;
		text-align: center;
	}
	.webalbum_wrap{width: 100%;}
	.contents_webalbum{
		width: 1080px;
		margin: auto;
		text-align: center;
	}
	.item{width: 33.33%;}
	.contents_webalbum ul li{width: 352px;display: inline-block;}

	.prize_wrap{width:100%;background: #f5e9d3;}
	.contents_prize{margin: auto;text-align: center;}
	.contents_prize p{font-size:22px; line-height: 160%;}
	.contents_prize ul {width: 1080px; margin: auto;}
	.contents_prize ul li{width: 500px; display: inline-block; vertical-align: top;}
	.contents_prize ul li img{width: 500px;}
	.contents_prize_bg{
		width: 100%;
		height: 400px;
		margin: 40px 0 0px 0;
		background: url(../images/contents_prize_bg.jpg) no-repeat;
		background-size: cover;
	}
	.cv_area2{width:100%;height: 300px;background: #e5004f;}
	.cv_wrap02{width:1080px;margin: auto;position: relative;}
	.cv_img02{position: absolute;top:-89px;left: 0px;z-index: 99;}
	.cv_txt02{text-align: center;position: relative;z-index: 999;}
	.p_top{position: fixed;bottom: 20px;right: 20px;}
	footer{width: 100%;background: #fff;}
	footer div{width: 1080px;margin: auto;text-align: center;}
}
@media (max-width:750px) {
	.pc_style{display: none;}
	body{
		width: 750px;
		margin: auto;
		overflow-x: hidden;
	}
	h2{text-align: center;}
	.main_wrap{margin-top: 0px;}
	.main_wrap p{width: 710px; margin: auto; font-size: 16px; padding: 50px 0;}
	.main_inner{
		width: 730px;
		height: 680px;
		margin: auto;
		background: url(../images/sp/main.jpg) no-repeat;
		background-size: cover;
	}
	.main_inner div{width: 710px;margin: auto;}
	.main_inner div img{width: 710px;}
	.main_inner div h1{
		text-align: center;
		padding-top: 45px;
	}
	.main_subttl{text-align: center;}
	.main_subttl img{width: 640px !important;}
	
	
		/*====message====*/
	.sp_fix{position: fixed; z-index: 9999; bottom: -7px; left: 0;}
	.linkbtn{width: 750px; margin: auto; display: flex;}
	.linkbtn li{width: 250px; margin:0;}
	.message_wrap{width: 100%;background: #f8eedb;}
	.msg_heading{
		width: 100%; 
		margin: auto; 
		margin-top: 15px;  
		padding: 10px 0px !important;
		color:#fff;
		background: url(../images/msg_open.png) no-repeat 98% center;
		cursor: pointer;
		display: flex;
	}
	.msg_heading.accordion_open{background: url(../images/msg_close.png) no-repeat 98% center;}
	.msg_heading + div{display: none;}
	.messagelst li{width: 710px; margin: auto; margin-top: 20px; background: #fff; border: solid #333 1px;}
	.msg_nb img{display: none;}
	.msg_img img{width: 220px;}
	.msg_nb, .msg_img{padding-right: 15px;}
	.msg_txt{width: 360px;}
	.msg_txt h3{font-size:22px; line-height: 140%; font-weight: bold; color:#333;}
	.msg_txt h3 img{width: 80%;}
	.msg_h{padding-top: 10px; font-size: 22px; color:#333; font-weight: bold; line-height: 130%; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.msg_h2{padding: 10px 30px 10px 30px; font-size: 22px; color:#333; font-weight: bold; line-height: 140%; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.msg_p{padding: 20px 30px 30px 30px; font-size: 20px; line-height: 170%;}
	.message_inner_txt{width: 710px; margin: auto; line-height: 150%; text-align: center; letter-spacing: 4px; padding-top: 30px; font-size: 26px; font-weight: bold; color:#333; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
	.message_inner_txt span{font-size:22px; font-weight: 100; line-height: 160%;}

	.m_none{width: 219px;height: 100px;background: #f5e9d3;border: none;}
	.webalbum_wrap{width: 100%;}
	.contents_webalbum{
		width: 710px;
		margin: auto;
		text-align: center;
	}
	.item{width: 33.33%;}
	.contents_webalbum ul li{width: 352px;display: inline-block;}
	.movie_youtube img{width: 710px;margin: auto;}
	
	.prize_wrap{width:100%;background: #f5e9d3;}
	.contents_prize{margin: auto;text-align: center;}
	.contents_prize p{width: 710px; margin: auto; font-size:22px; line-height: 160%;}
	.contents_prize ul li{display: inline-block;}
	.contents_prize_bg{
		width: 100%;
		height: 400px;
		margin: 40px 0 20px 0;
		background: url(../images/contents_prize_bg.jpg) no-repeat;
		background-size: cover;
	}
	
	.cv_area{width:100%;height: 278px;background: #7d0000;}
	.cv_wrap{width:520px;margin: auto;position: relative;}
	.cv_img{display: none;}
	.cv_txt{
		position: absolute;
		right: -40px;
		text-align: center;
	}
	.cv_area2{width:100%;height: 300px;background: #e5004f;}
	.cv_wrap02{width:710px;margin: auto;position: relative;}
	.cv_img02{display: none;}
	.cv_txt02{text-align: center;position: relative;z-index: 999;}
	.p_top{position: fixed;bottom: 20px;right: 20px;}
	footer{width: 100%;background: #fff; height: 200px;}
	footer div{width: 710px;margin: auto;text-align: center;}
	footer img{width: 600px; margin: auto;}
	footer small{font-size: 18px; text-align: center;}
}
