@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #e61a69;
	-webkit-box-shadow: 0px -5px 0px 0px #e61a69 inset;
	box-shadow: 0px -5px 0px 0px #920038 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: 20px;
	line-height: 1.4;
	color: #e61a69;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
    text-align: center;
    background-color: #FFECF4;
    border-radius: 9999px;
    padding: 4px 5px;
}
.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;
	}
}
.btnBlock#inner{padding: 0 30px}
.btnBlock#inner > *{padding: 0}
.btnBlock#inner > .normalBtn{margin-top: 20px}

#main-container{
    background-color: #ffffff;
    margin-bottom: 5rem;
    padding: 5rem 0;
    margin-top: 5rem;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat;
    background-size: 250px auto;
}
#main-container > .inner{
    padding: 0px 30px 30px;
    margin: auto;
    border-radius: 20px;
}
#osusume h2{
    max-width: 800px;
    width: 100%;
    margin: auto;
}

#osusume .product + .product{margin-top: min(8vw, 10rem)}
#osusume .product__inner {
    margin: 5rem auto 0;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 0px 80px;
}
#osusume .product__inner + .product__inner{
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px dotted #000000;
}
#osusume .flex-head{
    align-items: center;
    margin-bottom: min(50px, 2rem)
}
#osusume .product__img img{filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .5));}
#osusume .logo {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block
}
#osusume .logo p{
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 1.5rem;
}
#osusume .logo span {
    width: 170px;
    display: block;
    margin: auto auto 1rem;
}
#osusume .logo-s span {width: 120px;}
#osusume .logo p small{display: block}

#osusume .logo-sub {
    width: 150px;
    margin-right: 25px;
}
#osusume .copy {
  font-size: 20px;
  line-height: 1.4;
    flex: 1
}
#osusume .description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}
#osusume .spec {
  font-size: 14px;
  margin-bottom: 25px;
}
#osusume .spec li {
  margin-bottom: 6px;
}
#osusume .purchase {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 3rem;
    outline: 3px solid #e61a69;
    outline-offset: -10px;
    align-items: center;
    border: 2px solid rgba(103,0,40,0.20);
}
#osusume .purchase_left{
    width: 53%;
    display: flex;
    flex-direction: column;
}
#osusume .purchase_right{width: 40%;}
#osusume .purchase-icon{
    margin-bottom: 5px;
    align-items: center;
    flex: 1 1 100%;
}
#osusume .purchase-icon span.mark{width: 50px;}
#osusume .purchase-icon span + span{margin-left: 10px}
#osusume .product-name p{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    font-weight: bold;
}
#osusume .product-name p small{
    display: inline-block;
    font-weight: normal;
}
#osusume .tag{
    display: inline-block;
    background-color: #cc8e0b;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1
}  
#osusume .price-area {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-align: right
}
.list-tag {text-align: right} 
#osusume .list-tag p {
    padding: 0.6rem 1rem;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #9b1c2f;
    color: #9b1c2f;
}
#osusume .list-tag .tag-coolbin {
  border: 1px solid #9b1c2f;
  color: #9b1c2f;
}
#osusume .tag.store{background-color: #004294}
#osusume .tag.store-b1{background-color: #c80852}
#osusume .tag.coolbin{
    background-color: #ffffff;
    color: #007698;
    outline: 1px solid #007698;
    outline-offset: -1px;
}
#osusume .tag.reitoubin{background-color: #007698}
#osusume .tag.tag-new{background-color: #007698}
#osusume .purchase_right img{filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));}
#osusume hr{
    height: 16px;
    background: url(../img/icon-heart.png) repeat-x 0 0;
    border: 0;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 50px;
}
#osusume .purchase .flex + .flex{
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px dotted #000000;
}
@media (width <= 768px) {
#main-container > .inner {padding: 0px 20px 30px;}    
#osusume .product__inner {
    margin: 2rem auto 0;
    grid-template-columns: 1fr;
}  
.product__content{margin-top: 2rem}  
#osusume .logo-sub{margin: 0 auto 1rem;}    
#osusume .copy{flex: 1 1 100%;}    
#osusume .purchase_left{width: 100%}
#osusume .purchase_right{
    width: 200px;
    margin: 2rem auto 0;} 
}
#cp-btn a{
    display: block;
    width: 80%;
    max-width: 600px;
    margin: auto;
}
#img-poinco{
    width: 350px;
    margin: 0 auto;
}
.pc{display: block !important}
.sp{display: none !important}
.flex,
.flex-left{
    display: flex;
    flex-wrap: wrap;
}
.flex{justify-content: space-between;}

@media (width <= 640px) {
#main-container{margin-bottom: 3rem;}  
#img-poinco{
    width: 200px;
}    
.pc{display: none !important}
.sp{display: block !important}    
}
