@charset "utf-8";

@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 {
	width: 100%;
	height: auto;
	vertical-align:top;
}
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;
	font-size: 12px;
}
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;
	-webkit-appearance: none;
}
input,label,select,button,a {
	font-family: 'Noto Sans Japanese', sans-serif;
	cursor: pointer;
}

#wrp.sp_m {
	padding-top: 50px;
}
#wrp.sp_s {
	padding-top: 50px;
}
#wrp.sp_m {
	/*
	padding-top: 100px;
	*/
}

/*--------------------------------------------------------------------------
	common
--------------------------------------------------------------------------*/
.inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section {
	padding-bottom: 14%;
}
.bgGr {
	background-color: #edeaea;
}
.bgBlue {
	background-color: #94c8dc;
}
.overBx {
	width: 100%;
	overflow: visible;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 2%;
}
.flexArea {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.col3-itemLit,
.col4-itemLit {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items:self-start;
	align-items: self-start;
	flex-wrap: wrap;
}
.col3-itemLit {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5.8%;
}
.col4-itemLit > li {
	width: 47%;
	margin: 2.85% 0 0 6%;
}
.col3-itemLit li {
	width: 48%;
	margin: 2.85% 0 0 4%;
}
.col3-itemLit li:nth-child(2n+1),
.col4-itemLit > li:nth-child(2n+1){
	margin: 2.85% 0 0 3%;
}
.col3-itemLit li:nth-child(2n+1),
.col4-itemLit > li:nth-child(2n+1){
	margin-left: 0;
}
.col3-itemLit li:nth-child(-n+2) {
	margin-top: 0;
}
.col3-itemLit div {
	position: relative;
	margin-bottom:0.5rem;
}
.col3-itemLit div a.cate{
	position: absolute;
	bottom: 1rem;
	left: 0;
	font-size: 0.85em;
	font-weight: bold;
	padding: 0 2%;
	background-color: #FFF;
}
.col4-itemLit > li >ul > li {
	margin-top: 2%;
}
.col4-itemLit > li >ul > li:first-child {
	margin-top: 1.38%;
}
.col4-itemLit > li > div > img {
	width: 100%;
	height: auto;
}

.category-bkBar {
	font-size: 0.85em;
	line-height:1.5;
	letter-spacing: 0.14em;
	padding: 1.5% 2% 1.5%;
	background-color: #000;
	color: #FFF;
}
.brandName {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.itemName {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.price_s {
	font-size: 0.714em;
}

.cntTxt {
	text-align: center;
}
.innerTitle {
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.12em;
}
.title_s {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 1em;
}
.title_s > img {
	width: auto;
	height: 10px;
}
.title_s > span {
	display: block;
	font-size: 0.625em;
	letter-spacing: 0.02em;
	margin-top: 0.5rem;
}
.title {
	text-align: center;
	padding-top: 10.67%;
	margin-bottom: 2%;
	line-height: 1.5;
}
.title > img {
	width: auto;
	height: 23.6px;
}
.title > span {
	display: block;
	font-size: 0.65em;
	padding: 2% 0;
	letter-spacing: 0.18em;
}
/*0518追加▽▽*/
.pageTitle {
	text-align: center;
	line-height: 1;
	padding-top: 8%;
	margin-bottom: 10%;
}
.pageTitle > img {
	height: auto;
}
.pageTitle > span {
	display: block;
	font-size: 0.82857142857143em;
	letter-spacing: 0.18em;
	margin-top: 0.6%;
}
/*0518追加△△*/
.subcopy {
	font-size: 0.85em;
	letter-spacing: 0.18em;
	text-align: center;
	line-height: 1.5;
}

.linkBtn {
	text-align: center;
	padding-top: 4%;
}
.linkBtn span.sdv {
	display: block;
}
.linkBtn span.ldv {
	display: none;
}

a.line,
.formBtn,
.linkBtn a {
	display: inline-block;
	width: 80%;
	height: 48px;
	line-height: 48px;
	min-width: 60%;
	letter-spacing: 0.18em;
	font-size: 1em;
	padding: 0 0;
	border-radius: 30px;
	font-weight: 600;
	box-sizing: border-box;
}
.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;
	line-height: 44px;
}
.linkBtn a.lineWh {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 44px;
}
.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 {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.142em;
	letter-spacing: 0.18em;
	border-radius: 60px;
	font-weight: 500;
	padding: 0 20px;
	background-color: #000000;
	color: #FFF;
	border: 0;
	background-image: url(../images/common/cart_wh.png);
	background-position: 7.5% 50%;
	background-repeat : no-repeat;
	background-size: auto 45%;
}
.snsLink {
	width: 65%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 14%  auto 0;
}
.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;
	flex-direction: column;
}
.halfCont {
	width: 100%;
}
.halfCont .info {
	width: 84%;
	margin: 0 auto;
	box-sizing: border-box;
	box-sizing: border-box;
}
.halfCont .info p {
	letter-spacing: 0.12em;
}
.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%;
	font-size: 0.92em;
}
.halfCont .info p br {
	display: none;
	height: 0;
}
.overBx {
	width: 100%;
	overflow: visible;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 2%;
}

.win_s {
	display: block;
}
.win_m {
	display: none;
}
.win_l {
	display: none;
}
.tabletNotshow {
	display: block;
}
.tabletnone,
.tabletshow {
	display: none;
}

/*-------0424*/
.lineLink a {
	display: inline-block;
}
.lineLink a:after {
	content: ' >';
}
.maxImgBx {
	margin-bottom: 5%;
}
.maxImgBx img {
	width: 100%;
	height: auto;
}
.readTxt {
	letter-spacing: 0.12em;
	padding: 0 5%;
}
.title_m {
	text-align: center;
	line-height: 1;
	margin-bottom:10%;/*20px/1920*100%*/
}
.title_m > span {
	display: block;
	font-size: 1em;
	letter-spacing: 0.18em;
	margin-top: 0.5%;
}
.title_m > span.stxt {
	font-size: 1.0416666666666667vw;
	font-weight: normal;
}
.en .title_m > span {
	letter-spacing: 0.05em;
}
.toptitle {
	text-align: center;
	margin:10% 0 6%;
}
.toptitle span {
	display: block;
	font-size: 1em;
	margin: 1% 0 0;
	letter-spacing: 0.18em;
}

/*--------------------------------------------------------------------------
	header
--------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 50px;
	padding: 0 0;
	box-sizing: border-box;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
#header.upMenu {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-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;
}
#sp-menuBtn {
	width: auto;
	height: 18px;
	display: block;
	z-index: 30;
	position: fixed;
	top: 17px;
	left: 5%;
	cursor: pointer;
}
#sp-menuBtn img {
	height: 100%;
	width: auto;
}
#header.set {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position:fixed;
	top: 0;
	left: 0;
}
#header .inner {
	width: 100%;
	padding: 0 0;
	display: block;
	box-sizing: border-box;
}
#header h1 {
	width: 100%;
	padding: 12px 0 0;
	text-align: center;
}
#header h1 img {
	height: 28px;
	width: auto;
}
#header nav > ul {
	display: none;
	padding: 4% 0 4%;
	background: #FFF;
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}
#header nav > ul > li {
	width: 80%;
	margin: 0 auto 4%;
	padding-bottom: 4%;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	text-align: left;
}
#header nav > ul > li:nth-child(1) {
	border-top: 1px solid #000;
	padding-top: 4%;
}
#header nav > ul > li > span,
#header nav > ul > li > a {
	display: block;
	width: 100%;
	padding: 1.5% 0 1%;
	margin-left: 0;
	line-height: 1;
	border: 0;
	font-size: 1.14em;
	font-weight: 700;
	box-sizing: border-box;
	position: relative;
}
#header nav > ul > li > a:after {
	content:'>';
	position: absolute;
	right: 0.5%;
	top: 50%;
	margin-top: -0.5em;
}
#header nav > ul> li.pullDown > span:after {
	content:'>';
	position: absolute;
	right: 0.5%;
	top: 50%;
	margin-top: -0.5em;
	transform: rotate(90deg);
}
#header nav > ul> li.pullDown .pullDown-chill {
	margin-top: 4%;
	display: none;
}
#header nav > ul> li.pullDown .pullDown-chill li {
	padding: 4% 0 3%;
	font-weight: bold;
	font-size: 1em;
	border-top: 1px solid #ccc;
	position: relative;
}
#header nav > ul> li.pullDown .pullDown-chill li:after {
	content:'>';
	position: absolute;
	right: 0;
}
#header nav > ul > li > span > img,
#header nav > ul > li > a > img {
	display: none;
}
#header #h_cartLink {
	width: 26px;
	margin-left: 0;
	position: fixed;
	top: 14.2px;
	right: 5%;
}
#header nav > ul > li,
#header #h_cartLink {
	display: inline-block;
	vertical-align: middle;
}
#header nav .searchBx {
	display: none;
}


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

#footer {
	text-align: center;
	padding-bottom: 14%;
}
#footer ul {
	width: 100%;
	margin-bottom: 20%;
}
#footer ul li {
	display: inline-block;
	width: 100%;
	margin: 5% 0 0 0;
	position: relative;
	font-size: 0.65em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#footer ul li:after {
	display: none;
}
#footer ul li a {
	padding-bottom: 0.8%;
	border-bottom: 1px solid #000;
}
#footer p {
	font-size: 0.625em;
	letter-spacing: 0.09em;
	font-weight: 500;
}
/*--------------------------------------------------------------------------
	outer
--------------------------------------------------------------------------*/
#wrp {
	width: 100%;
}

/*--------------------------------------------------------------------------
	Front
--------------------------------------------------------------------------*/
/*フロントページ　フェードメインイメージ*/
#fadeBx {
	width: 100%;
	position: relative;
}
#fadeBx > img {
	width: auto;
	height: 48.4%;
	z-index: 20;
	position: absolute;
	right: 5%;
	bottom: 5%;
}
#fadeBx ul {
	width: 100%;
}
#fadeBx ul li img {
	width: 100%;
	height: auto;
}
#fadeBx ul li img.win_l {
	width: 0;
	display: none;
}

/*フロントページ　ニュース*/
#newsElements .title {
	margin-bottom: 0;
}
#galleryElements .slider_s ,
#newsElements .slider_news {
	position: relative;
	overflow: hidden;
	padding: 5% 0 0;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
}
#galleryElements .slider_s li,
#newsElements .slider_news li {
	margin: 0 5px 0 10px;
	box-sizing: border-box;
}
#newsElements .slider_news li:first-child,
#galleryElements .slider_s li:first-child {
	margin: 0 5px 0 15px;
}
#newsElements .slider_news li:last-child,
#galleryElements .slider_s li:last-child {
	margin: 0 15px 0 10px;
}

#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;
	letter-spacing: 0.14em;
	font-size: 0.785em;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 10%;
}
#newsElements .slider_news li p {
	font-weight: 600;
}
#newsElements .slider_news li div span {
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	padding: 2px 5px;
	letter-spacing: 0.14em;
	font-size: 0.785em;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 10%;
}
#newsElements .slider_news li div img {
	width: 100%;
	height: auto;
}
#newsElements .linkBtn {
	padding-top: 0;
}


/*フロントページ　カラーカスタム*/
#customizeElements {
	width: 100%;
	position: relative;
	background: linear-gradient(#e9f0f4, #FFFFFF);
}

article#customizeElements section,
#front #customizeElements {
	position: relative;
	box-sizing: border-box;
}
#front #customizeElements {
	padding: 5% 4.95% 0;
}
article#customizeElements section {
	padding: 21.5% 4.95% 4.5%;
	margin-bottom: 10%;
}
article#customizeElements h2.title  {
	padding: 13.33% 0 10%;
}
article#customizeElements h2.title img {
	width: 48.13%;
}
article#customizeElements h2.title span {
	font-size: 0.65em;
} 
article#customizeElements section h3 {
	width: 84%;
	position: absolute;
	left: 8%;
	top: 0;
}
article#customizeElements section h3.title img {
	width: 100%;
	height: auto;
}
#customizeElements .halfCont.l {
	width: 100%;
}
#customizeElements .halfCont.r {
	width: 100%;
}
#customizeElements .halfCont .info-l,
#customizeElements .halfCont .info-r {
	width: 98%;
	padding-top: 4.5%;
	margin: 0 auto;
}
#customizeElements .halfCont img.colorImg-r,
#customizeElements .halfCont img.colorImg-l {
	width: 100%;
}
#customizeElements .halfCont > img.op02 {
	display: none;
}
#customizeElements .halfCont a.bk {
	width: 100%;
}
#customizeElements .vwCont.reverse {
	flex-direction: column-reverse;
}

/*フロントページ　スペシャルエディション*/
#specialEd {
	width: 100%;
	background-color: #000000;
	line-height: 1;
	flex-direction: column-reverse;
	position: relative;
	text-align: left;
	padding: 32% 0 7.81%;
}
#specialEd.vwCont .title {
	width: 100%;
	position: absolute;
	top: 8%;
	left: 0;
	text-align: center;
}
#specialEd .halfCont.l {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
}
#specialEd .halfCont.bImg {
	width: 100%;
	padding-top: 64%;
	margin-top: 4%;
}
#specialEd .halfCont.bImg img {
	width: 145%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75%;
	margin-top: -58%;
}
#specialEd .halfCont.l .info{
	color: #FFF;
	line-height: 1.5;
}


/*フロントページ　ギャラリー*/
.gallerySlider .slider_s li {
	width:74.73%;
	margin: 0 0.3% 0 0.3%;
}
.gallerySlider .slider_s li:first-child {
	margin: 0 0.3% 0 1%;
}
.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;
}
/*フロント　レンタル*/
#rentalElements {
	padding: 32% 0 10%;
	position: relative;
}
#rentalElements .title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 5%;
	text-align:center;
}
#rentalElements .halfCont.l img {
	width: 100%;
	height: auto;
}
#rentalElements .halfCont.l {
	width: 100%;
	padding-bottom: 5%;
}
#rentalElements .halfCont.r {
	width: 100%;
	text-align: left;
	color: #FFF;
	box-sizing: border-box;
}


/*フロント　コンセプト*/
#conceptElements {
	width: 100%;
	padding: 0 0 7.81%;
}
#conceptElements .title {
	margin-bottom: 2%;
}
#conceptElements .title span {
	font-size: 0.8em;
	font-weight: 400;
}
#conceptElements .title img {
	height: 50px;
}
#conceptElements .halfCont.l {
	width: 100%;
	padding-bottom: 4%;
}
#conceptElements .halfCont.l img {
	width: 100%;
	height: auto;
}
#conceptElements .halfCont.r {
	width: 84%;
	margin: 0 auto;
	text-align: left;
}
#conceptElements .halfCont p {
	font-size: 1em;
	margin-bottom: 2.4%;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
}
#conceptElements .halfCont p em {
	font-size: 0.95em;
	font-weight: 600;
	display: inline-block;
	line-height: 2;
	letter-spacing: 0.04em;
}


/*フロント　インフォ*/
#infoElements {
	padding: 4% 0 7.81%;
	line-height: 1;
}
#infoElements .vwCont {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
#infoElements .halfCont {
	width: 100%;
	margin: 4% 0 0;
	text-align: center;
	line-height: 1.5;
}
#infoElements .halfCont:first-of-type {
	margin: 0 0 0;
}


/*フロント　ショップ*/
#shopElements {
	text-align:center;
}
#shopElements h2.title {
	padding-top: 4%;
	line-height: 1;
}
#shopElements .vwCont {
	flex-direction: column;
}
#shopElements .halfCont {
	width: 90%;
	margin: 0 0 0 0;
}
#shopElements .halfCont img {
	width: 100%;
	height: auto;
}
#shopElements .halfCont:last-of-type {
	margin-left: 0;
	margin-top: 3.5%;
	margin-bottom: 5%;
}
#shopElements ul.shopinfo {
	width: 100%;
	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: 3%;
	flex:1 1 100%;
}
#shopElements ul.shopinfo li span{
	font-weight: bold;
}
#shopElements ul.shopinfo h3 img {
	width: auto;
	height: 12px;
}
#shopElements ul.shopinfo h4 {
	font-size: 1.09em;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 1%;
}
#shopElements ul.shopinfo b {
	display: block;
	font-size: 1.285em;
}
#shopElements .linkBtn {
	padding-top: 4%;
	padding-bottom: 3%;
}


/*--------------------------------------------------------------------------
	カスタム詳細
--------------------------------------------------------------------------*/
#customArea {
	width: 100%;
	background: linear-gradient(#e9f0f4, #FFFFFF);
}
#customArea .inner {
	width: 100%;
	position: relative;
}
#customArea .detailsInfo {
	width: 20.869%;
	position: absolute;
	left: 5%;
	top: 5%;
}
#customArea .detailsInfo img.img-h {
	height: 46px;
	width:  auto;
}

#customArea .itemImageBx {
	width: 100%;
	position: relative;
}
#customArea .itemImageBx .slick-next,
#customArea .itemImageBx .slick-prev {
	margin-top: -15px;
}
#customArea .itemImageBx .slick-prev {
	left: 2%;
}
#customArea .itemImageBx .slick-next {
	right: 2%;
}
#customArea .itemImageBx .slick-prev img,
#customArea .itemImageBx .slick-next img {
	width: 30px;
	height: auto;
}
#customArea .itemImageBx .slick-slide img {
	width: 78.6%;
	height: auto;
	margin: 0 auto;
}

#customArea .selectcolorArea {
	width: 100%;
	padding: 5.5% 0;
	background: none;
	box-sizing: border-box;
	position: static;
}
#customArea .selectcolorArea h3 {
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	line-height: 1.2;
}
#customArea .selectcolorArea h3:first-of-type {
	margin-top: 0;
}
#customArea .selectcolorArea .selectFremeBx h3 {
	padding-left: 5%;
}
#customArea .selectcolorArea h3 span {
	font-size: 0.83333333333333em;
	letter-spacing: 0.12em;
	font-weight: 400;
	display: block;
	margin-top: 4px;
}
#customArea .selectcolorArea ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	flex-wrap: nowrap;
}
#customArea .selectcolorArea >h3,
#customArea .selectcolorArea .overBx {
	padding-left: 5%;
	box-sizing: border-box;
}
#customArea .selectcolorArea .overBx ul {
	width: -webkit-calc(15% * 10);
	width: calc(15% * 10);
}
#customArea .selectcolorArea ul li {
	width: 10%;
	text-align: center;
	margin: 1.3% 0 0 1.44%;
	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: 1.44%;
}
#customArea .selectcolorArea ul li:nth-child(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;
	margin: 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%;
}
#customArea .selectcolorArea .s_grp {
	width: 42%;
	margin-top: 5%;
	display: inline-block;
	padding: 0 5%;
}
#customArea .selectcolorArea div.s_grp:nth-of-type(2) {
	padding: 0 0 0 5%;
}
#customArea .selectcolorArea .s_grp ul li {
	width: 29.025%;
	margin: 1.3% 0 0 4.32%;
}
#customArea .selectcolorArea .s_grp ul li:first-child {
	margin: 10px 0 0 0;
}
#customArea .selectcolorArea ul li > div.white:after {/*ホワイト*/
	background-color: #FFFFFF;
	border: 1px solid #eee;
	box-sizing: border-box;
}
#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.section {
	padding-bottom: 10%;
}
.optionSelectArea h2.title_s {
	padding-top: 10%;
}
.optionSelectArea:before,
.optionSelectArea:after {
	width: 90%;
	height: 1px;
	display: block;
	content:'';
	margin: 0 auto;
	background-color: #edeaea;
}

.slide_optionItem.flexArea {
	flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-left: 5%;
}
.slide_optionItem li.optioninfo {
	width: 220px;
	padding: 0 5px;
}
.slide_optionItem li.optioninfo .itemouter {
	width: 100%;
	padding: 8%;
	position: relative;
	box-sizing: border-box;
}
.slide_optionItem li.optioninfo .itemouter >ul li.itemName {
	margin: 2.5% 0 5%;
}
.slide_optionItem li div img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.slide_optionItem div.itemLink {
	text-align: center;
}
.slide_optionItem div.itemLink a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 2px solid #000;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 5%  auto;
	padding: 0 24%; 
	font-size: 0.75em;
}
.slide_optionItem div.itemLink a:after {
	content: '>';
	padding-left: 0.5em;
}
.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: 100%;
	padding: 0 5% 10% 5%;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
.orderArea .orderImage {
	width: 100%;
	padding-bottom: 5%;
}
.orderArea .orderImage img {
	width: 80%;
	margin: 0 auto;
}
.orderArea .orderImage dl {
	width: 80%;
	margin: 4% auto;
	font-weight: bold;
}
.orderArea .orderImage dl dt {
	width: 5%;
	float: left;
	clear: left;
}
.orderArea .orderImage dl dd {
	width: 78%;
	float: right;
	padding-left: 5%;
	margin-bottom	: 5px;
	text-align: left;
}
.orderArea .orderBtnList {
	width: 95%;
	display: block;
	margin: 0 auto;
}
.orderArea .linkBtn {
	padding-top: 5%;
}
.orderArea .orderBtnList a {
	width: 100%;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}
.orderArea .orderBtnList .skubutton {
	padding-left: 2em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#detailsAboutElements .inner {
	width: 100%;
	padding: 0 0 0 5%;
	box-sizing: border-box;
}
#detailsAboutElements .flexArea {
	width : -webkit-calc(70%*2);
	width : calc(70%*2) ;
	justify-content: start;
	-webkit-align-items: start;
	align-items: start;
	align-self: flex-start;
}
#detailsAboutElements .flexArea.hz {
	width : -webkit-calc(60%*4);
	width : calc(60%*4) ;
}
#detailsAboutElements .cntTxt {
	padding: 0 5%;
	font-size: 0.83333333333333em;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 3% 0 7.33%;
}
#detailsAboutElements .flexArea li {
	width: 100%;
	letter-spacing: 0.04em;
	margin-right :2%;
}
#detailsAboutElements .flexArea li:last-child {
	margin-right :0;
}
#detailsAboutElements .flexArea li .innerTitle {
	margin: 20px 0 4px;
}
#detailsAboutElements .flexArea li p {
	font-size: 0.91666666666667em;
}

/*Otheritem*/
.otherItemLink ul {
	width: 84%;
	margin: 0 auto;
}
.otherItemLink ul li {
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.otherItemLink ul li img {
	display: block;
	margin: 0 auto;
}
.otherItemLink ul li img.linkitem {
	width: 100%;
	height: auto;
}
.otherItemLink ul li img.linktitle {
	height: 40px;
	width: auto;
}
.otherItemLink ul li a.line {
	width: 100%;
}
.otherItemLink ul li .linktitle {
	margin: 10% auto 5%;
}


/*Spec*/


.specBlc{
	width: 100%;
	overflow: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.specCont{
	text-align: center;
	margin: 2% 0 4%;
	width: 870px;
}

.specBx{
	text-align: center;
    width: 260px;
    margin: 0 5px;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

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

.specBx img{
	width: 60%;
}
.specBx h3{
	font-size: 1em;
	letter-spacing: 0.18em;
	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;
}


/*--------------------------------------------------------------------------
	特定取引
--------------------------------------------------------------------------*/
.outelineOuter {
	width: 90%;
	margin: 0 auto;
}
.outelineElements {
	width: 100%;
}
.outelineElements h2 {
	width: 100%;
	font-size: 1.12em;
	margin: 16% 0 10% 0;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
}
.outelineElements .case {
	width: 100%;
}
.outelineElements .case h3 {
	font-size: 1.02em;
	margin: 10% 0 0.5% 0;
	padding: 0;
}
.outelineElements .case h3:first-of-type {
	margin: 0 0 5% 0;
}
.outelineElements .case ul li {
	padding-top: 2%;
}
.outelineElements .case > section {
	margin-bottom: 10%;
}
.outelineElements .case .bsp {
	margin-bottom: 5%;
}
.outelineElements .case table th {
	text-align: center;
}
.outelineElements .case table {
	width: 100%;
}
.outelineElements .case table td,
.outelineElements .case table th {
	border-bottom: 1px solid #000;
	padding: 4% 0%;
	box-sizing: border-box;
}
.outelineElements .case table .sps {
	padding: 0 5%;
}
.outelineElements table span {
	padding-left: 10px;
}
.outelineElements .line {
	text-decoration: underline;
}
.outelineElements .tokutei dl dt {
	font-size: 1.02em;
	font-weight: 600;
	padding: 5% 0 2%;
	line-height: 1;
}
.outelineElements .tokutei dl dd {
	padding: 0;
	margin: 0;
}

#companyElements,
.ppElements {
	font-size: 1em;
	padding-bottom: 10%;
}
#companyElements .title,
.ppElements .title {
	font-size: 1.25em;
	letter-spacing: 0.12em;
}
.ppElements .title_s {
	text-align: left;
	font-size: 1.1em;
	margin: 10% 0 2.5%;
	letter-spacing: 0.04em;
}
.ppElements p {
	margin-top: 0;
}
.ppElements p.rtxt {
	margin-top: 40px;
}
.ppElements ul li {
	padding: 5px 0;
}
.rtxt {
	text-align: right;
}

/*お問合せ*/
#companyElements,
#contactElements {
	width: 90%;
	margin: 0 auto;
}
#contactElements p.readtext {
	text-align: center;
}
#contactElements table {
	width: 100%;
	margin: 10% auto 10%;
}
#contactElements table td,
#contactElements table th{
	padding: 10px 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
#contactElements table td .line,
#contactElements table td.line {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#contactElements textarea,
#contactElements table input[type="tel"],
#contactElements table input[type="email"],
#contactElements table input[type="text"]{
	width: 100%;
	border: 0;
	padding: 5px 10px;
	box-sizing: border-box;
}
#contactElements table input[type="text"].s-inputtext {
	width: 30%;
}
#contactElements input[type="radio"] {
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
#contactElements input[type="submit"].wpcf7-submit {
	display: block;
	min-width: 100%;
	height: 58px;
	line-height: 60px;
	text-align: center;
	font-size: 1.142em;
	letter-spacing: 0.18em;
	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: 5% auto;
	-webkit-appearance: none;
	border-radius: 60px;
}
#contactElements table td select {
	width: 50%;
	padding: 5px 2%;
	line-height: 24px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
#contactElements table textarea {
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-top: 10px;
}

#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 {
	padding-bottom: 20%;
}
#companyElements table td,
#companyElements table th {
	padding: 10px 10px;
	border-bottom: 1px solid #000;
}


/*--------------------------------------------------------------------------
	レンタルサイクル
--------------------------------------------------------------------------*/
#rent {
}
#rent .section {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#rent h1.toptitle img {
	width: 33.34%;/*×2*/
	height: auto;
}
#rent .inner {
	width: 100%;
}
#rent .readTxt {
	margin-bottom: 11%;
	text-align: left;
}
#rent.en .readTxt br {
	display: none;
}
#rent .section {
	margin-bottom: 9.895%;
}
/*選べる*/
#rent .rent1.section {
	width: 100%;
}
.rent1 .title_m img {
	width: 29.916%;
}
.rent1 .flexArea {
	width : -webkit-calc(64% *3) ;
	width : calc(64% *3) ;
	padding: 5% 5% 2% 5%;
}
.rent1 .flexArea > li {
	width: 29.411%;
	margin-left: 5.88235%;
	text-align: center;
}
.rent1 .flexArea > li:first-child {
	margin-left: 0;
}
.rent1 .flexArea > li img {
	width: 100%;
	margin-bottom: 10.48%;
}
.rent1 .flexArea > li h3 {
	font-size: 1.25em;
}
.rent1 .flexArea > li ul li,
.rent1 .flexArea > li p {
	text-align: left;
}
/*プラン*/
.rent2 .title_m img {
	width: 9.4%;
}
.rent2 ul {
	text-align: center;
}
.rent2 ul li {
	display: block;
	text-align: center;
	margin-bottom: 6.8%;
	width: 75%;
	margin: 6% auto;
	border-bottom: 1px solid #edeaea;
	padding-bottom: 5%;
}
.rent2 ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.rent2 ul li h3 {
	font-size: 1.25em;
	margin: 0;
}
.rent2 ul li h3 span {
	font-size: 0.9em;
}
.rent2 p {
	margin: 0 0 3.73%;
}
.rent2 .rent-price {
	font-size: 1.875em;
	font-weight: bold;
	margin: 0;
}
.rent2 .rent-price span {
	font-size: 0.85em;
}
/*フロー*/
.rent3 .title_m img {
	width: 14.338%;
}
.rent3 ul.flow {
	text-align: center;
}
.rent3 ul.flow li {
	width: 90%;
	margin: 0 auto 14%;
}
.rent3 ul.flow li:nth-child(1) img {
	width: 27.3345%;
}
.rent3 ul.flow li:nth-child(2) img {
	width: 16.42%;
}
.rent3 ul.flow li:nth-child(3) img {
	width: 16.865%;
}
.rent3 ul.flow p {
	line-height: 1.7;
	margin-top: 5%;
	text-align: left;
}
.rent3 ul.flow li .lineLink a {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.rent3 .cntTxt h3 {
	margin-top:5%;
	margin-bottom: 5%;
}
.rent3 .cntTxt ul {
	display: inline-block;
	text-align: left;
}


/*0518追加▽▽*/
/*--------------------------------------------------------------------------
	商品一覧
--------------------------------------------------------------------------*/
.pageTitle.saddle img {
	width: auto;
	height: 0.6rem;
}
.pageNav {
	text-align: center;
	margin: 8% 0 0;
	padding-bottom: 8%;
	border-bottom: 1px solid #000;
}
.pageNav ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	letter-spacing: 0;
}
.pageNav ul li:nth-child(3) {
	margin: 0 1.4%;
}
.pageNav ul li span {
	font-size: 1.6em;
	letter-spacing: 0.1;
	display: inline-block;
}
.pageNav ul li span.first:after {
	content:' / ';
	letter-spacing: 0.1;
	display: inline-block;
}
.pageNav ul li a {
	display: block;
}
.pageNav ul li img {
	width: 60%;
}
/*6/23追加*/
.pageNav ul li.grout a {
	pointer-events: none;
}
.pageNav ul li.grout img {
	opacity: 0.5;
}

/*最近見た*/
#recent {
	margin-bottom: 5%;
}
.slider_ss.flexArea {
	width: -webkit-calc(40%*10);
	width: calc(40%*10);
	padding-left: 5%;
}
.slider_ss.flexArea li {
	padding: 0 0.5%;
}
/*おすすめ*/
.slider_ss > li {
	width: -webkit-calc(100% / 10);
	width: calc(100% / 10);
}



/*--------------------------------------------------------------------------
	検索0619
--------------------------------------------------------------------------*/
.sp_searchBx {
	width: 100%;
	background-color: #000;
	position: relative;
	padding: 4% 0;
}
.sp_searchBx form {
	display: table;
	width: 100%;
	position: relative;
	padding: 0 5%;
	box-sizing: border-box;
}
.sp_searchBx input {
	display: table-cell;
	vertical-align: middle;
	border: 0;
}
.sp_searchBx input[type="text"] {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	background: #FFF;
	outline: none;
	border: 0;
	padding: 0.5% 2%;
}
.sp_searchBx input[type="submit"]{
	background-image: url(../images/common/iconSearch.svg)  ;
	background-size: auto 58%;
	background-repeat : no-repeat;
	background-color: transparent;
	background-position: 0 50%;
	border: 0;
	height: 100%;
	width: 4%;
	box-sizing: border-box;
	position: absolute;
	right: 7.5%;
	top: 4%;
	display: block;
}
input::placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}
input::-ms-input-placeholder {
	color: #000;
}

/*ditailページ----------------------0522*/
.bklineBx {
	width: 100%;
	margin-bottom: 5%;
	padding-bottom: 5%;
	position: relative;
}
.bklineBx:after {
	width: 95%;
	height: 1px;
	display: block;
	content:'';
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 2.5%;
}

.itemiImageBx {
	width:100%;
	align-items: center;
}
.itemiImageBx ul.thumbnails {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.itemiImageBx .thumbnails li {
	width: 20%;
	margin: 2.5% auto 5%;
	padding: 1.25%;
}
.itemiImageBx .thumbnails li img {
	border: 1px solid #FFF;
	box-sizing: border-box;
}
.itemiImageBx .thumbnails li img.select {
	border: 1px solid #000;
}
.itemiImageBx img {
	width: 100%;
	height: auto;
}
.itemDetailtextBx {
	width: 90%;
	margin: 5% auto;
}
.itemDetailtextBx .brandname {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0;
}
.itemDetailtextBx h1.itemname {
	font-size: 1.65em;
	font-weight: normal;
	margin-bottom:2.5%;
}
.itemDetailtextBx .priceList {
	padding-bottom:1.5%;
}
.itemDetailtextBx .priceList li {
	display: inline-block;
}
.itemDetailtextBx .priceList span {
	font-size: 1em;
	padding-right: 0.1em;
}
.itemDetailtextBx .priceList a {
	display: inline-block;
	font-size: 0.85em;
	border-bottom: 1px solid #000;
	margin-left: 1em;
}
.itemDetailtextBx .itemdetailInfo p {
	font-size: 1.08em;
	letter-spacing:0.028em;
	line-height:1.5555555555555556;
	margin-bottom: 5.2%;
}
.itemDetailtextBx .itemDetailForm {
}
.itemDetailtextBx .itemDetailForm li {
	margin-bottom:3.6111111111111111%;
}
.itemDetailtextBx .otherItems {
	text-align: center;
	padding-top: 3.6111111111111111%;
}
.itemDetailtextBx .otherItems dt {
	font-size:0.9722222222222222em;
	margin-top: 5.2%;
}
.itemDetailtextBx .otherItems dd {
	width:25.3504273504273504%;
	display: inline-block;
	margin-left: 3.4188034188034188%;
	font-weight: bold;
}
.itemDetailtextBx .otherItems dd p{
	margin: 0;
}
.itemDetailtextBx .otherItems dd:first-child {
	margin-left: 0;
}
.itemDetailtextBx .otherItems dd img {
	width: 100%;
}
.itemDetailtextBx .itemDetailForm .skubutton {
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.18em;
	border-radius: 50px;
	font-weight: 500;
	padding: 1rem 0 1rem 1.5em;
	background-color: #000000;
	color: #FFF;
	border: 0;
	background-image: url(../images/common/cart_wh.png);
	background-size: 10%;
	background-position: 14.5% 50%;
	background-repeat : no-repeat;
	box-sizing: border-box;
	line-height: 1.5;
}
/*セレクトボックス*/
.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;
}
.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:1em;
	font-weight: bold;
	line-height:1.5;
	letter-spacing: 0.08em;
	box-sizing: border-box;
}

.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: 45%;
	margin: 10% 0 0 8%;
}
.col4-itemLit li.blandBlock:nth-child(-n+2) {
	margin: 2% 0 0 8%;
}
.col4-itemLit > li.blandBlock:nth-child(2n+1) {
	margin-left: 0;
}
.col4-itemLit li.blandBlock h2 {
	text-align: center;
	font-size: 1.1111111111111111em;
	font-weight: bold;
	margin: 6.5% 0 4%;
}
.col4-itemLit li.blandBlock div {
	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;
}

/*NEWS TOPICS*/
#newsArticle {
	padding: 0 5%;
}
#newsArticle .pageNav {
	border: 0;
}
#newsArticle .newsbx {;
}
.galleryBx > ul li,
#newsArticle .newsbx > ul > li {
	margin-top: 2.5rem;
}
.galleryBx > ul li:first-child,
#newsArticle .newsbx > ul > li:first-child {
	margin-top: 0;
}
#newsArticle .pageTitle {
	font-size: 0.9em;
	margin-bottom: 1.5rem;
	padding: 0 10%;
}
#newsArticle .pageTitle span {
	margin-top: 0.8rem;
	font-size: 1.2em;
	line-height: 1.7;
}
.articleListBx {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.galleryBx > ul li .imagebx,
.articleListBx .imagebx{
	width: 100%;
	margin-bottom: 0.8rem;
}
.articleListBx .kijiInfoBx {
	width: 100%;
	box-sizing: border-box;
}
.articleListBx ul {
	display: table;
	width: 100%;
}
.articleListBx ul li {
	display: table-cell;
	width: 50%;
	font-size: 0.857em;
}
.galleryBx > ul li a.cateName,
.articleListBx ul li a {
	font-weight: 600;
}
.galleryBx > ul li a.cateName {
	font-size: 0.857em;
}
.articleListBx ul li:nth-child(2) {
	text-align: right;
}
.articleListBx .linktext {
	text-align: right;
	padding-top: 0.5rem;
	font-size: 1em;
}
.articleListBx .linktext a {
	border-bottom: 1px solid #000;
	padding-bottom: 0.4em;
	font-weight: 600;
}
.articleListBx .linktext a:after {
	content: ' >';
}
.galleryBx > ul li h2,
.articleListBx h2 {
	font-size: 1.143em;
	letter-spacing: 0.12em;
	margin: 0.5rem 0;
}

/*記事詳細*/
.articleDate {
	text-align: right;
	font-size: 0.93vw;
	padding: 2rem 10% 1rem;
	display: none;
}
.articleCont {
	padding: 0 5%;
	letter-spacing: 0.12em;
}
.articleCont a:not( .bk ) {
	text-decoration:underline;
	font-weight: bold;
}
.articleCont  img {max-width: 100%;}
.articleCont .first-img img {
	width: 100%;
	height: auto;
}
.articleCont .first-img {
	margin-bottom: 1.5rem;
}
.articleCont p {
	margin-top: 1em;
	word-break: break-all;
}
.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: 100%;
	margin: 2rem auto;
}
.shareBtn a {
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 0 0.5rem;
	box-sizing: border-box;
	background: #000 url(../images/common/icon-tw.png) no-repeat 8% 50%;
	background-size: auto 42%;
}
.shareBtn li:first-child a {
	background: #000 url(../images/common/icon-fb.png) no-repeat 8% 50%;
	background-size: auto 48%;
}
.articleCont .linkBtn {
	padding-top: 1rem;
}
.articlepageNavi {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}
.articlepageNavi  ul {
	width: 100%;
}
.articlepageNavi  ul:after {
	display: block;
	content:'';
	clear: both;
}
.articlepageNavi li {
	width: 48%;
	display: inline-block;
	position: relative;
}
.articlepageNavi li a span {
	display: none;
}
.articlepageNavi li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	text-decoration: underline;
}
.articlepageNavi li a:before {
	display: block;
	content:'前の記事';
}
.articlepageNavi li:last-child {
	text-align: right;
}
.articlepageNavi li:last-child a:before {
	display: block;
	font-size: 1em;
	content:'次の記事';
	text-align: right;
}
.articlepageNavi li:last-child a:before,
.articlepageNavi li a:before {
	padding-bottom:0.8rem;
}
.cateList {
	border-top: 1px solid#000;
	padding: 8% 0 8%;
}


/*0908追加*/
.galleryDetails {/*スペック*/
}
.galleryDetails h3 {
	text-align: center;
	font-size:1.2em;
	margin-bottom: 1.2em;
	font-weight: bold;
}
.galleryDetails h3+p {
	margin: 0;
	font-size: 1.5em;
}
.galleryDetails .galleryDetailsPrice {
	text-align: center;
	margin-bottom: 36px;
}
.galleryDetails .specTable {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.galleryDetails .specTable th {
	width: 34%;
	background: #fbfbfb;
	font-size:0.85em;
	letter-spacing: 0;
}
.galleryDetails .specTable td {
	text-align: left;
	padding: 1em 1em;
	font-size:1em;
}
.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: 1rem;
}


#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;
}




.linkrent div a{
    width: 89.935%;
}


