/*
Theme Name: Oriza_maintheme
Theme URI: https://oriza.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: https://oriza.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:500;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li{
	list-style:none;
}
a {	text-decoration:none;color:#000;}
a:hover {	text-decoration:underline;	}
a:active { }

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
	color:#333333;
}
#main {
	line-height:1.8;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.large-container {
	min-width:1200px;
	max-width:1800px;
	box-sizing:border-box;
	padding:0 15px;
    margin: 0 auto;
}
.container {
	width:890px;
	margin:0 auto;
}
.one-container {
	width:1140px;
	margin:auto;
}
.for_sp{
	display:none!important;
}
@media screen and (max-width: 1000px) {
}


/* body style */
body {
	font-size:1.4rem;
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:500;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	padding: 163px 0 0 0;
}
/* common */
#header {
	border-bottom:1px solid #CBCBCB;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,1);
	z-index:1001;
}
#header.upper {
	background:rgba(255,255,255,0.9);
}
#header #descri {
	background:#F5F5F5;
}
#header #descri .large-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
#header #descri p{
	font-size:12px;
	padding:10px 0px;
}
#header .logo {
	width:270px;
	padding:25px 0;
	float:left;
}
#header.upper .logo {
	padding:10px 0;
	width:180px;
}
#header #gnavi{
	float:right;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
	height:130px;
}
#header.upper #gnavi {
	height:70px;
}
#header #gnavi a{
	color:#000000;
}
#header #gnavi ul.regl{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	align-items:center;
	margin-right:10px;
}
#header #gnavi ul.regl li{
    padding: 0 12px;
    letter-spacing: 0.1em;
}
#header #gnavi ul.opts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	align-items:center;
}
#header #gnavi ul.opts li.tologin a{
	background: url(images/item01.png) no-repeat 50% 5px;
    background-size: 28px 26px;
    display: block;
    width: 70px;
    height: 52px;
    box-sizing: border-box;
    padding: 37px 0 0;
    font-size: 12px;
    text-align: center;
}
#header #gnavi ul.opts li.tomypage a{
	background:url(images/item05.png) no-repeat  50% 0;
	background-size:28px 29px;
	display:block;
	width:70px;
	height:50px;
	box-sizing:border-box;
	padding:35px 0 0;
	font-size:12px;
	text-align:center;
}
#header #gnavi ul.opts li.tocart a{
	position:relative;
	background:url(images/item02.png) no-repeat  40% 0;
	background-size:31px 30px;
	display:block;
	width:55px;
	height:51px;
	box-sizing:border-box;
	padding:35px 0 0;
	font-size:12px;
	text-align:center;
}
#header #gnavi ul.opts li.tocart a .count {
	position: absolute;
    top: -10px;
    right: 6px;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 0px;
    box-sizing: border-box;
}
#header #gnavi ul.opts li.tosearch a{
	background:url(images/item03.png) no-repeat  50% 0;
	background-size:20px 28px;
	display:block;
	width:75px;
	height:51px;
	box-sizing:border-box;
	padding:35px 0 0;
	font-size:12px;
	text-align:center;
}




.mainwrap {
	min-width: 1200px;
    max-width: 1800px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}
.main-content {
	float:right;
	width:calc(100% - 260px);
}
#sidebar {
	float:left;
	width:245px;
	box-sizing:border-box;
	padding-left:0px;
	padding-top:30px;
}
#sidebar .widget-area {
	margin-bottom:35px;
}
#sidebar #auto-searchform  {
	display:block;
	position:relative;
}
#sidebar #auto-searchform #wasb-input {
	outline: 0;
    border: 0;
	width: 100%;
    display: block;
    padding: 8px 30px 6px 4px;
	font-size:12px!important;
	background: rgba(0,0,0,0);
    color: rgba(0,0,0,0.67);
    border-bottom: 1px solid rgba(0,0,0,1);
	box-sizing:border-box;
	border-radius:0;
}
#sidebar #auto-searchform #wasb-input::placeholder {
    font-size: 12px;
}
#sidebar #auto-searchform #wasb-input::-webkit-input-placeholder {
    font-size: 12px;
}
#sidebar #auto-searchform #wasb-input:-moz-placeholder {
    font-size: 12px;
}
#sidebar #auto-searchform #wasb-input::-moz-placeholder {
    font-size: 12px;
}
#sidebar #auto-searchform #wasb-input:-ms-input-placeholder {
    font-size: 12px;
}
#sidebar input[type='submit']  {
	position: absolute!important;
    top: 0;
    right: 0;
    background: url(images/item06.png) no-repeat 50% 50% /15px transparent!important;
    outline: 0;
    border: 0;
    width: 30px;
    height: 30px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.ui-autocomplete {
	font-size:1.4rem!important;
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:500;
}
.ui-autocomplete .ui-state-focus {
	border:0;
	margin: 0!important; 
}


#sidebar .sidecategories {
	border-bottom:1px solid #000;
	padding-bottom:20px;
}

#sidebar .sidecategories > li {
	
}
#sidebar .sidecategories > li a{
	color:#000;
	padding: 8px 15px 8px 10px;
	display:block;
	box-sizing:border-box;
	position:relative;
}

#sidebar .sidecategories > li > .fleft{
	float:left;
	width:36px;
}
#sidebar .sidecategories > li > .overflow{
	width:calc(100% - 36px);
	float:right;
}
#sidebar .sidecategories > li > .overflow > a{
	text-decoration:none!important;
}
#sidebar .sidecategories > li > .overflow > a::before{
	content: "";
    position: absolute;
    top: 20px;
    right: 0px;
    width: 13px;
    height: 1px;
    background: #000;
}
#sidebar .sidecategories > li.active > .overflow > a::after{
	opacity:0;
}
#sidebar .sidecategories > li > .overflow > a::after{
	content: "";
    position: absolute;
    top: 13.5px;
	right: 5.5px;
    width: 1px;
    height: 13px;
    background: #000;
}
#sidebar .sidecategories > li > .overflow > ul{
	display:none;
}
#sidebar .sidecategories > li > .overflow > ul > li > a{
	padding-left:20px;
	padding-right:0px;
}

#sidebar .sidecategories > li > .overflow > ul > li > a::before{
	content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 8px;
    height: 1px;
    background: #000;
}


#sidebar .sidebox {
	border-bottom:1px solid #000;
	padding:20px 0 15px;
}
#sidebar .sidebox h2{
	color:#989898;
	margin-bottom:5px;
}
#sidebar .sidebox .searchgobtn {
	padding:10px 0 10px;
}
#sidebar .sidebox .searchgobtn a {
	background:url(images/item04.png) no-repeat calc(50% - 65px) 14px / 14px #4B4B4B;
	display:block;
	font-size:16px;
	padding:10px 30px;
	color:#fff;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	position:relative;
}
#sidebar .sidebox .searchgobtn a:hover {
	background:url(images/item06.png) no-repeat calc(50% - 65px) 14px / 14px #ffffff;
	color:#000000;
	text-decoration:none;
}
#sidebar .sidebox .searchgobtn a::after {
	content:"";
	width:6px;
	height:6px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	position:absolute;
	right: 0px;
    left: 128px;
    margin: auto;
	top:20px;
	transform:rotate(45deg);
}
#sidebar .sidebox .searchgobtn a::before {
	content:"";
	width:15px;
	height:1px;
	background:#fff;
	position:absolute;
	right: 0px;
    left: 120px;
    margin: auto;
	top:23px;
}
#sidebar .sidebox .searchgobtn a:hover::after {
	border-top:1px solid #000;
	border-right:1px solid #000;
}
#sidebar .sidebox .searchgobtn a:hover::before {
	background:#000;
}
#sidebar .sidelabels li {
	letter-spacing:1.5px;
}
#sidebar .sidelabels li a{
	color:#000;
	padding: 5px 0px 5px 0px;
	display:block;
	box-sizing:border-box;
	position:relative;
}
#sidebar .sidebox .sidenavigation li{
	margin:0 0 10px 0;
	letter-spacing:1.5px;
}
#sidebar .sidebox .sidenavigation li:nth-last-of-type(1){
	margin:0 0 5px 0;
}
#sidebar .sidebox .sidenavigation a{
	color:#000;
}
#sidebar .sidebox .sidenavigation.minim a{
	padding-left:15px;
	position:relative;
	font-size:13px;
}
#sidebar .sidebox .sidenavigation.minim a::before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	width:5px;
	height:5px;
	transform:rotate(45deg);
}
#sidebar .sidebox .sns{
	padding:20px 0 5px;
	text-align:center;
}
#sidebar .sidebnrbox{
	padding:25px 0 0;
}
#sidebar .sidebnrbox a{
	display:block;
	margin-bottom:20px;
}
.sns li{
	display:inline-block;
	margin:0 5px;
}
.sns li a{
	background: #4B4B4B;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration:none!important;
}

#footer {
	margin-top:60px;
	background:#F5F5F5;
	padding:65px 0 0;
}
#footer .hlps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	border-bottom:1px solid #666666;
	padding:0 0 30px;
}
#footer .hlps .clm {
	width:350px;
}
#footer .hlps .clm h2{
	font-size:16px;
	border-bottom:1px solid #666666;
	padding:0 0 5px;
	margin-bottom:10px;
}
#footer .hlps .clm h3{
	font-size:15px;
	margin-bottom:5px;
}
#footer .hlps .clm p{
	font-size:12px;
	line-height:1.6;
	margin-bottom:15px;
}
#footer .hlps .clm a{
	text-decoration:underline;
	color:#000;
}
#footer .datas {
	padding:30px 0;
	margin-bottom:0px;
}
/*
#footer .datas .logo{
	width:250px;
	float:left;
	margin-right:40px;
}
#footer .datas .address{
	width:300px;
	float:left;	
}
#footer .datas .address h2{
	font-size:18px;
	margin-bottom:15px;
}
#footer .datas .address p{
	font-size:13px;
	line-height:1.6;
}
#footer .datas .times{
	width:300px;
	float:left;
	padding-top:33px;
}
#footer .datas .times p{
	font-size:13px;
	line-height:1.6;
}
*/
#footer .datas .sns{
	text-align:center;
}
#footer .datas .sns li a {
    font-size: 22px;
    width: 40px;
    height: 40px;
}

#footer #copy {
	background:#DCDCDC;
	padding:8px 0;
}
#footer #copy p{
	text-align:center;
	font-size:11px;
}
#footer .suppliers a {
	background:#4B4B4B;
	display:inline-block;
	padding:15px 0;
	color:#fff !important;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	width: 220px;
}
#footer .suppliers a:hover {
	background:#fff;
	color:#000 !important;
	text-decoration:none;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
 
#pagetop a {
	display: block;
	z-index: 999;
	text-decoration: none;
	text-align: center;
	width:50px;
	height:50px;
	background:rgba(75,75,75,1);
	position:relative;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	padding-top: 30px;
    letter-spacing: 1.2px;
}
#pagetop a::after {
	content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
	font-size: 12px;
	top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}


/* title_design */
.title_type01 {
	font-size:22px;
	text-align:center;
	margin-bottom:30px;
	letter-spacing:3px;
}
.title_type02 {
	font-size:22px;
	text-align:left;
	margin-bottom:30px;
	letter-spacing:2px;
}
.title_type03 {
	font-size:22px;
	text-align:left;
	margin-bottom:30px;
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
.title_type04 {
	font-size:18px;
	text-align:left;
	margin-bottom:12px;
	padding-left:20px;
	position:relative;
    letter-spacing:2px;
}
.title_type04::before {
	content:"";
	position:absolute;
	left:0;
	top:7.5px;
	width:16px;
	height:16px;
	background:#4B4B4B;
}




/* btn_design */
.btn_type01 {
	background:#4B4B4B;
	display:inline-block;
	font-size:18px;
	padding:20px 30px 20px 30px;
	color:#fff;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	max-width:100%;
	min-width:400px;
	position:relative;
	letter-spacing: 3px;
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	cursor:pointer;
}
.btn_type01 small{
	display:block;
	font-size:14px;
	letter-spacing: 2px;
}
.btn_type01 span{
	display:inline-block;
	position:relative;
	padding-right:35px;
}
.btn_type01:hover {
	background:#ffffff;
	color:#000000;
	text-decoration:none;
}
.btn_type01 span::before {
	content: "→";
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:500;
	position: absolute;
    right: 5px;
    top: -2px;
    bottom: 0;
    margin: auto;
}

.btn_type01.noncur::before,
.btn_type01.noncur::after {
	display:none;
}

.btn_type02 {
	background:#4B4B4B;
	display:inline-block;
	font-size:18px;
	padding:20px 65px 20px 65px;
	color:#fff!important;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	max-width:100%;
	min-width:400px;
	position:relative;
	letter-spacing: 3px;
}
.btn_type02:hover {
	background:#ffffff;
	color:#000000!important;
	text-decoration:none;
}
.btn_type02 span {
	display:inline-block;
	position:relative;
	padding-right:35px;
}
.btn_type02 span::after {
	content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
	right: 16px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.btn_type02 span::before {
	content:"";
	width:15px;
	height:1px;
	background:#fff;
	position:absolute;
	right: 9px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.btn_type02:hover span::after {
	background:#000;
}
.btn_type02:hover span::before {
	background:#000;
}

.btn_type03 {
	background:#4B4B4B;
	display:inline-block;
	font-size:18px;
	padding:15px 30px 25px;
	color:#fff;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	max-width:100%;
	min-width:400px;
	position:relative;
	line-height:1.4;
	letter-spacing: 3px;
}
.btn_type03 small{
	display:block;
	font-size:14px;
	letter-spacing: 2px;
}
.btn_type03:hover {
	background:#ffffff;
	color:#000000;
	text-decoration:none;
}
.btn_type03::before {
	content:"";
	width:15px;
	height:15px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right: 0;
	left:0;
	bottom:10px;
	margin:auto;
	transform:rotate(45deg);
}
.btn_type03:hover::before {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.btn_type04 {
	display:inline-block;
	font-size:14px;
	padding:5px 70px;
	background:#fff;
	border:1px solid #666666;
	color:#000;
}
.btn_type04:hover {
	text-decoration:none;
	background:#888;
	color:#fff;
}

.btn_type05 {
	background:#4B4B4B;
	display:inline-block;
	font-size:18px;
	padding:20px 30px 20px 30px;
	color:#fff;
	border:1px solid #4B4B4B;
	text-align:center;
	box-sizing:border-box;
	max-width:100%;
	min-width:400px;
	position:relative;
	letter-spacing: 3px;
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	cursor:pointer;
}
.btn_type05 small{
	display:block;
	font-size:14px;
	letter-spacing: 2px;
}
.btn_type05 span{
	display:inline-block;
	position:relative;
	padding-left:35px;
}
.btn_type05:hover {
	background:#ffffff;
	color:#000000;
	text-decoration:none;
}
.btn_type05 span::before {
	content: "←";
	font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	font-weight:500;
	position: absolute;
	left: 5px;
    top: -2px;
    bottom: 0;
    margin: auto;
}




/* toppage */
.slider_area {
	max-width:1200px;
	min-width:900px;
	margin:0 auto;
}
#slider_thumbs {
	width:900px;
	padding: 0 40px;
	margin:40px auto 80px;
}
#slider_thumbs .slick-prev {
	left: 0px;
    width: 30px;
    height: 30px;
    padding: 0 0 0 10px;
    opacity: 1;
}
#slider_thumbs .slick-prev:before {
    opacity: 1;
    content: "";
    font-family: "";
    width: 15px;
    height: 15px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    display: block;
    transform: rotate(-45deg);
}
#slider_thumbs .slick-next {
	right: 0px;
    width: 30px;
    height: 30px;
    padding: 0 10px 0 0;
    opacity: 1;
}
#slider_thumbs .slick-next:before {
    opacity: 1;
    content: "";
    font-family: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    display: block;
    transform: rotate(45deg);
}
#slider_thumbs .slick-slide {
	margin:0 10px;
	border: 1px solid #ccc;
    box-sizing: border-box;
}
.index_news {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding:35px 0;
	margin-bottom:80px;
}
.index_news h2 {
	font-size:22px;
	width:150px;
	text-align:center;
	letter-spacing:5px;
}
.index_news dl {
    width:740px;
    display: flex;
    align-items: stretch;
	flex-wrap:wrap;
    justify-content: flex-start;
}
.index_news dl dt {
    width:100px;
	margin:5px 0;
	letter-spacing:1px;
}
.index_news dl dd {
    width:620px;
	margin:5px 0;
	letter-spacing:2px;
}
.index_news dl dd a {
    color:#000;
	text-decoration:underline;
}
.index_news dl dd a:hover {
	text-decoration:none;
}


.index_products {
	margin-bottom:50px;
}
.index_products .linker{
	text-align:center;
	padding:0 0 30px;
}


.index_tokusyu {
	margin-bottom:50px;
}
.tokusyubox {
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.index_tokusyu article{
	width:49%;
	position:relative;
	padding-bottom:30px;
}
.index_tokusyu article a{
	color:#000;
}
.index_tokusyu article .itsnew {
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}

.index_tokusyu article h3 {
    letter-spacing: 2px;
	position:absolute;
	left:15px;
	top:80px;
	bottom:0;
	color:#fff;
    text-decoration: none!important;
	color:#fff;
	font-size:20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,1), -1px -1px 5px rgba(0,0,0,1);
}
.index_tokusyu article p {
	padding:10px 0 0 ;
}
.index_tokusyu article .time {
	padding:0px 0 0 ;
	font-size:12px;
	color:#979797;
    text-decoration: none!important;
}
.index_tokusyu .linker {
	text-align:center;
	padding:10px 0 20px;
}

.recently_products {
	clear:both;
	padding-bottom:80px;	
}
.recently_products li {
	float:left;
	width:136px;
	height:146px;
	margin-right:14px;
	margin-bottom:14px;
	/*
	font-size:12px;
	line-height:1.6;*/
}
.recently_products li a{
	color:#333;
}
.recently_products li:nth-of-type(6n) {
	margin-right:0px;
}
.recently_products li .product-title {
	display:none;
}
.recently_products li .woocommerce-Price-currencySymbol {
	display:none;
	font-size:12px;	
}
.recently_products li .woocommerce-Price-amount {
	font-size:12px;	display:none;
}
.recently_products li .woocommerce-price-suffix {
	font-size:12px;	display:none;
}


.cattopimg {
	padding-bottom:40px;
}

/* feature */
.feature_catlinks {
	padding:20px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}
.feature_catlinks h2{
	font-size:14px;
	color:#989898;
	margin-bottom:5px;
	letter-spacing:0.1em;
}
.feature_catlinks ul{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.feature_catlinks li{
	padding:0 20px 10px 0;

}
.feature_catlinks li a{
	position:relative;
	padding-top:3px;
	padding-left:5px;
	font-size:12px;
	color:#989898;
	white-space: nowrap;
}
.feature_catlinks li a::before{
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #989898;
    position: relative;
    top: 4px;
    left: -5px;
}
.feature_catlinks li.current-cat a{
	font-size:14px;
	color:#000000;
}
.feature_catlinks li.current-cat a::after{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #989898;
    background: #989898;
    position: absolute;
    top: 5px;
    left: 5px;
}

.feature_archives {
	padding-bottom:80px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.feature_archives article{
	margin-bottom:50px;
}
.feature_archives article .thumbs{
	float:left;
	width:436px;
	position:relative;
}
.feature_archives article .thumbs .itsnew{
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}

.feature_archives article .thumbs .catsonthumbs {
    position: absolute;
    left: 20px;
    bottom: 0;
    margin: auto;
    top: 0;
    color: #fff;
    font-size: 20px;
    height: 20px;
    line-height: 1;
    text-shadow: 1px 1px 5px rgba(0,0,0,1), -1px -1px 5px rgba(0,0,0,1);
}
.feature_archives article .cursorobj {
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
}
.feature_archives article .cursorobj::before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
	background:#000;
	height:1px;
	width:20px;
}
.feature_archives article .cursorobj::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	height:6px;
	width:6px;
	transform:rotate(45deg);
	border-right:1px solid #000;
	border-top:1px solid #000;
}
.feature_archives article .text_field{
	padding-left:460px;
}
.feature_archives article .text_field a {
	color:#000;
}
.feature_archives article .text_field .opts {
	display:block;
	color:#979797;
	margin-bottom:10px;
}

.feature_archives article .text_field h2 {
	font-size:22px;
	line-height:1.4;
	margin-bottom:5px;
}
.feature_archives .linker{
	text-align:center;
}
.feature_single{
	padding-bottom:80px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.feature_single .fs_data {
	text-align:center;
	padding:50px 0 20px;
}
.feature_single .itsnew {
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0 10px 0 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    display:inline-block;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}
.feature_single .opts {
    display:inline-block;
	color:#979797;
}

.feature_single .sharebtns {
	text-align:center;
	margin-bottom:50px;
}

.text_area {
	margin-bottom:1.5em;
}
.text_area p{
	margin-bottom:1.5em;
}
.text_area h2{
	font-size:26px;
	margin-bottom:1em;
}
.relationitem {
	padding-bottom:50px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.relationitem .linker{
    padding: 30px 0;
    text-align: center;
}

/* material */
.main-content.material .topimage {
	margin-bottom:60px;
}
.main-content.material .woocommerce-products-header {
	margin-bottom:60px;
}
.main-content.material .woocommerce-products-header h1 + p {
	text-align:center;
	letter-spacing:1px;
}
.main-content.material .material_01 {
	margin-bottom:80px;
}
.main-content.material .material_01 article{
	border:1px solid #666666;
	padding-bottom:35px;
	margin-bottom:60px;
}
.main-content.material .material_01 article h2{
	font-size:18px;
	text-align:center;
	padding:5px;
	background:#F5F5F5;
	margin-bottom:35px;
	letter-spacing: 1px;
	box-sizing:border-box;
}
.main-content.material .material_01 article h2 + p{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:1px;
}
.main-content.material .material_01 article .materialflex{
	display:flex;
	justify-content:space-between;
	flex-wrap: nowrap;
	flex-direction:row-reverse;
	padding:0 35px;
}
.main-content.material .material_01 article .lefter{
	width:380px;
	box-sizing:border-box;
	padding-bottom:80px;
	position:relative;
}
.main-content.material .material_01 article .lefter p{
	text-indent:-1em;
}
.main-content.material .material_01 article .lefter .linker a{
	position:absolute;
	bottom:0;
	left:0px;
	font-size:16px;
	width:100%;
}
.main-content.material .material_01 article .righter{
	box-sizing:border-box;
	width:380px;
}

.main-content.material .material_02 .materialflex{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.main-content.material .material_02 article{
	width:420px;
	margin-bottom:30px;
}
.main-content.material .material_02 article h3{
	font-size:18px;
	margin-bottom:8px;
}
.main-content.material .material_02 article p{
	text-indent:-1em;
	padding-left:1em;
}

/* weave */

.main-content.weave .topimage {
	margin-bottom:60px;
}
.main-content.weave .woocommerce-products-header {
	margin-bottom:30px;
}
.main-content.weave .woocommerce-products-header h1 + p {
	font-size:18px;
	text-align:center;
	letter-spacing:2px;
}
.main-content.weave .topmovie {
	margin-bottom:60px;
}
.main-content.weave .topmovie iframe {
	height:373px;
}
.main-content.weave .weave_01 {
	margin-bottom:80px;
}
.main-content.weave .weave_01 .weavebox {
	padding:30px 0 0;
}
.main-content.weave .weave_01 .weavebox article{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 30px 0 60px;
}
.main-content.weave .weave_01 .weavebox h3 + p{
	font-size:16px;
	margin-bottom:20px;
}

.main-content.weave .weave_01 .weaveslide {
	width:130px;
	margin:0 40px;
}
.main-content.weave .weave_01 .weavedata {
	width:650px;
}
.weaveslide .slick-dots {
    bottom: -30px;
}
.weaveslide .slick-dots li {
    width: 10px;
    height: 10px;
}
.weaveslide .slick-dots li button {
    width: 10px;
    height: 10px;
}
.weaveslide .slick-dots li button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
}
.weaveslide .slick-dots li button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
}
.weaveslide .slick-prev:before{
    content: "";
    width: 17px;
    display: block;
    height: 17px;
    font-family: "";
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
}
.weaveslide .slick-next:before {
    content: "";
    width: 17px;
    display: block;
    height: 17px;
    font-family: "";
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}
.main-content.weave .weavedata h4{
	font-size:18px;
}
.main-content.weave .weavedata p a{
	color:#000;
	text-decoration:underline;
}
.weave_btm_banners {
	padding:60px 0;
}

/* wrapping */
.main-content.wrapping .topimage {
	margin-bottom:60px;
}
.main-content.wrapping .woocommerce-products-header {
	padding-bottom:60px;
	border-bottom:1px solid #666666;
	margin-bottom:40px;
}
.main-content.wrapping .woocommerce-products-header h1 + p {
	text-align:center;
	letter-spacing:1px;
}
.main-content.wrapping .wrapping_01 article {
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #666666;
}
.main-content.wrapping .wrapping_01 article:nth-last-of-type(1){
	border-bottom:0px solid #666666;
}
.main-content.wrapping .wrapping_01 article h2{
	font-size:22px;
	letter-spacing:2px;
}
.main-content.wrapping .wrapping_01 article img{
	padding-top:20px;
}
.main-content.wrapping .wrapping_01 article p{
	margin-bottom:15px;
}
.main-content.wrapping .wrapping_01 article .linker{
	padding:50px 0 0;
	text-align:center;
}
.main-content.wrapping .wrapping_02 article  {
	margin-bottom:40px;
}
.main-content.wrapping .wrapping_02 article .dispflex {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.main-content.wrapping .wrapping_02 article .flexset {
	width:30%;
}
.main-content.wrapping .wrapping_02 article .flexset img {
	margin-bottom:15px;
}
.main-content.wrapping .wrapping_02 article p{
	margin-bottom:20px;
}
.main-content.wrapping .wrapping_02 article .linker{
	padding:50px 0 0;
	text-align:center;
}
/* about */
.main-content.about .topimage {
	margin-bottom:60px;
}
.main-content.about .woocommerce-products-header {
	padding-bottom:40px;
}
.main-content.about .woocommerce-products-header h1 + p {
	text-align:left;
	letter-spacing:1px;
}
.main-content.about .gray {
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(245,245,245,1) 75%, rgba(245,245,245,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 75%,rgba(245,245,245,0) 100%);
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 75%,rgba(245,245,245,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00f5f5f5',GradientType=0 );
}
.main-content.about .about_01 article {
	margin-bottom:60px;
}
.main-content.about .about_01 article .gray{
	padding:40px 45px ;
}
.main-content.about .about_01 .lefter{
	width:380px;
	float:left;
}

.main-content.about .about_01 .lefter dl dt{
	width:85px;
	float:left;
	padding:15px 0;
}
.main-content.about .about_01 .lefter dl dd{
	padding:15px 0 15px 85px;
	border-bottom:1px solid #666666;
}
.main-content.about .about_01 .lefter dl dd > a{
	color:#000;
	text-decoration:underline;
}
.main-content.about .about_01 .lefter dl dt:nth-of-type(1),
.main-content.about .about_01 .lefter dl dd:nth-of-type(1){
	padding-top:0;
}
.main-content.about .about_01 .lefter p{
	padding:15px 0;
}
.main-content.about .about_01 .righter{
	width:390px;
	float:right;
}
.main-content.about .about_01 .righter iframe{
	width: 100%;
    height: 370px;
}

.main-content.about .about_01 .linker1{
	padding:30px 0;
	text-align:center;
}
.main-content.about .about_01 .linker2{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	align-items:flex-start;
}
.main-content.about .about_01 .linker2 a{
	width:48%;
}

.main-content.about .about_02 article {
	margin-bottom:60px;
}
.main-content.about .about_02 article .gray{
	padding:40px 45px ;
}
.main-content.about .about_02 article {
	margin-bottom:60px;
}
.main-content.about .about_02 h3{
	font-size:22px;
	padding:20px 0 5px 0;
}
.main-content.about .about_02 p{
	padding:0 0 15px 0;
}
.main-content.about .about_02 .aboutslide {
	margin-bottom:15px;
}
.main-content.about .about_02 dt{
	width:85px;
	float:left;
}
.main-content.about .about_02 dl dt{
	padding:15px 0;
}
.main-content.about .about_02 dl dd{
	padding:15px 0 15px 85px;
	border-top:1px solid #666666;
}
.main-content.about .about_02 dl dd > a{
	color:#000;
	text-decoration:underline;
}
.main-content.about .about_02 dl dd.fullwid{
	padding-left:0;
	width:100%;
}
.main-content.about .about_02 dl .galset{
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	align-items:flex-start;
	width: 100%;
}
.main-content.about .about_02 dl .galset p{
	width:30%;
}
.main-content.about .about_02 .linker {
	text-align:center;
	padding:15px;
}
.aboutslide .slick-prev:before{
    content: "";
    width: 17px;
    display: block;
    height: 17px;
    font-family: "";
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
}
.aboutslide .slick-next:before {
    content: "";
    width: 17px;
    display: block;
    height: 17px;
    font-family: "";
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}
/* style */
.main-content.style .woocommerce-products-header {
	position:relative;
	height:520px;
	margin-bottom:100px;
}
.main-content.style .woocommerce-products-header h1 {
	width:340px;
	font-size:22px;
	line-height: 1.6;
	letter-spacing:0.15em;
}
.main-content.style .woocommerce-products-header h1 span {
	font-size:38px;
	display:inline-block;
	border-bottom:1px dotted #000000;
}
.main-content.style .woocommerce-products-header h1 small {
	font-size:14px;
	display:inline-block;
	letter-spacing:1px;
}
.main-content.style .woocommerce-products-header p {
	position:absolute;
	bottom:0;
	right:0;
	width:500px;
}
.main-content.style .woocommerce-products-header .photo01 {
	position:absolute;
	right:0;
	top:0;
	width:500px;
}
.main-content.style .woocommerce-products-header .photo02 {
	position:absolute;
	left:0;
	bottom:0;
	width:340px;
}
.main-content.style .woocommerce-products-header + h2 {
	width:480px;
	margin:0 auto 50px;
}
.main-content.style .style_nav ul{
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
	flex-wrap:nowrap;
	margin :0 0 80px;
}
.main-content.style .style_nav li{
	width:30%;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	position:relative;
}
.main-content.style .style_nav li::before,
.main-content.style .style_nav li::after {
    position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	content: '';
}
.main-content.style .style_nav li::before {
    	border-color: #000000 transparent transparent transparent;
		margin-left:-10px;
}
.main-content.style .style_nav li::after {
    	border-color: #ffffff transparent transparent transparent;
		margin-top:-1.5px;
		margin-left:-10px;
}
.main-content.style .style_01 article{
	margin-bottom:70px;
}
.main-content.style .style_01 article p a{
	color:#000;
	text-decoration:underline;
}
.main-content.style .style_01 .gray{
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(245,245,245,1) 75%, rgba(245,245,245,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 75%,rgba(245,245,245,0) 100%);
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(245,245,245,1) 75%,rgba(245,245,245,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00f5f5f5',GradientType=0 );
	padding:40px;
	position:relative;
	border-bottom:1px solid #989898;
}
.main-content.style .style_01 .midashi {
    width: 400px;
    position: absolute;
    top: 190px;
    left: 40px;
	
}
.main-content.style .style_01 .gray > .thumbs {
	width:500px;
	margin:0 0 20px auto;
	
}
.main-content.style .style_01 .divider{
	font-size:22px;
	text-align:center;
	position:relative;
	padding:40px 0;
}
.main-content.style .style_01 .divider::before{
	content:"";
	position:absolute;
	top:58px;
	left:0;
	width:42%;
	height:1px;
	background:rgba(122,122,122,1);
}
.main-content.style .style_01 .divider::after{
	content:"";
	position:absolute;
	top:58px;
	right:0;
	width:42%;
	height:1px;
	background:rgba(122,122,122,1);
}
.main-content.style .style_01 .makikata{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:flex-start;
	margin-bottom:50px;
}
.main-content.style .style_01 .makikata::after{
	content:"";
	display:block;
	width:240px;
}
.main-content.style .style_01 .makikata li{
	width:240px;
	margin-bottom:30px;
	position:relative;
}
.main-content.style .style_01 .makikata li.next::after{
	content:"";
	position:absolute;
	right:-25px;
	top:120px;
	width:15px;
	height:15px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	transform:rotate(45deg);
}
.main-content.style .style_01 .makikata li p {
	padding:5px 0 0 0;
}
.main-content.style .style_01 .arrangebox {
	background:#ffffff;
	position:relative;
	padding:60px 40px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(122,122,122,1);
	border-right:1px solid rgba(122,122,122,1);
}
.main-content.style .style_01 .arrangebox h3 {
	position:absolute;
	width:200px;
	top:-15px;
	left:-15px;

}
.main-content.style .style_01 .arrangebox h4{
	margin-bottom:15px;

}
.main-content.style .style_01 .arrangebox h4 small{
	font-size:14px;
	display:inline-block;
	position:relative;
	margin-bottom:5px;

}
.main-content.style .style_01 .arrangebox h4 small::before{
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-bottom:3px solid #000;
}
.main-content.style .style_01 .arrangebox h4 span{
	font-size:22px;
	display:block;
	position:relative;
	left:-3px;
}
.main-content.style .style_01 .arrangebox p{
	font-size:18px;
}
.main-content.style .style_01 .arrangebox .case1 .txts{
	width:340px;
	position:absolute;
	right:40px;
}
.main-content.style .style_01 .arrangebox .case1 .txts::after{
	content:"";
	width:420px;
	height:3px;
	border-bottom:1px solid rgba(122,122,122,1);
	position:absolute;
	right:0;
	bottom:-20px;
}
.main-content.style .style_01 .arrangebox .case1 .txts::before{
    content: "";
    width: 16px;
    height: 3px;
    border-bottom: 1px solid rgba(122,122,122,1);
    position: absolute;
    right: 407px;
    bottom: -15px;
    transform: rotate(-45deg);
}

.main-content.style .style_01 .arrangebox .case1 .thumbs{
	margin:0 auto 0 0;
	width:340px;
}
.main-content.style .style_01 .arrangebox .case2 .txts{
	width:340px;
	position:absolute;
	top:470px;
	left:40px;
}
.main-content.style .style_01 .arrangebox .case2 .txts::after{
	content:"";
	width:420px;
	height:3px;
	border-bottom:1px solid rgba(122,122,122,1);
	position:absolute;
	left:0;
	bottom:-20px;
}
.main-content.style .style_01 .arrangebox .case2 .txts::before{
    content: "";
    width: 16px;
    height: 3px;
    border-bottom: 1px solid rgba(122,122,122,1);
    position: absolute;
    left: 407px;
    bottom: -15px;
    transform: rotate(45deg);
}

.main-content.style .style_01 .arrangebox .case2 .thumbs{
	margin:-140px 0 0 auto;
	width:340px;
}

.main-content.style .style_01 .linker {
	text-align:center;
	padding: 30px 0 0;
}

.main-content.style .banners {
	text-align:center;
	padding: 50px 0 ;
}


/* catalog */
.main-content.catalog .woocommerce-products-header {
	padding-bottom:40px;
}
.main-content.catalog .woocommerce-products-header h1 + p {
	text-align:left;
	letter-spacing:1px;
}

.catalog_01 ul{
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
}
.catalog_01 li{
	text-align:center;
	box-sizing:border-box;
}
.catalog_01 li a{
	border:1px solid #E5E5E5;
	display:block;
	height:262px;
	width:260px;
}
.catalog_01 li p{
	text-align:left;
	padding:5px 0 0 0;
}
.catalog_01 li img{
	height:260px;
	width:auto;
	box-sizing:border-box;
}	

/* qa */
.main-content.qa .woocommerce-products-header {
	padding-bottom:40px;
}
.main-content.qa .woocommerce-products-header h1 + p {
	text-align:left;
	letter-spacing:1px;
}

.qa_01 {
	border-top:1px solid #666666;
	margin-bottom:100px;
}
.qa_01 article {
	border-bottom:1px solid #666666;
	padding:90px 0 0px;
}
.qa_01 article dl {
	margin-bottom:100px;
	margin-top:50px;
	border-bottom:1px dotted #CBCBCB;
}
.qa_01 article dl dt{
	border-top:1px dotted #CBCBCB;
	padding:15px 50px 15px 0;
	font-size:18px;
	position:relative;
	cursor:pointer;
}
.qa_01 article dl dt::before{
	content:"";
	right:15px;
	top:30px;
	width:15px;
	height:1px;
	background:#000;
	position:absolute;
}
.qa_01 article dl dt::after{
	content:"";
	right:22px;
	top:23px;
	height:15px;
	width:1px;
	background:#000;
	position:absolute;
}
.qa_01 article dl dd .credit,
.qa_01 article dl dd .applepay,
.qa_01 article dl dd .googlepay {
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	height:44px;
}
.qa_01 article dl dd .amazonpay {
	height:36px;
	margin-bottom:10px;
	display:inline-block;
	margin-right:10px;
}
.qa_01 article dl dd{
	padding:15px 0px 15px 0;
	display:none;
}

/* qa */
.main-content.contact .woocommerce-products-header {
	padding-bottom:40px;
}
.contact_01 {
	margin-bottom:100px;
}
.contact_01 .attenbox{
	padding:30px;
	border:1px solid #333;
	margin-bottom:50px;
}
.contact_01 .form dl dt .atten{
	color:#B70000;
	display:inline-block;
	margin-left:5px;
}
.contact_01 .form dl dd{
	margin-bottom:10px;
}
.contact_01 .form .linker{
	text-align:center;
}
.contact_01 .form .linker .btn_type01{
	margin:0 10px;
}

.contact_01 .form.confirm dl dt {
    margin-bottom: 8px;
}

.contact_01 .form.confirm dl dd {
    margin-bottom: 30px;
}
.contact_01 .form.confirm .linker  {
    padding: 50px 0 0;
}





/* news */
.news_archives {
	padding-bottom:80px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.news_archives article{
	margin-bottom:50px;
}
.news_archives article .text_field{
}
.news_archives article .text_field a {
	color:#000;
}
.news_archives article .text_field .opts {
	display:block;
	color:#979797;
	margin-bottom:10px;
}

.news_archives article .text_field h2 {
	font-size:22px;
	line-height:1.4;
	margin-bottom:5px;
}
.feature_archives .linker{
	text-align:center;
}

.news_single{
	padding-bottom:80px;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
.news_single .fs_data {
	text-align:center;
	padding:50px 0 20px;
}
.news_single .itsnew {
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0 10px 0 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    display:inline-block;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}
.news_single .opts {
    display:inline-block;
	color:#979797;
}

.news_single .sharebtns {
	text-align:center;
	margin-bottom:50px;
}

.text_area {
	margin-bottom:1.5em;
}
.text_area p{
	margin-bottom:1.5em;
}
.text_area h2{
	font-size:26px;
	margin-bottom:1em;
}


/* エディタ用アレコレ */
.woocommerce-product-details__short-description table,
.woocommerce-tabs table {
	width:100%;
}
.woocommerce-product-details__short-description p,
.woocommerce-tabs p {
	margin-bottom:1.8em;
}
.woocommerce-product-details__short-description p a,
.woocommerce-tabs p a {
	color:#808080;
}
.woocommerce-product-details__short-description td,
.woocommerce-tabs td {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:15px;
}
.woocommerce-product-details__short-description td:nth-of-type(1),
.woocommerce-tabs td:nth-of-type(1) {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:0px solid #000;
	border-right:0px solid #000;
	padding:15px;
	white-space:nowrap;
}
.woocommerce-product-details__short-description td:nth-last-of-type(1),
.woocommerce-tabs td:nth-last-of-type(1) {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:0px solid #000;
	padding:15px;
}

.rec2clm {
	width:100%;
}
.rec2clm .clm1{
	float:left;
	width:48%;
}
.rec2clm .clm2{
	float:right;
	width:48%;
}

.rec3clm {
	width:100%;
  display:flex;
  justify-content:space-between;
}
.rec3clm .clm1{
	width:30%;
}
.rec3clm .clm2{
	width:30%;
}
.rec3clm .clm3{
	width:30%;
}



/* woocommerce css custom for shop archive*/
.woocommerce .products ul,
.shoparchive ul.products,
.relationitem ul.products,
.woocommerce ul.products {
	clear:both;
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.woocommerce .products ul::before,
.shoparchive ul.products::before,
.relationitem ul.products::before,
.woocommerce ul.products::before {
    content:"";
    display:block;
    width: 24%;
    height:0;
    order:1;
  }
.woocommerce .products ul::after,
.shoparchive ul.products::after,
.relationitem ul.products::after,
.woocommerce ul.products::after {
    content:"";
    display:block;
    width: 24%;
    height:0;
  }
.woocommerce ul.products li.product,
.shoparchive ul.products li.product,
.relationitem ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    margin: 0 0 3em 0;
    padding: 0;
    position: relative;
    width: 24%;
	box-sizing:border-box;
    margin-left: 0;

}
.woocommerce ul.products li.product a,
.shoparchive ul.products li.product a,
.relationitem ul.products li.product a,
.woocommerce-page ul.products li.product a {
    color:#000;
	  display: flex;
	  flex-direction: column;
	height:100%;
	text-decoration:none!important;
}
.woocommerce ul.products li.product a:hover *,
.shoparchive ul.products li.product a:hover *,
.relationitem ul.products li.product a:hover *,
.woocommerce-page ul.products li.product:hover a *{
	text-decoration:underline;
}
.shoparchive  ul.products li.product .price,
.relationitem  ul.products li.product .price,
.woocommerce ul.products li.product .price {
    color: #000000;
	letter-spacing:1px;
    display: block;
    font-weight: 500;
	margin:auto 0 0 0;
    font-size: 18px;
	font-weight:bold;
}
.woocommerce-Price-currencySymbol{
	font-size:14px;
	font-weight:500;
}
.woocommerce-price-suffix {
	font-size:14px;
	font-weight:500;
	letter-spacing: 0;
}
.shoparchive  ul.products li.product span.onsale,
.relationitem  ul.products li.product span.onsale,
.woocommerce ul.products li.product span.onsale {
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}
.shoparchive  ul.products li.product span.onsale.itsrestock,
.relationitem  ul.products li.product span.onsale.itsrestock,
.woocommerce ul.products li.product span.onsale.itsrestock {
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #ffffff;
	border:1px solid #4B4B4B;
    color: #4B4B4B;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 0px;
    text-decoration: none!important;
}
.shoparchive ul.products li.product .stock,
.relationitem ul.products li.product .stock,
.woocommerce ul.products li.product .stock {
	right: 0;
    top: 205px;
    background: rgba(102,102,102,0.7);
    color: #ffffff;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    z-index: 9;
    text-decoration: none!important;
    font-size: 12px;
}
.linker.shop {
	padding:30px 0 0;
	text-align:center;
}



/* woocommerce css custom for shop single */
.breadcrumb {
	padding:60px 0;
}
.breadcrumb a{
	color:#000;
}
.wpgs {
	width:460px;
	float:left;
	margin-bottom:60px;
}
.wpgs-for {
	margin-bottom:10px!important;
	height: 490px;
    overflow: hidden;
}
.wpgs-for {
	margin-bottom:10px!important;
}
.wpgs-for .flaticon-back {
    left: 0px;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    margin-top: 0;
    width: 50px;
}
.wpgs-for .flaticon-back:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
}
.wpgs-for .flaticon-back:hover {
	background:rgba(255,255,255,0.4);
}
.wpgs-for a:hover img {
	opacity:1!important;
}
.wpgs-for .flaticon-right-arrow {
    right: 0px;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    margin-top: 0;
    width: 50px;
}
.wpgs-for .flaticon-right-arrow:before {
	content:"";
	width:15px;
	height:15px;
	display: block;
	border-right:1px solid #000;
	border-top:1px solid #000;
	transform:rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
.wpgs-for .flaticon-right-arrow:hover {
	background:rgba(255,255,255,0.4);
}
.wpgs-nav .slick-track {
    width: 100%!important;
    left: 0!important;
    top: 0!important;
	transform:translate3d(0px, 0px, 0px)!important;
}
.wpgs-nav .slick-slide {
    width: 55px!important;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 1.2px 2px;
    position: relative;
    cursor: pointer;
}
.product.type-product {
	margin-bottom:80px;
}

.entry-summary  {
	position:relative;
	float:right;
	width:400px;
	margin-bottom:50px;
}
.entry-summary .flgset {
	margin-bottom:15px;
}
.entry-summary .flgset .itsnew {
    width: 70px;
    box-sizing: border-box;
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    display:inline-block;
    text-align: center;
    line-height: 2;
    border-radius: 0;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    letter-spacing: 2px;
    text-decoration: none!important;
}
.entry-summary .flgset .itsrestock {
	width: 70px;
    box-sizing: border-box;
	top: 10px;
    right: auto;
    left: 10px;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
    font-weight: 500;
    display:inline-block;
    text-align: center;
    line-height: 2;
    border-radius: 0;
	border:1px solid #4B4B4B;
    background-color: #ffffff;
    color: #4B4B4B;
    font-size: 12px;
    z-index: 9;
    text-decoration: none!important;
}
.entry-summary .product_title {
	font-size:22px;
	line-height:1.4;
	letter-spacing:1px;

}
.entry-summary .woocommerce-Price-amount {
	font-size:28px;
	font-weight:bold;
	letter-spacing:1px;
}
.entry-summary .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	font-size:22px;
	font-weight:normal;
}
.entry-summary .sku_wrapper {
	color:#989898;
	font-size:12px;
}
.entry-summary .product_meta .metalist {
	padding:15px 0 25px;
	font-size:12px;
}
.entry-summary .product_meta .metalist a{
	color:#333;
}

.entry-summary .cartbox {
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
    margin-bottom: 15px;
}
.entry-summary .cartbox .quantity {
	display:none;
}
.entry-summary .cartbox table{
	width:100%;
}
.entry-summary .cartbox table td.zaiko{
	width:50%;
	vertical-align:middle;
	padding:10px 0;
}
.entry-summary .cartbox table td.addcarton{
	width:50%;
	vertical-align:middle;
	padding:16px 0;
}

.entry-summary .cartbox button {
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    display: block;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    background: url(images/item07.png) no-repeat 18px 11px /20px #4B4B4B;
    border: solid 1px #4B4B4B;
    cursor: pointer;
    font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.entry-summary .cartbox button:hover{
    color: #4B4B4B;
	background: url(images/item08.png) no-repeat 18px 11px /20px #ffffff;

}
.cartbox .backorderbtn{
    background: url(images/item09.png) no-repeat 11px 16px /16px #ffffff;
    color: #000;
    display: block;
    box-sizing: border-box;
    padding: 10px 0 10px 34px;
    cursor: pointer;
    font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.cartbox .outoofstockbtn{
    background: #ffffff;
    color: #989898;
    display: block;
    text-align: center;
    padding: 10px 0 10px;
    font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    letter-spacing: 1px;
}
/* variation */
.entry-summary .cartbox.variations {
	border-top:0px solid #969696;
	border-bottom:0px solid #969696;
}
.entry-summary .cartbox.variations tr {
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}
.entry-summary .cartbox.variations td {
	vertical-align:middle;
}
.cartbox.variations .variable_thumbs {
	width:60px;
	padding:10px 0;
}
.cartbox.variations .variable_thumbs img {
	width:50px;
	height:auto;
}
/* variation end */

.entry-summary .share_set {
	padding-top:30px;
}
.entry-summary .share_set p{
	float:left;	
	margin-right:7px;
}
.share_set .sharebtns {
	float:left;
}
.sharebtns a {
	text-decoration:none!important;
}
.sharebtns .snstwitter{
	background:#1da1f2;
	color:#fff;
	display:inline-block;
	padding:3px 0 0;
	line-height:1;
	text-align:center;
	width:50px;
	height:25px;
	font-size:18px;
	vertical-align:top;
	box-sizing:border-box;
}
.sharebtns .snsfacebook{
	background:#395494;
	color:#fff;
	display:inline-block;
	padding:3px 0 0;
	line-height:1;
	text-align:center;
	width:50px;
	height:25px;
	font-size:18px;
	vertical-align:top;
	box-sizing:border-box;

}
 .sharebtns .snsline{
	background:#3aae36;
	color:#fff;
	display:inline-block;
	padding:2px 0 0;
	line-height:1;
	text-align:center;
	width:50px;
	height:25px;
	font-size:20px;
	vertical-align:top;
	box-sizing:border-box;

}

.upsells.products {
	padding-top:50px;
	clear:both;
}
.upsells.products li {
    float: left;
    width: 136px;
   height: 146px;
    margin-right: 14px;
    margin-bottom: 14px;
/*	font-size:12px;
	line-height:1.6;*/
}
.upsells.products li a{
	color:#333;
}
.upsells.products li:nth-of-type(6n) {
	margin-right:0px;
}
.upsells.products li .onsale {
	display:none;
}
.upsells.products li .stock {
	display:none;
}

.upsells.products li h2 {
	display:none;
}
.upsells.products li .woocommerce-Price-currencySymbol {
	display:none;
}
.upsells.products li .woocommerce-Price-amount {
	font-size:12px;	display:none;
}
.upsells.products li .woocommerce-price-suffix {
	font-size:12px;	display:none;
}

.woocommerce-product-details__short-description {
	clear:both;
	border-top:1px solid #000;
	padding:60px 0 0;
	margin-top:60px;
}
.woocommerce-tabs  {
	margin-top:50px;
	clear:both;
}
.woocommerce-tabs  ul {
	display:flex;
	justify-content:space-around;
	flex-wrap: nowrap;
	border-bottom:1px solid #666666;
}
.woocommerce-tabs  ul li{
	width:260px;
	box-sizing:border-box;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	position:relative;
	bottom:-1px;
	z-index:1;
}
.woocommerce-tabs  ul li.active{
	border-bottom:1px solid #ffffff;
}
.woocommerce-tabs  ul li a{
    color: #000;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    text-decoration: none!important;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    font-size: 18px;
}
#tab-description h2:first-child {
    display: none;
}

.woocommerce-Tabs-panel {
	padding-top:30px;
}
.woocommerce-products-header{
	
}
.woocommerce-products-header__title.page-title {
	font-size:22px;
	letter-spacing:1px;
	margin:0px 0 30px;
}
.woocommerce-products-header__title.page-title + p{
	margin-bottom:40px;
}
.woocommerce-result-count {
	position:relative;
	font-size:14px;
	margin-top:60px;
	margin-bottom: 10px;
}
.woocommerce-ordering  {
	position:absolute;
	right:0;
	margin-top:-36px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 0;
	padding: 1em 2em 1em 2em;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    content: none;
}

/* system page */
.systempage {
	padding:50px 0 80px;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
	width:150px;
}
.woocommerce-cart-form__cart-item .product-price {
	width:70px;
}
.woocommerce-cart-form__cart-item .product-subtotal{
	width:120px;
}
.cross-sells > h2{
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px;
}
.cart_totals h2 {
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px;
}
.cart_totals .cart-subtotal th{
	width:100px;
}
.cart_totals .checkout-button {
	background:#000!important;
	width:100%;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #000!important;
	padding: 14px 10px!important;
}
.cart_totals .checkout-button:hover {
	background:#fff!important;
	color:#000!important;
}


.payment_method_stripe label img{
	height: 25px;
	margin-right:3px;
}
.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label {
	padding-left:0!important;
}
.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label::before{
	content:none;
}
.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked + label:after{
	content:none;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1.8;
    text-align: left;
    margin: 0;
    font-weight: 500;
    padding: 5px 0;
}
.payment_method_stripe label img{
	height: 25px;
	margin-right:3px;
}
.payment_method_wpl_paylabs_amazonpay img{
	height:20px;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 0px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}
#coupon_code {
	width:120px;
}

.woocommerce-table--order-details tfoot th,
#order_review .shop_table  tfoot th {
	text-align:right;
}
.woocommerce #order_review table.shop_table.woocommerce-checkout-review-order-table th {
    width: 70%;
}
.woocommerce #order_review table.shop_table.woocommerce-checkout-review-order-table td {
    width: 30%;
}
#shipping_method_0_flat_rate4 + label::after  {
	content: "(メール便：対応商品のみ。ラッピング・代引き・日にち指定不可)";
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0.2em 0 0 1.4em;
}
#ship-to-different-address span{
	text-decoration:underline;
	cursor:pointer;
}
.amazonpayonly {
	margin:30px 0;
}
.amazonpayonly #azp_noteq_ship_label_field{
	margin-bottom:0px;
}

.woocommerce a {
	color:#333333;
	text-decoration:underline!important;
}
.woocommerce a:hover {
	color:#333333;	
	text-decoration:none!important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #888;
	text-decoration:none!important;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
	color: #888!important;
    text-decoration: none;
    font-weight: 500; 
    border: 0;
	text-decoration:none!important;
}
#sender_bikou_field {
	padding:30px 0 0;
}


#stripe-payment-data {
	
}
#stripe-payment-data span{
	color:#ee0000;
}




/* mypage */
.woocommerce-MyAccount-navigation {
	margin-bottom:30px;
	display:table;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}
.woocommerce-MyAccount-navigation ul{
	display:table-row;
}
.woocommerce-MyAccount-navigation ul li{
	display:table-cell;
	text-align:center;
	vertical-align:center;
	border:1px solid #000;
}
.woocommerce-MyAccount-navigation ul li a{
	display:block;
	text-align:center;
	padding:10px;
	color:#000;
	text-decoration:none!important;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration:none;
	background:#dfdfdf;
}
.woocommerce-MyAccount-content {
	margin:0 15px;
}
.woocommerce .woocommerce-customer-details address {
	box-sizing:border-box;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
	box-sizing:border-box;
	margin-top:15px;
}
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
	display:flex;
	justify-content:space-between;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit {
	background: #000!important;
    text-align: center;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #000!important;
    padding: 0px 10px!important;
	text-decoration:none!important;
}
.woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
	background:#fff!important;
	color:#000!important;
	text-decoration:none;
}
.woocommerce-MyAccount-content .woocommerce-Address h3 {
	font-size:16px;
	font-weight:bold;
}
.checkout.woocommerce-checkout .optional{
	display:none;
}
.woocommerce form .form-row .required::after {
    content: " 必須";
	font-weight:500;
}
.woocommerce-billing-fields h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
#order_review_heading {
	font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
}
.woocommerce-shipping-fields {
	margin-bottom:30px;
}
.woocommerce-additional-fields h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}

/*login*/ 
.woocommerce-privacy-policy-text {
	padding:0  0 10px 0;	
}

/* search */
.searchandfilter ul li {
	margin-right:15px;
}
.searchandfilter>ul>li {
	border-bottom:1px solid #000;
	padding:10px 0 0;
}
.searchandfilter>ul>li:nth-last-of-type(1) {
	border-bottom:0px solid #000;
	margin-bottom:40px;
}
.searchandfilter>ul>li h4 {
	color:#989898;
    letter-spacing: 0.1em;
}
.searchandfilter>ul>li>ul{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	flex-direction:row;
}
.searchandfilter>ul>li>ul>li {
    padding: 0px 0 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.sf-field-taxonomy-product_cat>ul>li {
	border-bottom:1px dotted #989898;
	width: 100%;
}
.sf-field-taxonomy-product_cat>ul>li:nth-last-of-type(1),
.sf-field-taxonomy-weavetype>ul>li:nth-last-of-type(1){
	border-bottom:0px dotted #989898;
}
.searchandfilter>ul>li ul.children {
	width:calc(100% - 240px);
	margin-left: 0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.searchandfilter>ul>li ul.children li {
	padding:0;
	color:#989898;
}
.searchandfilter>ul>li ul.children li label{
	font-size:12px;
	padding-top:2px;
	padding-bottom:4px;
}
.search_ans {
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px solid #000;
}
.search_ans .linker{
	text-align:center;
}


/* 404 */
.area404 {
	padding:20px 0 100px 0;
	text-align:center;
}
.area404 h1{
	font-size:30px;
	padding-bottom:60px;
}
.area404 .linker{
	padding:40px 0 0;
}




/* form design */
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="date"], 
input[type="number"], 
input[type="password"], 
select, 
textarea {
	border: 1px solid #aaf;
	color: #444;
	font-size: 1em;
	padding: 0.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	border:solid 1px #ccc;
	border-radius: 3px;
	outline: none;
	margin: 0 10px 0 0 ;
    font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-weight: 500;
}
textarea {
	width:100%!important;
	padding: 1em;
	min-height:10em;
	height: auto;
	font-size:15px;
}
select {
	margin-bottom:10px;
    padding: 0.1em 0.3em 0.3em;
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="date"], 
input[type="number"],
input[type="password"], 
textarea {
	-moz-transition: border .25s;
	-webkit-transition: border .25s;
	-o-transition: border .25s;
	transition: border .25s;
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus, 
textarea:hover,
textarea:focus,
textarea:active {
	border: 1px solid #bbb;
}
input[type="text"],
input[type="tel"],
input[type="email"], 
input[type="date"], 
input[type="number"],
input[type="password"],
textarea{cursor: text;}
select {height: auto;}


.search_qst input[type=checkbox] {
	display:none;
}
input[type=checkbox] + label {
	padding-left:30px!important;
	position:relative;
} 
input[type=checkbox] + label:before {
	position:absolute;
	left:0;
	top:2px;
	width:16px;
	height:16px;
	content: "";
	background:#fff;
	margin-right:10px;
	border:1px solid #989898;
	
} 
input[type=checkbox]:checked + label:after {
position: absolute;
    left: 4px;
    top: 6px;
    width: 15px;
    height: 4px;
    content: "";
    border-left: 2px solid #444444;
    border-bottom: 2px solid #444444;
    transform: rotate(-40deg);
}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none!important;
    overflow: visible;
    padding: 10px 30px;
    font-weight: normal;
    border-radius: 0px;
    left: auto;
    color: #ffffff;
    background-color: #4B4B4B;
    border: 1px solid #4b4b4b;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #ffffff;
    cursor: not-allowed;
    opacity: .5;
    padding: 10px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ffffff;
    color: #000000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #ffffff;
    text-decoration: none;
    background-image: none;
    color: #000000;
}
#order_comments::placeholder {
    font-size: 12px;
}
#order_comments::-webkit-input-placeholder {
    font-size: 12px;
}
#order_comments:-moz-placeholder {
    font-size: 12px;
}
#order_comments::-moz-placeholder {
    font-size: 12px;
}
#order_comments:-ms-input-placeholder {
    font-size: 12px;
}
.woocommerce-checkout-payment a {
    color:#333;
	text-decoration:underline;
}
.woocommerce-checkout-payment button[name="woocommerce_checkout_place_order"] {
    width: 300px;
    float: none!important;
    margin: 20px auto 10px;
    padding: 18px;
    font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
}
/* 再入荷メールポップアップcss */
.xoo-wl-inmodal {
    line-height: 1.8;
	max-width: 600px;
}
.xoo-wl-success {
    color: #000;
    text-align: left;
    font-size: 18px;
	background-color: #fff;
}
.xoo-wl-unsubscribe {
    font-size: 14px;
}


/* privacy */
.main-content.privacy .topimage {
	margin-bottom:60px;
}
.main-content.privacy .woocommerce-products-header {
	padding-bottom:40px;
}
.privacy_01 article {
	margin-bottom:60px;
}
.privacy_01 article h2 {
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.privacy_01 article p,.privacy_01 article ul {
	margin-bottom: 1em;
}
.privacy_01 article ul {
	margin-left: 2em;
}
.privacy_01 article ul li { list-style: disc; }



/* law */
.main-content.law .topimage {
	margin-bottom:60px;
}
.main-content.law .woocommerce-products-header {
	padding-bottom:40px;
}
.law_01 article {
	margin-bottom:60px;
}
.law_01 article dt {
	float: left;
	clear: left;
	width: 25%;
}
.law_01 article dd {
	padding: 0 0 2.5em 26%;
}
.law_01 article h2 {
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.law_01 article dd img {
	display: block;
	margin: 0 0 8px 0;
}
.law_01 article dd img.credit {
	width: 180px;
}
.law_01 article dd img.amazonpay {
	width: 180px;
}
.law_01 article dd img.applepay {
	width: 80px;
}
.law_01 article dd img.googlepay {
	width: 80px;
}
.law_01 article dd img.paypal {
	width: 120px;
}


/* brand child page */
.childarea {
	margin-bottom:40px;
}
.childborder {
	border-top:1px solid #989898;
	padding-top:70px;
}
.childcatbox {
	border:1px solid #989898;
	padding:35px;
	margin-bottom:40px;
}
.childcatbox .childcatimg {
	float:right;
	width:400px;
}
.childcatbox .child_textset {
	float:left;
	width:380px;
}
.childcatbox h2 {
	font-size:22px;
	letter-spacing:0.15em;
	margin-bottom:15px;
	line-height:1.6;
}
.childcatbox .child_midashi {
	font-size:18px;
	margin-bottom:15px;
}
.childcatbox .child_maintext {
	font-size:14px;
	margin-bottom:15px;
}
.childcatbox .child_price_group {
	font-size:28px;
}
.childcatbox .child_price_group .woocommerce-Price-currencySymbol {
	font-size:22px;
}
.childcatbox .child_price_group .woocommerce-price-suffix {
	font-size:14px;
}
.childcatitems_title {
	margin-bottom:15px;
}
.childarea .nothingtext{
	padding-bottom:40px;
}
