@charset "utf-8";
/* update:2021/10/20 */
.gw_border_bg{
	background: transparent linear-gradient(269deg, #EF8BB5 0%, #C32984 100%) 0% 0% no-repeat padding-box;
	margin-left: 20px;
	margin-right: 20px;
}
.gw_item{
	background-color: #FFFFFF;
}

.gw_item_detail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gw_item_button{
	-webkit-box-shadow: 2px 2px 4px #7E7E7ECC;
	box-shadow: 2px 2px 4px #7E7E7ECC;
}
#gw_custom_area .gw_item_button > a{
	text-decoration: none!important;
}
.gw_item_button > a{
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	border: 3px solid #EF8BB5;
	color: #EF8BB5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#gw_custom_area .gw_item_button > a:hover{
	text-decoration: none!important;
	background-color: #EF8BB5;
	color: #FFFFFF;
}
#gw_custom_area .gw_item_button > a:hover .gw_button_right{
	background-color: #FFFFFF;
}
.gw_item_button > a > p{
	margin-left: 2em;
	width: 100%;
}
.gw_button_right{
	width: 1em;
	height: 1em;
	margin-right: 1em;
	background-color: #EF8BB5;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.gw_item_detail_title{
	font-family: 'Shippori Mincho', serif;
	text-align: center;
}

.gw_limit_icon{
	text-align: center;
	background: #F795BE;
	border-radius: 52px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
}
.gw_border_bg{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.gw_item{
	margin-left: 5px;
	margin-right: 5px;
}
.gw_item_button{
	width: 80%;
}
.gw_item_button > a{
	padding-top: 12px;
	padding-bottom: 12px;
}
.gw_top_pcback{
	padding-bottom: 15px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E07BAB)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #E07BAB 100%) 0% 0% no-repeat padding-box;
}
@media (max-width:979px) {
	.gw_limit_icon_pc{
		display: none;
	}
	.gw_limit_icon_sp{
		display: inline-block;
		padding: 3px 2em;
	}
	.gw_item_sp{
		text-align: center;
		padding-top: 20px;
	}
	.gw_item_button {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.gw_top_title.gw_container{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	.gw_top_pcback{
		padding-top: 15px;
	}
	#gw_top_header{
		margin-top: 25px;
		margin-bottom: 35px;
	}
}

@media (min-width:980px) {
	.gw_top_title{
		padding-bottom: 50px;
	}
	.gw_limit_icon_sp{
		display: none;
	}
	.gw_item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.gw_limit_icon{
		font-size: 31px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		width: 100%;
	}
	.gw_border_bg{
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	.gw_item{
		margin-left: 20px;
		margin-right: 20px;
	}
	.gw_item_button{
		width:400px;
	}
	.gw_item_button > a{
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.gw_item_detail_title{
		margin-bottom: 35px;
	}
	.gw_item_detail{
		width: 380px;
		margin-right: 15px;
	}
}

/* gw_end_item */
#gw_end_item{
	position: relative;
}
#gw_end_item::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.5;
	display:block
}
div#gw_end_text{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display:inline-block;
	z-index: 10;
	font-size: 32px;
}
div#gw_end_text > p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	white-space: nowrap;
}
#gw_custom_area section#gw_end_item #gw_good_ticket_title{
	margin-top: 0px;
}
@media (min-width:980px) {
	section#gw_end_item{
		width: 940px;
	}
}
/* font-size */
.gw_item_button{
	font-size: 20px;
}
.gw_item_detail_title{
	font-size: 19px;
}
.gw_item_detail_title_resize{
	font-size: 17px;
}
@media (min-width:320px) {
	div#gw_end_text{
		font-size: calc(2rem + ((1vw - 3.2px) * 6.2121));
	}
	.gw_item_button {
		font-size: calc(1.25rem + ((1vw - 3.2px) * 0.7576));
	}
	.gw_item_detail_title {
		font-size: calc(1.1875rem + ((1vw - 3.2px) * 1.6667));
	}
}
@media (min-width:640px) {
	div#gw_end_text{
		font-size: 52px;
	}
	.gw_item_button {
		font-size: 23px;
	}
	.gw_item_detail_title {
		font-size: 25px;
	}
}

@media (min-width: 980px) {
	div#gw_end_text{
		font-size: 73px;
	}
	.gw_item_button{
		font-size: 25px;
	}
	.gw_item_detail_title{
		font-size: 30px;
	}
	.gw_item_detail_title_resize{
		font-size: 27px;
	}
}