@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.dbaraiBtn{
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}
.dbaraiList01{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}
.dbaraiList02{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}	
.dbaraiList03{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}
.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li{
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}
.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0){
	margin-right: 0;
	margin-bottom: 3%;
}

/* add */
.cp_page {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo;
}
.contsTtl .mainColor {
	background: #04256d;
}
a.txtLink {
	text-decoration: underline;
    color: #005bac;
    display: inline;
}
.cpNotesSubttl {
	font-size: 21px;
	line-height: 1.5;
	color: #d7181f;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.cpNotesList {
	line-height: 1.8;
}
.attention__lead {
	font-size: 16px;
}
.cpNotesItem01 {
	text-indent: -1.6em;
	padding: 0px 0px 0px 1.6em;
}
.cpNotesItem02 {
	text-indent: -2.2em;
	padding: 0px 0px 0px 1.6em;
}
.storeBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.saleBtn {
	color: #111111;
	font-size: 16px;
	background-color: #ffe600;
	-webkit-box-shadow: 0px -5px 0px 0px #b49900 inset;
	box-shadow: 0px -5px 0px 0px #b49900 inset;
}
.normalBtnLink:after {
	right: 10px;
}
.normalBtnTxt .forSp{
	display: none;
}
.couponBox {
	box-sizing: border-box;
	border: 4px solid #ea0f31;
	border-radius: 20px;
	padding: 3% 5%;
	max-width: 750px;
	width: 95%;
	margin: 30px auto;
}

@media screen and (min-width: 641px) {
	.forSP {
		display: none;
	}
	.normalBtn {
		width: 550px;
	}
	.normalBtnLink {
		font-size: 26px;
	}
	.accordion .storeBtn {
		font-size: 26px;
	}
	.accordion .saleBtn {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	.forSP {
		display: inline;
	}
	.forPC {
		display: none;
	}
	.contsTtl span.mainColor {
		font-size: 18px;
	}
	.contsTxt {
		font-size: 16px;
	}
	.normalBtnLink {
		font-size: 14px;
		padding: 19px 30px 20px;
	}
	.normalBtnLink:after {
		right: 5px;
	}
	.flbnpb {padding-bottom: 15% !important;}
	.couponBox {
		border: 3px solid #ea0f31;
	}
	.couponBox ul li {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 350px) {
	.normalBtnTxt .forSp{
		display: inline;
	}
}


/* アコーディオン
 ========================== */
 .accordion.acco_shoplist,
 .accordion.acco_salelist{
	font-size: 16px;
}
.accordion.acco_shoplist ul {
	border-right: 2px solid #04256d;
	border-bottom: 2px solid #04256d;
	border-left: 2px solid #04256d;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.accordion.acco_salelist ul {
	display: flex;
    flex-wrap: wrap;
	border-right: 2px solid #ffe600;
	border-bottom: 2px solid #ffe600;
	border-left: 2px solid #ffe600;
}
.accordion.acco_shoplist li {
	width: 100%;
	border-bottom: 2px solid #04256d;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.accordion.acco_salelist li {
	border-bottom: 2px solid #ffe600;
	padding: 10px;
}
.accordion.acco_salelist li:nth-of-type(even) {
	border-left: 2px solid #ffe600;
}
.accordion.acco_shoplist li:last-of-type {
	border-bottom: none;
}
.accordion.acco_shoplist li a{
	text-decoration: underline;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #04256d;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after,
.accordion.acco_salelist .switch:after{
	display: none;
}
@media screen and (max-width: 640px){
	.accordion.acco_shoplist li,
	.accordion.acco_salelist li{
		font-size: 12px;
	}
	.toggle_btn {
		width: 20px;
		height: 20px;
	}
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
	.accordion.acco_shoplist li {
		width: 100%;
		border-right: none;
	}
}

/* 追従バナー
********************************* */
.floatPcBnr {
    height: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: 2;
}
a.floatPcLink {
    display: block;
}

@media screen and (max-width: 640px) {
	.floatPcBnr, a.floatPcLink {
		display: none;
	}
}
.floatSpBnr {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 2;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.floatSpBnr, a.floatSpLink {
		display: block;
	}
}

:root{
--red:#c9231d;
}
.contsTtl{
    text-align: center;
    padding: 0 0 10px;
}
.contsTtl span{background-color: #000000;}

.bg-red{background-color: var(--red)}
#list-store{
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 800px;
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    background-image: radial-gradient(#ffe5e5 5px, transparent 5px),
		radial-gradient(#ffe5e5 5px, #fffdf5 5px);
    border-radius: 20px;
}

#list-store h2{
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color: var(--red);
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    background-color: #ffffff;
    padding: 10px 30px;
    margin: 0 auto 30px;
    width: fit-content;
}
#list-store h3{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 10px auto 20px;
    padding: 5px 10px 12px;
    border: 4px solid var(--red);
    max-width: 400px;
    width: 80%;
    background-color: #ffe6e6;
    color: var(--red);
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px #320008;
    line-height: 1.4
}
#list-store h3 strong{font-size: 160%;}
#list-store ul{margin-bottom: 3rem}
#list-store li{
    text-align: center;
    line-height: 2;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.05em
}
#list-store .block-half{width: 330px;}


.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; 
}
#img-shopping{
    width: 350px;
    margin: -8% auto 0;
}

.txt-wh{color: #ffffff!important}

.pc{display: block !important}
.sp{display: none !important}
@media (width <= 640px) {
#list-store{
    width: 90%;
    margin: auto;
    }    
#list-store h2{font-size: 22px;}  
#list-store h3{font-size: 20px;}
#list-store h3 strong{font-size: 140%;}    
#list-store ul{margin-bottom: 0rem}  
#list-store li{font-size: 17px;}    
.flex{gap: 20px;} 
#img-shopping{width: 200px;}    
.pc{display: none !important}
.sp{display: block !important}    
}
