body > h3{
	display: none;
}

#pointprogram{
	font: 500 100%/150% 'optima', 'Avenier', 'Open Sans', sans-serif;
}

/* MV */
.mv_pointprogram{
	padding: 50px;
	margin-top: 100px;
	background: linear-gradient(to bottom, #dbc09a 0%, #fff 60%, #fff 100%);
}
.section h3{
	width: 100%;
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
p.mv_pointprogram_txt{
	padding: 1em 0 !important;
	margin: 1em;
	border-top: solid 4px #000;
	border-bottom: solid 4px #000;
	font-weight: bold;
	text-align: center;
}

/* 案内 */
dl.h1{
	display: flex;
	align-items: center;
	padding: 30px;
}
dl.h1 span,
dl.h1 strong{
	display: block;
	padding: 1px;
	font-weight: bold;
	text-align: center;
}
dl.h1 dt{ /* 入会費 年会費 無料 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	padding: .5em;
	background: #cd1225;
	color: white;
	white-space: nowrap;
	border-radius: 50%;
}
dl.h1 dt span{ /* 入会費年会費 */
	font-size: clamp(14px, 2vw, 20px);
}
dl.h1 dt strong{ /* 無料 */
	font-size: clamp(16px, 2vw, 28px);
}
dl.h1 dd{
	flex: 1;
	margin-left: 1em;
}
dl.h1 dd span{ /* ポイントがたまる、使える。メンバー特典が受けられる。 */
	font-size: clamp(16px, 2.5vw, 24px);
}
dl.h1 dd strong{ /* WEBポイントプログラムのご案内 */
	padding: .5em 0;
	font-size: clamp(24px, 4.2vw, 56px);
}

#pointprogram table{
	width: 100%;
	margin: 30px 0;
}
#pointprogram table th{
	background: none;
	font-weight: 500;
	text-align: left;
}
#pointprogram table td{
	text-align: center;
}
/* 注意 */
ol.kome{
	list-style: none;
	padding: 0 0 0 1em;
	counter-reset: kome;
}
ol.kome li{
	list-style: none;
	position: relative;
	padding: .1em 0 .1em 2.5em;
	margin: 0;
	font-size: .8em;
	counter-increment: kome;
}
ol.kome li::before{
	content: '※' counter(kome) '：';
	position: absolute;
	top: .2em;
	left: 0;
}

/* 会員登録 */
p.signup{
	text-align: center;
}
p.signup a{
	display: inline-block;
	width: 80%;
	margin: 30px auto;
}
p.signup a:hover{
	transform: translateY(-10px);
}

/* WEB POINTについて */
div#guide > h4{
	width: 100%;
	margin: 2em 0 1em 0;
	color: #000;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
div#guide > h4 span{
	display: block;
	width: 160px;
	padding: 0;
	background: #cd1225;
	font-size: 12px;
	color: white;
	line-height: 150%;
	text-align: center;
}
div#guide h5{
	margin: 0 0 1em 0;
}
div#guide dl dt{
	font-weight: bold;
}
div#guide dl dd{
	margin-bottom: 1.5em;
}

/* 特典・交換 */
h5.check{
	display: flex;
	align-items: center;
	padding: .5em;
	margin: 1em 0 .2em 0;
	font-size: 110%;
	border: none;
}
h5.check span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #cd1225;
	color: white;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 50%;
}
h5.check strong{
	padding-left: .5em;
}

ul.webpoint{
	display: flex;
	flex-wrap: wrap;
}
ul.webpoint li{
	width: 50%;
	padding: 1em;
	margin: 5px 0;
}
ul.webpoint li img{
	width: 100%;
	height: auto;
}
ul.webpoint li p{
	padding-top: .5em;
	font-size: 90&;
}

.btn{
	margin-top: 80px;
}

/* キャンペーン */
#campaign{
	width: 100%;
	padding: 80px 0;
}
#campaign h4{
	margin: 0;
}
#campaign img{
	width: 100%;
}
#campaign .center{
	margin: 2em 0;
}
#campaign h5{
	margin: 2em 0 .5em 0 !important;
}
#campaign h5:first-of-type{
	margin-top: 0 !important;
}

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

.mv_pointprogram{
	padding: 1em .5em;
}
p.mv_pointprogram_txt{
	margin: 0;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
dl.h1{
	align-items: flex-start;
	padding: 1em;
}
dl.h1 dt{
	width: 80px;
	height: 80px;
	padding: .5em;
	line-height: 100%;
}
dl.h1 dd{
	margin-left: .5em;
}
dl.h1 dd span,
dl.h1 dd strong{
	line-height: 120%;
	text-align: left;
}
#pointprogram table{
	font-size: 90%;
}
p.signup a{
	width: 100%;
}

#guide .waku{
	padding: 1em !important;
}
ul.webpoint li{
	width: 100%;
	padding: 0 0 2em 0;
	font-size: 90%;
}
#campaign .center p{
	text-align: left !important;
}


}