
header{
	background: url(../img/index/header_bg.jpg) no-repeat top center #cac9c9;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0% 100%);
	padding: 0 0 15vw 0;
	margin-bottom: -12vw;
}
#pc_topimg{
	display: block;
}
#pc_topimg img{
	width: 1050px;
	height: auto;
	vertical-align: middle;
}
#pc_topimg img:nth-of-type(1){
	width: 950px;
	height: auto;
	vertical-align: top;
}
#pc_topimg img:nth-of-type(2){
    margin-top: -450px;
}

#sp_topimg{	display: none;}

.topmv_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 50px 0 0 0;
}
.topmv{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.topmv video{
	width: 400px;
	height: auto;
	aspect-ratio: 1080 / 1920;
}


h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
	background: #000;
	transform: skewY(-7deg);
	padding: 10px;
	margin-bottom: -6.2vw;
}

/** item **/

#item{
	position: relative;
	padding: 14vw 0 17vw;
	margin-bottom: -7vw;
	background: #fff;
	clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0% 100%);
}
#item ul{
	width: 1100px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 50px auto;
	padding: 0;
	text-align: center;
}
#item li{
	position: relative;
	margin: 0 0 20px 0;
}
#item li .img_top,
#item li .img{
	display: block;
}

#item li .img_top{
	margin-bottom: 30px;
}
#item li .img_top img{
	width: 70%;
	max-width: 500px;
	height: auto;
}
#item li .img img{
	width: calc(100% / 2);
	max-width: 430px;
	height: auto;
}
#item li div .period{
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #000;
}
#item li div .name{
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #a76de1;
	margin: 5px 0 0 0;
}
#item li div .name span{
	font-size: 14px;
	font-weight: normal;
}
#item li div .price{
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
}
#item li div .price i{
	font-size: 14px;
	font-weight: normal;
}


/** prize **/

#prize{
	padding: 15vw 0 80px 0;
	background: #c38be2;
	clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0% 100%);
}
#prize .prizebox{
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0 auto 30px auto;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	min-height: 240px;
	padding: 30px 30px 30px 245px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .prizebox_top{
	width: 100%;
}
#prize .prizebox_top img{
	display: inline-block;
	vertical-align: top;
	width: 165px;
	position: absolute;
	top: 0;
	left: 40px;
}
#prize .prizebox_top#kinkyu img{
	width: 250px;
	left: 0;
}
#prize .prizebox_top p{
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .prizebox_top p span{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #c38be2;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
#prize .prizebox_top_w p:nth-of-type(1){
	margin: 0 0 20px 0;
}
#prize .prizebox_top_w p:nth-of-type(1) span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	background: #ff6600;
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .prizebox_top_w p:nth-of-type(2){
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}
#prize .prizebox_top_w ul{
	margin: 0 0 20px 0;
	padding: 0;
}
#prize .prizebox_top_w li{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
}
#prize .prizebox_top_w li i{
	font-style: normal;
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}

#prize .prizebox_btm{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
	color: #fff;
	background: #000;
	margin: 5px 0 0 0;
}
#prize .prizebox_btm span{	margin-right: 10px;}
#prize .prizebox_btm em{
	font-size: 30px;
	color: #fff54d;
}
#prize .info{
	width: 980px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .info:last-of-type{
	margin-bottom: 0;
}

#prize .info > h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	padding: 15px;
	color: #fff;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .info > p{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#prize .info > p img{
	display: inline-block;
	vertical-align: top;
	width: 570px;
	height: auto;
}
#prize .info dl{
	display: table;
	width: calc(100% - 40px);
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}
#prize .info dt,
#prize .info dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prize .info dl:first-of-type dt,
#prize .info dl:first-of-type dd{	border-top: 1px solid #ccc;}
#prize .info dt{
	width: 160px;
	text-align: center;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
}
#prize .info dd{
	text-align: left;
}


/** flow **/

#flow{
	width: 980px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow .contact:first-of-type{	margin-bottom: 50px;}

#flow .flow_top{
	text-align: center;
	margin: 0 0 80px 0;
}
#flow .flow_top img{
	width: 100%;
	height: auto;
}
#flow .flow_list{}
#flow .flow_list dl{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 5px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow .flow_list dl:after{
	content: '';
	width: 40px;
	height: 40px;
	border-bottom: 5px solid #ccc;
	border-right: 5px solid #ccc;
	position: absolute;
	bottom: -26px;
	right: calc(50% - 20px);
	background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#flow .flow_list dl:last-of-type{	margin-bottom: 80px;}
#flow .flow_list dl:last-of-type:after{	display: none;}
#flow .flow_list dt,
#flow .flow_list dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow .flow_list dt{
	font-weight: bold;
	text-align: center;
}
#flow .flow_list dt span{
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	background: #c38be2;
	margin: 0 0 20px 0;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow .flow_list dt p{
	font-size: 40px;
	line-height: 45px;
}
#flow .flow_list dd{
	width: 440px;
	padding: 0 90px 0 0;
}
#flow .flow_list dd img{
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: auto;
	border-radius: 15px;
	box-shadow: 0px 0 20px 0px rgba(0,0,0,0.15);
}


/** event **/

#event{
	background: #f6e4ff;
	padding: 80px 0;
}
.event_top{
	margin-bottom: 30px;
}
.event_top img{
	width: 100%;
	max-width: 850px;
	height: auto;
}
.event_info{
	width: 880px;
	margin: 0 auto;
}
.event_info dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.event_info dl:first-of-type{	border-top: 1px solid #ccc;}
.event_info dt,
.event_info dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 15px;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.event_info dt{
	width: 215px;
	text-align: center;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
}
.event_info dt br{	display: none;}
.event_info dd{
	text-align: left;
}
#event .contact p{	margin-bottom: 30px;}


/** contact **/

.contact_bt{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 30px);
	max-width: 500px;
	height: 80px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	background: linear-gradient(to right, #a76de1 0%, #d28aff 50%, #a76de1 100%);
	background-size: 200% auto;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	border-radius: 40px;
	margin: 0 auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact_bt.orange{
	background: linear-gradient(to right, #ff9000 0%, #ffba00 50%, #ff9000 100%);
	background-size: 200% auto;
}
.contact_bt:hover{
	color: #fff;
	background-position: right center;
	text-decoration: none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.contact p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0 0 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact p span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}

.contact_bt.gray,
.contact_bt.gray:hover{
	color: #aaa;
	background: #ccc;
	box-shadow: none;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {

	header{
		background: url(../img/index/header_bg.jpg) no-repeat top center #cac9c9;
		background-size: cover;
		padding: 0 0 20vw 0;
	}
	#sp_topimg{
		display: block;
		margin-bottom: 10px;
	}
	#sp_topimg img{
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	#sp_topimg img:nth-of-type(2){ margin-top: calc((-60% / 750) * 360);}

	#pc_topimg{	display: none;}

	h2{ font-size: 32px;}

	.topmv_bg{
		margin: 30px 0 0 0;
		padding: 0 20px;
	}
	.topmv{
		width: 85%;
		max-width: 640px;
		display: block;
		padding: 7px;
		margin: 0 auto;
	}
	.topmv video{
		width: 100%;
	}


	/** item **/
	#item{
		position: relative;
		padding: 14vw 0 20vw 0;
		background: #fff;
	}
	#item ul{
		width: auto;
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
		padding: 0 15px 0 15px;
		text-align: center;
	}
	#item li{
		position: relative;
		display: block;
		width: auto;
		margin: 0 0 20px 0;
	}
	#item li:last-of-type{
		margin-bottom: 30px;
	}
	#item li .img_top{
		margin-bottom: 20px;
	}
	#item li .img{
		display: block;
		text-align: center;
	}
	#item li .img img{
		width: calc(100% - 60px);
		height: auto;
	}
	#item li div .period{
		font-size: 14px;
		margin: 20px 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 2px solid #000;
	}
	#item li div .name{
		font-size: 15px;
		line-height: 1;
		margin: 10px 0 0 0;
	}
	#item li div .name span{
		display: inline-block;
		font-size: 11px;
	}
	#item li div .price{
		font-size: 15px;
		line-height: 1;
		font-weight: bold;
		margin: 10px 0 0 0;
	}
	#item li div .price i{
		font-size: 11px;
	}


	/** prize **/
	#prize{
		padding: 20vw 20px 50px 20px;
		background: #c38be2;
	}
	#prize .prizebox{
		display: block;
		width: auto;
		margin: 0 0 20px 0;
		min-height: 0;
		padding: 0 20px 20px 20px;
		border-radius: 5px;
	}
	#prize .prizebox_top{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		min-height: 125px;
		padding: 20px 0 15px 80px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#prize .prizebox_top img{
		display: inline-block;
		vertical-align: top;
		width: 80px;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 10px;
	}
	#prize .prizebox_top#kinkyu img{
		width: 100px;
		top: 0;
		left: 0;
	}
	#prize .prizebox_top p{
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px 0;
		padding: 0 0 0 60px;
	}
	#prize .prizebox_top p:last-of-type{	margin-bottom: 0;}
	#prize .prizebox_top p span{
		width: 50px;
		height: 18px;
		font-size: 13px;
		line-height: 14px;
		margin: 0 5px 0 0;
		border-radius: 3px;
	}
	#prize .prizebox_top_w{	margin-top: -40px;}
	#prize .prizebox_top_w p:nth-of-type(1){
		margin: 0 0 20px 0;
	}
	#prize .prizebox_top_w p:nth-of-type(1) span{
		display:flex;
		position: absolute;
		top: 25px;
		left: 80px;
		width: calc(100% - 100px);
		height: 60px;
		font-size: 21px;
		line-height: 1.2;
		padding: 5px 10px;
	}
	#prize .prizebox_top_w p:nth-of-type(2){
		font-size: 14px;
		line-height: 18px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	#prize .prizebox_top_w li{
		position: relative;
		font-size: 11px;
		line-height: 15px;
	}
	#prize .prizebox_btm{
		display: flex;
		flex-wrap: wrap;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		padding: 10px;
		margin: 0;
	}
	#prize .prizebox_btm span{
		width: 100%;
		margin: 0 0 5px 0;
	}
	#prize .prizebox_btm em{
		width: 100%;
		font-size: 24px;
		color: #fff54d;
	}
	#prize .info{
		width: auto;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#prize .info > h3{
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		padding: 15px;
	}
	#prize .info > p img{
		width: 100%;
		height: auto;
	}
	#prize .info dl{
		display: table;
		width: calc(100% - 40px);
		width: 100%;
		font-size: 0;
		line-height: 0;
		margin: 0 auto;
	}
	#prize .info dt,
	#prize .info dd{
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
	}
	#prize .info dt{
		width: 85px;
		border-left: none;
	}
	#prize .info dd{
		text-align: left;
		border-right: none;
	}
	#prize .info dl:last-of-type dt,
	#prize .info dl:last-of-type dd{
		border-bottom: none;
	}


	/** flow **/
	#flow{
		width: auto;
		margin: 0;
		padding: 50px 20px;
	}
	#flow .contact:first-of-type{	margin-bottom: 50px;}
	#flow .flow_top{
		margin: 0 0 30px 0;
	}
	#flow .flow_top img{
		width: 100%;
		height: auto;
	}
	#flow .flow_list dl{
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 2px solid #ccc;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#flow .flow_list dl:after{
		content: '';
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #ccc;
		border-right: 2px solid #ccc;
		position: absolute;
		bottom: -7px;
		right: calc(50% - 5px);
		background: #fff;
	}
	#flow .flow_list dl:last-of-type{	margin-bottom: 30px;}
	#flow .flow_list dt{	width: 50%;}
	#flow .flow_list dt span{
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 3px 5px;
		border-radius: 5px;
	}
	#flow .flow_list dt p{
		font-size: 20px;
		line-height: 24px;
	}
	#flow .flow_list dd{
		width: 50%;
		padding: 0 15px 0 0;
	}
	#flow .flow_list dd img{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border-radius: 15px;
		box-shadow: 0px 0 20px 0px rgba(0,0,0,0.15);
	}


	/** event **/

	#event{
		background: #f6e4ff;
		padding: 50px 20px;
	}
	.event_top{
		margin-bottom: 20px;
	}
	.event_top img{
		width: 100%;
		height: auto;
	}
	.event_info{
		width: auto;
		margin: 0;
	}
	.event_info dl{
		min-height: 50px;
	}
	.event_info dt,
	.event_info dd{
		font-size: 13px;
		line-height: 16px;
		padding: 10px;
	}
	.event_info dt{
		width: 100px;
		text-align: center;
		background: #f5f5f5;
		border-left: 1px solid #ccc;
	}
	.event_info dt br{	display: inline;}
	.event_info dd{
		text-align: left;
	}
	#event .contact p{	margin-bottom: 10px;}


	/** contact **/
	#sp_topimg + .contact{
		margin-top: -20px;
	}
	.contact_bt{
		width: 300px;
		height: 60px;
		font-size: 18px;
		line-height: 20px;
		border-radius: 30px;
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	}
	.contact p{
		width: 290px;
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		margin: 10px 0 0 0;
		padding-left: 15px;
	}

}