h1,h2,h3,h4,h5,h6,p {
	letter-spacing: 1px;
}

body{
	font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
	position: relative;
	font-size: 13px;
	/*background-color: transparent !important;*/
	max-width: 100% !important;
}

a, a:hover, a:visited, a:focus{
	color: #333;
}

.productlist-info a:hover{
	text-decoration: underline;
}

.craftitem-list a:hover{
	text-decoration: underline;
}

.loadingscreen{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.7);
	display: none;
}

.loadingscreen i{
	position: fixed;
	top: 48%;
	left: 48%;
}

textarea{
	max-width: 100%;
}

.bodycontent{
	padding-bottom: 100px;
}

a, a:hover{
	text-decoration: none;
	cursor: pointer;
}

button{
	box-shadow: none;
	border: none;
	display: block;
	margin: 0 auto;
	background-color: transparent;
}

button:focus{
	outline: 0;
}

#alert_box{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
    z-index: 999;
}

.alert_content{
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19%;
    margin-bottom: 15%;
    padding: 30px 20px 20px 20px;
    border: solid 1px #ccc;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.alert_close{
	position: absolute;
    top: 2px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}

.alert_content p{
	margin: 0;
	text-align: justify;
}

.sns_loginbtn{
	margin-bottom: 5px;
}

.sns_loginbtn img{
	width: 100%;
}

.orangebutton{
	background-color: rgb(234,152,16);
	max-width: 300px;
	width: 100%;
	color: rgb(255,255,255);
	padding: 15px 15px;
	border-radius: 0;
}

.bluebutton{
	background-color: #0088BE !important;
	border-radius: 100pt;
	padding: 10px 20px;
	font-size: 10px;
	color: rgb(255,255,255);
	border: none;
}

.bluebutton2{
	background-color: #0088BE !important;
	padding: 20px 20px;
	font-size: 13px;
	border-radius: 4px;
	color: rgb(255,255,255);
	border: none;
}

.bluebuttonlarge{
	background-color: #0088BE !important;
	border-radius: 4px;
	width: 280px;
	padding: 16px 16px;
	font-size: 15px;
	color: rgb(255,255,255);
}

#ModaltoCart .bluebuttonlarge{
	width: 100%;
}

.cyanbutton{
	background-color: rgb(102,214,185);
	color: rgb(255,255,255);
	padding: 15px 15px;
	border-radius: 5px;
}

.cyanborder{
	background-color: transparent;
	color: rgb(102,214,185);
	border: solid 1px rgb(102,214,185);
	padding: 15px 15px;
	border-radius: 5px;
	font-size: 16px;
}

button.blueborder{
	border: solid 1px #0088BE;
	background-color: transparent;
	padding: 20px 20px;
	border-radius: 5px;
	color: #0088BE;
}

.blackborder{
	border: solid 1px black;
	background-color: transparent;
}

.orangeborder{
	background-color: rgb(255,255,255);
	max-width: 300px;
	width: 100%;
	color: rgb(233,152,16);
	padding: 15px 15px;
	border-radius: 0;
	border: solid 1px rgb(233,152,16);
}

.hrdarkgrey{
	border-top: 1px solid rgb(151,151,151);
}

.dropdown button{
	position: relative;
	width: 100%;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown ul{
	width: 100%;
}

.dropdown-menu>li{
	padding-left: 15px;
}

.dropdown-menu>li>a{
	padding-left: 0;
}

.dropdown button .selectorarrow{
	position: absolute;
	right: 20px;
	top: 25%;
}

ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
}

ul.squareul{
	list-style-type: square;
}

ul.inlineul li{
	display: inline-block;
}

span.unit{
	margin-right: 18px;
	display: inline-block;
}

span.price{
	margin-left: 20px;
	display: inline-block;
}

span.cart-price{
	/*display: inline-block;*/
	/*margin-right: 60px;*/
}

span.cart-quantity{
	display: inline-block;
	margin-right: 20px;
}

span.plus-quantity{
	color: rgb(65,211,173);
	border: solid 1px rgb(65,211,173);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

span.min-quantity{
	color: rgb(252,97,97);
	border: solid 1px rgb(252,97,97);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 20px;
	margin-right: 10px;
}

.toplogo img{
	width: 153px;
	display: block;
	margin: 10px auto;
}

.sectionrow{
	margin-bottom: 40px;
	margin-top: 20px;
	padding-top: 50px;
}

h1.sectiontitle{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 16px;
	padding-left: 18px;
	text-align: justify;
}

.fullwidth-col{
	padding: 0;
}

img.img-fullwidth{
	width: 100%;
	object-fit: cover;
}

.fullwidth-content{
	padding: 0 15px;
}

.fullwidth-line{
	background-color: rgb(151,151,151);
	height: 1px;
	width: 100%;
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}

.readmore-box{
	max-height: 100px;
	position: relative;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

.readmore-box .readmore{
	position: absolute; 
	bottom: 0; 
	left: 0;
	text-align: center; 
	margin: 0; 
	/*padding: 30px 0; */
	width: 100%; 

	
	/* "transparent" only works here because == rgba(0,0,0,0) */
	background-image: linear-gradient(to bottom, transparent, rgb(255,255,255));
}

.readmore-box button{
	background-color: rgb(0,0,0);
	box-shadow: none;
	border: none;
	color: rgb(255,255,255);
	font-size: 9px;
	padding: 10px;
	width: 85px;
}

.productdisplay-box{
	margin-bottom: 15px;
}

.productdisplay-box img{
	width: 100%;
	object-fit: cover;
}

.productdisplay-box p{
	/*padding: 0 20px;*/
	margin-top: 15px;
}

.blocktitle{
	margin-top: 50px;
	margin-bottom: 20px;
	background-color: rgb(235,235,235);
	padding-top: 15px;
	padding-bottom: 15px;
}

.blocktitle h1{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}

.formprogress-box{
	padding: 25px 0;
}

.formprogress-box ul{
	text-align: center;
}

.formprogress-box li{
	position: relative;
	width: 11px;
	height: 11px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	border: solid 1px rgb(151,151,151);
	z-index: 2;
}

.formprogress-box .activestep{
	background-color: rgb(255,194,92);
	border: none;
}

.formprogress-box .formprogress-line{
	width: 15%;
	height: 1px;
	background-color: rgb(151,151,151);
	position: relative;
	top: -3px;
	border-radius: 0;
	margin: 0 -5px;
	z-index: 1;
}

.formprogress-box p{
	position: absolute;
	bottom: -30px;
	white-space: nowrap;
	left: -50%;
	font-size: 9px;
	text-align: center;
}

.formprogress-box li:nth-child(3) p{
	left: -20px;
}

.formprogress-box li:nth-child(5) p{
	left: -20px;
}

.craftitem-list{
	margin-bottom: 20px;
}

.item-thumbnail{
	/*width: 78px;
	height: 78px;*/
	width: 100%;
	max-height: 150px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	background-color: rgb(151,151,151);
}

#header{
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
    padding: 10px 0;
}

#header .row {
}

#header li{
	vertical-align: middle;
}

#header li.menu {
    margin-right: 20px;
    font-weight: 600;
}

#header p{
	margin-bottom: 0;
}

#header p, #header li, #header a{
	color: #333333;
}

#header .header-cart{
	padding-top: 9px;
	padding-left: 0;
}

#header .shoppingcart-icon{
	margin-right: 5px;
}

#header .shoppingcart-icon i{
	font-size: 20px;
}

#header .header-mid{
	padding:4px 0 20px;
}

#header .header-mid ul{

}

#header .header-mid ul .form-group{
	margin-bottom: 0;
}

#header .header-mid li{
	vertical-align: middle;
}

#header-nav{
	padding-top:20px;
}

#header h1.logo {
	margin: 10px 0 30px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
}
#header h1.logo img{
	max-width:300px
}
#header h1 {
	/*font-size: 0px;*/
}

.header-search{
	font-size: 20px;
}

.headersearch-welcome{
    color: #333333 !important;
    padding-top: 0;
    padding-bottom: 0;
    /*font-size: 12px;*/
    margin-left: 20px;
    line-height: 35px !important;
}

.header-searchkeyword{
	/* display: inline-block; */
	/* width: auto; */
	/*margin-right: 5px;*/
}

.search_link{
	display: inline-block;
	cursor: pointer;
}

#header .header-menu{
	padding-right: 0;
}

#header .header-menu li{
	margin-right: 5px;
	font-size: 23px;
}

.header-menu .tohome p{
	font-size: 36px;
	font-weight: bold;
}

.header-bar{
	cursor: pointer;
	display: inline-block;
	/*color: #ffffff;*/
	color: #333333;
    font-size: 20px;
    margin-right: 10px;
}

.headercart-toggle{
	display: inline-block;
	cursor: pointer;
}

#info-gallery{
	margin-bottom: 50px;
}

#info-gallery .info{
	height:3.2em;
	text-align: center;
	padding:0 10px;
	word-wrap: break-word;
}
#info-gallery .info br{
	display: none;
}

#topmenu{
    background-color: rgb(255,255,255);
    position: absolute;
    /*top: 80px;
    right: 80px;*/
    z-index: 98;
    text-align: right;
}

#topmenu li{
	border: solid 1px rgb(151,151,151);
	padding: 15px 20px;
}

#topmenu a{
	color: rgb(0,0,0);
}

#asklogin{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0.96);
}

#asklogin .asklogin-wrap{
	position: relative;
	padding-top: 250px;
	padding-left: 15px;
	padding-right: 15px;
}

.asklogin-wrap .close-asklogin{
	position: absolute;
	top: 0;
    right: 20px;
    font-size: 40px;
}

#popup_frontcart{
    position: absolute;
    z-index: 99;
    background-color: rgb(255,255,255);
    right: 15px;
    /*bottom: 15px;*/
    top: 80px;
    border: solid 1px rgb(151,151,151);
    padding: 20px 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,075);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	overflow-y: scroll;
	max-width:960px;
}

#popup_frontcart .craftitem-list{

}

#popup_frontcart span.cart-price{
	margin-right: 60px;
}

.close-cartpopup{
	position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}

.custombreadcrumb{
    background-color: #F1F1F1;
}

.custombreadcrumb a{
    color: rgb(164,164,164);
}

.custombreadcrumb p{
    color: rgb(164,164,164);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-left: 50px;
}

.cart-form-pricelist-content{
	
}

.cart-form-pricelist-content{
	background-color: rgb(239,239,239);
	padding: 15px 15px;
}

.cart-form-pricelist-content table{
	width: 100%;
}

.cart-form-pricelist-content td{
	padding: 3px 3px;
	vertical-align: top;
	word-break: break-word;
}

.cart-form-pricelist-content td:first-child{
	width: 60%;
}

.cart-form-pricelist-content td:nth-child(2){
	width: 10%;
	text-align: right;
}

.cart-form-pricelist-content td:last-child{
	width: auto;
}

.cart-form-pricelist-content .totalprice{
	border-top: solid 1px rgb(151,151,151);
}

#footer{
	background-color: black;
    margin-top: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}

#footer h1{
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

#footer h1 img{
	width:50%;
	max-width:200px;
}

#footer p{
	margin-bottom: 0;
	color: #ffffff;
}

.footer-menu{
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-menu li{
	margin: 5px 15px;
}

.footer-menu a{
	color: #fff;
}

#green-section{
	margin-left: -15px;
	margin-right: -15px;
}


.nav-tabs {
	border-bottom: 2px solid #959595;
}
.nav-tabs > li {
	width: 33%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.nav-tabs > li > a {
	color: #959595;
}
.nav-tabs > li > a br{
	display: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-width: 0;
}
.nav-tabs > li.active > a:focus{
	color: #959595;
	background-color: transparent !important;
}
.nav-tabs > li.active > a {
	color: rgb(255,255,255) !important;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #333 !important;
	background: transparent;
}
.nav-tabs > li > a::after {
	content: "";
	background: #333;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -3px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.search-nav-menu{
	padding:10px 0;
}

.search-nav-menu>.col-md-6{
	padding: 0;
}

.search-nav-menu .scroller .stage{
	height: auto;
}

.search-nav-menu li > a::after { 
	content: ""; 
	background: #333;
	height: 2px; 
	position: absolute; 
	width: 100%; 
	left: 0px; 
	bottom: -3px; 
	transition: all 250ms ease 0s; 
	transform: scale(0); 
}
.search-nav-menu ul > li.active > a::after, .search-nav-menu ul > li:hover > a::after { 
	transform: scale(1); 
}

.search-nav-menu ul{
	text-align: center;
	border-bottom: 2px solid #959595;
	margin: auto !important;
    padding-right: 0px !important;
}

.search-nav-menu ul > li {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px;
}

.search-nav-menu li.search-nav-active{
	border-bottom: solid 3px rgb(0,0,0);
}

/*.search-nav-menu li a{
	color: rgb(108,108,108);
	text-decoration: none;
	margin-bottom:-1px;
	border: none;
}*/

.search-nav-menu ul>li.active>a, .search-nav-menu ul>li.active>a:focus, .search-nav-menu ul>li.active>a:hover{
	border: none;
	border-bottom: solid 2px rgb(0,0,0);
	font-weight:bold;
	color: #000;
}

.search-nav-content .checkbox label:after, 
.search-nav-content .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.search-nav-content span.circle{
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 25px;
	border-radius: 50%;
	color: transparent;
}
.search-nav-content .checkbox .cr,
.search-nav-content .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.search-nav-content .radio .cr {
    border-radius: 50%;
}

.search-nav-content .checkbox .cr .cr-icon,
.search-nav-content .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.search-nav-content .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.search-nav-content .checkbox label input[type="checkbox"],
.search-nav-content .radio label input[type="radio"] {
    display: none;
}

.search-nav-content .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.search-nav-content .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.search-nav-content .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.search-nav-content .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.search-nav-content .checkbox label input[type="checkbox"]:disabled + .cr,
.search-nav-content .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.search-nav-content .searchoption-part-title{
	color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
    margin: 45px 0 10px;
}

.search-nav-content .searchselect-li{
	padding:0;
	cursor: pointer;
}

.search-nav-content .searchselect-li p{
	height:3em;
}

.search-nav-content .searchselect-li img{
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
	padding:0;
}

.search-nav-content .searchselect-box{
	cursor: pointer;
}

.search-nav-content .searchselect-box img{
	width: 100%;
	margin-bottom: 5px;
}

.searchsubmit{
	margin-top: 25px;
}

.search-nav-content .search-options .searchoption-row{
	padding-bottom: 0;
}

.search-nav-content .searchfilter-selection-wrapper{
	border: solid 1px rgb(151,151,151);
	border-radius: 5px;
	padding: 10px 15px;
}

.search-nav-content .searchfilter-selection-wrapper .form-group{
	margin-bottom: 0;
}

.search-nav-content .searchfilter-selection-wrapper .checkbox-inline{
	width: 29.5%;
	margin-left: 0;
    margin-bottom: 5px;
}

.search-nav-content .searchfilter-selection-wrapper .colorcircle{
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: rgb(216,216,216);
}

.colorcircle.redcircle{
	background-color: rgb(255,133,131);
}
.colorcircle.orangecircle{
	background-color: rgb(255,194,92);	
}
.colorcircle.bluecircle{
	background-color: rgb(99,176,255);	
}
.colorcircle.browncircle{
	background-color: rgb(226,121,26);	
}
.colorcircle.greencircle{
	background-color: rgb(81,191,57);	
}
.colorcircle.whitecircle{
	background-color: rgb(255,255,255);	
	border: solid 1px rgb(237,237,237);
}
.colorcircle.blackcircle{
	background-color: rgb(0,0,0);	
}
.colorcircle.yellowcircle{
	background-color: rgb(246,237,115);	
}

.search-nav-content{
	max-width:1680px;
	margin:0 auto;
}
.search-nav-content .searchoption-filter-4 .checkbox-inline{
	margin-top: 5px;
	margin-bottom: 5px;
}

.search-nav-content .searchresult-box{
	margin-bottom: 10px;
	/*height: 500px;*/
	float: left;
	width:20%;
	padding: 10px;
}

.search-nav-content .searchresult-box img{
	border: none;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
    display: block;
}

.search-nav-content .text_in_search_result {
	margin-top: 4px;
	font-size: 13px;
	color: rgb(34,34,34);
	line-height: 1.7em;
	text-align: center;
	min-height: 6.8em;
}

.search-nav-content .ranking-number {
	background-color:#dadada;
    color: white;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 40px;
}

.search-nav-content .ranking-number h1{
	font-size: 13px;
	padding: 5px;
	color: #fff;
}

.searchselect-li .image-wrapper{
	padding:10px;
}

.img-rounded{
	/*border-radius: 16%;*/
}

.lightbox>.lightbox-item{
	padding: 0 8px;
}

.lightbox>.lightbox-item img{
	cursor: pointer;
}

.lightbox:after{
	content: "";
  	display: table;
  	clear: both;
}

.lightbox-item{
	float: left;
	width: 25%;
}

#lightbox-modal{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 45px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

#lightbox-modal .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

#lightbox-modal .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

#lightbox-modal .close:hover,
#lightbox-modal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

#lightbox-modal .lightbox-slide {
	display: none;
	background-color: #000;
}

#lightbox-modal .lightbox-slide img{
    object-fit: contain;
	max-width: 90%;
    width: 100%;
    /*max-height: 550px;
    height: auto;*/
    margin: 0 auto;
    display: block;
}

#lightbox-modal .prev,
#lightbox-modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

#lightbox-modal .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

#lightbox-modal .prev:hover,
#lightbox-modal .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#lightbox-modal .numbertext {
	color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #000;
    border-radius: 5px;
    border: solid 1px #fff;
    font-weight: bold;
}

#lightbox-modal .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

#lightbox-modal img.demo {
	opacity: 0.6;
	max-width: 100%;
}

#lightbox-modal .active,
#lightbox-modal .demo:hover {
	opacity: 1;
}

@media screen and (max-width: 670px){
	.search-nav-content .searchfilter-selection-wrapper{
		margin:0;
		padding: 4px;
	}
	.search-nav-content .searchfilter-selection-wrapper .checkbox-inline{
		width:auto;
	}
	.search-nav-content .searchfilter-selection-wrapper .checkbox-inline{
		margin:8px 0;
	}
	.search-nav-content .searchresult-box img{
		width:100%;
		height:auto;
	}
	.search-nav-content .text_in_search_result{
		font-size:10px;
	}
	.search-nav-content p{
		font-size:10px;
	}
}

@media screen and (max-width: 450px) {
	.nav-tabs > li > a{
		font-size:10px;
		line-height:1.2em;
		min-height:auto;
	}
	.search-nav-content .searchresult-box{
		width:50%;
	}
	.search-nav-content .ranking-number h1{
		font-size:10px;
	}
}
