@charset "utf-8";
/*
Theme Name: BETTER BICYCLES WEB STORE
Theme URI: http://
Author: BETTER BICYCLES
Description: 2018 BETTER BICYCLES WEB STORE
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.cf:after {
	content:'';
	display:block;
	clear:both;
}
.clr {
	clear:both;
}

dl, dt, dd ,ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
table {
	border-collapse:collapse;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
img {
	vertical-align:top;
}
input,
label {
padding: 0;
margin: 0;
}
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
}
body {
	color:#000000;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.5;
	letter-spacing: 0.12em;
	font-size: 1.0416666666666667vw;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----- link ----*/
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
}
a,
input,
textarea, 
select {
	outline: none;
}
input,label,select,button,a {
	font-family: 'Noto Sans Japanese', sans-serif;
	cursor: pointer;
}


/*--------------------------------------------------------------------------
	outer
--------------------------------------------------------------------------*/
#wrp {
	width: 100%;
}

/*--------------------------------------------------------------------------
	common
--------------------------------------------------------------------------*/
.inner {
	width:95%;
	margin-left: auto;
	margin-right: auto;
}
.section {
	padding-bottom: 5.5%;
}
.bgGr {
	background-color: #edeaea;
}
.bgBlue {
	background-color: #94c8dc;
}
.flexArea {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
/*0710追加*/
.col3-itemLit,
.col4-itemLit {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 2.05%;
	box-sizing: border-box;
}
.col3-itemLit {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 5% 0;
}
.col4-itemLit li.itemBlock {
	width: 22.95%;
	margin: 2.73% 0% 0% 2.73%;
}
.col3-itemLit li {
	width: 32%;
	margin: 2.73% 0 0 2%;
}
.col3-itemLit li:nth-child(3n+1) {
	margin: 2.73% 0 0 0;
}
.col3-itemLit li:nth-child(-n+3) {
	margin-top: 0;
}
.col4-itemLit li.itemBlock:nth-child(4n+1){
	margin-left: 0;
}
.col3-itemLit li img,
.col4-itemLit li.itemBlock img {
	width: 100%;
	height: auto;
}
.col3-itemLit div {
	position: relative;
	margin-bottom:1rem;
}
.col3-itemLit div a.cate{
	position: absolute;
	bottom: 1rem;
	left: 0;
	font-size: 0.9vw;
	font-weight: bold;
	padding: 0 2%;
	background-color: #FFF;
}
.col4-itemLit li.itemBlock li {
	line-height: 1;
}
.col4-itemLit li.itemBlock .brandName {
	margin: 5% 0 2%;
}
.col4-itemLit li.itemBlock .itemName {
	padding: 0 0 3%;
	line-height: 1.5;
}

.category-bkBar {
	font-size: 0.8375vw;
	letter-spacing: 0.14em;
	padding: 0.5% 2%;
	background-color: #000;
	color: #FFF;
}
.brandName {
	font-size: 0.8375vw;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.itemName {
	font-size: 0.92em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.price_s {
	font-size: 0.8375vw;
	letter-spacing: 0.08em;
}
.cntTxt {
	text-align: center;
}
.innerTitle {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}


.title_s {
	text-align: center;
	line-height: 1;
	margin-bottom: 2.7777777777777778%;
	font-size: 1vw;
}
.title_s > img {
	height: auto;
}
.title_s > span {
	display: block;
	font-size: 1.0416666666666667vw;
	letter-spacing: 0.12em;
	margin-top: 0.5vw;
}
.title {
	text-align: center;
	padding-top: 4.84375%;
	margin-bottom: 3.541%;
}
.title > img {
	height: auto;
}


/*0713追加▽▽*/
.title > img {
	height: 48px;
}
@media screen and (max-width: 1680px) {
	.title > img {
		height: 42px;
	}
}

@media screen and (max-width: 1440px) {
	.title > img {
		height: 36px;
	}
}



.title > span {
	display: block;
	font-size: 1.25vw;
	padding: 1.4% 0 0;
	letter-spacing: 0.12em;
	font-weight: 400;
}

/*0518追加▽▽*/
.pageTitle {
	text-align: center;
	line-height: 1;
	padding-top: 4.84375%;
	margin-bottom: 3.541%;
	font-size: 0.9375vw;
}
.pageTitle > img {
	height: auto;
}
.pageTitle > span {
	display: block;
	font-size: 1.25vw;
	letter-spacing: 0.12em;
	margin-top: 0.5rem;/*0710追加△△*/
}
/*0518追加△△*/
.subcopy {
	letter-spacing: 0.12em;
	text-align: center;
}

.lineLink a {
	display: inline-block;
	border-bottom: 1px solid #000;
}
.lineLink a:after {
	content: ' >';
}
.linkBtn {
	text-align: center;
	padding-top: 40px;
}
.linkBtn span.sdv {
	display: none;
}
a.line,
.formBtn,
.linkBtn a {
	display: inline-block;
	height: 3.75%;
	text-align: center;
	font-size: 1.0416666666666667vw;
	letter-spacing: 0.12em;
	border-radius: 50px;
	font-weight: 600;
	/*
	padding: 1em 14%;
	*/
	box-sizing: border-box;
	padding: 1em 0;
	width: 78.948%;
}

#itemElements .linkBtn a{
	width: 30%;
}

#rentalElements .linkBtn a{
	width: 60%;
}
#rent .linkrent {
	margin-top: 9%;
}
#rent .linkrent {
	margin-top: 9%;
}
#rent .linkrent .bk {
	width: 34%;
}




.linkBtn a:hover {
	text-decoration: none;
}
a.line span:after,
.linkBtn a span:after {
	content: ' >';
	font-weight: 400;
}
a.line,
.linkBtn a.line {
	border: 2px solid #000;
}
.linkBtn a.lineWh {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.formBtn.bk,
.linkBtn a.bk {
	background-color: #000000;
	color: #FFF;
}
.linkBtn a.wh {
	background-color: #FFFFFF;
	color: #000000;
}
.linkBtn a.be {
	background-color: #edeaea;
	color: #000000;
}
.formBtn {
	border: 0;
}
.skubutton {
	display: inline-block;
	height: 3.75%;
	text-align: center;
	font-size: 1.0416666666666667vw;
	letter-spacing: 0.12em;
	border-radius: 50px;
	font-weight: 500;
	padding: 1em 14%;
	background-color: #000000;
	color: #FFF;
	border: 0;
	background-image: url(images/common/cart_wh.png);
	background-size: 8%;
	background-position: 8.2% 50%;
	background-repeat : no-repeat;
}
.snsLink {
	width: 12.778%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.snsLink li {
	flex: 1 0 0%;
	text-align: center;
}
.snsLink li:nth-child(2) {
	margin: 0 10%;
}
.snsLink li img {
	width: 80%;
	height: auto;
}
.snsLink li:nth-child(1) img {
	width: 40%;
	height: auto;
}
.snsLink li:nth-child(2) img {
	width: 74%;
	height: auto;
}

.vwCont {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.halfCont {
	width: 50%;
}
.halfCont .info {
	padding-left:10%;
	padding-right:10%;
	box-sizing: border-box;
}
.halfCont .info p {
	margin-top: 4%;
}
.halfCont.bImg {
	width: 50%;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-top: 39.9%;
}
.halfCont.bImg img {
	width: 164%;
	position: absolute;
	top: -50%;
	left: -50%;
	margin-left: 14%;
	margin-top: 14%;
}
.halfCont .title,
.halfCont p.subcopy {
	text-align: left;
	padding-top: 0;
}
.halfCont p.subcopy {
	margin-bottom: 4.5%;
	letter-spacing: 0.14em;
	font-size: 1.0416666666666667vw;
}
.win_s {
	display: none;
}
.win_m {
	display: none;
}
.win_l {
	display: block;
}

/*---0424*/
.tabletnone,
.tabletshow {
	display: none;
}
.maxImgBx {
	margin-bottom: 3.96%;
}
.maxImgBx img {
	width: 100%;
	height: auto;
}
.readTxt {
	font-size: 1.0416666666666667vw;
	letter-spacing: 0.12vw;
}

.title_m {
	text-align: center;
	line-height: 1;
	margin-bottom:3.0637254901960784%;/*20px/1920*100%*/
}
.title_m > span {
	display: block;
	font-size: 1.25vw;/*24px*/
	letter-spacing: 0.12em;
	margin-top: 1.04%;
}
.title_m > span.stxt {
	font-size: 1.0416666666666667vw;
	font-weight: normal;
}
.titleMain {
	text-align: center;
	font-size: 1.625vw;
}
.toptitle {
	text-align: center;
	margin:4.7916666666666667% 0 3.75%;
}
.toptitle span {
	display: block;
	font-size: 1em;
	padding: 20px 0;
	letter-spacing: 0.12em;
}


/*M window-----------------*/
#wrp.sp {
	padding-top: 6rem;
}
#color-details #wrp.sp {
	padding-top: 6.8rem;
}
#wrp.sp_s {
	padding-top: 2.8rem;
}
#wrp.sp_m {
	padding-top: 8.45rem;
}

/*--------------------------------------------------------------------------
	header
--------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
@media screen and (max-width: 1460px) {
	#header {
	}
}
#header.upMenu {
	-webkit-transform: translate(0, -400%);
	transform: translate(0, -400%);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#header.upMenu.set {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position:fixed;
	top: 0;
	left: 0;
}
#header .inner {
	width: 100%;
	min-width: 1024px;
	position: relative;
}
#header h1 {
	width: 11.5%;
	line-height: 1;
	position: absolute;
	left: 2.5%;
	top: 50%;
	margin-top: -1%;
}
#header h1 img {
	width: auto;
	height: 34px;
}
#header nav {
	width: 100%;
	margin: 0 0;
	text-align: center;
	box-sizing: border-box;
}
#header nav > ul {
	width: 100%;
}
#header nav > ul > li {
	padding: 1rem 0.1rem 0.9rem;
	line-height: 1.5;
	box-sizing: border-box;
}
@media screen and (max-width: 1640px) {
	#header nav > ul > li {
	padding: 1.2rem 0.1rem 0.9rem;
	line-height: 1.5;
	height: 60px;
	box-sizing: border-box;
	}
}
#header nav > ul > li > span,
#header nav > ul > li > a {
	float: left;
	border: 2px solid #FFF;
	padding: 0 0.5rem 0.1rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 0.8rem;
	font-weight: bold;
}
#header nav > ul > li > span.current,
#header nav > ul > li > a.current,
#header nav > ul > li span:hover,
#header nav > ul > li > a:hover {
	border: 2px solid #000;
	text-decoration: none;
}
#header #h_cartLink {
	width: 1.66%;
	min-width: 24px;
	position: absolute;
	right: 2.5%;
	top: 30.89%;
}
@media screen and (max-width: 1640px) {
	#header #h_cartLink {
	right: 2.5%;
	top: 30.89%;
	}
}
#header nav span a,
#header nav > ul > li > a {
	text-decoration: none;
}
#header #h_cartLink img {
	width: 100%;
	max-width: 32px;
	height: auto;
}
#header nav > ul,
#header nav > ul > li,
#header #h_cartLink {
	display: inline-block;
	vertical-align: middle;
}
#header nav > ul > li.win_lNone {
	display: none;
}
#header .pullDown-chill {
	width: 100%;
	padding: 0 2.5%;
	box-sizing: border-box;
	position: absolute;
	top: 3.46rem;
	left: 0;
	z-index: 10;
	text-align: left;
	background-color: #000;
	display: none;
}
#header .pullDown-chill.stay {
	display: block;
	z-index: 8;
}
.pullDown-chill:after {
	display: block;
	clear: both;
	content: '';
}
@media screen and (max-width: 1780px) {
	#header .pullDown-chill {
	top: 60px;
	}
}
#header .pullDown-chill li {
	position: relative;
	display: inline-block;
	padding:  0 0.8rem;
	vertical-align: middle;
	line-height: 4;
}
#header .pullDown-chill li:before {
	content: '|';
	color: #FFF;
	position: absolute;
	right: -0.4rem;
}
#header .pullDown-chill li:last-child:before {
	content: '';
}
#header .pullDown-chill li a {
	color: #FFF;
	font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
}
@media screen and (max-width: 1680px) {
	#header .pullDown-chill li a {
	font-size: 14px;
	}
}
@media screen and (max-width: 1440px) {
	#header .pullDown-chill li a {
	font-size: 13px;
	}
}




#header .pullDown-chill li.current a,
#header .pullDown-chill li a:hover {
	text-decoration: line-through;
}
#header .pullDown-chill li:first-child {
	margin-left: 2.3%;
}
#sp-menuBtn {
	display: none;
}


/*--------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------*/

#footer {
	text-align: center;
	padding-bottom: 4.16%;
	font-size: 0.8333333333333333vw;
}
#footer ul {
	width: 100%;
	margin-bottom: 4.16%;
}
#footer ul li {
	display: inline-block;
	padding: 0 0.9% 0 0.5%;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#footer ul li:after {
	content:' | ';
	position: absolute;
	right: 0;
	font-weight: 400;
}
#footer ul li:last-child:after {
	content:'';
}
#footer p {
	letter-spacing: 0.09em;
	font-weight: 500;
}


/*--------------------------------------------------------------------------
	Front
--------------------------------------------------------------------------*/
/*フェードメインイメージ*/
#fadeBx {
	width: 100%;
	position: relative;
}
#fadeBx > img {
	width: auto;
	height: 42.5%;
	z-index: 20;
	position: absolute;
	right: 15%;
	top: 50%;
	margin-top: -8.2%;
}
#fadeBx ul {
	width: 100%;
}
#fadeBx ul li img {
	width: 100%;
	height: auto;
}
#fadeBx ul li img.win_s {
	width: 0;
	display: none;
}
/*フロントページ　ニュース*/
#newsElements .title {
	margin-bottom: 3.6%;
}
#newsElements .title img {
	width:12.8472222222222222%;
}
#galleryElements .overBx,
#newsElements .overBx {
	width: 100%;
}

#galleryElements .slider_s,
#newsElements .slider_news {
	width: 90%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 2%;
}
#galleryElements .slider_s li,
#newsElements .slider_news li {
	margin: 0 14px;
}
#newsElements .slider_news li div {
	text-align: center;
	position: relative;
}
#newsElements .slider_news li div span {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	padding: 2px 5px;
	font-size: 0.8375vw;
	letter-spacing: 0.14em;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 10%;
}
#galleryElements .slider_s li img,
#newsElements .slider_news li div img {
	width: 100%;
	height: auto;
}
#newsElements .slider_news li p{
	font-weight: 600;
}
#galleryElements .linkBtn a.line,
#newsElements .linkBtn a.line {
	width: 30%;
}

/*フロントページ　カラーカスタム*/
#customizeElements {
	width: 100%;
	position: relative;
	background: linear-gradient(#e9f0f4, #FFFFFF);
}
/*#front #customizeElements h2.title img {
	width: 45%;
}*/
#customizeElements h2.title img {
	width: 19.0104166666666667%;
}
article#customizeElements section,
#front #customizeElements {
	height: 46.389%;
	/*
	padding: 5.55% 0 4.5%;
	*/
	padding: 0 0 4.5%;
	overflow: hidden;
	position: relative;
}
/*#front #customizeElements {
	z-index: -1;
}*/
article#customizeElements h2.title img.title01 {
	width: 18.9583333333333333%;
}
article#customizeElements section h3 {
	margin-bottom: 5.2%;
}
article#customizeElements section h3.title.mixte img {
	width: 30.95%;
	height: auto;
}
article#customizeElements section h3.title.horizontal img {
	width: 38.49%;
	height: auto;
}
article#customizeElements section h3.title.cargo img {
	width: 36.55%;
	height: auto;
}
#customizeElements .halfCont.l {
	width: 60%;
}
#customizeElements .halfCont.r {
	width: 38%;
}
#customizeElements .halfCont.r.spa {
	-webkit-transform: translate(12%, 0);
	transform: translate(12%, 0);
}
#customizeElements .halfCont .info-l,
#customizeElements .halfCont .info-r {
	width: 100%;
	position: relative;
	z-index: 2;
}
#customizeElements .halfCont img.colorImg-r,
#customizeElements .halfCont img.colorImg-l {
	width: 102%;
	height: auto;
	-webkit-transform: translate(-8%, 0);
	transform: translate(-8%, 0);
}
#customizeElements .halfCont img.colorImg-r {
	-webkit-transform: translate(12%, 0);
	transform: translate(12%, 0);
}
#customizeElements .halfCont.r img.opImg-l,
#customizeElements .halfCont.r img.opImg-r {
	width: 60%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(25.8%, -50%);
	transform: translate(25.8%, -50%);
	z-index: 1;
}
#customizeElements .halfCont.r img.opImg-l {
	width: 170%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-59.8%, -50%);
	transform: translate(-59.8%, -50%);
}
#customizeElements .halfCont > img.op02 {
	opacity: 0.2;
}
.halfCont .linkBtn {
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
#customizeElements .title#mixtetitle img {
	width: 30.0919881305637982%;
}
#customizeElements .title#holitle img {
	width: 37.9821958456973294%;
}
#customizeElements .title#cargoitle img {
	width: 30.0919881305637982%;
}

/*フロントページ　スペシャルエディション*/
#specialEd {
	width: 100%;
	background-color: #000000;
	line-height: 1;
}
#specialEd .halfCont.l {
	padding: 5% 0;
}
#specialEd .halfCont.l .info{
	color: #FFF;
	line-height: 1.5;
}

#front #customizeElements .info p,
#specialEd .halfCont.l .info p {
	margin-top: 4%;
}

/*--------------------------------------------------------------------------
	ギャラリー
--------------------------------------------------------------------------*/
.gallerySlider .slider_s {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gallerySlider .slider_s li {
	margin: 0 10px;
}
.gallerySlider .slider_s li a {
	width: 100%;
	position: relative;
	display: inline-block;
}
.gallerySlider .slider_s li a:after {
	content:"";
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	box-shadow:inset 0 0 14px 5px rgba(0,0,0,.5);
}
.gallerySlider .slider_s li img {
	width: 100%;
	height: auto;
}
.slider_s .slick-prev {
	left: 0;
}
.slider_s .slick-next {
	right: 0.5%;
}


/*--------------------------------------------------------------------------
	新着商品
--------------------------------------------------------------------------*/
#itemElements .col3-itemLit {
	width: 69.44%;
}
#itemElements .col3-itemLit > li:nth-child(n+3){
	margin-bottom: 0;
}


/*--------------------------------------------------------------------------
	レンタル
--------------------------------------------------------------------------*/
#rentalElements.tabletNotshow {
	display: -webkit-flex;
	display: flex;
}

/*
#rentalElements .title img {
	width: 27.6041666666666667%;
}
*/
#rentalElements .halfCont.l img {
	width: 100%;
	height: auto;
}
#rentalElements .halfCont.l {
	width: 50%;
}
#rentalElements .halfCont.r {
	width: 50%;
	color: #FFF;
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
	コンセプト
--------------------------------------------------------------------------*/
#conceptElements {
	width: 85%;
	margin: 0 auto;
}
#conceptElements .title img {
	/*
	width: 8.3333333333333333%;
	*/
	height: 96px;
}

@media screen and (max-width: 1680px) {
	#conceptElements .title img {
		height: 84px;
	}
}
@media screen and (max-width: 1440px) {
	#conceptElements .title img {
		height: 72px;
	}
}


#conceptElements .title span {
	font-size: 1.875vw;
	font-weight: 400;
}
#conceptElements .halfCont.l img {
	width: 100%;
	height: auto;
}
#conceptElements .halfCont.r {
	padding-left: 5%;
	box-sizing: border-box;
}
#conceptElements .halfCont p {
	letter-spacing: 0.02em;
	margin-top: 4%;
}
#conceptElements .halfCont p em {
	font-weight: 600;
	display: inline-block;
	line-height: 1.8;
	letter-spacing: 0.04em;
}


/*--------------------------------------------------------------------------
	ショップインフォ
--------------------------------------------------------------------------*/
#infoElements .vwCont {
	/*
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 62.5%;
	*/
	display: block;
	width: 100%;
	margin: 0 auto;
}
#infoElements .title {
	margin-bottom: 2.4%;
}
#infoElements .title img {
	/*
	width: 11.510%;
	*/
}
#infoElements .halfCont {
	width: 30%;
	margin: 0 auto 1.25%;
}
#infoElements .halfCont a.line {
	width: 100%;
	padding:1em 0 1em;

	box-sizing: border-box;
}

/*--------------------------------------------------------------------------
	ショップ
--------------------------------------------------------------------------*/
#shopElements {
	text-align:center;
}
#shopElements h2.title {
	margin-bottom: 2.4%;
}
#shopElements h2.title img {
	/*
	width: 4.7916666666666667%;
	*/
}



#shopElements .inner {
	width: 82.6041666666666667%;
	margin: 0 auto;
}
#shopElements .halfCont {
	width: 100%;
}
#shopElements .halfCont img {
	width: 100%;
	height: auto;
}
#shopElements .halfCont:last-of-type {
	margin-left: 2.6041666666666667%;
}
#shopElements ul.shopinfo {
	width: 30%;
	margin: 2.77% auto 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
}
#shopElements ul.shopinfo li {
	letter-spacing:0.14em;
	margin-top: 5%;
	flex:1 1 100%;
}
#shopElements ul.shopinfo li:nth-child(2) {
	font-weight: 600;
	font-size:1.25vw;
	letter-spacing:0.12em;
	padding-bottom: 3%;
	margin-top: 1.5%;
}
#shopElements ul.shopinfo li.col2 {
	flex:1 1 50%;
}
#shopElements ul.shopinfo h3 img {
	width: 52.3478%;
	height: auto;
}
#shopElements ul.shopinfo h4 {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 1%;
	font-size: 1.1109375vw;
	font-weight: 500;
}
#shopElements ul.shopinfo b {
	font-weight: 600;
	display: block;
	font-size: 1.6666666666666667vw;
}
#shopElements ul.shopinfo li:last-child b {
	font-size: 1.25vw;
}
#shopElements .linkBtn {
	padding-top: 1.8%;
	padding-bottom: 1.8%;
	width: 30%;
	margin: 0 auto 4.947%;
}

#shopElements .linkBtn a{
	width: 100%;
}



/*--------------------------------------------------------------------------
	カスタム詳細
--------------------------------------------------------------------------*/
#customArea {
	width: 100%;
	background: linear-gradient(#e9f0f4, #FFFFFF);
}
#customArea .detailsInfo {
	width: 20.869%;
	position: absolute;
	right: 0;
	top: 8%;
}
#customArea .detailsInfo img.img-h {
	height: 124px;
	width:  auto;
}
#customArea .inner {
	margin: 0 auto;
	position: relative;
}
#customArea .chenge-bicImg {
	width: 100%;
}
#customArea .chenge-bicImg li {
	width: 60px;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -30px;
}
#customArea .chenge-bicImg li:first-child {
	left: 0;
}
#customArea .itemImageBx {
	width: 79.131%;
	position: relative;
}
#customArea .itemImageBx .slick-prev {
	left: 0;
}
#customArea .itemImageBx .slick-next {
	right: 3%;
}
#customArea .itemImageBx .slick-slide {
	padding-right: 0.6%;
}
#customArea .itemImageBx .slick-slide img {
	width: 85%;
	height: auto;
	margin: 0 auto;
}

#customArea .selectcolorArea {
	width: 20.869%;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 30%;
}
#customArea .selectcolorArea h3 {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	padding-top: 10%;
	line-height: 1.2;
}
#customArea .selectcolorArea > h3 {
	padding-top: 0;
}
#customArea .selectcolorArea h3 span {
	font-size: 1.142em;
	letter-spacing: 0.12em;
	font-weight: 600;
	display: block;
}
#customArea .selectcolorArea .overBx {
	width: 100%;
}
#customArea .selectcolorArea ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	flex-wrap: wrap;
}
#customArea .selectcolorArea ul li {
    width: -webkit-calc(100% /6.5);
    width: calc(100% /6.5);
    text-align: center;
    margin: 2% 0 0 5.6%;
    line-height: 1;
}
#customArea .selectcolorArea ul li >div {
	width: 100%;
	position: relative;
	padding-top: 100%;
}
#customArea .selectcolorArea ul li:nth-child(5n+1) {
	margin-left: 0;
}
#customArea .selectcolorArea input[type="radio"] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 20;
	padding: 0;
}
#customArea .selectcolorArea label {
	display: none;
}
#customArea .selectcolorArea ul li > div:after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	border: 0;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	box-sizing: border-box;
}
#customArea .selectcolorArea ul li > div.white:after {/*ホワイト*/
	background-color: #FFFFFF;
	border: 1px solid #eee;
}
#customArea .selectcolorArea ul li > div.black:after {/*ブラック*/
	background-color: #000000;
}
#customArea .selectcolorArea ul li > div.gray:after {/*グレー*/
	background-color: #ebe5ee;
}
#customArea .selectcolorArea ul li > div.beige:after {/*ベージュ*/
	background-color: #faf3ce;
}
#customArea .selectcolorArea ul li > div.yellow:after {/*イエロー*/
	background-color: #f9e116;
}
#customArea .selectcolorArea ul li > div.lightgreen:after {/*ライトグリーン*/
	background-color: #83c5b5;
}
#customArea .selectcolorArea ul li > div.green:after {/*グリーン*/
	background-color: #254111;
}
#customArea .selectcolorArea ul li > div.blue:after {/*ブルー*/
	background-color: #152055;
}
#customArea .selectcolorArea ul li > div.red:after {/*レッド*/
	background-color: #b51a1a;
}
#customArea .selectcolorArea ul li > div.brown:after {/*ブラウン*/
	background-color: #482c04;
}
#customArea .selectcolorArea ul li > div.burgundy:after {/*バーガンディ*/
	background-color: #451726;
}
#customArea .selectcolorArea ul li > div.ameside:after {/*アメサイド*/
	background: linear-gradient(#141414 50%, #e8c64e 50%);
}


#customArea .selectcolorArea ul li > div.checked:before {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: url(images/details/icon_radiocheck.png),linear-gradient(to top, rgba(153, 153, 153, 0.4), rgba(255, 255, 255, 0.4));
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-radius: 10px;
}

.optionSelectArea {
	margin: 0 auto;
	padding-top: 3.47%;
}
.optionSelectArea .title_s img {
	width: 10.0520833333333333%;
}
.slide_optionItem {
	width: 75%;
	margin: 0 auto;
}
.slide_optionItem.flexArea {
	flex-wrap: wrap;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.slide_optionItem .optioninfo {
	width : -webkit-calc(100% / 5 ) ;
	width : calc(100% / 5 );
	margin: 0.5% 0;
}
.slide_optionItem .optioninfo:nth-child(n+6) {
	display: none;
}
.slide_optionItem li.optioninfo .itemouter {
	padding: 20px 10px 20px 10px;
	position: relative;
	box-sizing: border-box;
	margin: 0 10px;
}
.slide_optionItem li.optioninfo .itemouter >ul {
	min-height: 70px;
}
.slide_optionItem li.optioninfo .itemouter >ul li.itemName {
	margin: 2.5% 0 10%;
	min-height: 2em;
	height: 3em;
}
.slide_optionItem li div img {
	width: 100%;
	min-width: 122px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.slide_optionItem div.itemLink {
	text-align: center;
}
.slide_optionItem div.itemLink a {
	display: inline-block;
	height: 30px;
	line-height: 32px;
	border:2px solid #000;
	border-radius: 40px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 2.5%  auto;
	padding: 0 20%; 
}
.slide_optionItem div.itemLink a:after {
	content: '>';
	padding-left: 0.5em;
}

#btn_showOption {
	font-size: 1.285em;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	margin-top: 2.5%;
}
#btn_showOption span {
	border-bottom: 2px solid #000;
	padding-bottom: 0.2%;
	padding-right: 2%;
	position: relative;
	cursor: pointer;
}
#btn_showOption span:after {
	width: 15px;
	height: 13px;
	display: block;
	content: '';
	background:url(images/common/arrow_down.png) no-repeat 0 0;
	position: absolute;
	top: 30%;
	right: 0;
}
.checkboxBlue {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.checkboxBlue input[type="checkbox"]{
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
}
.checkboxBlue input[type="checkbox"]:checked ~ label {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background: #94c8dc;
	border-radius: 10px;
	mix-blend-mode :multiply;
}
.checkboxBlue input[type="checkbox"]:checked ~ label:after {
	width: 100%;
	content: url("images/details/item_checked.png");
	display: block;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 0;
	margin-top: -40px;
	mix-blend-mode :normal;
}
.checkboxBlue input[type="checkbox"] ~ label {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.orderArea {
	width: 54%;
	margin: 0 auto;
	display: table;
}
.orderArea p {
	font-size: 0.85em;
	font-weight: normal;
}
.orderArea .orderImage {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 72px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
}
.orderArea .orderImage img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.orderArea .orderImage dl dt {
	width: 20%;
	float: left;
	clear: left;
}
.orderArea .orderImage dl dd {
	width: 60%;
	float: right;
	padding-left: 20%;
	margin-bottom	: 5px;
}
.orderArea .orderBtnList {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.orderArea .linkBtn {
	padding-top: 5%;
}
.orderArea .orderBtnList input,
.orderArea .orderBtnList a {
	width: 100%;
	display: block;
	padding: 1em 10%;
	box-sizing: border-box;
}
.orderArea .orderBtnList input {
	/*
	padding-left: 2em;
	*/
}

#detailsAboutElements .title_s.hor img {
	width: 14.3055555555555556%;
}
#detailsAboutElements .title_s.cag img {
	width: 12.4920735573874445%;
}
#detailsAboutElements .title.mix img {
	width: 8.6873811033608117%;
}
#detailsAboutElements .cntTxt {
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 2.0833333333333333% 0 3.4722222222222222%;
}
#detailsAboutElements .flexArea {
	width: 78.5%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: start;
	-webkit-align-items: start;
	align-items: start;
	align-self: flex-start;
}
#detailsAboutElements .flexArea li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2 );
	letter-spacing: 0.04em;
	padding: 0 2% 2%;
	box-sizing: border-box;
}
#detailsAboutElements .flexArea li img {
	width: 100%;
	height: auto;
}
#detailsAboutElements .flexArea li .innerTitle {
	margin: 3.5523978685612789% 0 0.7104795737122558%;
	font-size: 1.1111111111111111vw;
}
#detailsAboutElements .flexArea li p {
	font-size: 0.9027777777777778vw;
}
#detailsAboutElements .flexArea li .lineLink {
	text-align: right;
}


/*Otheritem*/
.otherItemLink .title_s img {
	width: 9.9792099792099792%;
}
.otherItemLink ul {
	width: 75%;
	margin: 0 auto;
	display: table;
}
.otherItemLink ul li {
	width: 46.6%;
	text-align: center;
	display: table-cell;
}
.otherItemLink ul li img {
	display: block;
	margin: 0 auto;
}
.otherItemLink ul li img.linkitem {
	width: 90%;
	height: auto;
}
.otherItemLink ul li .linktitle {
	margin: 5% auto 3%;
}


/*Spec*/

.title_s.specTitle img {
	width: 3.2089063523248199%;
}
.specCont{
	text-align: center;
	margin: 2% 0 4%;
}

.specBx{
	text-align: center;
    width: 22.5%;
    margin: 0 0.5%;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 1.5%;
    vertical-align: top;
}

.specBx.selected{
	background: rgba(237,237,234,0.2);
}

.specBx img{
	width: 60%;
}

.specBx h3{
	font-size: 1rem;
    letter-spacing: 0.12em;
    margin: 5%;
}


.specBx table{
    width: 100%;
    border-top: 1px solid #000;
}

.specBx table tr{
	border-bottom: 1px solid #edeaea;
}

.specBx table th{
	font-weight: 600;
	font-size: 0.857em;
	padding: 10px 0;
}

.specBx table td{
	font-weight: 400;
	font-size: 1em;
	padding: 10px 0;
}


/*--------------------------------------------------------------------------
	slick js-css
--------------------------------------------------------------------------*/
#slider_s .slick-slide,
#newsElements .slider .slick-slide {
	opacity: 0.5;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#slider_s .slick-now,
#newsElements .slider .slick-now {
	opacity: 1;
}


/*--------------------------------------------------------------------------
	特定取引
--------------------------------------------------------------------------*/
.outelineOuter {
	width: 70%;
	padding: 50px 0;
	margin: 0 auto;
}
.outelineElements {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.outelineElements h2 {
	width: 30%;
	font-size: 1.14em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.12em;
	line-height: 1;
}
.outelineElements .case {
	width: 70%;
	font-size: 0.85em;
}
.outelineElements .case h3 {
	font-size: 1.2em;
	margin: 40px 0 20px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0.04em;
}
.outelineElements .case h3:first-of-type {
	margin: 0 0 20px 0;
}
.outelineElements .case ul li {
	padding-top: 10px;
}
.outelineElements .case > section {
	margin-bottom: 60px;
}
.outelineElements .case .bsp {
	margin-bottom: 20px;
}
.outelineElements .case table th {
	text-align: left;
}
.outelineElements .case table td,
.outelineElements .case table th {
	border-bottom: 1px solid #000;
	padding: 10px 10px;
}
.outelineElements .case table .sps {
	padding: 0 40px;
}
.outelineElements .case table td.rTxt {
	text-align: right;
}
.outelineElements table span {
	padding-left: 10px;
}
.outelineElements .line {
	text-decoration: underline;
}
.outelineElements .tokutei {
	width: 48%;
	float: left;
}
.outelineElements .tokutei:first-of-type {
	margin-right: 4%;
}
.outelineElements .tokutei dl dt {
	font-size: 1.02em;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 14px 0 8px;
	line-height: 1;
}
.outelineElements .tokutei dl dt.nosp {
	padding-top: 0;
}
.outelineElements .tokutei dl dd {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}

#companyElements,
.ppElements {
	font-size: 0.85em;
}
#companyElements .title,
.ppElements .title {
	padding-top: 0;
	letter-spacing: 0.12em;
	padding-bottom: 50px;
}
.ppElements .title_s {
	text-align: left;
	font-size: 1.25em;
	margin: 40px 0 12px;
	letter-spacing: 0.02em;
}
.ppElements p {
	margin-top: 0;
}
.ppElements p.rtxt {
	margin-top: 40px;
}
.ppElements ul li {
	padding: 5px 0;
}

/*お問合せ*/
#companyElements,
#contactElements {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 2%;
}
#contactElements.en {
	padding-bottom: 4%;
}
#contactElements p.readtext {
	text-align: center;
}
#companyElements table,
#contactElements table {
	width: 100%;
	margin: 40px auto 60px;
}
#companyElements table td,
#companyElements table th,
#contactElements table td,
#contactElements table th{
	padding: 10px 0;
	text-align:left;
}
#contactElements table td,
#contactElements table th{
	font-size: 14px;
}
#contactElements table th{
	width: 30%;
}
#contactElements table td .line,
#contactElements table td.line {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#contactElements table td.cent {
	text-align: center;
}
#contactElements table td.cent p {
	font-size: 12px;
}
#contactElements textarea,
#contactElements table input[type="tel"],
#contactElements table input[type="email"],
#contactElements table input[type="text"]{
	width: 100%;
	border: 0;
	padding: 5px 10px;
}
/*0427*/
#contactElements table input[type="text"].s-inputtext {
	width: 30%;
}
#contactElements table textarea {
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-top: 10px;
}
#contactElements input[type="submit"] {
	display: block;
	min-width: 352px;
	height: 58px;
	line-height: 60px;
	text-align: center;
	font-size: 1.142em;
	letter-spacing: 0.12em;
	border-radius: 60px;
	font-weight: 500;
	padding: 0 20px;
	background-color: #000000;
	color: #FFF;
	border: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2em;
	margin: 30px auto 0; 
}
#contactElements input[type="radio"] {
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
#contactElements table select {
	width: 25%;
	height: 24px;
	line-height: 24px;
}
#contactElements .sent .contact-input-area {
	display: none;
}
#contactElements div.wpcf7-response-output,
#contactElements div.wpcf7-mail-sent-ok {
	text-align: center;
	border: 0;
	padding: 80px 0;
}
#companyElements .title {
	padding-bottom: 0;
}
#companyElements table td,
#companyElements table th {
	padding: 10px 10px;
	border-bottom: 1px solid #000;
}

#contactElements.en {
}
#contactElements.en table th {
	font-size: 1vw;
	letter-spacing: 0.1em;
}
#contactElements.en table th span{
	font-size: 0.8vw;
	letter-spacing: 0em;
}

/*--------------------------------------------------------------------------
	レンタルサイクル
--------------------------------------------------------------------------*/
#rent {
	font-size:1.0411458333333333vw;
}
#rent h1.toptitle img {
	width: 16.67%;
	height: auto;
}
#rent .inner {
	width: 85%;
}
#rent .readTxt {
	margin-bottom: 9.895%;
}
#rent.en .readTxt {
	font-size: 1vw;
}
#rent .section {
	margin-bottom: 9.895%;
}
/*選べる*/
.rent1 .title_m img {
	width: 13.958%;
}
.rent1 .flexArea {
	width: 100%;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.rent1  ul.flexArea >  li {
	width: 29.411%;
	margin: 0 2.5%;
	text-align: center;
}
.rent1 .flexArea ul.flexArea > li:first-child {
	margin-left: 0;
}
.rent1 ul.flexArea > li img {
	width: 100%;
	margin-bottom: 10.48%;
}
.rent1  ul.flexArea > li h3 {
	font-size: 1.25vw;
}
.rent1 ul.flexArea > li p {
	font-size: 0.945vw;
}
.rent1 ul.flexArea > li ul li  {
	font-size: 0.8vw;
}

/*プラン*/
.rent2 .title_m img {
	width: 5.2%;
}
.rent2 ul {
	text-align: center;
	position: relative;
}
/*.rent2 ul:after {
	display: block;
	content: '';
	width: 1px;
	height: 55%;
	background-color: #edeaea;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -4%;
}*/
.rent2 ul li {
	display: inline-block;
	text-align: center;
}
.rent2 ul li:nth-child(2) {
	margin-right: 5%;
	margin-left: 5%;
}
.rent2 ul li h3 {
	font-size: 2.5vw;
	margin: 0;
}
.rent2 ul li h3 span {
	font-size: 1.5625vw;
}
.rent2 p {
	margin: 0 0 3.73%;
	font-size: 1.0416666666666667vw;
}
.rent2 .rent-price {
	font-size: 3.75vw;
	font-weight: bold;
	margin: 0;
}
.rent2 .rent-price span {
	font-size: 1.8125vw;
}


.en.rent2 ul li {
	display: inline-block;
	text-align: center;
}
.en.rent2 ul li:nth-child(2) {
	margin-right: 8.5%;
	margin-left: 8.5%;
}
.en.rent2 ul li h3 {
	font-size: 2vw;
	margin: 0 0 0.5em;
	line-height: 1.15;
}
.en.rent2 ul li h3 span {
	font-size: 1.5625vw;
}
.en.rent2 p {
	margin: 0 0 3.73%;
	font-size: 1vw;
}
.en.rent2 .rent-price {
	font-size: 2.75vw;
	font-weight: bold;
	margin: 0;
}
.en.rent2 .rent-price span {
	font-size: 1.2vw;
}
.en .title_m > span.stxt {
	letter-spacing: .13em;
}

/*フロー*/
.rent3 .title_m img {
	width: 7.169%;
}
.rent3 ul.flow {
	text-align: center;
}
.rent3 ul.flow li {
	width: 26.286%;
	vertical-align: top;
	display: inline-block;
	margin-left: 6.0049019607843137%;
}
.rent3 ul.flow li:first-child {
	margin-left: 0;
}
.rent3 ul.flow li:nth-child(1) img {
	width: 38.2284382284382284%;
}
.rent3 ul.flow li:nth-child(2) img {
	width: 21.6783216783216783%;
}
.rent3 ul.flow li:nth-child(3) img {
	width: 21.9114219114219114%;
}
.rent3 ul.flow p {
	text-align: left;
	line-height: 1.7;
	margin-top: 11.18%;
}
.rent3 ul.flow li .lineLink a {
	font-size: 1.2489583333333333vw;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.rent3 .cntTxt h3 {
	margin-top:8.8848039215686275%;
	margin-bottom: 3.0637254901960784%;
}
.rent3 .cntTxt ul {
	display: inline-block;
	text-align: left;
}

/*0518追加▽▽*/
/*--------------------------------------------------------------------------
	商品一覧
--------------------------------------------------------------------------*/
.pageTitle.saddle img {
	width: auto;
	height: 0.75rem;
}
.pageNav {
	text-align: center;
	margin: 5.4% 0 0;
	padding-bottom: 5%;
	border-bottom: 1px solid #000;
}
.pageNav ul li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1;
}

.pageNav ul li img{
	height: 50px;
}
.pageNav ul li:nth-child(3) {
	margin: 0 1.4%;
}
.pageNav ul li span {
	font-size: 1.6666666666666667vw;
	letter-spacing: 0.1;
	display: inline-block;
}
.pageNav ul li span.first:after {
	content:' / ';
	letter-spacing: 0.1;
	display: inline-block;
}
/*6/23追加*/
.pageNav ul li.grout a {
	pointer-events: none;
}
.pageNav ul li.grout img {
	opacity: 0.5;
}

/*最近見た*/
#recent {
	margin-bottom: 5%;
	padding: 0 2%;
}
.overBx {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
/*おすすめ*/
.slider_ss li img {
	width: 100%;
	height: auto;
}
.slider_ss li {
	margin: 0 1vw;
}
.slider_ss .slick-prev {
	left: -5%;
}
.slider_ss .slick-next {
	right: -5%;
}

/*--------------------------------------------------------------------------
	カテゴリーメニュー
--------------------------------------------------------------------------*/
.sp_searchBx {
	display: none;
}
.searchBx {
	width: 20%;
	float: right;
}
.searchBx form {
	display: table;
	width: 100%;
	display: table;
}
.newsSearchBx input,
.searchBx input {
	display: table-cell;
}
.newsSearchBx input[type="text"],
.searchBx input[type="text"] {
	width: 100%;
	height:1.5rem;
	padding:1rem 0.5rem;
	box-sizing: border-box;
	background: #FFF;
	outline: none;
	border: 0;
	font-size: 0.8vw;
}
.newsSearchBx input[type="submit"],
.searchBx input[type="submit"]{
	background-repeat : no-repeat;
	background-color: transparent;
	background-image: url(./images/common/iconSearch.svg);
	background-size: auto 30%;
	background-position: 50% 50%;
	border: 0;
	height: 100%;
	width: 10%;
	box-sizing: border-box;
	position: absolute;
	right: 1rem;
	top: 0;
	display: block;
	z-index: 2;
}
input::placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}
input::-ms-input-placeholder {
	color: #000;
}
/*ditailページ----------------------0522*/
.bklineBx {
	width: 90%;
	border-bottom: 1px solid #000;
	margin:0 auto 5%;
	padding-bottom: 5%;
}

.partsDetailteCont {
	display: flex;
	margin-top: 2.5%;
}
.itemiImageBx {
	width:50%;
	padding: 0 5%;
    box-sizing: border-box;
}
.itemiImageBx ul.thumbnails {
	width: 100%;
	text-align: center;
}
.itemiImageBx .thumbnails li {
	width: 13.3333333333333333%;
	display: inline-block;
}
.itemiImageBx .thumbnails li img {
	border: 1px solid #FFF;
}
.itemiImageBx .thumbnails li img.select {
	border: 1px solid #000;
}
.itemiImageBx img {
	width: 100%;
	height: auto;
}
.itemDetailtextBx {
	width: 50%;
    box-sizing: border-box;
    padding: 2.5% 2.5% 0;
}
.itemDetailtextBx .brandname {
	font-size: 1.1414vw;
	font-weight: bold;
	margin: 0;
}
.itemDetailtextBx h1.itemname {
	font-size: 2.0833333333333333vw;
	font-weight: normal;
	margin-bottom: 4.5%;
}
.itemDetailtextBx .priceList li {
	display: inline-block;
	margin-right: 4.5%;
}
.itemDetailtextBx .priceList span {
	font-size: 1.3888888888888889vw;
	padding-right: 0.1em;
	letter-spacing: 0.05em;
}
.itemDetailtextBx .priceList a {
	display: inline-block;
	font-size: 0.8333333333333333vw;
	border-bottom: 1px solid #000;
}
.itemDetailtextBx .itemdetailInfo p {
	font-size: 1vw;
	letter-spacing:0.028em;
	line-height:1.5555555555555556;
	margin: 4.5% 0 5%;
}
.itemDetailtextBx .itemDetailForm {
	padding: 0  7.25%;
}
.itemDetailtextBx .itemDetailForm li {
	margin-bottom:3.6111111111111111%;
}
.itemDetailtextBx .otherItems {
	text-align: center;
	padding-top: 3.6111111111111111%;
}
.itemDetailtextBx .otherItems dt {
	font-size:0.9722222222222222vw;
}
.itemDetailtextBx .otherItems dd {
	width:27.3504273504273504%;
	display: inline-block;
	margin-left: 3.4188034188034188%;
}
.itemDetailtextBx .otherItems dd:first-child {
	margin-left: 0;
}
.itemDetailtextBx .otherItems dd img {
	width: 100%;
	height: auto;
}
.itemDetailtextBx .itemDetailForm .skubutton {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 1.3888888888888889vw;
	letter-spacing: 0.12em;
	border-radius: 50px;
	font-weight: 700;
	padding: 1rem 0 1rem 1.5em;
	background-color: #000000;
	color: #FFF;
	border: 0;
	background-image: url(images/common/cart_wh.png);
	background-size: 6%;
	background-position: 25% 50%;
	background-repeat : no-repeat;
	box-sizing: border-box;
}
/*セレクトボックス*/
.select-wrap {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:11em;
	width: 100%;
	background-color:#ffffff;
	border:1px solid #000;
	color:#000;
	font-weight: bold;
	box-sizing: border-box;
}
.select-wrap:after {
	content:'>';
	position: absolute;
	right: 1rem;
	top: 1.2rem;
	font-size:1.1111111111111111vw;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	
}
.select-wrap select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	margin:0;
	padding: 0.9rem 6.1875rem 0.9rem .6875rem;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.1111111111111111vw;
	font-weight: bold;
	line-height:1.5;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}

.entypo-down-open-mini:before{
	font-family: 'Noto Sans Japanese', sans-serif;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	margin-top:-.5rem;
	font-size:1vw;
	line-height:1;
	color:#000;
	font-weight: bold;
}

/*0615 BrandList*/
#brandList .col4-itemLit {
	flex-wrap: wrap;
	justify-content: start;
	-webkit-align-items: start;
	align-items: start;
	align-self: flex-start;
}
.col4-itemLit li.blandBlock {
	width: 22.95%;
	margin: 4% 0 0 2.73%;
}
.col4-itemLit li.blandBlock:nth-child(-n+4) {
	margin: 0 0 0 2.73%;
}
.col4-itemLit li.blandBlock:nth-child(4n+1){
	margin-left: 0;
}
.col4-itemLit li.blandBlock h2 {
	text-align: center;
	font-size: 1.1111111111111111vw;
	font-weight: bold;
	margin: 6.5% 0 4%;
}
.col4-itemLit li.blandBlock div {
	width: 80%;
	border-radius: 80%;
	overflow: hidden;
	border: 2px solid #000;
	box-sizing: border-box;
	margin: 0 auto;
}
.col4-itemLit li.blandBlock div > img {
	width: 100%;
	height: auto;
	height: auto;
}
.col4-itemLit li.blandBlock p {
	margin: 0;
}

#color-details #wrp.sp_m {
	padding-top: 4rem;
}

/*NEWS TOPICS*/
#newsArticle {
	width: 70%;
	margin: 0 auto;
}

#newsArticle .pageTitle > span.newsTitle{
	font-size: 2vw;
}

#newsArticle .pageNav {
	border: 0;
}
#newsArticle .newsbx {
}
#newsArticle .newsbx > ul > li {
	margin-top: 2.4rem;
}
#newsArticle .newsbx > ul > li:first-child {
	margin-top: 0;
}
#newsArticle .pageTitle span {
	margin-top: 0.8em;
}
.articleListBx {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center;
}
.articleListBx .imagebx{
	width: 32.5vw;
}
.articleListBx .imagebx img {
	width: 100%;
	height: auto;
}
.articleListBx .kijiInfoBx {
	width: 37.5vw;
	box-sizing: border-box;
	padding-left: 2.5vw;
}
.articleListBx ul {
	display: table;
	width: 100%;
}
.articleListBx ul li {
	display: table-cell;
	width: 50%;
	font-size: 0.9375vw;
}
.articleListBx ul li a {
	font-weight: 600;
}
.articleListBx ul li:nth-child(2) {
	text-align: right;
}
.articleListBx .linktext {
	text-align: right;
	padding-top: 1rem;
}
.articleListBx .linktext a {
	border-bottom: 1px solid #000;
	padding-bottom: 0.4em;
	font-weight: 600;
}
.articleListBx .linktext a:after {
	content: ' >';
}
.articleListBx h2 {
	font-size: 1.458vw;
	letter-spacing: 0.12em;
	margin: 0.6rem 0;
}

/*記事詳細*/
.articleDate {
	text-align: right;
	font-size: 0.93vw;
	padding: 2rem 10% 1rem;
}
.articleCont {
	padding: 0 10%;
	letter-spacing: 0.12em;
}
.articleCont a:not( .bk ) {
	text-decoration:underline;
	font-weight: bold;
}
.articleCont  img {max-width: 100%;	width: 100%;height: auto;}
.articleCont .first-img img {
	width: 100%;
	height: auto;
}
.articleCont .first-img {
	margin-bottom: 3rem;
}
.articleCont p {
	margin-top: 1em;
}
.articleCont .impInfo:after,
.articleCont .impInfo:before{
	content: '・';
	display: block;
}
.articleCont .impInfo:after {
	margin-top: 0.3rem;
}
.articleCont h3 {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 1rem;
	margin-top: 0;
}
.articleCont ul:not( .shareBtn ) li {
	padding-bottom: 1rem;
}
.shareBtn {
	width: 30vw;
	margin: 2rem auto;
}
.shareBtn a {
	width: 100%;
	display: block;
	font-size: 1vw;
	padding: 1rem 0;
	background: #000 url(images/common/icon-tw.png) no-repeat 8% 50%;
	background-size: 2.2vw auto;
}
.shareBtn li:first-child a {
	background: #000 url(images/common/icon-fb.png) no-repeat 8% 50%;
	background-size: 1.1vw auto;
}
.articleCont .linkBtn {
	padding-top: 1rem;
}
.articlepageNavi {
	width: 100%;
	padding: 5% 0;
}
.articlepageNavi:after {
	display: block;
	content:'';
	clear: both;
}
.articlepageNavi li {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-right: 16%;
}
.articlepageNavi li:last-child {
	text-align: right;
	padding-right: 0;
	padding-left: 16%;
	float: right;
}
.articlepageNavi li span a {
	text-decoration: underline;
	line-height: 2;
}
.articlepageNavi li span,
.articlepageNavi li a {
	display: block;
	font-weight: bold;
}
.articlepageNavi li span:before {
	display: block;
	content:'前の記事';
}
.articlepageNavi li:last-child span:before {
	display: block;
	content:'次の記事';
}
.articlepageNavi li:last-child a:before,
.articlepageNavi li a:before {
	padding-bottom:0.8rem;
}
.cateList {
	border-top: 1px solid#000;
	padding: 5% 0 5%;
	margin: 0 5%;
}

.cateList .col3-itemLit{
	width: 78.125%;
}

.cateList a.line{
	width: 33.334%;
}

/*0908追加*/
.galleryBx {
}
.galleryBx > ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.galleryBx > ul li {
	width:32%;
	margin: 2.73% 0 0 2%;
}
.galleryBx > ul li:nth-child(3n+1) {
	margin: 2.73% 0 0 0;
}
.galleryBx > ul li:nth-child(-n+3) {
	margin-top: 0;
}
.galleryBx > ul li .imagebx img {
	width:100%;
	height: auto;
}
.galleryBx > ul li h2 {
	font-size:0.9895833333333333vw;
}
.galleryBx > ul li a.cateName {
	font-size:0.8333333333333333vw;
	display: block;
	margin: 0.5rem 0 0.2rem;
}

.galleryDetails {/*スペック*/
}
.galleryDetails h3 {
	text-align: center;
	font-size:0.9333333333333333vw;
	margin-bottom: 0.7em;
	font-weight: bold;
}
.galleryDetails h3+p {
	margin: 0;
}
.galleryDetails h3+p {
	font-size: 1.5625vw;
}
.galleryDetails .galleryDetailsPrice {
	text-align: center;
	margin-bottom: 2em;
}
.galleryDetails .specTable {
	width: 66.09%;
	margin: 1em auto 0;
	border: 1px solid #000;
}
.galleryDetails .specTable th {
	width: 25%;
	background: #fbfbfb;
	font-size:0.7291666666666667vw;
}
.galleryDetails .specTable td {
	text-align: left;
	padding: 1em 1em;
	font-size:0.9375vw;
}
.galleryDetails .specTable th,
.galleryDetails .specTable td {
	border-top: 1px solid #edeaea;
}
.galleryDetails .specTable tr:nth-child(1) th,
.galleryDetails .specTable tr:nth-child(1) td {
	border-top: 0;
}
.category-gallery .articleCont .first-img,
.category-gallery .articleCont p {
	margin: 0;
}
.category-gallery .articleCont img {
	margin-bottom: 2rem;
}

#rent .langcgNv {
	text-align:center;
	margin-bottom:9.895%;
}
#rent .langcgNv ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#rent .langcgNv li {
	display: table;
	padding: 10px;
}
#rent .langcgNv li span,
#rent .langcgNv li a {
	display: block;
	line-height: 1;
	border: 1px solid #000;
	height: 5em;
	width: 5em;
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
}

#rent .langcgNv li a {
	background-color: #434343;
	color: #FFF;
}