/**header-wrap sticky**/
#wrapper{
	position: sticky;
	z-index: 10000;
	top: 0;
	background: #fff;
}
body.is-menu-open {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

footer .FooterTitle{
	color: #333;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 8px;
	font-weight: bold;
}
#header-wrap {
	margin: 0;	
	padding: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
/*
#header-wrap .logo{
	display: flex;
	align-items: center;
}
 #header-wrap .logo img{
	width: 50%;
	height: auto;
} */
#header-wrap .logo{
	text-align: center;
}
#header-wrap .logo img{
	margin-top: 12px;
}
#header-wrap2 {
	margin: 0;	
	padding: 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
.BodyPaddingTop{
	padding-top: 0;
}
/* #header-wrap > .center{
	height: 65px;
}	 */
#header-wrap.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}

/**header left menu**/
.i-menu::before{
    color: #575757;
	font-size: 30px;
    padding: 10px;
	margin: 0;
	font-family: "Material Icons";
    content: "\e3c7";
    position: absolute;
    top: 3px;
    left: 0;
	cursor: pointer;
}

/**header right menu**/
#headermenu{
	margin: 0;
	position: absolute;
	top:5px;
	right: 0;
	left: auto !important;
}
#headermenu ul{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;	
}
#headermenu ul li {
    float: left;
    text-align: center;
    width: 40px;
}
#headermenu ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 1px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	text-decoration: none;
}
#headermenu ul li a::before {
    content: "";
    display: block;
    margin: 0 auto;
	background: url( /images/header/i-headermenu.png) no-repeat;
	background-size: 40px 120px;
    width: 40px;
    height: 30px;
}
#headermenu ul li.mypage a::before {
	background-position: 0 0;
}
#headermenu ul li.cart a::before {
	background-position: 0 -30px;
}
#headermenu ul li a:hover {
    opacity: .5;
    text-decoration: none;
}
#headermenu ul li.cart span {
    background-color: #a68359;
    border-radius:50%;
    color: #fff;
    font-size: 12px;
    top: 5px;
    right: 20px;
    margin: 0;
    padding: 1px 1px 0 0;
    position: absolute;
    text-align: center;
    width: 18px;
    height: 18px;
	line-height: 18px;
    z-index: 1000;
	vertical-align: middle;
}

/**search**/
#search-wrap .form {
    display: inline-block;
    margin: 0;
    padding-right: 0;
	width: 100%;	
}
#search-wrap .searchbox {
    position: relative;
    overflow: hidden;
}
#search-wrap .input-wrap {
    margin-right: 70px;
}
#search-wrap .input-wrap input {
	border: solid 1px #89c04a;
	background-color: #efefef;
	/* border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #ccc; */
	font-size: 16px;
	width: 100% ;
	margin: 0;
	padding: 0 10px;
	height: 42px;
	line-height: 24px;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	-webkit-appearance: none;	
	-moz-appearance: none;
	appearance: none;
}
#search-wrap .input-wrap input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    opacity: 1;
}
#search-wrap .b-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #89c04a url(/images/header/i-search.png) no-repeat center center;
		background-size: 22px 22px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 42px;
    width: 70px;
}
.clearable::-ms-clear {
    display: none;
}
#search-wrap .clear_input {
    position: absolute;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
    right: 5px;
    font-size: 26px;
    color: #999;
	text-align: center;
	background:transparent;
  	-webkit-overflow-scrolling: touch
}

/**注目ワード**/
#searchword {
	clear: both;
	margin: 10px 0;
	padding: 0 2px;
	position: relative;
	background: #777;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch
}
#searchword #keyword {
    padding: 0;
    margin: 0;
	line-height:40px;
	height: 40px;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 0;
}
#searchword #keyword li{
    border-radius: 2px;
	list-style:none;
	display: inline-block;
    margin: 0 ;
	border-right: 1px solid #ccc;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);	
	box-sizing: border-box;	
}
#searchword #keyword li:last-child {
      border-right: none;
}
#searchword #keyword li a {
	color:#fff;
	text-align:center;
	display: block;
	text-decoration:none;
    padding: 0 12px;
	-webkit-transform: skew(15deg);
	transform: skew(15deg);	
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
}
#searchword #keyword li:hover {
	background-color:#666;
}
/**search 2025/05改修**/
	#search-wrap {
    padding: 7px;
    margin-top: 15px;
    background-color: #dcedc8;
	}
	.searchRadioTabs {
	display: flex;
	overflow: hidden;
	}
	.searchTab {
	flex: 1;
	text-align: center;
	padding: 12px 0 0;
	font-size: 14px;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	}
	.searchTab.selected {
	background-color: #fff;
	border-top: 3px solid #89c04a;
	color: #000;
	font-weight: bold;
	}
	.searchTab input {
	display: none;
	}
	.searchInputInner{
		background-color: #fff;
		padding:5px 5px 7px;
	}
	.searchInputWrap {
	display: flex;
	margin-top: 7px;
	border: 1px solid #89c04a;
	border-radius: 5px;
	overflow: hidden;
	}
	#searchInput {
	flex: 1;
	padding: 10px;
	font-size: 18px;
	border: none;
	background-color: #efefef;
	}
	.searchBtn {
	background-color: #89c04a;
	padding: 10px 16px;
	border: none;
	display: flex;
	align-items:center;
	justify-content: center;
	}
	.searchBtn .icon-search::before {
	content: "";
	display: inline-block;
	background-image:url(/images/header/i-search.png) ;
    width: 22px;
    height: 22px;
	background-color:#89c04a;
	background-position: center;
    background-size: contain;
	}
	#keywordOption {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	font-size: 14px;
	}
	#keywordOption.show {
	max-height: 300px;
	opacity: 1;
	padding: 10px 10px 0;;
	}
	.searchRadio{
        accent-color: green;
    }
	/** modal **/
	.modal {
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: flex-start;
    padding-top: 15vh;
	justify-content: center;
	z-index: 9999;
	}
	.modal-text{
		margin-bottom: 10px;
	}
	.modal.hidden {
	display: none;
	}
	.modal.show{
		display: block;
	}
	.modal-content {
	background: white;
	padding: 30px 15px;
	border-radius: 8px;
	text-align: center;
	}
	.modal-content button {
    margin: 0 12px;
    font-size: 18px;
    width: 130px;
	}
	.modal-logo{
		margin-top: 35px;
	}


/**category-wrap**/
.category-wrap{
	display: block;
	margin: 0;
	padding: 0;
}
.category-wrap .cate-l-wrap{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;	
}
.category-wrap .cate-l-wrap > li {
	font-size: 15px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.category-wrap .cate-l-wrap > li:first-child {
	border-top: 1px solid #ccc;
}
.category-wrap .cate-l-wrap > li > a {
	display: block;
	box-sizing: border-box;
	padding: 15px 30px 15px 10px;
	color: #575757;
	text-decoration: none;
}
.category-wrap .cate-l-wrap > li > a::before {
	content: "";
	display: inline-block;
	margin: 0 10px 0 0;
	background: url(/images/sp/i-category.png) no-repeat;
	background-size: 40px 210px;
	width: 40px;
	height: 30px;
	vertical-align: top;
}
.category-wrap .cate-l-wrap > li.medicine > a::before {
	background-position: 0 0;
}
.category-wrap .cate-l-wrap > li.cate7 > a::before {
	background-position: 0 -30px;
}
.category-wrap .cate-l-wrap > li.cate5 > a::before {
	background-position: 0 -60px;
}
.category-wrap .cate-l-wrap > li.cate8 > a::before {
	background-position: 0 -90px;
}
.category-wrap .cate-l-wrap > li.cate1 > a::before {
	background-position: 0 -120px;
}
.category-wrap .cate-l-wrap > li.cate3 > a::before {
	background-position: 0 -150px;
}
.category-wrap .cate-l-wrap > li.cate4 > a::before {
	background-position: 0 -180px;
}

/** category-l-m a:after 同じ使う **/
.category-wrap .cate-l-wrap > li > a::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	position: absolute;
	top: 24px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.category-wrap .cate-l-wrap > li.arrow-right > a::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.category-wrap .cate-l-wrap > li.arrow-top > a::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	position: absolute;
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/**category-m-wrap**/
.category-wrap .cate-m-wrap{
	background: #f9f9f9;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.category-wrap .cate-m-wrap:after {
	content: "";
	clear: both;
	display: table;
}
.category-wrap .cate-m-wrap > li {
	font-size: 15px;
	line-height: 1;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	position: relative;
	list-style: none;
	width: 50%;
	float: left;
	box-sizing: border-box;
	height: 60px; 
	overflow: hidden;
}
.category-wrap .cate-m-wrap > li:last-child {
	border-bottom: none;
}
.category-wrap .cate-m-wrap > li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.category-wrap .cate-m-wrap > li a span {
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 28px 0px 10px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 13px;
	color: #888;
}
.category-wrap .cate-m-wrap > li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.category-wrap .cate-m-wrap > li a:after {
	display:inline-block; 
	line-height: 60px; 
	width:0; 
	content:"\00A0"; 
	overflow:hidden; 
	vertical-align:middle;
}

/** info-wrap **/
#info-wrap{
	margin: 0;
}
#info-wrap ul{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;	
}
#info-wrap ul li {
    font-size: 15px;
    line-height: 2;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#info-wrap ul li:first-child {
    border-top: 1px solid #ccc;
}
#info-wrap ul li a {
    display: block;
    box-sizing: border-box;
    padding: 15px 30px 15px 10px;
    color: #575757;
	text-decoration: none;
}
#info-wrap ul li a::before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
	background: url( /images/sp/i-info.png) no-repeat;
	background-size: 40px 270px;
	width: 40px;
    height: 30px;
	vertical-align: top;	
}
#info-wrap ul li.info1 a::before {
	background-position: 0 0;
}
#info-wrap ul li.info2 a::before {
	background-position: 0 -30px;
}
#info-wrap ul li.info3 a::before {
	background-position: 0 -60px;
}
#info-wrap ul li.info4 a::before {
	background-position: 0 -90px;
}
#info-wrap ul li.info5 a::before {
	background-position: 0 -120px;
}
#info-wrap ul li.info6 a::before {
	background-position: 0 -150px;
}
#info-wrap ul li.info7 a::before {
	background-position: 0 -180px;
}
#info-wrap ul li.info8 a::before {
	background-position: 0 -210px;
}
#info-wrap ul li.info9 a::before {
	background-position: 0 -240px;
}
#info-wrap ul li a:hover {
    text-decoration: none;
}
#info-wrap ul li::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 12px;
	height: 12px;
    right: 15px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/**footer**/
footer {
    margin: 20px 0 0 0;
    padding: 20px 0 0;
    background-color: #efefef;
    box-sizing: border-box;
}
footer .copyright {
    padding: 10px 0 40px;
    text-align: center;
    font-size: 14px;
	line-height: 2;
}
footer .footer-nav {
    background-color: gray;
    padding: 15px 5px;
}

footer .footer-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center
}
footer .footer-nav ul li{
	list-style: none none outside;
}
footer .footer-nav ul li a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 0 5px
}

footer .footer-nav ul li:first-child a:before {
    content: ""
}

footer .footer-nav ul li a:before {
    content: "|";
    padding-right: 5px
}

/** help-wrap **/
#help-wrap{
	margin: 0;
}
#help-wrap ul{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;	
}
#help-wrap ul li {
    font-size: 15px;
    line-height: 2;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
#help-wrap ul li a {
    display: block;
    box-sizing: border-box;
    padding: 15px 30px 15px 10px;
    color: #575757;
	text-decoration: none;
}
#help-wrap ul li a::before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
	background: url( /images/icon/i-help.png) no-repeat;
	background-size: 40px 120px;
	width: 40px;
    height: 30px;
	vertical-align: top;	
}
#help-wrap ul li.tel a::before {
	background-position: 0 0;
}
#help-wrap ul li.enquiry a::before {
	background-position: 0 -30px;
}
#help-wrap ul li.faq a::before {
	background-position: 0 -60px;
}
#help-wrap ul li.mailtest a::before {
	background-position: 0 -90px;
}
#help-wrap ul li a:hover {
    text-decoration: none;
}
#help-wrap ul li.tel span{
    font-size: 15px;
	margin: 0 0 0 10px;
}
#help-wrap ul li a::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 12px;
	height: 12px;
    right: 15px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/**sns　詳細ページ、footer**/
.sns {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin: 10px 0px;
}
.sns img {
	width: 24px;
	height: 24px;
}
.mm{
	margin: 10px 0px;
	text-align: center;
}

/**プライバシーポリシー**/
.FooterNavList {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  padding: 16px 0 8px 0;
	color: #575757;
}
.FooterNavListItem{
	list-style: none;
}	
.FooterNavListItemLink {
  margin-left: 8px;
	color: #575757;
	padding: 4px 0;
}
.FooterNavListItemLink:before {
	content: "|";
	padding-right: 8px;
}
.FooterNavListItem:first-child .FooterNavListItemLink:before {
  content: "";
}

/**btn text arrowright**/
.btn-arrowright a{
	display: block;
	text-decoration: none;
    padding: 10px;
	color: #575757;
}

.btn-arrowright a::after {
	display: inline-block;	
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 6px;
	height: 6px;
    right: -5px;
    top: -2px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/**side-navigation**/
#side-navigation {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    box-sizing: border-box;
    overflow: hidden;
}

/** close-wrap **/
#side-navigation .close-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    z-index: 6;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
#side-navigation .close-wrap .b-close{
	height:60px;
	width:60px;
	display:block;
}
#side-navigation .close-wrap .b-close:before{
	content:"";
	position:absolute;
	display:inline-block;
	top:11px;
	left:24px;
	width:2px;
	height:30px;
	border:0;
	margin:0;
	padding:0;
	background-color:#fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#side-navigation .close-wrap .b-close:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:11px;
	left:24px;
	width:2px;
	height:30px;
	border:0;
	margin:0;
	padding:0;
	background-color:#fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/** nav-wrap **/
#side-navigation .nav-wrap {
	top: 0;
	left: 0;
	background: #fff;
	position: absolute;
	width: 85%;
	height: 100%;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
#side-navigation .nav-wrap .menu ul{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;	
}
#side-navigation .nav-wrap .menu ul li {
    float: left;
    text-align: center;
    width: 33.3333%;
    font-size: 100%;
    line-height: 2;
    border-bottom: 3px solid #efefef;
}
#side-navigation .nav-wrap .menu ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    color: #999;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	text-decoration: none;
}
#side-navigation .nav-wrap .menu ul li a::before {
    content: "";
    display: block;
    margin: 0 auto;
	background: url( /images/sp/i-sidenav.png) no-repeat;
	background-size:80px 90px;
    width: 40px;
    height: 30px;
}
#side-navigation .nav-wrap .menu ul li.top a::before {
	background-position: 0 0;
}
#side-navigation .nav-wrap .menu ul li.search a::before {
	background-position: 0 -30px;
}
#side-navigation .nav-wrap .menu ul li.help a::before {
	background-position: 0 -60px;
}
#side-navigation .nav-wrap .menu ul li a:hover {
    opacity: .5;
    text-decoration: none;
}
#side-navigation .nav-wrap .menu .on {
    border-bottom: 3px solid #f97306;
}
#side-navigation .nav-wrap .menu .on a{
    color: #333;
}
#side-navigation .nav-wrap .menu .top.on a::before {
    background-position: -40px 0;
}
#side-navigation .nav-wrap .menu .search.on a::before {
    background-position: -40px -30px;
}
#side-navigation .nav-wrap .menu .help.on a::before {
    background-position: -40px -60px;
}

/**headermenu list**/
#side-navigation ul.menu-list > li{
	font-size:15px;
    line-height: 1.4;	
	color:#333;
	border-bottom:1px solid #cccccc;
	position:relative;
	list-style: none;
    padding: 0;
	margin:0;
}
#side-navigation ul.menu-list > li > a {
	display:block;
    box-sizing: border-box;
	padding: 20px 30px 20px 10px;
	color:#333;
	text-decoration:none;  
}
#side-navigation ul.menu-list > li::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 12px;
	height: 12px;
    right: 15px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
