@charset "UTF-8";


/*----------------------

*共通 パーツ

----------------------*/
/*タイトル*/
#kak00 h1,#kak00 h2,#kak00 .catcpy{
	font-family: "A-OTF A1明朝 Std", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", serif;
}
#kak00 h1.title{
	font-weight: normal;
	font-size: 36px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
#kak00 h2{
	font-weight: normal;
	font-size: 36px;
	line-height: 1.5;
	padding: 0;
	margin: 0 auto 10px;
	border: 0;
}

/*テキスト*/
#kak00 .txtCenter{
	text-align: center;
}
#kak00 p{
	font-size: 16px;
}
#kak00 .top-content p.price,#kak00 .item_block p.price{
	font-size: 24px;
}
#kak00 .top-content p.price:after,#kak00 .item_block p.price:after{
	font-size: 14px;
}

/*リンク*/
a:hover, a:focus{
	opacity: 0.7;
	text-decoration: none;
}

/*----------------------

*アイコン

----------------------*/
/*タイトルリボン*/
#kak00 .ribbon:before,#kak00 .ribbon:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
/*送料無料アイコン*/
#kak00 .icon{
	color: #d4a543;
	border: solid 1px #d4a543;
	border-radius: 30px;
	padding: 2px 40px;
}
#kak00 .item_block .pg-top .icon{
	font-size: 14px;
	text-align: center;
	padding: 0 8px;
	width: 40%;
}


/*----------------------

*コンテンツ

----------------------*/
#kak00 .top-content{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	text-align: center;
	align-items: center;
}
#kak00 .top-content p{
	margin-bottom: 1%;
}
#kak00 .contBottom{
	padding-bottom: 4%;
	margin-bottom: 6%;
	border-bottom: solid 1px #ccc;
}

#kak00 .item_block{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	margin-bottom: 2%;
}
#kak00 .item_block p{
	line-height: 1.8;
	margin-bottom: 1%;
}
#kak00 .attention{
	width: 80%;
	margin: 0 auto;
}
/*----------------------

*ボタン

----------------------*/
/*アンカーリンクボタン*/
#kak00 .top-content p.anchorLink_btn{
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 6px 10px;
	border-radius: 4px;
}
#kak00 .top-content p.anchorLink_btn:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	transform: translateX(-50%) rotate(135deg);
}
#kak00 .item_block .purchaseBtn{
	text-align: center;
	margin: 4% 0 2%;
	padding: 2px 60px;
	border-radius: 4px;
}