@charset "euc-jp";
*{
    box-sizing: border-box;
		outline: none;


}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:12px;
}
a {
  color: inherit;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
    margin: 0 auto;
  max-width: 1152px;
}
/*header*/
.header_nav_menu_ul{
	margin: 1em 0 0;
	text-align: center;
}
.h_n_li{
	display: inline-block;
}

.h_n_li	a{
		position: relative;
}
.h_n_li	a::before{
		border: solid 1px;
		border-radius: 50%;
		content: "";
		color: #0cb8ff;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		opacity: 1;
		transform: scale(0);
		width: 50px;
	}


.header_nav_menu{
	position: relative;
}
.header_category_lst{
	transform: scaleY(0);
	transform-origin: 0 0;
}
.header_category_lst-item {
    list-style-type: none;
    padding: 0.2em;
    text-align: left;
}

.header_category_lst-item > a:hover{
    text-decoration: underline;
}
.header_category_lst {
    background-color: #fff;
    position: absolute;

    top: 100%;
    padding: 1em;
    margin: 0;
    left: 0;
	opacity: 0;
    white-space: nowrap;
    min-width: 200px;
}

#header {
	position: relative;
	z-index: 100;
}
.head_information{
    color: #07b;
    text-align: center;
}
@keyframes p1{
	0%{
		stroke:#000;
		stroke-width:1px;
		transform: rotate(0) scaleX(1) translate(0 ,-7px);
		transform-origin: 0% 50%;
	}
	49%{
		stroke:#fff;
		stroke-width:1px;
		transform: rotate(0) scaleX(0) translate(0 ,-7px);
		transform-origin: 0% 50%;
	}
	50%{
		stroke:#fff;
		stroke-width:1px;
		transform: rotate(-45deg) scaleX(0) translate(0 ,0px);
		transform-origin: 50% 50%;
	}
	100%{
		stroke:#fff;
		stroke-width:3px;
		transform: rotate(-45deg) scaleX(.8) translate(0 ,0px);
		transform-origin: 50% 50%;
	}

}
@keyframes p2{
	0%{
		stroke:#000;
		stroke-width:1px;
		transform: scaleX(1);
	}
	49%{
		stroke:#fff;
		stroke-width:1px;
		transform: scaleX(0);
	}
	100%{
		stroke-width:3px;
		stroke:#fff;
		transform: scaleX(0);
	}
}
@keyframes p3{
	0%{
		stroke:#000;
		stroke-width:1px;
		transform: rotate(0) scaleX(1) translate(0 ,7px);
		transform-origin: 100% 50%;
	}
	49%{
		stroke:#fff;
		stroke-width:1px;
		transform: rotate(0) scaleX(0) translate(0 ,7px);
		transform-origin: 100% 50%;
	}
	50%{
		stroke:#fff;
		stroke-width:1px;
		transform: rotate(45deg) scaleX(0) translate(0 ,0);
		transform-origin: 50% 50%;
	}
	100%{
		stroke:#fff;
		stroke-width:3px;
		transform: rotate(45deg) scaleX(.8) translate(0 ,0);
		transform-origin: 50% 50%;
	}
}

.sectionhead {
    font-weight: normal;
    font-size: 1.2rem;
    border-bottom: solid 1px;
    padding-bottom: .5em;
    margin:0 .5em 1em;
    text-indent: .2em;
}
.itemlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.itemlist::before{
    display: none;
}
.col3 .itemlist-li{
    margin: 3% 1.5% 3%;
    width: 30%;
}
.col5 .itemlist-li{
    margin: 0 .5% 2%;
    width: 19%;
}
.item-content {
    background-color: #fff;
    border-radius: 5px;
    height: auto!important;
    position: relative;
}
.item-content > a{
    display: block;
}
.item-content > a img{
	transition:opacity .3s;
}
.item-content > a:hover img{
	opacity: .7;
}
.item-thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 256px;
    margin: 0 auto 1em;
}
.item-thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.item-thumb::before {
    content: "";
    display: block;
    padding-top: 110%;
}
.item-soldout .item-thumb::after {
    align-items: center;
    background: rgba(250,250,250,.6);
    bottom: 0;
    content: "SOLD OUT";
    display: flex;
    font-size: 1.3em;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-text {
    font-size: 1.1em;
}
.item-text h3{
    font-size: .9em;
    font-weight: normal;
    display: inline;
}
.item-price {
    display: block;
    font-size: .9em;
}
.name + .item-price {
    display: block;
    font-size: .9em;
    margin-top: .5em;
}

.item-price > b {
    font-weight: normal;
    font-size: 1.4em;
}
.ico-sale {
    background: #c00;
    color: #fff;
    font-size: .5rem;
    left: 0;
    opacity: .9;
    padding: 0 .1em;
    position: absolute;
    top: 0;
}
.soldout {
    display: inline-block;
    background: #ccc;
    color: #fff;
    font-size: .8em;
    margin-top: 1em;
    padding: 0 .3em;
}
.item-regularprice-sale {
    color: #999;
    display: none;
    font-size: .8em;
}
.discount-rate{
    color: #c20;
}

.es{
    display: none;
}

.productlist-name{
	font-size: .7rem;
}
.shop_name {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#logo {
	max-width: 120px;
	width: 100%;
}

@-webkit-keyframes hnm{
	0%{	border-color: rgba(0,0,0,0);}
	99.9%,to{	border-color: rgba(0,0,0,.5);}
}
@keyframes hnm{
	0%{	border-color: rgba(0,0,0,0);}
	99.9%,to{	border-color: rgba(0,0,0,.5);}
}

.item-list-flex {
    margin-left: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.item-list-flex > li {
	margin: .5%;
}
.item-list-flex .pad_10{
	padding: .5%;
 }

/*
 * contents
 */
#contents {
  /*float: right;*/
    width: 100%;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }
* + .contents-inner{
    margin-top: 2rem;
}
/*
 * side
 */
#side{
	float: none;
}
#side .unstyled img {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  /* 768px~ */
	/*
	* flex
*/
     .side-menu-list-brand-name{
        display: none;
    }
    .side-menu-list-h{
        background: #444;
        color: #fff;
        display: block;
        margin-top: 2rem;
        text-align: center;
        width: 100%;
    }
    .header_category_lst-item {
        margin-bottom: 1rem;
    }
    .shop_name{
        margin-bottom: 1rem;
        padding: .2em;
    }
    .col{
        padding-left: 4px;
        padding-right: 4px;
    }
    .flex{
        display: -webkit-flex;
        display: -mos-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .flex::before,
    .flex::after{
        display: none!important;
    }
    
	#contents{
      padding-left: 30px;
        margin-bottom: 50px;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
        width: 962px;
	}
  #side{
    min-width: 190px;
	width: 190px;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
  }
    #side-form{
        padding: 5px;
        border: solid 1px #eee;
        
    }
    #side-form-select {
        font-size: .7rem;
        margin-bottom: .5rem;
        height: 2em;
        padding: 0;
    }
	#side input[name="keyword"]{
        height: 2em;
		width: 135px;
	}
	#side .btn-xs{
		padding: 3px;
		border: none;
		background: #eee;
	}
    .brandlist .side-menu-list-item{
        min-height: 46px;
    }
    .side-menu-list-li{
        width: 100%;
    }
    .side-menu-list-item{
        display: flex;
        align-items: center;
        min-height: 3em;
        padding: 10px;
        width: 100%;
    }
    .item-inner{
        display: block;
        position: relative;
        width: 100%;
    }
    .side-menu-list-ul a{
        position: relative;
    }
    .side-menu-list-ul a:hover{
        text-decoration: none;
    }
    .side-menu-list-ul a::after{
        background-color: rgba(0,0,0,.05);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        transition:opacity .3s;
        top: 0;
        width: 100%;
    }
    .side-menu-list-ul a:hover::after{
        opacity: 1;
    }
    .footermenu{
        text-align: center;
    }
    .footermenu li {
        display: inline;
        margin: 0 2em;
    }
    .globalfooter {
        border-top: solid 2px;
        padding-top: 3em;
    }
    .globalfooter address{
        margin-top: 3em;
        text-align: center;
    }
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
    body{
        padding-bottom: 48px;
    }
}
@media (max-width: 480px) {
  /* ~480px */
}






.list-bt{
	cursor: pointer;
}
@media(min-width:769px){
	.sp{
		display: none;
	}
    #main{
        padding-left: 10px;
        padding-right: 10px;
    }
	.header_nav_menu_ul {
		-webkit-animation: hnm .8s 0s linear both;
		animation: hnm .8s 0s linear both;
		border: solid 1px #999;
		text-align: center;
	}
	.h_n_li{
		padding: 1.5em 0;
	}
	.header_category_lst{
        box-shadow: 1px 5px 10px rgba(0,0,0,.2);
		transition: transform .3s,opacity .3s;
	}


	.header_nav_menu:hover .header_category_lst {
		transform: scaleY(1);
		opacity: 1;
	}
	
    /*
	.header_category_lst > li::before {
		background: #ccc;
		border-radius: 100%;
		content: "";
		display: inline-block;
		height: .5em;
		width: .5em;
	}*/
	.h_n_li	a:hover::before{
		color: #ea00ff;
		transform: scale(1);
		opacity: 0;
		transition:transform .5s,opacity .5s,color .5s;
	}
	#header {
		padding: 1em;
        margin-bottom: 1rem;
	}
	.h_n_li + li{
		margin-left: 5em;
	}
    .brandlist .side-menu-list-li{
        width: 100%;
    }
    .brandlist .side-menu-list-item{
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 10px;
        width: 100%;
    }
    .item-inner{
        display: block;
        position: relative;
        width: 100%;
    }
    .side-menu-list h3{
        font-weight: normal;
    }
    .list-bt:hover .icon-arrow-b{
        animation: list-arrow 2s 0s infinite;
    }
    .itemlist-li .discount-rate{
        margin-left: .3em;
    }
}
@keyframes list-arrow{
	0%{transform: translateY(0); opacity: 1;}
	50%{transform: translateY(5px); opacity: 1;}
	74%{transform: translateY(5px); opacity: 1;}
	75%{transform: translateY(5px); opacity: 0;}
	99.9%,to{transform: translateY(0); opacity: 0;}
}
/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}



.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

.header_nav_menu_ul .icon-cart-svg,
.header_nav_menu_ul .icon-category-svg,
.header_nav_menu_ul .icon-payment_shipping-svg{
	width: 16px;
	vertical-align: sub;
	margin-right: .2rem;
}

.icon-arrow-b {
    width: 10px;
    margin-left: 5px;
    vertical-align: baseline;
}
.icon-account {
    width: 19px;
    vertical-align: sub;
    margin-right: .2em;
	}
.icon-cart-svg {
    width: 20px;
    vertical-align: sub;
    margin-right: .2em;
	}
.path_01,.path_02,.path_03,.path_04{
	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width:6px;
}
.icon-arrow-b .path_01{
	stroke-width:1px;
	stroke-dasharray: 20 20;
	-webkit-animation: svg-dasharray-20 .8s 0s linear both;
	animation: svg-dasharray-20 .8s 0s linear both;
}
.icon-cart-svg .path_01{
	stroke-dasharray: 90 90;
	-webkit-animation: svg-dasharray-90 .8s 0s linear both;
	animation: svg-dasharray-90 .8s 0s linear both;
}
.icon-cart-svg .path_02{
	stroke-dasharray: 100 100;
	-webkit-animation: svg-dasharray-100 .8s .8s linear both;
	animation: svg-dasharray-100 .8s .8s linear both;
}
.icon-cart-svg .path_03{
	stroke-dasharray: 15 15;
	-webkit-animation: svg-dasharray-15 .8s 1.6s linear both;
	animation: svg-dasharray-15 .8s 1.6s linear both;
}
.icon-cart-svg .path_04{
	stroke-dasharray: 15 15;
	-webkit-animation: svg-dasharray-15 .8s 2.4s linear both;
	animation: svg-dasharray-15 .8s 2.4s linear both;
}
.icon-account .path_01{
	stroke-dasharray: 120 120;
	-webkit-animation: svg-dasharray-120 .8s 0s linear both;
	animation: svg-dasharray-120 .8s 0s linear both;
}
.icon-account  .path_02{
	stroke-dasharray: 70 70;
	-webkit-animation: svg-dasharray-70 .8s .8s linear both;
	animation: svg-dasharray-70 .8s .8s linear both;
}
.icon-search .path_01{
	stroke-dasharray: 120 120;
	-webkit-animation: svg-dasharray-120 .8s 0s linear both;
	animation: svg-dasharray-120 .8s 0s linear both;
}
.icon-search  .path_02{
	stroke-dasharray: 20 20;
	-webkit-animation: svg-dasharray-20 .8s .8s linear both;
	animation: svg-dasharray-20 .8s .8s linear both;
}

.path_01{
	stroke-dasharray: 120 100;
	-webkit-animation: svg-dasharray .8s 0s linear both;
	animation: svg-dasharray .8s 0s linear both;
}
.path_02{
	stroke-dasharray: 120 100;
	-webkit-animation: svg-dasharray .8s .7s linear both;
	animation: svg-dasharray .8s .7s linear both;
}
.path_03{
	stroke-dasharray: 120 100;
	-webkit-animation: svg-dasharray .8s 1.4s linear both;
	animation: svg-dasharray .8s 1.4s linear both;
}
.path_04{
	stroke-dasharray: 120 100;
	-webkit-animation: svg-dasharray .8s 2.1s linear both;
	animation: svg-dasharray .8s 2.1s linear both;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
.icon-arrow-r{
	position: relative;
}
.icon-arrow-r-svg{
	height: 12px;
	margin-top: -6px;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 30% 50%;
	transform-origin: 30% 50%;
	-webkit-transition:-webkit-transform .4s;
	transition:transform .4s;
	top: 50%;
}
.icon-arrow-r-svg-path.gy{
	stroke:#777;
}
.icon-arrow-r-svg-path{
	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width:2px;
	-webkit-transition:stroke .4s;
	transition:stroke .4s;

}

.on .icon-arrow-r-svg{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.on .icon-arrow-r-svg-path{
	stroke:#6aa0e4;
}
/* CSS Document */


input[type="text"] {
	border: solid 1px #ddd;
}

.icon-pulldown {
	display: inline-block;
	width: 20px;
}

.pulldown {
	fill: #ddd;
}

.no-btn {
	background: none;
	border: none;
}

.footer-nav li {
	font-size: .8em;
	margin: 0 1em;
}

.btn.disabled, .btn[disabled]{
	visibility: hidden;
}
.itemlist-li .discount-rate{
    font-size: 1em;
}
.historylist .name{
    font-size: .8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:768px){
    body{
        position: relative;
    }
    #logo{
        margin-top: 10px;
    }
	a:hover{
		text-decoration: none;
	}
	#wrapper{
		background-color: #f7f7f7;
	}
    #account-button{
        position: fixed;
        top: 0;
        right: 0;
    }
	.sp-reset {
		float: none;
		padding: 0;
		width: auto;
		margin-bottom: -43px;
	}
	.sp-reset > li {
    	display: inline-block;
		padding: 0!important;
		
	}
	.pc{
		display: none;
	}
	.sp-icon{
		height: 48px;
		width: 48px;
		background-color: rgba(0,0,0,.02);
		display: block;
		text-align: center;
		padding-top: 13px;
	}
    .icon-cart-svg{
        width: 70%;
    }
	#header {
		background-color: #fff;
        margin-bottom: 0;
		top: 0;
		left: 0;
		width: 100%;
	}
    .shop_name{
        height: 50px;
    }
	.header_category_lst{
		background-color: #333;
        bottom: 48px;
        display: flex;
        flex-direction: column;
		left: 0;
	    opacity: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		transition: transform .3s,opacity .3s;
	}
	
	.header_category_lst.view{
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
    }
    .header_category_lst::before {
        content: "brand";
        margin-bottom: 2em;
        font-weight: bold;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
	.header_category_lst-item{
		display: table;
        margin: 0 auto;
		width: 90%;
	}
	.header_category_lst-item + .header_category_lst-item{
		border-top: solid 1px #eee;
	}
	.header_category_lst-item > a{
		display: table-cell;
		height: 4em;
		text-indent: 1em;
		vertical-align: middle;
		width: 100%;
	}

	.header_nav_menu_ul .icon-arrow-b{
		display: none;
	}
	.header_nav_menu_ul{
		background-color: #eee;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
        margin: 0;
		padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
	}
	.h_n_li{
		display: table;
		width: 25%;
	}
	.h_n_li > a,
	.h_n_li > span{
		display: table-cell;
		height: 48px;
		font-size: 8px;
		vertical-align: middle;
		text-align: center;
	}
	.h_n_li + li{
		border-left: solid 1px #ddd;
	}
	#menu-icon{
		background-color: rgba(0,0,0,0);
		position: absolute;
		display: block;
		top:0;
		right:-4em;
		width: 4em;
		height: 4em;
		text-align: center;
		transition: background-color .6s,opacity .6s,transform 0s;
		line-height: 4em;
	}
	.show #menu-icon{
		background-color: rgba(0,0,0,.2);
	}
	.show #menu-icon::after {
		background-color: rgba(0,0,0,.2);
		bottom: 0;
		content: "";
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 200vw;
		z-index: -1;
	}
    #menu-icon.hide{
        opacity: 0;
        transform: translateX(-100vh);
        transition-delay: 0s,0s,.6s;
    }
    .itemlist-li{
        font-size: .8em;
    }
    .item-text.name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .item-price > b{
        font-size: 1.7em;
    }
	#footer{
		background-color: #fff;
		padding: 0;
	}
	#footer ul{
		margin: 0;
	}
	#footer li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		width: 100%;
	}
	#footer li a {
		border-bottom: solid 1px #ddd;
		display: table-cell;
		height: 4em;
		padding: 0 1em;
		text-align: left;
		vertical-align: middle;
		width: 100%;
	}
    #footer address {
        text-align: center;
        margin: 0;
        background: #333;
        color: #fff;
        line-height: 36px;
    }
	#menu-icon-svg{width: 29px; margin-top: 8px;}
	#menu-icon-svg line{
		fill: none;
		stroke:#000;
		stroke-width:1px;
		stroke-linecap:round;
	}
	#menu-icon-svg .path_1{
		transform: rotate(0) scaleX(1) translate(0 ,-7px);
	}
	#menu-icon-svg .path_3{
		transform: rotate(0) scaleX(1) translate(0 ,7px);
	}
	.open #menu-icon-svg .path_1{

		animation: p1 .4s 0s linear both;
	}
	.open #menu-icon-svg .path_2{
		transform-origin: 50% 50%;
		animation: p2 .4s 0s linear both;
	}
	.open #menu-icon-svg .path_3{
		animation: p3 .4s 0s linear both;
	}
    .col5 .itemlist-li{
        width: 24%;
    }
	/*menu*/
	#side {
		float: none;
		position: fixed;
		top: 0;
		margin: 0 0 0 -320px;
		padding-top: 10px;
		left: 0;
		z-index: 999;
		width: 320px;
		bottom: 0;
		transition: transform .3s;
	}
	#side .inner{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background: #eee;
		overflow-y: auto;
		height: 100vh;
		width: 320px;
		-webkit-overflow-scrolling: touch;
	}
	#side.show{
		transform: translateX(320px);
	}

	#side-form{
		font-size: 0;
		margin-bottom: 0;
		padding: 0 0 2%;
	}	
	#side-form-select {
		background-color: rgba(0,0,0,.05);
    border: solid 1px #eee;
    font-size: 12px;
    height: 2.5rem;
    margin: 2% 2% 3%;
    width: 80%;
	}
	#side-form-input {
		border-color: #ddd;
		border-right:0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	    height: 2.5rem;
		margin-left: 2%;
		width: 74%;
	}
	#side-form-button{
		border-color: #ddd;
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	  height: 2.5rem;
		width: 16%;
	}

	.ac-contents{
		display: none;
	}
	.side-menu-list{
		position: relative;
	}
	.side-menu-list-ul{
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.side-menu-list-ul > .hidden-phone{
		display: none!important;
	}
	.side-menu-list-ul > li{
		padding: 0;
		display: table!important;
		width: 96%;
		margin: 0 auto;
	}
	.side-menu-list-ul a{
		background-color: rgba(255,255,255,.5);
		display: table-cell;
		height: 3em;
		padding: 1.6em 1em;
		vertical-align: middle;
		width: 100%;
	}
	.side-menu-list-h{
		border-top: solid 1px #ddd;
		display: table;
		margin: 0;
		width: 100%;
	}
	.side-menu-list-h > span {
		display: table-cell;
		font-weight: normal;
		height: 4em;
		margin: 0;
		vertical-align: middle;
		width: 100%;
	}
    .historylist{
        white-space: nowrap;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: .5em;
    }
    .historylist .itemlist-li{
        width: 28%;
        display: inline-block;
        vertical-align: top;
    }
    .discount-rate{
        display: block;
    }
    #brandClose{
        position:absolute;
        top: 10px;
        right: 10px;
        width: 36px;
        background: #efefef;
        height: 36px;
    }
    #brandClose .icon-close{
        margin-top: 8px;
        width: 20px;
    }
    #brandClose .mncb-path {
        fill: none;
        stroke: #777;
        stroke-width: 1px;
    }
}
.ac-bt{
	position: absolute;
	top: 0;
	font-size: 1.17em;
	left: 0;
	width: 100%;
	height: 4em;
}
.ac-bt{text-decoration: none; color: inherit;}
.ac-bt:hover{text-decoration: none; color: inherit;}




/*index*/
select[name="cid"]{
	background-color: #eee;
	border:none;
  margin-bottom: .5rem;
	transition: background-color .6s;
}
select:focus{
	background-color: #e8f7fe;
}
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	outline:none !important;
}


@-webkit-keyframes svg-dasharray {
  0% {
    stroke-dasharray: 0 120; }
  99.9%,to {
    stroke-dasharray: 120 120; } }
@keyframes svg-dasharray {
  0% {
    stroke-dasharray: 0 120; }
  99.9%,to {
    stroke-dasharray: 120 120; } }
@-webkit-keyframes svg-dasharray2 {
  0% {
    stroke-dasharray: 0 400; }
  99.9%,to {
    stroke-dasharray: 400 400; } }
@keyframes svg-dasharray {
  0% {
    stroke-dasharray: 0 400; }
  99.9%,to {
    stroke-dasharray: 400 400; } }


@-webkit-keyframes svg-dasharray-120 {
  0% {
    stroke-dasharray: 0 120; }
  99.9%,to {
    stroke-dasharray: 120 120; } }
@keyframes svg-dasharray-120 {
  0% {
    stroke-dasharray: 0 120; }
  99.9%,to {
    stroke-dasharray: 120 120; } }
@-webkit-keyframes svg-dasharray-100 {
  0% {
    stroke-dasharray: 0 100; }
  99.9%,to {
    stroke-dasharray: 100 100; } }
@keyframes svg-dasharray-100 {
  0% {
    stroke-dasharray: 0 100; }
  99.9%,to {
    stroke-dasharray: 100 100; } }
@-webkit-keyframes svg-dasharray-90 {
  0% {
    stroke-dasharray: 0 90; }
  99.9%,to {
    stroke-dasharray: 90 90; } }
@keyframes svg-dasharray-90 {
  0% {
    stroke-dasharray: 0 90; }
  99.9%,to {
    stroke-dasharray: 90 90; } }
@-webkit-keyframes svg-dasharray-70 {
  0% {
    stroke-dasharray: 0 70; }
  99.9%,to {
    stroke-dasharray: 70 70; } }
@keyframes svg-dasharray-70 {
  0% {
    stroke-dasharray: 0 70; }
  99.9%,to {
    stroke-dasharray: 70 70; } }
@-webkit-keyframes svg-dasharray-20 {
  0% {
    stroke-dasharray: 0 20; }
  99.9%,to {
    stroke-dasharray: 20 20; } }
@keyframes svg-dasharray-20 {
  0% {
    stroke-dasharray: 0 20; }
  99.9%,to {
    stroke-dasharray: 20 20; } }

@-webkit-keyframes svg-dasharray-15 {
  0% {
    stroke-dasharray: 0 15; }
  99.9%,to {
    stroke-dasharray: 15 15; } }
@keyframes svg-dasharray-15 {
  0% {
    stroke-dasharray: 0 15; }
  99.9%,to {
    stroke-dasharray: 15 15; } }



/*カラーミーキットCSS*/
.item-list-flex .col-lg-12 { width: 99%;}
.item-list-flex .col-lg-11 { width: 90.6666667%;}
.item-list-flex .col-lg-10 { width: 82.3333333%;}
.item-list-flex .col-lg-9 { width: 74%;}
.item-list-flex .col-lg-8 { width: 65.6666667%;}
.item-list-flex .col-lg-7 { width: 57.3333333%;}
.item-list-flex .col-lg-6 { width: 49%;}	
.item-list-flex .col-lg-5 { width: 40.6666667%;}
.item-list-flex .col-lg-4 { width: 32.3333333%;}
.item-list-flex .col-lg-3 { width: 24%;}
.item-list-flex .col-lg-2 { width: 15.6666667%;}
.item-list-flex .col-lg-1 { width: 7.33333333%;}
@media (max-width: 980px) {
  .item-list-flex .col-md-12 {   width: 99%;  }
  .item-list-flex .col-md-11 {   width: 90.6666667%;  }
  .item-list-flex .col-md-10 {   width: 82.3333333%;  }
  .item-list-flex .col-md-9 {   width: 74%;  }
  .item-list-flex .col-md-8 {   width: 65.6666667%;  }
  .item-list-flex .col-md-7 {   width: 57.3333333%;  }
  .item-list-flex .col-md-6 {   width: 49%;  }
  .item-list-flex .col-md-5 {   width: 40.6666667%;  }
  .item-list-flex .col-md-4 {   width: 32.3333333%;  }
  .item-list-flex .col-md-3 {   width: 23%;  }
  .item-list-flex .col-md-2 {   width: 15.6666667%;  }
  .item-list-flex .col-md-1 {   width: 7.33333333%;  }
}

@media (max-width: 768px) {
 .item-list-flex .col-sm-12 {   width: 99%;  }
 .item-list-flex .col-sm-11 {   width: 90.6666667%;  }
 .item-list-flex .col-sm-10 {   width: 82.3333333%;  }
 .item-list-flex .col-sm-9 {   width: 74%;  }
 .item-list-flex .col-sm-8 {   width: 65.6666667%;  }
 .item-list-flex .col-sm-7 {   width: 57.3333333%;  }
 .item-list-flex .col-sm-6 {   width: 49%;  }
 .item-list-flex .col-sm-5 {   width: 40.6666667%;  }
 .item-list-flex .col-sm-4 {   width: 32.3333333%;  }
 .item-list-flex .col-sm-3 {   width: 24%;  }
 .item-list-flex .col-sm-2 {   width: 15.6666667%;  }
 .item-list-flex .col-sm-1 {   width: 7.33333333%;  }
.item-list-flex .pad_20{ padding: 1%;}

}

@media (max-width: 480px) {
  .item-list-flex .col-xs-12 {  width: 99%;  }
  .item-list-flex .col-xs-11 {   width: 90.6666667%;  }
  .item-list-flex .col-xs-10 {   width: 82.3333333%;  }
  .item-list-flex .col-xs-9 {   width: 74%;  }
  .item-list-flex .col-xs-8 {  width: 65.6666667%;  }
  .item-list-flex .col-xs-7 {   width: 57.3333333%;  }
  .item-list-flex .col-xs-6 {  width: 49%;  }
  .item-list-flex .col-xs-5 {   width: 40.6666667%;  }
  .item-list-flex .col-xs-4 {   width: 32.3333333%;  }
  .item-list-flex .col-xs-3 {   width: 24%;  }
  .item-list-flex .col-xs-2 {   width: 15.6666667%;  }
  .item-list-flex .col-xs-1 {   width: 7.33333333%;  }


}
