@charset "utf-8";
.fo-helvetia {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 300;
}
.fo-bebas {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.txt-rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.bg-black {
	background-color: #000;
}
.bg-grey {
	background: #f2f2f2
}
.bg-member {
	background: url("../img/products/bg.jpg") bottom center no-repeat;
	background-size: cover;
}
/*header----------------------------*/
.menuIcon,.spMenu {
	display: none;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .25s ease-in;
	background: transparent;
}
.headerWrap {
	max-width: 1440px;
	margin: 0 auto;
	width: 90%;
	border-radius: 50px;
	transition: .4s ease-in;
	color: #fff;
	padding: 10px 0;
}
#header.scrollCrass {
	top: 0;
	background: rgba(0,0,0,.8);
}
.hTxt {
	text-align: left;
	font-weight: 400;
	font-size: 80%;
	margin-bottom: 10px;
	text-indent: -.5em;
}
.logoSub {
	margin-left: 20px;
	font-size: 22px;
	color: #b3b3b3;
	letter-spacing: .14em;
}
.nav li {
	margin-left: 25px;
}
.nav {
	margin-top: 15px;
}
.nav a {
	font-size: 80%;
	color: #b3b3b3;
}
.nav a:hover {
	color: #fff;
}
.scl li:not(:first-of-type) {
	margin-left: 20px;
}
.mainVisual {
	background: url("../img/top/main/main_bg.jpg") bottom center no-repeat;
	background-size: 100% 100%;
	padding-top: 140px;
}
.mvArea {
	width: 90%;
	height: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.mv_product {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mv_product li {
	width: 25%;
	height: 33.333333%;
}
.mv_first,.mainTxt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
	padding-bottom: 8.55%;
}
.mv_first {
	max-height: 80%;
	opacity: 0;
}
.mv_product li img,
.mv_first img {
	width: auto;
	max-height: 100%;
}
.mainTxt {
	opacity: 0;
}
.scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.5%;
	margin: 0 auto;
	padding-top: 75px;
	opacity: 0;
}
.scroll a {
	display: inline-block;
}
.scroll img {
	max-height: 32px;
}
.scroll a::before,.scroll a::after {
	content: "";
	display: block;
	width: 1px;
	height: 55px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	transition: .5s;
}
.scroll a::after {
	width: 3px;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.scroll a:hover::after {
	background: #fff000
}
/*
.mvArea.act .mv_first {
	-webkit-animation: mv_first 4s ease-in-out forwards;
	animation: mv_first 4s ease-in-out forwards;
}
.mvArea.act .mv_product {
	-webkit-animation: mv_product 1.8s ease-in 6.4s forwards;
	animation: mv_product 1.8s ease-in 6.4s forwards;
}
.mvArea.act .mainTxt {
	-webkit-animation: mainTxt 3s ease-in 7.2s forwards;
	animation: mainTxt 3s ease-in 7.2s forwards;
}
.mvArea.act .scroll {
	-webkit-animation: mainTxt 3s ease-in 8.2s forwards;
	animation: mainTxt 3s ease-in 8.2s forwards;
}
.mvArea.act .scroll a::after {
	-webkit-animation: scrollbar ease-in-out 1.5s infinite;
	animation: scrollbar ease-in-out 1.5s infinite;
}
*/
/*main22.12.01---------*/
.mvArea .mv_first {
	display: none!important;
}
.scroll,.mainTxt,.mv_product li {
	opacity: 1!important
}
.mv_product {
	opacity: .3!important;
}
.mvArea .mv_first {
	-webkit-animation: mv_first 4s ease-in-out forwards;
	animation: mv_first 4s ease-in-out forwards;
}
.mvArea .mv_product {
	-webkit-animation: mv_product 1.8s ease-in 6.4s forwards;
	animation: mv_product 1.8s ease-in 6.4s forwards;
}
.mvArea .mainTxt {
	-webkit-animation: mainTxt 3s ease-in 7.2s forwards;
	animation: mainTxt 3s ease-in 7.2s forwards;
}
.mvArea .scroll {
	-webkit-animation: mainTxt 3s ease-in 8.2s forwards;
	animation: mainTxt 3s ease-in 8.2s forwards;
}
.mvArea .scroll a::after {
	-webkit-animation: scrollbar ease-in-out 1.5s infinite;
	animation: scrollbar ease-in-out 1.5s infinite;
}

/*footer-----------------------------------*/
#footer {
	background: #000;
	color: #fff;
}
.footWrap {
	padding: 80px 0;
	position: relative;
	max-width: 1200px;
}
.pageTop {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.fLogo .fo-helvetia {
	color: #fff;
	font-size: 10px;
	letter-spacing: .5em;
	text-indent: .5em;
	padding-top: 10px;
	font-weight: 200;
}
.fNav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
	margin-top: 40px;
}
.fNav li {
	margin: 5px 15px;
}
.fNav a {
	font-size: 80%;
	color: #ccc;
}
.fNav a:hover {
	color: #fff;
}
.fBtm {
	margin-top: 40px;
}
.copyRight {
	font-size: 85%;
}
.fixBtn {
	width: 12%;
	max-width: 187px;
	position: fixed;
	bottom: 1%;
	right: 5px;
	z-index: 50;
}
/*toppage----------------------------------*/
#topContents {
	background: url("../img/top/top_cont_bg.jpg") top center no-repeat;
	background-size: cover;
	color: #fff;
	/*padding: 100px 0;*/
	padding: 130px 0 70px;
	position: relative;
}
#topContents .container {
	position: relative;
	padding: 0 70px;
	max-width: 1200px;
}
#topContents h2 {
	font-size: 180%;
	font-weight: 400;
	letter-spacing: .2em;
	text-indent: .2em;
}
.sideTxt {
	font-size: 28px;
	letter-spacing: .58em;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: 45%;
	left: 2%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.sideTxt._rht {
	left: auto;
	right: 2%;
	letter-spacing: .88em;
}
#topContents .txt {
	font-size: 125%;
	max-width: 630px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: .05em;
}
.ttlBox {
	font-size: 115%;
	margin-bottom: 50px;
}
.ttlBox h2 {
	font-size: 48px;
	font-weight: 300;
	line-height: .85;
	letter-spacing: .05em;
	text-indent: .05em;
	margin-bottom: 10px;
}
#buyhere .container {
	max-width: 1200px;
}
#buyhere h3 {
	font-size: 185%;
	margin-bottom: 30px;
}
#buyhere h3 + .txt {
	font-size: 150%;
	font-weight: 600;
}
.merit {
	width: 24%;
	background: #f2f2f2;
	padding: 20px 30px;
	margin-top: 20px;
}
.merit .num {
	margin-bottom: 20px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: .9;
}
.merit .num big {
	display: block;
	font-size: 260%;
}
.merit figure {
	min-height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.merit h4 {
	font-size: 125%;
	padding: 15px 0;
}
.merit .txt {
	text-align: left;
	border-top: 1px solid #000;
	padding-top: 15px;
}
.buyBnrs {
	max-width: 550px;
	margin: 50px auto 0;
}
.buyBnrs ._01 {
	overflow: hidden;
	border-radius: 5px;
}
.pubtn a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
}
.pubtn a:hover {
	background: #f1f1f1;
}
.pubtn .txt {
	margin-bottom: 15px;
	font-size: 115%;
}
.pubtn li {
	margin: 0 15px;
}

.buyTbl {
	border-bottom: 1px solid #ccc;
	margin: 40px auto 30px;
}
.buyTbl dt,.buyTbl dd {
	padding: 15px 20px;
	width: 35%;
	border-top: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.buyTbl dt {
	width: 30%;
	background: #f2f2f2;
	order: 1;
}
.buyTbl dd:last-of-type {
	order: 2;
}
img[src*="buy_logo"] {
	max-height: 33px;
}
img[src*="buy_logo_rakuma"] {
	max-height: 40px;
}
.buyBnr {
	margin-top: 10px;
}
.buyBnr li {
	width: 48%;
	margin-bottom: 5px;
	font-size: 90%;
}
.buyBnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 10px 5px;
}
.buyBnr a:hover {
	background: #f2f2f2;
}
.buyBnr a:hover img {
	opacity: 1;
}
.buyBnr a * {
	margin: 4px auto;
}
.buyBnr a p {
	width: 100%;
}
#comparison {
	background: #fff;
	padding: 40px 0;
	text-align: center;
	overflow: auto;
	max-height: 85vh!important;
}
.lity-active body {
	overflow: hidden;
}
#comparison .container {
}
#comparison h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
#comparison h3 + .txt {
	font-size: 115%;
}
.compTbl {
	position: relative;
	margin-top: 50px;
	padding-top: 55px;
}
.compTbl table {
	table-layout: fixed;
}
.compTbl th,.compTbl td {
	padding: 20px 10px;
	border: 1px solid #ccc;
}
.compTbl thead th:first-of-type {
	border: none;
}
.compTbl thead th:nth-of-type(2) {
	background: #000;
}
.compTbl tbody th {
	color: #fff;
	background: #666666;
}
.buyBnrs .spMenu {
	display: flex;
}
.pick {
	position: relative;
	border: 5px solid #c1272d;
}
#ServiceTableText {
	position: absolute;
	color: #fff;
	font-weight: 600;
	background-color: #c1272d;
	padding: 10px;
	line-height: 1;
	margin: 0;
	font-size: 21px;
	top: 0;
	left: 20%;
	width: 20%;
}
#ServiceTableText::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	border-top: 12px solid #c1272d;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

#topspec {
	background: #000;
	padding-bottom: 0;
	padding-top:20px;
}
.specTop {
	color: #fff;
	padding-bottom: 80px;
	max-width: 905px;
}
.specTop h2 {
	font-size: 27px;
	letter-spacing: .3em;
	text-indent: .3em;
	padding: 60px 0;
	background: url("../img/top/100.png") center center no-repeat;
	background-size: auto 154px;
	margin-bottom: 50px;
}
.txtBox {
	border: 2px solid #fff;
	position: relative;
	padding: 20px 10px;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: .05em;
	text-indent: .05em;
}
.txtBox::before,.txtBox::after {
	content: "";
	display: block;
	width: 90%;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -2px;
	z-index: 1;
}
.txtBox::after {
	top: inherit;
	bottom: -2px;
}
.specArea {
	overflow: hidden;
	background: #f2f2f2;
	background: url("../img/top/spec_bg.jpg") left center no-repeat;
	background-size: cover;
	padding: 80px 0;
	color: #fff;
}
.specWrap {
	max-width: 1000px;
}
.specWrap .img {
	width: 50%;
	position: relative;
}
.specWrap .img::before {
	content: "";
	display: block;
	height: 100%;
	width: 50vw;
	min-width: 990px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.specWrap .ttlBox {
	margin-bottom: 30px;
}
.specWrap > h3 {
	margin: 30px 0 15px;
	font-size: 150%;
	overflow: hidden;
}
.specWrap > h3 span {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
.specWrap > h3 span::before,
.specWrap > h3 span::after {
	content: "";
	display: block;
	width: 2000px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 100%;
}
.specWrap > h3 span::after {
	left: 100%;
	right: auto;
}
.specBox {
	width: 50%;
	padding: 40px 5% 20px;
}
.specCont dl {
	width: 23%;
	margin-bottom: 20px;
	background: #fff;
	padding: 30px 5px 20px;
	color: #000;
}
.specCont h3 {
	font-size: 29px;
	line-height: 1;
	font-weight: 600;
	color: #4d4d4d;
	letter-spacing: .2em;
}
.specCont dt p {
	color: #4d4d4d;
	margin-top: 5px;
	font-size: 90%;
	font-weight: 600;
}
.specCont dd {
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	font-weight: 800;
	font-size: 18px;
}
.specCont dd::before {
	content: "";
	display: block;
	height: 1px;
	width: 60%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
}
.specCont dd .fo-helvetia {
	font-weight: 600;
}
.specCont dd p span,.specCont ._02 dd > span {
	font-size: 115%;
}
.specCont ._01 dd > span {
	font-size: 125%;
}
.specCont ._04 dd > span {
	font-size: 120%;
}
.specCont ._04 dd > span big {
	font-size: 175%;
}
#supervision {
	background: #000;
	color: #fff;
	padding-top: 180px;
}
.bg-grad01 {
	background: #d9c67e;
	background: -webkit-gradient(linear,left top, right top,from(#d9c67e),color-stop(35%, #fffbd0),color-stop(57%, #d3c180),color-stop(76%, #b1a267),to(#f5ecba));
	background: -o-linear-gradient(left,#d9c67e 0%,#fffbd0 35%,#d3c180 57%,#b1a267 76%,#f5ecba 100%);
	background: linear-gradient(to right,#d9c67e 0%,#fffbd0 35%,#d3c180 57%,#b1a267 76%,#f5ecba 100%);
}
.supervisionArea {
	padding: 2px;
	position: relative;
}
.supervisionArea02 {
	padding: 1px;
	border: 10px solid #000;
}
.supervisionArea h2 img {
	max-height: 186px;
}
.supervisionArea h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -85px;
	margin: 0 auto;
	z-index: 1;
}
.supervisionWrap {
	background: #000;
	padding: 120px 5% 60px;
}
.supervisionWrap dl {
	text-align: left;
	width: 45%;
	letter-spacing: .025em;
}
.supervisionWrap .img {
	width: 47%;
}
.supervisionWrap dt span,
.supervisionWrap dt strong {
	display: inline-block;
	font-size: 39px;
	background: #fff;
	color: #000;
	line-height: 1;
	padding: 10px 15px;
}
.supervisionWrap dt span {
	font-size: 29px;
	margin-top: 7px;
}
.supervisionWrap dd {
	line-height: 2;
	margin-top: 40px;
}
#selectTxt {
	background: url("../img/top/select_bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 135%;
}
#selectTxt h2 {
	font-size: 110%;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-bottom: 15px;
	padding-top:10px;
}
.btn {
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.btn a {
	display: inline-block;
	background: #fff;
	position: relative;
	border: 1px solid #fff;
	color: #000;
	font-weight: 500;
	letter-spacing: .03em;
	text-indent: .03em;
	padding: 15px 35px;
	line-height: 1.1;
}
.btn a::before {
	content: "";
	display: block;
	width: 95%;
	height: 90%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: -5px;
	bottom: -5px;
	transition: .2s ease-in;
	z-index: -1;
}
.btn a:hover::before {
	width: 103%;
	height: 115%;
	width: calc(100% + 7px);
	height: calc(100% + 7px);
	border: 1px solid #fff;
}
.btn a:hover {
	background: rgba(255,255,255,.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.65),0 1px 1px rgba(0,0,0,.65),1px 0 1px rgba(0,0,0,.65);
}
#bestseleer {
	background: url("../img/top/seller_bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}
#bestseleer .container {
	max-width: 1200px
}
.proSlideBox {
	margin: 0 5px;
}
.proSlideBox .ttl {
	font-size: 100%;
	text-align: left;
	margin-top: 15px;
}
.btn2 a {
	display: block;
	margin-top: 15px;
	background: #666;
	color: #fff;
	border-radius: 45px;
	padding: 12px;
	letter-spacing: .05em;
	text-indent: .05em;
}
.btn2 a:hover {
	background: #000;
}
.slick-arrow {
	position: absolute;
	right: -5%;
	top: 38%;
	width: 50px;
	height: 50px;
	background: #666 url("../img/arrow.svg") center center no-repeat;
	background-size: auto 20px;
	z-index: 50;
	cursor: pointer;
	transition: .2s;
}
.slick-arrow.next {
	left: -5%;
	right: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-arrow:hover {
	background-color: #000;
}
#searchArea {
	background: #f2f2f2;
}
#searchArea h2 {
	font-size: 48px;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	letter-spacing: .1em;
	color: #f2f2f2;
	font-weight: 500;
}
#searchArea .ttlBox + .txt {
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 40px;
}
.searchTxt {
	background: #666;
	color: #fff;
	margin-bottom: 40px;
}
.searchTxt dt,.searchTxt dd {
	padding: 12px 15px;
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.searchTxt dt {
	background: #000;
	font-size: 110%;
}
.searchTxt a {
	display: inline-block;
	border-radius: 45px;
	background: #fff;
	padding: 5px 12px;
	line-height: 1.3;
	font-size: 85%;
}
.searchTxt a:hover {
	background: #000;
	color: #fff;
}
.searchArea {
	padding: 50px 5%;
	text-align: left;
	background: #fff;
}
.searchWrap {
	margin-bottom: 10px;
	border: 1px solid #b3b3b3;
}
.searchWrap .ttl,.searchBox {
	padding: 30px 2%;
}
.searchWrap .ttl {
	color: #fff;
	background: #4d4d4d;
	width: 20%;
}
.searchWrap .ttl big {
	font-size: 160%;
	display: inline-block;
	font-weight: 400;
	margin-right: 20px;
}
.searchBox {
	width: 80%;
}
.serchGrip {
	margin-bottom: 20px;
}
.serchGrip dl {
	width: 49%;
	background: #f2f2f2;
	text-align: center;
	font-size: 95%;
	margin: 5px 0;
	position: relative;
}
.serch-hoonoki .serchGrip dl {
	width: 100%;
}
.serch-hoonoki .serchGrip dt,.serch-hoonoki .serchGrip dd {
	min-height: inherit;
	padding: 5px 10px;
	display: block;
	text-align: left;
}
.serchGrip dt,.serchGrip dd {
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}
.serchGrip dt {
	color: #fff;
	background: #4d4d4d;
	font-weight: 600;
}
.searchBox h3 {
	background: #f2f2f2;
	padding: 10px;
	font-size: 100%;
	line-height: 1;
}
.searchBox h4 {
	font-size: 100%;
	font-weight: 500;
	margin: 15px 0 10px;
}
.searchBox label {
	margin: 10px 5px 10px 0;
	font-size: 105%;
}
.search-color label {
	width: 170px;
	position: relative;
}
.search-color label span {
	display: inline-block;
	background: url("../img/color/red.png") left center no-repeat;
	background-size: auto 20px;
	padding-top: .1em;
	padding-left: 25px;
	min-height: 20px;
	margin-left: 5px;
}


/*検索項目
--------------------------------------------------------------------------------------------------------------*/
label[for="feas_0_0_0"] span::after,label[for="feas_0_0_1"] span::after {
	content: "初めてのマイバチ購入の方に一番おすすめ";
	margin-left: 1em;
}
label[for="feas_0_0_1"] span::after {
	content: "しなやかな反発で速い曲や密度の高い譜面をプレイする方におすすめ"
}

/*見出し項目削除*/
label[for="feas_0_1_0"],label[for="feas_0_1_1"],label[for="feas_0_1_2"],label[for="feas_0_1_3"],label[for="feas_0_1_4"],label[for="feas_0_1_5"] {
	display: block;
	width: 100%!important;
	padding: 5px 10px;
	font-size: 95%;
	background: #f2f2f2;
	font-weight: 600;
	pointer-events: none!important;
}
label[for="feas_0_1_0"] input,
label[for="feas_0_1_1"] input,
label[for="feas_0_1_2"] input,
label[for="feas_0_1_3"] input,
label[for="feas_0_1_4"] input,
label[for="feas_0_1_5"] input,
label[for="feas_0_1_6"] input,
label[for="feas_0_1_7"] input,
label[for="feas_0_1_8"] input,
label[for="feas_0_1_9"] input {
	display: none!important
}
label[for="feas_0_1_0"] span,
label[for="feas_0_1_1"] span,
label[for="feas_0_1_2"] span,
label[for="feas_0_1_3"] span,
label[for="feas_0_1_4"] span,
label[for="feas_0_1_5"] span,
label[for="feas_0_1_6"] span,
label[for="feas_0_1_7"] span,
label[for="feas_0_1_8"] span,
label[for="feas_0_1_9"] span {
	padding: 0!important;
	background: none!important;
}

/*ロール処理Pro*/
label[for="feas_0_1_0_0"] span {background-image:url("../img/color/pro_red.png")}
label[for="feas_0_1_0_1"] span {background-image:url("../img/color/pro_blue.png")}
label[for="feas_0_1_0_2"] span {background-image:url("../img/color/pro_yellow.png")}
label[for="feas_0_1_0_3"] span {background-image:url("../img/color/pro_black.png")}

/*Nグリップ*/
label[for="feas_0_1_1_0"] span {background-image:url("../img/color/red.png")}
label[for="feas_0_1_1_1"] span {background-image:url("../img/color/blue.png")}
label[for="feas_0_1_1_2"] span {background-image:url("../img/color/white.png")}
label[for="feas_0_1_1_3"] span {background-image:url("../img/color/black.png")}
label[for="feas_0_1_1_4"] span {background-image:url("../img/color/yellow.png")}
label[for="feas_0_1_1_5"] span {background-image:url("../img/color/orange.png")}

/*haoグリップ*/
label[for="feas_0_1_2_0"] span {background-image:url("../img/color/red.png")}
label[for="feas_0_1_2_1"] span {background-image:url("../img/color/blue.png")}
label[for="feas_0_1_2_2"] span {background-image:url("../img/color/white.png")}
label[for="feas_0_1_2_3"] span {background-image:url("../img/color/black.png")}
label[for="feas_0_1_2_4"] span {background-image:url("../img/color/yellow.png")}
label[for="feas_0_1_2_5"] span {background-image:url("../img/color/orange.png")}
label[for="feas_0_1_2_6"] span {background-image:url("../img/color/puplr.png")}

/*迷彩*/
label[for="feas_0_1_3_0"] span {background-image:url("../img/color/m_red.png")}
label[for="feas_0_1_3_1"] span {background-image:url("../img/color/m_blue.png")}
label[for="feas_0_1_3_2"] span {background-image:url("../img/color/m_white.png")}
label[for="feas_0_1_3_3"] span {background-image:url("../img/color/m_black.png")}
label[for="feas_0_1_3_4"] span {background-image:url("../img/color/m_yellow.png")}
label[for="feas_0_1_3_5"] span {background-image:url("../img/color/m_orange.png")}
label[for="feas_0_1_3_6"] span {background-image:url("../img/color/m_puplr.png")}
label[for="feas_0_1_3_7"] span {background-image:url("../img/color/m_green.png")}
label[for="feas_0_1_3_8"] span {background-image:url("../img/color/m_pink.png")}

/*Minamitoriオリジナル*/
label[for="feas_0_1_4_0"],
label[for="feas_0_1_4_1"],
label[for="feas_0_1_4_2"] {
	width: 100%!important;
}
label[for="feas_0_1_4_0"] span,
label[for="feas_0_1_4_1"] span,
label[for="feas_0_1_4_2"] span {
	width: 90%!important;
	background-image:url("../img/color/lg-pink.png")
}
label[for="feas_0_1_4_1"] span {
	background-image:url("../img/color/lg-pink02.png")
}


/*朴*/
.serch-hoonoki label[for="feas_0_2_0"],
.serch-hoonoki label[for="feas_0_2_1"],
.serch-hoonoki label[for="feas_0_2_4"],
.serch-hoonoki label[for="feas_0_2_5"] {
	display: none!important;
}
label[for="feas_0_2_2"] span {background-image:url("../img/color/white.png")}
label[for="feas_0_2_3"] span {background-image:url("../img/color/black.png")}



label[for="feas_0_1_2"]::after,
/*label[for="feas_0_1_3_1"]::after, */
.serchGrip dl._coming::after {
	content: "準備中";
	background: rgba(10,10,10,.65);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 150%;
	font-weight: 600;
	letter-spacing: .1em;
	pointer-events: none;
	padding: 3px;
	box-sizing: border-box;
}
label[for="feas_0_1_3_1"]::after {
	font-size: 95%
}
label[for="feas_0_1_2"]::after {
	height: 130px;
}
@media screen and (max-width: 1180px) {
	label[for="feas_0_1_2"]::after {
		height: 180px;
	}
}
@media screen and (max-width: 888px) {
	label[for="feas_0_1_2"]::after {
		height: 230px;
	}
}
@media screen and (max-width: 620px) {
	label[for="feas_0_1_2"]::after {
		height: 180px;
	}
}

/*-//-----------------------------------------------------------------------------------------------------------*/



.searchBox .note {
	font-size: 85%;
}
.searchBtn input {
	display: block;
	background: #000;
	color: #fff;
	font-size: 115%;
	font-weight: 600;
	text-align: center;
	border: 2px solid #000;
	padding: 15px 5px;
	width: 260px;
	margin: 40px auto 0;
	letter-spacing: .05em;
	text-indent: .05em;
	cursor: pointer;
	transition: .2s;
	border-radius: 45px;
}
.searchBtn input:hover {
	background: #fff;
	color: #000;
}
.sTxt {
	position: relative;
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 15px;
	text-align: center;
	margin: 25px auto;
}
.sTxt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 99.9%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 13px 0 13px;
	border-color: #000000 transparent transparent transparent;
}
/*features-------------------------------*/
#featuresPage .container {
	max-width: 1150px;
}
#howto {
	overflow: hidden;
	background: url("../img/features/howto_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 200px 0 0;
	text-align: left;
	color: #fff;
}
#howto .container {
	position: relative;
	padding-bottom: 160px;
	z-index: 1;
}
.howtoTtl h2 {
	font-size: 43px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
}
.howtoImg {
	position: absolute;
	right: -2%;
	bottom: -305px;
	z-index: 1;
	width: 65.1%;
	pointer-events: none;
}
.howtoCont {
	font-size: 115%;
	width: 50%;
	margin-top: 80px;
	line-height: 1.88;
}
.howtoCont h3 {
	font-size: 160%;
	font-weight: 400;
	margin-bottom: 20px;
}
.elementsAnchor {
	position: absolute;
	right: 0;
	bottom: 135px;
	z-index: 5;
}
.elementsAnchor h3 {
	padding-right: 30px;
	margin-right: 20px;
	text-align: center;
	border-right: 1px solid #fff;
	width: 135px;
}
.elementsAnchor h3 strong {
	font-size: 206px;
	line-height: .75;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	color: transparent;
}
.elementsAnchor h3 p {
	font-size: 22px;
	line-height: 1;
	letter-spacing: .2em;
	margin-top: 15px;
}
.elementsAnchor ul {
	flex-grow: 1;
}
.elementsAnchor li:not(:first-of-type) {
	margin-top: 12px
}
.elementsAnchor a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: .95;
	position: relative;
	padding-left: 13px;
}
.elementsAnchor a::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #69e5a1;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, #69e5a1),color-stop(50%, #ff8bc1));
	background: -o-linear-gradient(top,#69e5a1 50%,#ff8bc1 50%);
	background: linear-gradient(to bottom,#69e5a1 50%,#ff8bc1 50%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: .2s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.elementsAnchor a:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.elementsAnchor a:hover {
	color: #ccc
}
.elementsAnchor a span {
	font-size: 200%;
	display: block;
	margin-bottom: 5px;
}
#elements {
	padding: 40px 0;
	background: #000;
	color: #fff;
	overflow: hidden;
}
.elementsArea {
	padding: 80px 0;
}
.eleTtl {
	text-align: left;
}
.eleTtl h2 {
	font-size: 120px;
	line-height: .8;
	letter-spacing: .1em;
}
.eleTtl .eng {
	font-size: 20px;
	letter-spacing: .2em;
}
.eleImg {
	width: 34%;
	position: relative;
	height: 420px;
}
.eleImg::before {
	content: "";
	display: block;
	background: url("../img/features/material_img.jpg") center center no-repeat;
	background-size: cover;
	width: 50vw;
	min-width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.eleTxt {
	width: 46%;
	font-size: 115%;
	text-align: left;
	padding: 0 20px;
	line-height: 1.75;
}
.eleTxt h3 {
	font-size: 29px;
	font-weight: 400;
	letter-spacing: .225em;
	margin-bottom: 15px;
}
#reach .eleTxt {
	width: auto;
	padding: 20px 0 0 20px;
}
#grip .eleTxt {
	width: auto;
	padding-left: 0;
}
#weight .eleImg::before {
	left: auto;
	right: 0;
	background: url("../img/features/weight_img.jpg") right center no-repeat;
}
.elementscontArea {
	margin-top: 80px;
}
.reachArea {
	position: relative;
	z-index: 1;
}
.reachArea::before {
	content: "";
	display: block;
	width: 100%;
	height: 480px;
	background: #000;
	background: -webkit-radial-gradient(#3d3d3d 25%, #000 75%);
	background: -o-radial-gradient(#3d3d3d 25%, #000 75%);
	background: radial-gradient(#3d3d3d 25%, #000 75%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.reachWrap {
	width: 49%;
}
.reachImg .txt {
	display: flex;
	align-items: flex-end;
	font-size: 29px;
	line-height: .8;
	position: relative;
	padding: 0 40px 20px;
}
.reachImg .txt::after {
	content: "";
	display: block;
	height: 1px;
	background: #fff;
	flex-grow: 1;
	margin-left: 10px;
	margin-bottom: 7px;
}
img[src*="reach_img01"]{
	max-height: 395px;
	margin-top: 20px;
}
img[src*="reach_img02"]{max-height: 415px;}
.reachBox {
	text-align: left;
	background: #1a1a1a;
	padding: 40px 7%;
	margin-top: 40px;
	line-height: 1.75;
}
.reachBox h3 {
	font-size: 42px;
	line-height: 1.1;
	letter-spacing: .05em;
	font-weight: 400;
	margin-bottom: 20px;
}
.reachBox h3 .sub {
	font-size: 50%;
	display: inline-block;
	padding: 5px 15px;
	background: #2e317a;
	text-align: center;
	letter-spacing: .2em;
	margin-left: 20px;
}
.reachWrap._02 .sub {
	background: #8d0a2d;
}
.reachBox h4 {
	font-size: 125%;
	font-weight: 500;
	margin-bottom: 20px;
}
.reachBox .txt {
	min-height: 196px;
	font-size: 87.5%;
}
.weightWrap {
	background: #1a1a1a;
	padding: 40px 0;
	margin-top: 25px;
}
.weightWrap dt {
	flex-grow: 1;
	padding: 20px 50px;
	border-right: 1px solid #fff;
}
.weightWrap dt h3 {
	font-size: 185%;
	font-weight: 400;
}
.weightWrap dt .sub {
	letter-spacing: .1em;
	text-indent: .1em;
	background: #b3b3b3;
	font-size: 115%;
	color: #000;
	padding: 5px;
	max-width: 230px;
	margin: 10px auto 0;
}
.weightWrap dd {
	width: 70%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px 50px;
	text-align: left;
	line-height: 1.75;
	font-size: 87.5%;
}
.gripWrap {
	background: #1a1a1a;
	padding: 30px 5% 0 0;
	margin-top: 25px;
}
.gripWrap dt {
	width: 35%;
	position: relative;
}
.gripWrap h3 {
	font-size: 200%;
	line-height: 1;
	font-weight: 300;
	text-align: left;
	position: absolute;
	top: 0;
	left: 30px;
}
.gripWrap dd {
	text-align: left;
	width: 65%;
	font-size: 87.5%;
	padding-left: 30px;
	padding-top: 30px;
	line-height: 1.75;
}
.gripWrap dd h4 {
	font-size: 140%;
	font-weight: 400;
	margin-bottom: 25px;
}
#step .ttlBox h2 {
	font-size: 72px;
	font-weight: 400;
	-webkit-text-stroke: 2px #000;
	text-stroke: 2px #000;
}
.stepTop .txt {
	font-size: 115%;
}
.stepArea {
	padding-top: 60px;
}
.step01Top {
	background: url("../img/features/step_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 60px 5% 0;
}
.stepTtl h2 {
	font-weight: 600;
	font-size: 72px;
	line-height: .9;
	letter-spacing: .08em;
	text-indent: .08em;
	margin-bottom: 30px;
}
.stepTtl p {
	font-size: 115%;
	font-weight: 400;
}
.stepTtl + .txt {
	font-size: 150%;
	font-weight: 600;
	margin-bottom: 45px;
}
.step01Area {
	padding: 45px 0;
	background: #f2f2f2;
	margin-bottom: 20px;
	position: relative;
}
.step01Area::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 48px 0 48px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	z-index: 1;
	margin: 0 auto;
}
.step01Cont {
	background: #fff;
	margin: 5px 0;
	font-size: 118%;
	text-align: left;
}
.step01Cont dt,.step01Cont dd {
	padding: 10px 30px;
	width: 82%;
}
.step01Cont dt {
	width: 18%;
	min-width: 216px;
	background: #000;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.valiationTxt {
	font-size: 24px;
	font-weight: 600;
	line-height: .8;
	margin-bottom: 50px;
}
.valiationTxt big {
	font-size: 250%;
	font-weight: 600;
	letter-spacing: .08em;
}
.valiationTxt span {
	margin: 0 .5em;
	vertical-align: .5em;
}
.step02Area .kakeru {
	font-size: 77px;
	font-weight: 300;
	width: 50px;
	padding: 0 7.5px;
}
.step02Wrap {
	width: 600px;
	align-content: space-between;
}
.step02Wrap._02 {
	width: 420px;
}
.step02Cont {
	height: 47%;
	font-size: 115%;
	background: #f2f2f2;
}
.step02Wrap._02 .step02Cont {
	height: 31%;
}
.step02Cont dt,.step02Cont dd {
	padding: 10px 30px;
	width: 78%;
	display: flex;
	align-items: center;
	text-align: left;
}
.step02Cont dt {
	width: 22%;
	padding: 10px;
	background: #000;
	color: #fff;
	font-weight: 600;
	text-align: center;
	justify-content: center;
}

.step02-2 {
	position: relative;
	border: 1px solid #000;
	padding: 40px 3% 30px;
	margin-top: 100px;
}
.step02-2 h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	z-index: 5;
}
.step02-2 h3 span {
	display: inline-block;
	padding: 0 15px;
	font-size: 225%;
	background: #fff;
	font-weight: 800;
	line-height: .8;
	letter-spacing: .05em;
	text-indent: .05em;
}
.step02-2 .step02Wrap {
	width: 100%;
}
.step02-2 .step02Wrap dl {
	width: 49%;
	height: auto;
	min-height: 80px;
}
.step02-2 .step02Wrap dt {
	width: 16%;
}
.step02-2 .step02Wrap dd {
	width: 84%;
	padding: 10px;
}
.step02-2 .note {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 85%;
	margin-top: 20px;
}
#case {
	background: url("../img/features/case_bg.jpg") top center no-repeat;
	background-size: cover;
	color: #fff;
}
.caseArea:not(#case01) {
	margin-top: 100px;
}
.caseTtl {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
	letter-spacing: .2em;
}
.caseTtl h3 {
	padding: 15px 10px;
	font-size: 100%;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	width: 280px;
	margin-right: 45px;
}
.caseTtl::before,.caseTtl::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.caseTtl::after {
	top: auto;
	bottom: 0;
}
.caseTtl h3,.caseTtl::before,.caseTtl::after {
	background: #cf977a;
	background: -webkit-gradient(linear,left top, right top,from(#cf977a),color-stop(35%, #ffc497),color-stop(55%, #d7977a),color-stop(77%, #bd7f67),to(#eaae81));
	background: -o-linear-gradient(left,#cf977a 0%,#ffc497 35%,#d7977a 55%,#bd7f67 77%,#eaae81 100%);
	background: linear-gradient(to right,#cf977a 0%,#ffc497 35%,#d7977a 55%,#bd7f67 77%,#eaae81 100%);
}
#case02 .caseTtl h3,#case02 .caseTtl::before,#case02 .caseTtl::after {
	background: #999999;
	background: -webkit-gradient(linear,left top, right top,from(#999999),color-stop(35%, #f2f2f2),color-stop(55%, #b3b3b3),color-stop(77%, #e6e6e6),to(#999999));
	background: -o-linear-gradient(left,#999999 0%,#f2f2f2 35%,#b3b3b3 55%,#e6e6e6 77%,#999999 100%);
	background: linear-gradient(to right,#999999 0%,#f2f2f2 35%,#b3b3b3 55%,#e6e6e6 77%,#999999 100%);
}
#case03 .caseTtl h3,#case03 .caseTtl::before,#case03 .caseTtl::after {
	background: #d9c67e;
	background: -webkit-gradient(linear,left top, right top,from(#d9c67e),color-stop(35%, #fffbd0),color-stop(55%, #d3c180),color-stop(77%, #b1a267),to(#f5ecba));
	background: -o-linear-gradient(left,#d9c67e 0%,#fffbd0 35%,#d3c180 55%,#b1a267 77%,#f5ecba 100%);
	background: linear-gradient(to right,#d9c67e 0%,#fffbd0 35%,#d3c180 55%,#b1a267 77%,#f5ecba 100%);
}
.caseWrap {
	margin-bottom: 40px;
}
.caseWrap .txt {
	text-align: left;
	font-size: 115%;
	width: 50%;
}
.caseCont {
	width: 45%;
}
.caseCont dt,.caseCont dd {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding: 10px 20px;
	width: 75%;
	display: flex;
	align-items: center;
}
.caseCont dt:first-of-type,.caseCont dd:first-of-type {
	border-top: 1px solid #fff;
}
.caseCont dt {
	width: 25%;
	font-weight: 600;
	padding: 20px;
	border-color: #808080!important;
	color: #fff;
	background: #000;
	text-align: center;
	justify-content: center;
}
/*products-------------------------------------*/
.pageTtl {
	background: url("../img/pagettl_bg.jpg") bottom center no-repeat;
	background-size: cover;
	padding-top: 83px;
	color: #fff;
	height: 380px;
}
.pageTtl .ttlBox {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: .28em;
	text-indent: .28em;
}
.pageTtl .ttlBox h2 {
	font-size: 64px;
 font-weight: 500;
	letter-spacing: normal;
	text-indent: inherit;
}
#productsList {
	background: url("../img/features/case_bg.jpg") top center no-repeat;
	background-size: cover;
	color: #fff;
}
.productsBox {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.productsBox:nth-of-type(3n) {
	margin-right: 0;
}
.productsBox .ttl {
	text-align: left;
	margin-top: 15px;
	font-size: 110%;
}

.pager {
	width: 100%;
	text-align: center;
	padding: 10px 0 0px 0;
	margin-top: 20px;
}
.pager span, .pager a {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 4px 5px;
	border: 1px solid transparent;
	transition: .1s;
	color: #fff;
}
.pager .next,.pager .prev {
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pager .current,.pager a:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
span.page-numbers.dots {
	border: none;
	padding: 0;
}
/*productsDetail--------------------------------------------*/
.subPage {
	padding-top: 60px;
}
#productsDetailPage {
	background: #000;
	border-bottom: 1px solid #fff;
}
#productsDetailPage .ttlBox {
	color: #fff;
}
#detailArea .container {
	max-width: 1200px;
}
.detaArea {
	background: #fff;
	padding: 80px 8%;
}
.detaArea h3 {
	text-align: left;
	font-size: 115%;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 55px;
	border-bottom: 1px solid #000;
}
.detaWrap::after {
	content: "";
	display: block;
	clear: both;
}
.detaSliderArea {
	width: 43.655%;
	float: left;
}
.detaContents {
	width: 50%;
	float: right;
	text-align: left;
}
.detaSpec table {
	height: auto!important;
}
.thumb {
	margin: 10px -5px;
}
.thumb .img {
	margin: 0 5px;
	cursor: pointer;
	transition: .2s;
}
.thumb .img img {
	border: 1px solid #ccc;
}
.thumb .img:hover {
	opacity: .9;
}
.price {
	margin-top: 25px;
}
.price big {
	font-size: 28px;
	font-weight: 800;
}
.price b {
	font-size: 20px;
}
.detaTxt {
	margin-top: 40px;
}
.buyAmazon {
	margin-top: 40px;
}
.btn_a a {
	display: block;
	width: 230px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 12px 5px;
	text-align: center;
	margin-top: 10px;
}
#colorValiation {
	margin-top: 70px;
}
#colorValiation.color-delete {
	display:none;
}
#colorValiation h2 {
	font-size: 100%;
	font-weight: 500;
	margin-bottom: 5px;
}
#colorValiation h2 span {
	font-size: 150%;
	font-weight: 400;
	letter-spacing: .08em;
	margin-right: 15px;
}
.cvWrap li {
	border: 1px solid #ccc;
	width: 19%;
	margin: 5px 1.25% 5px 0;
}
.cvWrap li:nth-of-type(5n) {
	margin-right: 0;
}
.cvWrap li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 8px 12px;
	font-size: 85%;
	text-align: left;
}
.cvWrap li a img {
	display: block;
	max-height: 50px;
	margin: 0 15px 0 0;
}
.backBtn a {
	display: block;
	background: #4d4d4d;
	width: 310px;
	color: #fff;
	font-size: 115%;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 10px;
	margin: 80px auto 0;
	letter-spacing: .05em;
}
.detaContents .tit {
	background: #f2f2f2;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 60px;
}
.buyLinks li {
	width: 32%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
}
.buyLinks a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	text-align: center;
	padding: 15px 10px;
}
/*subpage------------------------------------*/
.contArea {
	background: #fff;
	padding: 70px;
	text-align: left;
}
.privacyWrap .txt:not(:first-of-type) {
	margin-top: 3em;
}
.tokushouWrap dt,.tokushouWrap dd {
	width: 70%;
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
}
.tokushouWrap dt {
	width: 30%;
	background: #f2f2f2;
}
.tokushouWrap {
	border-top: 1px solid #ccc
}
.guideWrap > *:not(h3) {
	padding: 0 15px
}
.guideWrap h3 {
	font-size: 115%;
	background: #f2f2f2;
	padding: 5px 15px;
}
.guideWrap h3:not(:first-of-type) {
	margin-top: 2em;
}
.guideWrap .txt {
	margin-top: 1em;
}
.guideWrap .img {
	margin-top: 1em;
}


/*ieハック*/
@media screen\0  {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1210px) {
	.step02Wrap,.step02Area .kakeru {
		width: 100%!important;
	}
	
}
@media screen and (max-width: 1100px) {
	body::after {
		opacity: 0;
		visibility: hidden;
		transition: .2s;
    content: "";
		background: rgba(0,0,0,.7);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	}
	body.active::after {
		opacity: 1;
		visibility: visible;
		transition: .2s;
	}
	#header {
		height: 82px;
	}
	.menuIcon {
		position: fixed;
		top: 32px;
		right: 5%;
		width: 36px;
		height: 22px;
		z-index: 99999;
		cursor: pointer;
		display: block;
	}
	.menuIcon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:#fff;
		z-index: 10;
		transition: .2s;
	}
	.menuIcon span:nth-of-type(1) {top: 0px;}
	.menuIcon span:nth-of-type(2) {top: 10px;	}
	.menuIcon span:nth-of-type(3) {bottom: 0px;	}
	.menuIcon.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.menuIcon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIcon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	#nav {
		position: fixed;
    top: 82px;
    left: 0;
    z-index: 10;
    width: 85%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 50px 5% 50px;
    background: #f1f1f1;
		-webkit-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
		opacity: 0;
    visibility: hidden;
	}
	#nav.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 9990;
	}
	.nav {
		display: block;
		text-align: left;
	}
	.nav li {
    margin-left: 0;
	}
	.nav a {
		color: #000;
		position: relative;
		display: block;
		padding: 12px 30px;
		font-size: 115%;
		border-bottom: 1px solid #ccc;
	}
	.nav a::before {
		content: "";
		display: block;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		background: url("../img/arrow_black.svg") left center no-repeat;
		background-size: contain;
		width: 10px;
		height: 12px;
		opacity: .4;
	}
	.nav a:hover {
		color: #ccc;
	}
	.spMenu {
		display: block;
		margin-top: 10px;
	}
	.spMenu.buyBnr a {
    display: block;
		background: #fff;
	}
	/*features------------------------*/
	.elementsAnchor {
		bottom: 55%;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
/*全体レイアウト
------------------------------------------------*/
	body {
		font-size: 14px;
	}
	body.active {
		overflow: hidden;
	}
	article > section {
		padding: 0 0 50px;
	}
	/*header-------------------------------------*/
	#header {
		height: 66px;
	}
	.hTxt {
		text-indent: 0;
		font-size: 10px;
		margin-bottom: 5px;
	}
	.hLogo img {
		display: block;
		max-height: 19px;
	}
	.logoSub {
		font-size: 11px;
		line-height: 1.2;
		text-align: left;
		margin-left: 10px;
	}
	.menuIcon {
		top: 33px;
		color:#FFFFFF;
	}
	.menuIcon > p{
		position:relative;
		top:-23px;
		font-size:12px;
	}
	#nav {
		top: 66px;
		padding: 30px 5%;
	}
	.scl {
		justify-content: flex-start;
	}
	.scl li:not(:first-of-type) {
		margin-left: 15px;
	}
	.nav a {
		padding: 10px 30px;
	}
	.spMenu.buyBnr a * {
		margin: 2.5px 0;
	}
	.spMenu.buyBnr img[src*="buy_logo"] {
    max-height: 5vw;
	}
	/*footer------------------------------------------*/
	#footer {
		padding-bottom: 15vw;
	}
	.footWrap {
		padding: 60px 0 40px;
	}
	.pageTop {
		width: 30px;
	}
	.fLogo img {
		max-height: 20px;
	}
	.fNav {
		padding: 15px 5%;
	}
	.fNav li {
    margin: 5px 0;
		width: 50%;
		text-align: left;
	}
	.fNav a {
		position: relative;
		display: block;
		padding-left: 10px;
		font-size: 3.6vw;
	}
	.fNav a::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url("../img/arrow.svg") left center no-repeat;
		background-size: contain;
		width: 8px;
		height: 10px;
	}
	.footWrap .scl li:not(:first-of-type) {
		margin-left: 10px;
	}
	.copyRight {
		font-size: 70%;
	}
	.fixBtn {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
	}
	/*toppaga-----------------------------------------*/
	.mainVisual {
		background-image: url("../img/top/main/main_bg_sp.jpg");
		padding: 66px 0 6vw;
	}
	.mv_product li {
		width: 33%;
		height: 25%;
	}
	.scroll {
		bottom: 0;
		padding-top: 50px;
	}
	.scroll a::before, .scroll a::after {
		height: 40px;
	}
	.mv_first, .mainTxt {
		width: 95%;
		margin: 0 auto;
	}
	#topContents {
		/*padding: 50px 0;*/
		padding: 80px 0 50px;
	}
	#topContents .container {
		/*padding: 20vw 0;*/
		padding: 3vw 0;
	}
	.sideTxt {
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 6.5vw;
		text-indent: .28em;
	}
	.sideTxt._lft {
		top: 0;
	}
	.sideTxt._rht {
		bottom: 0;
	}
	#topContents h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#topContents .txt {
		margin-top: 5px;
		font-size: 100%;
	}
	.ttlBox {
		font-size: 110%;
		margin-bottom: 30px;
		padding-top:20px;
	}
	.ttlBox h2 {
		font-size: 30px;
	}
	.buyTbl {
		margin-top: 30px;
	}
	.buyTbl dl {
		flex-wrap: wrap;
		border: 1px solid #ccc;
		border-bottom: none;
	}
	.buyTbl dt, .buyTbl dd {
		padding: 12px 10px;
	}
	.buyTbl dt {
		width: 100%;
		order: -1;
		border: none;
	}
	.buyTbl dd {
		width: 50%;
		font-size: 90%;
	}
	.buyTbl dd:last-of-type {
		border-left: 1px solid #ccc;
	}
	img[src*="buy_logo"] {
    max-height: 7vw;
	}
	#buyhere h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#buyhere h3 + .txt {
		font-size: 16px
	}
	.merit {
		width: 49%;
		padding: 15px;
	}
	.merit h4 {
		font-size: 110%;
	}
	.merit figure {
		min-height: inherit;
	}
	.merit figure img {
		height: 50px;
	}
	.spScroll {
		margin-top: 30px;
	}
	.compTbl {
		overflow: auto;
		padding-top: 45px;
		margin-top: 10px;
	}
	.compTbl table {
		width: 720px;
		font-size: 95%;
		table-layout: auto;
	}
	.compTbl th, .compTbl td {
		padding: 12px 10px;
	}
	.compTbl th {
		white-space: nowrap;
	}
	.compTbl td {
		width: 25%;
	}
	.pick {
		border-width: 4px;
	}
	#ServiceTableText {
		width: 153px;
		left: 115px;
		font-size: 15px;
	}
	
	.specTop {
		padding-bottom: 50px;
	}
	.specTop h2 {
		background-size: contain;
		padding: 30px 0;
		font-size: 5.5vw;
		letter-spacing: .1em;
		margin-bottom: 30px;
	}
	.txtBox {
		font-size: 100%;
		border-width: 1px;
	}
	.specArea {
		background: #090300 url("../img/top/spec_bg_sp.jpg") top center no-repeat;
		background-size: contain;
	}
	.specWrap {
		display: block;
	}
	.specWrap .img {
		width: 100%;
		height: 45vw;
		min-width: 110vw;
		margin-left: -7%;
	}
	.specWrap .img::before {
		width: 100%;
		min-width: inherit;
	}
	.specBox {
		width: 100%;
		padding: 40px 0 30px;
	}
	.specCont dl {
		width: 49%;
		margin-bottom: 7px;
		padding: 20px 5px;
	}
	.specCont h3 {
		font-size: 22px;
	}
	.specCont dd {
		margin-top: 8px;
    padding-top: 10px;
		font-size: 14px;
	}
	.specCont ._03 dd > span {
		font-size: 92%;
	}
	#supervision {
		padding-top: 105px;
	}
	.supervisionArea h2 {
		top: -55px;
	}
	.supervisionArea h2 img {
		max-height: 130px;
	}
	.supervisionWrap {
		display: block;
		padding: 90px 5% 30px;
	}
	.supervisionWrap .img {
		width: 100%;
	}
	.supervisionWrap dl {
		width: 100%;
		margin-top: -6vw
	}
	.supervisionWrap dt span, .supervisionWrap dt strong {
		font-size: 4.5vw;
		padding: 8px 10px;
		margin-top:40px;
	}
	.supervisionWrap dt span {
		font-size: 4.5vw;
	}
	.supervisionWrap dd {
		margin-top: 20px;
		line-height: 1.6;
	}
	#selectTxt {
		font-size: 105%;
	}
	#selectTxt .txt {
		text-align: left;
	}
	.slick-arrow {
		width: 32px;
		right: -2%;
		top: 30%;
		border: 1px solid #ccc;
		opacity: .45;
	}
	.slick-arrow.next {
		right: auto;
		left: -2%;
	}
	.proSlideBox {
		margin: 0 18px;
	}
	#searchArea h2 {
		font-size: 30px;
		line-height: 1.2
	}
	.searchArea {
		padding: 30px 5%;
	}
	.searchTxt a {
		margin-top: 5px;
	}
	.searchWrap {
		display: block;
	}
	.searchWrap .ttl {
		text-align: center;
		width: 100%;
		padding: 12px 0;
	}
	.searchBox {
		width: 100%;
		padding: 12px 5%;
	}
	.serchGrip {
		display: block;
	}
	.serchGrip dl {
		width: 100%;
		font-size: 90%;
		margin-bottom: 10px;
	}
	.serchGrip dt,.serchGrip dd {
		min-height: 50px;
	}
	.searchBox label {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
    -webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 100%;
		margin: 7px 5px 7px 0;
	}
	.search-color label {
		width: 47%;
    margin: 7px 1%;
	}
	.search-color label span {
		display: inline-block;
		padding-left: 20px;
		background-size: auto 16px;
		margin: 0;
		font-size: 95%;
	}
	.search-color label[for="feas_0_0_2_0"] span {
		width: auto;
	}
	.searchBtn input {
		font-size: 110%;
		margin-top: 30px;
	}
	/*features---------------------------------------*/
	#featuresPage {
		font-size: 12px;
	}
	#howto {
		padding-top: 90px;
	}
	#howto .container {
		padding-bottom: 60px;
	}
	.howtoTtl .eng {
		/*padding-right: 15%;*/
	}
	.howtoTtl h2 {
		font-size: 5.2vw;
	}
	.howtoImg {
		position: static;
		width: 90%;
		margin: -12% 0 0 -10%;
		-webkit-transform: rotate(37deg);
		-ms-transform: rotate(37deg);
		transform: rotate(37deg);
	}
	.elementsAnchor {
		position: static;
		justify-content: flex-end;
		margin-top: -58%;
		align-items: center;
	}
	.elementsAnchor h3 {
		width: auto;
		padding-right: 10px;
    margin-right: 5px;
	}
	.elementsAnchor h3 strong {
		font-size: 36vw;
	}
	.elementsAnchor h3 p {
		font-size: 5vw;
	}
	.elementsAnchor ul {
		flex-grow: 0;
	}
	.elementsAnchor a {
		display: flex;
		align-items: center;
	}
	.elementsAnchor a span {
		font-size: 6vw;
		margin-right: 7px;
	}
	.howtoCont {
		width: 100%;
		margin-top: 30px;
		line-height: normal;
	}
	.howtoCont h3 {
		font-size: 135%;
		margin-bottom: 10px;
	}
	#elements {
		padding: 30px 0;
	}
	.elementsArea {
		padding: 40px 0;
	}
	.eleTtlWrap {
		display: block;
	}
	.eleTtl {
		-webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
		text-align: center;
		margin-bottom: 30px;
	}
	.eleTtl h2 {
		font-size: 50px;
	}
	.eleTxt {
		width: 100%;
		padding: 0!important;
		line-height: normal;
	}
	.eleTxt h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.eleImg {
		width: 100%;
		margin-top: 30px;
		height: 50vw;
	}
	#weight .eleImg::before {
		background-size: contain;
	}
	.reachArea {
		display: block;
	}
	.reachArea::before {
		height: 100%;
		background: #000;
    background: -webkit-radial-gradient(#3d3d3d 0%, #000 85%);
    background: -o-radial-gradient(#3d3d3d 0%, #000 85%);
    background: radial-gradient(#3d3d3d 0%, #000 85%);
	}
	.elementscontArea {
		margin-top: 60px;
	}
	.reachWrap {
		width: 100%;
	}
	.reachWrap._02 {
		margin-top: 60px;
	}
	.reachImg .txt {
		font-size: 25px;
		padding: 0 15px 15px;
	}
	.reachBox {
		margin-top: 15px;
		padding: 20px 5%;
	}
	.reachBox h3 {
		font-size: 30px
	}
	.reachBox .txt {
		min-height: inherit;
		font-size: 100%;
	}
	img[src*="reach_img01"]{
		max-height: 260px;
		margin-top: 0;
	}
	img[src*="reach_img02"]{
		max-height: 260px;
	}
	.weightWrap {
		display: block;
		padding: 20px 5%;
	}
	.weightWrap dt {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
	.weightWrap dd {
		width: 100%;
		font-size: 100%;
		padding: 15px 0 0;
	}
	.weightWrap dt h3 {
		font-size: 18px;
	}
	.weightWrap dt .sub {
		width: auto;
		line-height: 1;
		margin: 0 0 0 15px;
	}
	.gripWrap {
		padding: 20px 5% 0;
		flex-direction: column-reverse;
	}
	.gripWrap dd {
		width: 100%;
		font-size: 100%;
		padding: 0;
	}
	.gripWrap dd h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.gripWrap dt {
		width: 100%;
		margin-top: 20px;
	}
	.gripWrap h3 {
		font-size: 22px;
		left: 0;
	}
	#step .ttlBox h2 {
		font-size: 35px;
		-webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
	}
	.stepTop .txt {
		line-height: 1.75;
	}
	.stepArea {
		padding-top: 40px;
	}
	.step01Top {
		padding-top: 30px;
		overflow: hidden;
	}
	.stepTtl h2 {
		font-size: 52px;
		margin-bottom: 15px;
	}
	.stepTtl + .txt {
		font-size: 115%;
		margin-bottom: 20px;
	}
	.step01Top .img {
		width: 140%;
		margin-left: -20%;
	}
	.step01Cont {
		display: block;
	}
	.step01Cont dt,.step01Cont dd {
		width: 100%;
	}
	.valiationTxt {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.step02Cont dt, .step02Cont dd {
		padding: 10px;
	}
	.step02Area .kakeru {
		font-size: 50px;
		line-height: 1;
		padding: 10px 0;
	}
	.step02-2 {
		margin-top: 60px;
		padding: 30px 10px 20px;
	}
	.step02-2 .step02Wrap {
		display: block;
	}
	.step02-2 .step02Wrap dl {
		margin: 5px 0;
		width: 100%;
		min-height: inherit;
	}
	.step02-2 .step02Wrap dt {
		width: 22%;
	}
	.step02-2 .step02Wrap dd {
		width: 78%;
	}
	.caseArea:not(#case01) {
		margin-top: 80px;
	}
	.caseTtl {
		display: block;
		font-size: 125%;
	}
	.caseTtl h3 {
		font-size: 110%;
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.caseTtl .txt {
		padding: 10px;
	}
	.caseWrap {
		display: block;
	}
	.caseCont {
		width: 100%;
	}
	.caseWrap .txt {
		width: 100%;
		margin-top: 40px;
	}
	.caseCont dt, .caseCont dd {
		padding: 10px;
	}
	.caseCont dt {
		white-space: nowrap;
	}
	/*products----------------------------------------*/
	.pageTtl {
		padding-top: 75px;
		height: auto;
		padding-bottom:10px;
	}
	.pageTtl .ttlBox {
		font-size: 115%;
	}
	.pageTtl .ttlBox h2 {
		font-size: 32px
	}
	.productsBox,.productsBox:nth-of-type(3n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.productsBox:nth-of-type(even) {
		margin-right: 0;
	}
	.productsBox .ttl {
		font-size: 95%;
		margin-top: 10px;
	}
	.pager span, .pager a {
		padding: 0 5px;
	}
	/*productsDetail-----------------------------------*/
	.subPage {
    padding-top: 50px;
	}
	.detaArea {
		padding: 40px 5%;
	}
	.detaArea h3 {
		margin-bottom: 30px;
	}
	.detaSliderArea,.detaContents {
		width: 100%;
		float: none;
	}
	.thumb {
		margin: 5px -2px 0;
	}
	.thumb .img {
		margin: 0 2px;
	}
	.detaContents {
		margin-top: 30px;
	}
	.price {
		text-align: right;
		margin-top: 15px;
	}
	.detaTxt,.buyAmazon {
		margin-top: 30px;
	}
	.buyAmazon {
		text-align: center;
	}
	.btn_a a {
		width: 250px;
		margin: 5px auto 0;
	}
	#colorValiation {
		margin-top: 60px
	}
	.cvWrap li,.cvWrap li:nth-of-type(5n) {
		width: 32%;
		margin: 3px 0;
		margin-right: 2%;
	}
	.cvWrap li:nth-of-type(3n) {
		margin-right: 0;
	}
	.cvWrap li a {
		display: block;
		text-align: center;
		padding: 8px 5px;
		line-height: 1.2;
	}
	.cvWrap li a img {
		margin: 0 auto 8px;
	}
	#colorValiation h2 {
		display: block;
		text-align: center;
	}
	#colorValiation h2 span {
		display: block;
		margin: 0;
	}
	.backBtn a {
		width: 250px;
		margin-top: 30px;
	}
	/*subpage-----------------------------------*/
	.contArea {
		padding: 40px 5%;
	}
	.tokushouWrap {
		border: none;
	}
	.tokushouWrap dl {
		display: block
	}
	.tokushouWrap dt,
	.tokushouWrap dd {
		width: 100%;
		padding: 12px 10px;
		border-bottom: none;
	}}





/*welcart*/
.suuryou {
	text-align: right;
	margin-top: 40px;
}
.suuryou .txt {
	margin-bottom: 10px;
}
.suuryou .txt input {
	padding: 5px;
	margin-left: 10px;
	max-width: 80px;
}
#detailArea .skubutton {
	background: #000;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	border: none;
	display: block;
	text-align: center;
	width: 100%;
	padding: 15px;
	font-size: 100%;
	border-radius: 5px;
	transition: .2s;
}
#detailArea .skubutton:hover {
	background-color: #c1272d
}
#cart {
	text-align: left;
	font-size: 14px
}
.cartArea #content {
	background: #fff;
	padding: 30px;
}
div.usccart_navi li.ucart {
	background: #b3b3b3;
	padding: 5px 0;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usconfirm
{
	background: #000
}
#cart .upbutton {
	padding: 0 0 10px 0;
}
.send input {
	font-weight: bold;
	letter-spacing: .1em;
	padding: 10px 0;
	width: 60%;
	max-width: 200px;
	background: #f2f2f2;
	border: 1px solid #b3b3b3;
	color: #000;
	cursor: pointer;
	transition: .1s;
	margin: 5px;
}
#previouscart ,.send .back_cart_button,#back_button{
	background: #f2f2f2;
}
#customer-info form + h5 {
	margin-top: 40px;
}
#customer-info td,#delivery-info td,#confirm_table td{
	text-align: left;
}
.zaiko_status {
	display: inline-block;
	border: 1px solid #666;
	padding: 7px 20px;
	background: #f1f1f1;
}
#cart input.delButton,#cart .upbutton input {
	border: 1px solid #b3b3b3;
	padding: 5px;
	cursor: pointer;
}


#back_button,
.send .back_cart_button ,
.send .back_to_customer_button {
	background: none;
	border: none
}
.edit_member a,
.logout_member a {
	border: 1px solid #666;
	padding: 7px 20px;
	text-align: center;
	background: #f1f1f1;
	margin: 5px auto;
	display: inline-block;
}
#memberpages .loginbox p {
	font-size: 100%;
}
#memberinfo .history-area {
	height: auto;
}
#memberpages div.loginbox {
	text-align: center;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 30px;
}
#memberpages .loginbox p#nav {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	background: #fff!important;
}
#memberpages .loginbox p#nav a {
	color: #2e3192;
}
#nav.passRe,
#nav.membNew {
	max-width: 250px;
	margin: 0 auto 7px!important;
}
#member_login {
	font-weight: bold;
	letter-spacing: .1em;
	padding: 10px 0;
	width: 60%;
	width: 210px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	transition: .1s;
}
#newmember td {
	text-align: left;
}
#inside-cart .no_cart {
	color: #534741
}
#inside-cart .send {
	border-color: #fff
}
.catbox .post .entry {
	border-bottom: none;
}
#newmember {
	background: #fff;
	padding: 40px 30px 20px;
}
#newmember .header_explanation ul {
	font-size: 85%;
}
#newmember th {
	width: 180px;
}
div#wc_newcompletion ,#wc_member,#wc_lostcompletion{
    background: #fff;
    padding: 30px;
}
#wc_lostcompletion * {
	text-align: center
}
div#memberpages a {
    color: #2e3192;
    margin: 5px 0;
    display: block;
}
div#memberpages {
	text-align: left;
}
#memberinfo h3 {
	text-align: center;
	font-size: 115%;
	padding: 5px;
	height: auto;
}
#memberpages #memberinfo ul {
	padding: 30px 0 0 0;
	max-width: 250px;
	margin: 0 auto;
}
#usces-cartPage,#usces-memberPage {
	padding-top: 60px;	
}
#coupon_table td, #cart #coupon_table td {
	border: 1px solid #ccc!important;
}
.use_coupon_button,.reset_coupon_button {
    border: 1px solid #333;
    padding: 10px 15px;
    display: inline-block;
    margin: 5px;
}
@media screen and (max-width: 620px) {
	.usccart_navi {
		display: none;
	}
	.scroll-wrap {
		overflow: auto;
	}
	#previouscart {
    display: block;
    margin: 0 auto 20px auto;
	}
	#cart td.productname {
		white-space: nowrap;
	}
	.send input {
		width: 90%;
		max-width: 100%;
		margin: 5px;
	}
	#back_button,
	.send .back_cart_button ,
	.send .back_to_customer_button {
		margin-bottom: 15px;
	}
	#memberinfo .history-area table {
		width: 800px;
	}
	#memberinfo .history-area {
		height: auto;
	}
	#customer_formChange input {
		width: 100%!important;
	}
	#customer_formChange th {
		width: 60px;
	}
	#memberinfo .send input:first-of-type {
		background: #666;
		margin-bottom: 10px;
	}
	#memberinfo .send input:nth-of-type(2) {
		margin-bottom: 10px;
	}
	#memberinfo .send input:last-of-type {
		background: #000;
	}
	#member_login {
		max-width: 100%;
		width: 100%;
	}
	#newmember tr,
	#newmember th,
	#newmember td {
		display: block;
		width: 100%;
	}
	#inside-cart .no_cart {
		margin: 0;
		font-size: 14px;
	}
	.zaiko_status {
		text-align: center;
	}
	div#wc_newcompletion, #wc_member {
		padding: 30px 15px;
	}
	#memberinfo td, #memberinfo th {
    display: block;
		width: 100%;
    padding: 5px;
	}
	#customer-info td,#customer-info th {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 620px) {
.bestSlider .slick-slide > div {
	margin: 5px;
}
.bestSlider .slick-slide > div > * {
	display: block!important;
	width: 100%!important
}
	.bestSlider .slick-slide .ttl {
		text-align: left;
		margin-top: 15px;
		font-size: 11px!important;
		min-height: 52px;
	}
	.bestSlider .slick-slide section{
		margin-bottom: 30px!important
	}
}
