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

/* CSS Document */
.center-column {
    background: #fff;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
html {
	scroll-behavior: smooth;
}
#main_cont {
	width: 100%;
	margin: 0 auto;
}
.pc_view #main_cont {
	width: 1000px;
}
.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: 0;
}
.smp_view .item_list_wrap {
	/*background: #FFFFFF;*/
	padding: 0;
}
.pc_view .item_list_wrap {
	/*padding: 8px;*/
    margin-bottom: 40px;
}
.item_wrap {
	margin-bottom: 0px;
}
.item_wrap .item_inner {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 4px;
}
.pc_view .item_wrap .item_inner {
	padding: 8px;
}
.item_wrap .item_inner:hover {
	/*background: #FFFFFF;*/
}
.item_wrap .item_inner:hover .item_name em {
	text-decoration: underline;
}
.item_wrap .item_img_box {
/*	z-index: 1;*/
}
.item_wrap .item_brand {
	margin-bottom: 2px;

	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;
}
.pc_view .item_wrap .item_brand {
	/*margin-bottom: 6px;*/
    display: none;
}
.item_wrap .item_brand span {
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	padding: 3px 3px;
	margin-right: 3px;
	border: 1px solid #ccc;
	background: #FFFFFF;
}
.pc_view .item_wrap .item_brand span {
	font-size: 12px;
}
.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;
}

.outlet_txt h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
}
.outlet_txt h5 {
    background: #999;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1.1em;
    margin: 10px 0;
}
.outlet_txt ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1em;
    color: #666;
}
.outlet_txt ul:nth-child(5) {
    border-bottom: solid #e4e4e4 2px;
    margin-bottom: 16px;
}
.outlet_txt ul:nth-child(5) li:nth-child(4) {
    margin-bottom: 40px;
}
ul li::marker {
    font-size: 0.5em;
}
.item_txt_box .item_brand {
	order: 1;
	display: none;
}
.item_txt_box .item_catch {
	order: 2;
}
.item_txt_box .item_name {
	order: 3;
}
.item_txt_box > .item_price {
	/*order: 4;*/
    display: none;
}
.item_txt_box > .price_down {
	order: 4;
}
.item_txt_box .item_teiki {
	order: 5;
}
.item_txt_box .item_catch {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 2px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pc_view .item_txt_box .item_catch {
	/*font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;*/
    display: none;
}
.item_txt_box .item_name {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 4px;
}
.pc_view .item_txt_box .item_name {
	font-size: 20px;
}
.item_txt_box .item_name em {
	font-style: normal;
	color: #113A62;
}
.item_txt_box .item_name em span {
	margin-left: 6px;
	font-size: 14px;
}
.pc_view .item_txt_box .item_name em span {
	font-size: 16px;
}
.item_txt_box .item_name .item_capacity {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}
.pc_view .item_txt_box .item_name .item_capacity {
	/*font-size: 16px;*/
	display: none;
}
.smp_view .item_txt_box .item_price {
	font-size: 10px;
	letter-spacing: 0;
}
.item_txt_box .item_price em {
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
}
.pc_view .item_txt_box .item_price em {
	font-size: 18px;
}
.item_txt_box .item_price span {
}
.item_txt_box .price_down .nomal_price {
	font-size: 14px;	
}
.smp_view .item_txt_box .price_down .nomal_price {
	font-size: 10px;
	letter-spacing: 0;
}
.item_txt_box .price_down .nomal_price em {
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
}
.pc_view .item_txt_box .price_down .nomal_price em {
	font-size: 1em;
}
.item_txt_box .price_down .item_price {
	color: #c30d23;
}
.item_txt_box .price_down .off {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 14px;
	background: #c30d23;
	color: #FFFFFF;
	border-radius: 9999px;
	margin: 4px 0 0;
}
.item_txt_box .price_down .off_txt {
	font-size: 12px;
	line-height: 1.3;
}
.item_txt_box .item_teiki {
	font-size: 10px;
	letter-spacing: 0;
	color: #FF0004;
/*	margin-top: 4px;*/
}
.pc_view .item_txt_box .item_teiki {
	font-size: 13px;
	letter-spacing: 0.03em;
}
.list_style .item_wrap {
}
.pc_view .list_style .item_wrap {
	/*width: calc(100% / 2);*/
    width: 100%;
}

.pc_view .list_style .item_hf{
    width: 50% !important;
}

.list_style .item_wrap:not(:nth-of-type(2n)) {
}
.list_style .item_wrap .item_inner {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:block;
	-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: 0px;
}
.pc_view .list_style .item_wrap .item_inner {
	/*padding: 16px 150px;*/
	padding: 0;
}
.list_style .item_img_box {
	width: 40%;
}
.pc_view .list_style .item_img_box {
	/*width: 44%;*/
    width: 100%;
}
.list_style .item_txt_box {
	width: calc((100% - 40%) - 10px);
}
.pc_view .list_style .item_txt_box {
	/*width: calc((100% - 44%) - 14px);*/
    width: 100%;
    
}
.list_style .item_txt_box .item_name {
	margin-bottom: 0;
}
.pc_view .list_style .item_txt_box .item_name {
	margin-bottom: 0;
}

.pc_view .list_style .item_txt_box .item_name img {
	width:100%;
}

.grid_style .item_wrap .item_inner {
	padding: 6px;
	height: 100%;
}
.pc_view .grid_style .item_wrap .item_inner {
	padding: 16px;
}
.grid_style .item_wrap {
	width: calc(100% / 2);
}
.pc_view .grid_style .item_wrap {
	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: 6px;
	left: 6px;
	z-index: +1;
}
.pc_view .grid_style .item_wrap .item_brand {
	top: 16px;
	left: 16px;
}
.grid_style .item_wrap .item_name {
	margin-bottom: 0;	
}
.pc_view .grid_style .item_wrap .item_name {
	margin-bottom: 4px;	
}
.pc_view .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;
  }
}

.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 8px;
}

.pc_view .style_wrap {
	margin: 0;
	padding: 0 16px;
}
.pc_view .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;
}
.smp_view .series_wrap {
	-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;

}

.pc_view .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;
}
.smp_view .series_area {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex-positive:1;
	-webkit-flex:1 1 auto;
	-moz-flex:1 1 auto;
	flex:1 1 auto;
}
.series_area input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.series_area label {
    cursor: pointer;
	display: block;
    padding: 10px 36px;
	background: #e2e2e2;
    transition: .5s;
	text-align: center;
}
.smp_view .series_area label {
	font-size: 13px;
    padding: 8px 8px;
}
.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;
}

.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;
}
.smp_view .brand_bnr_wrap li {
	width: calc(100% / 2);
	padding: 4px;
}
.pc_view .brand_bnr_wrap li {
	width: calc(100% / 3);
	padding: 8px;
}

.brand_wrap {
	padding: 0px;
}
.brand_title {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 6px 10px;
	margin-bottom: 10px;
}

.pc_view .brand_title {
	font-size: 24px;
	padding: 0 8px 10px;
}

.brand_catch {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 6px;
	margin-bottom: 10px;
}
.pc_view .brand_catch {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 16px;
	margin-bottom: 10px;
}
.pc_view .brand_catch_attn {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 16px;
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
}
.smp_view .brand_catch_attn {
	font-size: 11px;
	line-height: 1.3;
	padding: 0 6px;
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

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

.is_hide {
	display: none !important;
}

@media screen and (max-width: 768px) {
    .pc_view .cont_top_block {
        padding: 30px 20px;
    }
    .pc_view .list_style .item_wrap {
        width: 50%;
    }
    
    .cont_top_block {
        padding: 0;
    }
    .item_wrap {
        width: 100%;
    }
	
    .item_hf {
        width: 50% !important;
    }
    .list_style .item_img_box {
        width: 100%;
    }
    .list_style .item_txt_box {
        width: 100%;
    }
    .item_txt_box .item_name .item_capacity, .item_wrap .item_brand span, .item_txt_box .item_catch {
        display: none;
    }
    
    .outlet_txt {
        /*padding: 20px;*/
        /*box-sizing: border-box;*/
    }
    .outlet_txt h4 {
        font-size: 0.9em;
    }
    .outlet_txt h5 {
        font-size: 0.9em;
        padding: 2px 10px;
    }
    .outlet_txt ul li {
        font-size: 0.8em;
    }
    h2.item_name img {
        margin: 0 auto;
        width: 100%;
        /*max-width: 344px;*/
    } 
}