@charset "UTF-8";

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

	common

-----------------------------------*/
.pc {
	display: block;
}
.tab_sp {
	display: none;
}
		
@media screen and (max-width: 840px) {
	.pc {
		display: none;
	}
	.tab_sp {
		display: block;
	}
	.site-header {
		position: static !important;
		width: 100% !important;
		z-index: 9999 !important;
		background: rgba(27, 63, 104, 0) !important;
	}
	#genesis-content {
		margin-top: 0;
	}
}

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

	login_form

-----------------------------------*/
#login_form {
	padding-bottom: 50px;
	text-align: center;
}
#login_form .intro_txt {
	padding-top: 1.5em;
}
#login_form .btn_area {
	text-align: center;
	display: block;
	margin-top: 30px;
}
#login_form #my_login_form {
	width: 500px;
	max-width: 100%;
	display: inline-block;
	margin-top: 30px;
}
#login_form #my_login_form label {
	font-size: 13px;
	text-align: left;
}

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

	product_list

-----------------------------------*/
#product_list {
	padding-bottom: 50px;
	text-align: center;
	margin: 1rem auto 0;
    padding: 0 30px 50px;
	max-width: 1140px;
}
#product_list .archive_link {
	margin-bottom: 40px;
}
#product_list .archive_link a {
	text-decoration: underline;
}
#product_list .archive_link a:hover {
	text-decoration: none;
}
#product_list .sex_title {
	display: block;
	font-size: 2.4rem;
	background: #999;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0;
	text-align: center;
	margin-bottom: 30px;
}
#product_list .women .sex_title {
	margin-top: 50px;
}
#product_list h3 {
	margin-bottom: 20px;
}
#product_list .list_box:not(:first-of-type) {
	margin-top: 30px;
}

#product_list h4 {
	display: block;
	padding-bottom: 0.2em;
	border-bottom: 2px solid black;
}
#product_list .f_container {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#product_list .tit {
	font-size: 1.4rem;
    font-weight: bold;
	border: 1px solid black;
	padding: 0.3em 0.5em;
	margin-bottom: 1em;
	width: 24%;
}
#product_list .tit:not(:nth-of-type(4n)) {
	margin-right: 1.333%;
}

@media screen and (max-width: 840px) {
	#product_list .tit {		
		width: 32%;
	}
	#product_list .tit:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	#product_list .tit:not(:nth-of-type(3n)) {
		margin-right: 1.333%;
	}
}

@media screen and (max-width: 640px) {
	#product_list .tit {		
		width: 100%;
	}	
	#product_list .tit:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
}

#archive_block {
    margin: 1rem auto 0;
    padding: 0 30px 50px;
    max-width: 1140px;
}
#archive_block .title {
	display: block;
	font-size: 2.4rem;
	background: #999;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0;
	text-align: center;
	margin-bottom: 30px;
}
.elementor-85 .elementor-element.elementor-element-d53bfcd .elementor-icon-list-item > .elementor-icon-list-text, .elementor-85 .elementor-element.elementor-element-d53bfcd .elementor-icon-list-item > a {
    font-size: 2rem!important;
}
.elementor-85 .elementor-element.elementor-element-60405db .elementor-icon-list-item > .elementor-icon-list-text, .elementor-85 .elementor-element.elementor-element-60405db .elementor-icon-list-item > a {
    font-size: 2rem!important;
}
.elementor-85 .elementor-element.elementor-element-b63702c .elementor-heading-title {
    font-size: 1.8rem!important;
}
.elementor-element.elementor-element-ad98f92 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
}
.elementor-497 .elementor-element.elementor-element-10d0e80 .ue_hamburger {
	background-color: #000!important;
}