@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
body{margin: 0 auto; font-family: "Arial", "メイリオ", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN";}
a:hover{opacity: 0.7;}
header{background-color: #ffffff; width: 100%;}	

headr {
	display: block;
	border-bottom: #999 1px solid;
}

headr h1{
	width:150px;
	margin: 0 auto;
	text-align: center;

}
/* コンテンツ */

/* MVエリア背景色変更 */
.mv{background-color:#FFFFFF;}
/* MVエリア背景色変更 */

h2 {
	width: 100%;
	margin: 0 auto;
}

/* MV下帯エリア文字・背景色変更 */
.obi{
	color:#FFFFFF;
	font-size:1.4em;
	text-align: center;
	padding: 10px 0;
	background-color: #c53f45;
}
/* MV下帯エリア文字・背景色変更 */

.contents01{
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}

.campaign-area{
	font-size: 1em;
	margin: 5px 5px 20px;
	line-height:1.8;
	text-align: center;
	border:#939393 solid 1px;
}

.coupon-area{
	color:#fff;
	font-weight: 900;
	background-color: #272727;
}

.coupon-code{
	font-size:1.5em;
}

.campaign-area ul li p{
	font-size: 0.9em;
}

.official_benefits{
	color:#fff;
	font-weight: 900;
	background-color: #F93D00;
	margin-bottom:10px;
}

.catch-txt{
	font-size: 0.9em;
	margin: 40px auto 40px;
	text-align: center;
	line-height: 2;
}

.series_title{
	font-size:1.3em;
	display: block;
}

/* ページナビ */
.nav_txt{
	text-align: center;
	padding:10px 0 0;
}

.dli-chevron-down{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	z-index: 999;
}

/* 見出し */
/* 見出しエリア文字・背景色変更 */
h3 {
	color:#ffffff;
	text-align: center;
	font-size:1.5em;
	font-weight:bold;
	margin: 30px auto 20px;
	padding: 10px 0;
	background-color: #c53f45;
}
/* 見出しエリア文字・背景色変更 */

/* 商品名帯エリア文字・背景色変更 */
h4 {
	font-size:1.5em;
	color: #000;
	text-align: center;
	margin: 50px auto 20px;
	padding: 20px 0 20px;
/*	background-color: #B36A00; */
	border-top:#000000 1px solid;	
	border-bottom:#000000 1px solid;
}
/* 商品名帯エリア文字・背景色変更 */

/* 商品エリア */

.colmn-box{
	margin-left: auto;
	margin-right: auto;
	}

figure {
	padding: 20px 80px 20px;
}

a.pickup-name{
	display: block;
	padding: 5px 0 20px 20px;
	font-size:1.3em;
}

.content-txt{
	font-size:1.1em;
	padding: 5px 20px 20px 20px;
}

#column {
	margin: 0 auto;
	padding-bottom: 30px;
}
#column ul {
	width: (100 + 20px);
/* 	margin: 0 -10px; */
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 0 0 20px;
	margin: 0 auto;
}

#column li a,
#column li a:visited {
	text-decoration: none;
}

#column li .p-name {
	font-size:1.3em;
	font-weight: bold;
	padding: 12px 0 3px 10px;
}
 
#column li span.dli-chevron-down{
	margin: 10px auto;
	display: block;
}

.column01{
	margin: 0 10px 0;
}
.column02{
	margin: 0 auto;
}
.column02 li {
	width: calc(50% - 20px);
}

.column03 li {	
	width: calc(33.3333% - 20px);
}

.column04 li {	
	width: calc(25% - 20px);
}

/* 価格 */
.price_area{
	text-align: right;
	margin-right:20px;
	margin-bottom: 30px;
}

.reg_price{
	font-size:1.4em;
	display: inline !important;
}

.yen_tax{
	display: inline !important;
	font-size:0.7em;
}

.colorblack{
	color:#000000;
}

.yen_tax li{
	margin: 10px;
}

.bn-area li{
	padding: 0 10px 20px;
}


/*メニューアコーディオン */
details {
	border-radius: 5px;
	margin-bottom: 10px;

}
details ul li{
	margin: 0 auto;
	text-align: center;
}

summary {
	margin:20px 0;
	padding: 20px;
	background-color: #f7f7f7;
	cursor: pointer;
	outline: none;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative; /* 矢印アイコンの位置調整のため */
	list-style: none; /* デフォルトの矢印を消す */
	transition: background-color 0.3s; /* 背景色の変化にアニメーションを適用 */
}

details li p{
	margin: 0 auto;
	font-size:0.9em;
	line-height: 1.5;
	padding: 5px 0 0 10px;
}

/* カスタム矢印のスタイル */
summary::after {
	content: '＋'; /* ここに好きなアイコンを設定できます */
	position: absolute;
	top: 30px; /* ヘッダーから上に30pxの位置 */
	right: 20px; /* ヘッダーから右に10pxの位置 */
	transition: transform 0.3s ease; /* アニメーション効果 */
}

/* アコーディオンが開いている時の矢印のスタイル */
details[open] summary::after {
	content: 'ー'; /* 矢印を180度回転 */
}

/* ホバー時のヘッダーのスタイル */
summary:hover {
	background-color: #e7e7e7; /* ホバー時の背景色 */
}

/* WebKitベースのブラウザでデフォルトの矢印を消す */
details summary::-webkit-details-marker {
	display: none;
}

.official_catch{
	font-weight: 900;
	margin:30px auto 5px;
	text-align: center;
}
/* ご購入はこちらボタンン */

.btn a {
	margin: 0px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 80%;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	
/* ご購入はこちらボタンン背景色変更 */
	color: #FFFFFF;
	background-color: #102488;
/* ご購入はこちらボタンン背景色変更 */
}

.btn a:hover {
	color: #FFFFFF; 
}

.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFFFFF;
}

.btn06 a:hover {
	border: 1px solid #333;
}

.btn06 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

.btnA a{
	margin-top: 30px;
	background-color: #FFB700;
}

.btnA a:hover{
	background-color: #FFC42F;
}

.btnR a{
	margin-top: 30px;
	background-color: #CB1010;
}

.btnR a:hover{
	background-color: #FF452B;
}

.itemlist{
	margin-bottom: 30px;
}

/* フッター */
footer{
	width:100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding:30px;
	border-top: #999 1px solid;
}

.footer_category{
	font-size:1.2em;
	margin-bottom: 25px;
}

.footer_category_list_item{
	margin-bottom: 20px;
	width: 100%;
}

.footer_copyright{
	padding:10px 0;
	line-height: 1.4;
}



/* ページの先頭へ戻る */
#page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 20px;
	bottom: 0;
	background: #C82A1F;
	opacity: 0.8;
	border-radius: 50%;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;

}
.dli-chevron-up{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	position: absolute;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after{
	content: 'ページTOPへ';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* ページの先頭へ戻る */





@media screen and (min-width: 1080px){
	/*PCでは改行しない*/
	.sma{ display: none;}
	/*PCでは改行しない*/

/* カスタム矢印のスタイル */
	summary::after {
	position: absolute;
	top: 20px; /* ヘッダーから上に30pxの位置 */
	right: 20px; /* ヘッダーから右に10pxの位置 */
	transition: transform 0.3s ease; /* アニメーション効果 */
}
	
	headr h1{
		width:160px;
		margin: 0 auto;
		text-align: center;
	}
	h2, h4, .item_inner{
		max-width: 1080px;
	}
	.bn-area img{
		max-width: 640px;
	}
	.catch-txt{
		font-size:1.3em;
		line-height: 2.5;
	}
	.campaign-area{
		max-width: 800px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom:20px;
	}
	.official_benefits{
		margin: 0 auto 20px;
		max-width: 1080px;
	}
	#column .series{
		background-color: antiquewhite;
	}

	#column li{
		margin:10px;
	}
	.column02{
		max-width: 920px;
	}
	.column02 li{
		width: calc(33.3333% - 20px);	
	}
	.item_inner{
		margin: 0 auto;
	}
	.colmn-box{
		margin:0 auto;
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		flex-wrap: nowrap;
	}
	.contents_detail{
		width: 530px;
	}
	figure{
		width:550px;
	}
	.pickup-name{
		margin-top:40px;
	}
	.content-txt{
		margin-top:40px;
		line-height: 2;
	}
	.price_area{
		margin:40px 30px 40px 0;
	}
	details ul li img{
		padding-left: 15px;
	}
	
	.footer_inner{
		max-width: 780px;
        margin-left: auto;
        margin-right: auto;
	}
	.footer_category{
		text-align: center;
	}
	.footer_category_list{
	}
	
	.footer_category_list_item{
		width: calc(33.3333% - 20px);
	}

	.footer_copyright{
		padding:10px 0;
		line-height: 1.4;
		text-align: center;
	}

}