#wrapper-main {
	padding: 0px;
	margin: 0px auto;
	max-width: 100%;
	width: 1024px;
	position: relative;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
}

#wrapper-main img {
	border-radius: 0 !important;
}

#page {
	padding: 0px 2em 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 962px;
	position: relative;
}

.bnr {
	display: none;
}

h3 {
	margin: 1em 0;
}

/*head*/

/*
.btn_more{
    background-image: url(./-btn_more.jpg);
    background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
}
.btn_more:hover{
	background-image: url(./-btn_more_o.jpg);
    background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
	cursor: pointer;
}
*/

.itemlist {
	padding: 20px 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
}

.itemS,
.itemN,
.itemW,
.itemMX {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em 0px !important;
	align-items: flex-start;
}

.right,
.left {
	width: 100%;
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.no {
	width: 9%;
}

.description {
	width: 90%;
}

.item_nm {
	text-align: center;
	width: 100%;
}

.item_imgbox {
	width: 100%;
	text-align: center;
}

.sp_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.sp_tle_youtube {
	width: 100%;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 768px) {

	.bnr {
		display: block;
	}

	.itemS {
		width: 24%
	}

	.itemN {
		width: 30%;
	}

	.itemW {
		width: 49%;
	}

	.itemMX {
		width: 65%;
	}

	.left {
		width: 49%;
	}

	.right {
		width: 49%;
	}

	.featuretext {
		color: #ffffff;
	}
}


#sp25_mimg {
	/*
	width:100%;
	background-image: url(./bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
*/
	position: relative;
}

#sp25_bnr {
	position: absolute;
	right: 5.2%;
	bottom: 2.5%;
	width: 22%;
	/*
	width:200px;
	bottom:71px;
	right:77px;
*/
}

#sp25_btn {
	position: absolute;
	width: 30%;
	bottom: 9%;
	left: 50%;
	transform: translateX(-51%);
	/*
	max-width:312px;
	max-height:50px;
	padding-bottom:15%;
	margin:auto;
	padding-top: 113%;
*/
}
@media screen and (max-width: 767px) {
	#page {
		padding: 0;
	}
	.s_container {
		padding-top: 1em;
	}