@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: #006C3D;
}
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: #006C3D;
	-webkit-box-shadow: 0px -5px 0px 0px #01522f inset;
	box-shadow: 0px -5px 0px 0px #01522f 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;
	}
}
@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{
	font-size: 16px;
}
.accordion.acco_shoplist ul {
	border-right: 2px solid #006C3D;
	border-bottom: 2px solid #006C3D;
	border-left: 2px solid #006C3D;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.accordion.acco_shoplist li {
	width: 50%;
	border-bottom: 2px solid #006C3D;
	border-right: 2px solid #006C3D;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.accordion.acco_shoplist li:nth-child(2n){
	border-right: none;
}
.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: #006C3D;
	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{
	display: none;
}
@media screen and (min-width: 641px) {
	.accordion.acco_shoplist li:nth-last-child(2) {
		border-bottom: none;
	}
}
@media screen and (max-width: 640px){
	.accordion.acco_shoplist 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;
	}
}

/* 商品追加
********************************* */

.itemList{
	position: relative;
}

.itemBtn{
	position: absolute;
	transition: 0.3s ease;
	display: block;
	width: 26%;
	max-width: 250px;
}
.mens_bottom{
	top: 17%;
    right: 10%;
}
.mens_tops{
	top: 27.65%;
    left: 22%;
}
.mens_polo{
	top: 38.45%;
    right: 10%;
}
.mens_cardigan{
	top: 49%;
    left: 22%;
}
.ladies_blouse{
	bottom: 35.7%;
	left: 22%;
}
.ladies_bottom{
	bottom: 25.3%;
	right: 10%;
}
.ladies_tunic{
	bottom: 14.6%;
	left: 22%;
}
.ladies_cardigan{
	bottom: 3.7%;
	right: 10%;
}
.shop{
	bottom: 1%;
	left: 50%;
    transform: translateX(-50%);
}
