@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5 {
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}

#main_cont {
	width: 1000px;
	margin: 0 auto;
}
.item_list_wrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	padding: 8px;
	margin-bottom: 20px;
}

.item_wrap {
	margin-bottom: 16px;
}
.item_wrap a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 8px;
}
.item_wrap a:hover {
	background: #FFFFFF;
}
.item_wrap a:hover .item_name em {
	text-decoration: underline;
}
.item_wrap .item_img_box {
/*	z-index: 1;*/
}
.item_wrap .item_brand {
/*	position: absolute;
	top: 6px;
	left: 6px;
	z-index: +1;*/
	margin-bottom: 6px;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.item_wrap .item_brand span {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	padding: 3px 3px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background: #FFFFFF;
}
.item_wrap .item_txt_box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;

	-webkit-box-direction: column;
	-moz-box-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
.item_txt_box .item_brand {
	order: 1;
}
.item_txt_box .item_catch {
	order: 2;
}
.item_txt_box .item_name {
	order: 3;
}
.item_txt_box .item_price {
	order: 4;
}
/*
.item_txt_box .item_btn_box {
	order: 5;
}
*/
.item_txt_box .item_teiki {
	order: 5;
}
.item_txt_box .item_catch {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

/*	display: none;*/
}
.item_txt_box .item_name {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 4px;
}
.item_txt_box .item_name em {
	font-style: normal;
	color: #113A62;
}
.item_txt_box .item_name em span {
	margin-left: 6px;
	font-size: 16px;
}

.item_txt_box .item_name .item_capacity {
	font-size: 16px;
	font-weight: 400;
}
.item_txt_box .item_price {

}
.item_txt_box .item_price em {
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
}
.item_txt_box .item_price span {
}

.item_txt_box .item_teiki {
	font-size: 13px;
	color: #FF0004;
/*	margin-top: 4px;*/
}


.list_style .item_wrap {
	width: calc(100% / 2);
}
.list_style .item_wrap:not(:nth-of-type(2n)) {
/*	margin-right: 32px;*/
}
.list_style .item_wrap a {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	padding: 16px;
}
.list_style .item_img_box {
	width: 44%;
}
.list_style .item_txt_box {
	width: calc((100% - 44%) - 14px);
}
.list_style .item_catch {
/*	display: block;*/
}


.grid_style .item_wrap a {
	padding: 16px;
	height: 100%;
}

.grid_style .item_wrap {
	/*width: calc((100% - (4px * 3)) / 4);*/
	width: calc(100% / 4);
}
.grid_style .item_wrap:not(:nth-of-type(4n)) {
/*	margin-right: 4px;*/
}
.grid_style .item_wrap {
	display: block;
}
.grid_style .item_img_box {
	width: auto;
	margin-bottom: 6px;
}
.grid_style .item_wrap .item_brand {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: +1;
}

.grid_style .item_wrap .item_name {
	margin-bottom: 4px;	
}
.grid_style .item_wrap .item_capacity {
	display: inline-block;
}

.grid_style .item_txt_box {
	width: auto;
}
.grid_style .item_catch {
	display: none;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.item_wrap {
/*  animation: .4s zoom-in;*/
}

.syle_wrap {
	text-align: right;
}

.syle_wrap input[type=radio]+label:before {
	content: "";
	display: inline-block;
	background-size: contain;
	width: 36px;
	height: 36px;
	margin: 0 4px;
	padding: 0;
}
.syle_wrap input[type=radio][value="list_style"]+label:before{
	background-image: url(svg/icon_glid_16x16.svg);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}
.syle_wrap input[type=radio][value="grid_style"]+label:before{
	background-image: url(svg/icon_list_16x16.svg);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}
.syle_wrap input[type=radio]:checked+label::before{
	border: 3px solid #72cdda;
}
.syle_wrap input[type=radio]{
	display: none;
}

.style_wrap {
	margin: 0;
	padding: 0 16px;
}
.style_wrap.item_page {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
.series_wrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
/*    margin-bottom: 0.5rem;
    padding: 1rem 0.5rem;*/
}
.style_wrap.brand_page .series_wrap {
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.series_area {
    padding: 10px 0;
}
.series_area input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.series_area label {
	display: block;
    cursor: pointer;
    padding: 10px 36px;
	background: #e2e2e2;
    transition: .5s;
}
.series_wrap .series_area:not(:last-child) label {
	margin-right: 2px;
/*	border-right: 2px solid #FFFFFF;*/
}
.series_area:first-child label {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.series_area:last-child label {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.series_area input[type=radio]:checked+label {
	font-weight: 500;
	color: #FFFFFF;
    background-color: #3079b5;
}

.series_area input[type=radio][value=healthcare]:checked+label {
    background-color: #74bf9c;
}
.series_area input[type=radio][value=beauty]:checked+label {
    background-color: #eba0b1;
}
.series_area input[type=radio][value=kampo]:checked+label {
    background-color: #ebbf80;
}

/*
.series_area #rs_all:checked+label {
	color: #FFFFFF;
    background-color: #3079b5;
}
.series_area #rs_hc:checked+label {
	color: #113A62;
    background-color: #C1E1D2;
}
.series_area #rs_bt:checked+label {
	color: #113A62;
    background-color: #FAD2DB;
}
.series_area #rs_kp:checked+label {
	color: #113A62;
    background-color: #FDD59C;
}
*/


.brand_bnr_wrap {
	margin: 14px 0;
	padding: 0 10px;
}
.brand_bnr_wrap ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.brand_bnr_wrap li {
	width: calc(100% / 2);
	padding: 16px;
/*	margin-bottom: 14px;*/
}

.brand_wrap {
	padding: 10px;
}
.brand_title {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 8px 10px;
	margin-bottom: 10px;
}
.brand_catch {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 16px;
	margin-bottom: 10px;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.is_filter {
	animation: 1s fade;
/*  animation: .4s zoom-in;*/
}


.is_hide {
	display: none !important;
}

