@charset "utf-8";
/* CSS Document */
#maincontents img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#maincontents a:hover{opacity: 0.7;}
.wrapper{
	background: #FFF385;
	background-image: url("../img/shine.png"), url("../img/bg.png");
	background-repeat: no-repeat, repeat;
	background-position: center top, top;
	width: 100%;
}
#maincontents{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.sp{display: none;}
@media screen and (max-width:750px){
	#maincontents{max-width: 100%;}
	.sp{display: block;}
}


/****ヘッダー～img部分****/
#maincontents header a{
	width: 35%;
	display: inline-block;
	margin-left: 20px;
}
.enetyo{position: relative;}
.enetyo .enecho_btn{
	width: 80%;
	background-image: linear-gradient(0deg, rgba(161, 36, 6, 1), rgba(232, 85, 19, 1));
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 11%;
	left: 8%;
	border-radius: 50px;
}
.enetyo .enecho_btn img{max-width: 130px;}
@media screen and (max-width:500px){
	.enetyo .enecho_btn{
		padding: 5px;
		bottom: 11%;
		left: 9%;
	}
}


/****目玉商品****/
.product{
	max-width: 500px;
	margin: 0 auto;
}
.product_contents{
	width: 100%;
	background-image: url("../img/product_bg.png");
	background-size: contain;
	background-repeat: repeat-y;
}
@media screen and (max-width:750px){
	.product{max-width: 100%;}
}

/****各カテゴリー****/
.category h3{
	width: 80%;
	background: #e50012;
	margin: 0 auto;
	padding: 13px 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#maincontents .category h3 img{
	max-height: 24px;
	margin: 0;
	width: auto;
}
#maincontents .category .option{
	padding: 2px 10px;
	background: #FFFFFF;
	border-radius: 50px;
}
#maincontents .category .option p{
	font-size: 18px;
	font-weight: bold;
	color: #e50012;
}
#maincontents .category h3 .option img{max-height: 30px;}
#maincontents .category .h3_text{
	color: #FFFFFF;
	width: 72%;
	background: #e50012;
	margin: 0 auto;
	padding: 0px 8% 20px;
	text-align: justify;
}
@media screen and (max-width:750px){
	#maincontents .category h3 img{max-height: 20px;}
	#maincontents .category h3 .option img{max-height: 24px;}
	.category h3{padding: 13px 4%;}
	#maincontents .category .option{padding: 4px 8px;}
	#maincontents .category .h3_text{
		width: 80%;
		padding: 0px 4% 20px;
	}
}

/****商品詳細部分****/
.item{
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 25px 0;
	width: 75%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}
#maincontents .item img{margin-bottom: 5px;}
@media screen and (max-width:750px){
	.item{
		padding: 20px 0;
		font-size: 16px;
	}
	#maincontents .item img{margin-bottom: 10px;}
}

/****商品番号・ポイント*****/
.item .num{margin-bottom: 7px;}
.item .num .num_orange{
	padding: 3px 0px 3px 5px;
	background: #666666;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 8px;
}
.item .num .num_orange span{
	background: #ee8237;
	padding: 3px 10px;
	margin-left: 5px;
}
.item .num .num_blue span{background: #006bb4;}
#maincontents .item .num img{
	display: inline-block;
	max-width: 44px;
	margin-right: 7px;
	margin-bottom: 0;
}
.point{
	position: relative;
	padding: 1px 5px 1px 20px;
	border: 1px solid #1ea939;
	border-radius: 5px;
	font-weight: bold;
	color: #1ea939;
	display: inline-block;
}
.point::before{
	content: "";
	display: block;
	position: absolute;
	background-image: url("../img/picon.png");
	width: 15px;
	height: 15px;
	top: 3px;
	left: 2px;
	background-size: contain;
}
@media screen and (max-width:750px){
	.item .num .num_orange{
		padding: 1px 0px 1px 3px;
		margin-right: 1px;
	}
	.item .num .num_orange span{
		padding: 1px 7px;
		margin-left: 4px;
	}
	#maincontents .item .num img{
		max-width: 45px;
		margin-right: 1px;
	}
	.point{padding: 0px 3px 0px 18px;}
	.point::before{
		width: 17px;
		height: 17px;
		top: 5px;
		left: 1px;
	}
}

/****商品名****/
.item .item_txt_red{
	font-size: 18px;
	color: #e40012;
	font-weight: bold;
}
.item strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.item small{
	font-size: 17px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
@media screen and (max-width:750px){
}

/****お値段****/
.price{
	text-align: end;
	font-weight: bold;
	margin-bottom: 20px;
}
.price p{
	color: #e40012;
	margin-bottom: 5px;
}
.price b{
	font-family: 'Arial',sans-serif;
	font-size: 34px;
	font-weight: bold;
	padding-left: 5px;
}
.price em{
	font-size: 27px;
	font-weight: bold;
}
.price span{
	color: #ffef00;
	padding: 4px 8px;
	background: #0068b5;
	border-radius: 15px;
}
@media screen and (max-width:750px){
	.price span{padding: 1px 8px;}
}

/****サイズ・オプションなど****/
.size{margin: 4px 0;}
.size strong{
	padding: 3px 10px;
	color: #FFFFFF;
	background: #e40012;
	display: inline-block;
	border: 1px solid #000000;
	font-size: 14px;
}
.size em{
	padding: 3px 10px;
	background: #ffef00;
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 5px;
}
#maincontents .size img{
	max-width: 45px;
	display: inline-block;
}
.size ul{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	font-size: 15px;
}
.size li{margin-right: 10px;}
.size .remocon{
	padding: 1px 5px;
	border: 1px solid #000000;
	display: inline-block;
}
@media screen and (max-width:750px){
	.size{margin: 2px 0 15px;}
	.size strong{
		font-size: 16px;
		padding: 1px 5px;
		margin: 5px 0 10px;
	}
	.size em{padding: 1px 5px;}
	.size ul{
		width: 100%;
		font-size: 17px;
	}
	.size .remocon{padding: 0px 2px;}
}

/****特典****/
.bonus{
	padding: 7px 8px;
	background: #ffff9d;
	border: 3px solid #ef7042;
	border-radius: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.bonus span{
	padding: 3px 8px;
	background: #ef7042;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 7px;
}
.bonus p{display: inline-block;}
@media screen and (max-width:750px){
	.bonus{padding: 6px 7px;}
	.bonus span{min-width: 32px;}
}


/****HPボタン****/
#maincontents .item .hp{
	padding: 13px;
	background: #e50012;
	border-radius: 50px;
	display: block;
	position: relative;
}
#maincontents .item .hp img{
	max-height: 15px;
	width: auto;
	margin: 0 auto;
}
#maincontents .item .hp::after{
	content: "";
	display: block;
	position: absolute;
	background-image: url("../img/arrow.png");
	width: 20px;
	height: 20px;
	background-size: contain;
	top: 10px;
	right: 15px;
}


/****日本ガスでんき****/
.denki{position: relative;}
.denki .denki_btn{
	width: 76%;
	background-image: linear-gradient(0deg, rgba(201, 69, 14, 1), rgba(233, 85, 19, 1));
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 8%;
	left: 10%;
	border-radius: 50px;
}
.denki .denki_btn img{max-width: 130px;}
@media screen and (max-width:500px){
	.denki .denki_btn{
		padding: 5px;
		bottom: 7%;
		left: 11%;
	}
}

/****乾太くん****/
.kantakun{position: relative;}
.kantakun .kantakun_btn{
	width: 79%;
	 background-image: linear-gradient(0deg, rgba(23, 42, 135, 1), rgba(0, 148, 215, 1));
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 5%;
	left: 9%;
	border-radius: 50px;
}
.kantakun .kantakun_btn img{max-width: 250px;}
#maincontents .kantakun .hp{
	padding: 13px;
	background: #e50012;
	border-radius: 50px;
	display: block;
	position: absolute;
	width: 73%;
	bottom: 12%;
	left: 11%;
}
#maincontents .kantakun .hp img{
	max-height: 15px;
	width: auto;
	margin: 0 auto;
}
#maincontents .kantakun .hp::after{
	content: "";
	display: block;
	position: absolute;
	background-image: url("../img/arrow.png");
	width: 20px;
	height: 20px;
	background-size: contain;
	top: 10px;
	right: 15px;
}
@media screen and (max-width:500px){
	.kantakun .kantakun_btn{
		width: 79%;
		padding: 6px;
	}
	#maincontents .kantakun .hp{
		padding: 9px;
		width: 74%;
	}
	#maincontents .kantakun .hp::after{top: 6px;}
}


/****その他お得な商品****/
.other_btn{
	width: 100%;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 30% 61%, rgba(238, 39, 39, 0));
}

/****注意書き・電話****/
.contact{
	font-size: 14px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 4%;
	text-align: justify;
}
.contact p{margin-bottom: 40px;}
.contact span{color: #e50012;}
.contact em{
	display: block;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: #e40012;
	padding: 5px 0;
	border-radius: 50px;
	margin-bottom: 10px;
	font-family: 'Arial', sans-serif;
    font-weight: bold;
}
.contact strong{
	font-size: 30px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.contact a img{
	max-width: 350px;
	padding-bottom: 40px;
}
@media screen and (max-width:750px){
	.contact{font-size: 16px;}
	.contact strong{font-size: 24px;}
	#maincontents .contact a img{width: 93%;}
}

/****主催・共催****/
.contact .sponsor{
	display: flex;
	margin-bottom: 10px;
	font-family: 'Arial', sans-serif;
}
.contact .host{margin-bottom: 0;}
.contact .host p{font-size: 12px;}
.contact .sponsor b{
	border: 1px solid #000000;
	margin-right: 10px;
	display: flex;
	width: 20%;
	align-items: center;
	justify-content: center;
	max-width: 80px;
	font-weight: 700;
}
.contact .sponsor p{margin-bottom: 0;}
.contact .sponsor p span{
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}
@media screen and (max-width:750px){
	.contact .sponsor b{
		max-width: 60px;
		min-width: 60px;
	}
	.contact .sponsor p span{font-size: 23px;}
}


/****フッター****/
footer{
	background: #FFFFFF;
	padding: 30px 0; 
}
footer img{
	max-width: 180px;
	margin: 0 auto;
	display: block;
}


.txt_none{
	opacity: 0;
	pointer-events: none;
	position: absolute;
}