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


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600&family=Poppins:wght@100;200;300;400;500;600&family=Roboto:wght@100;300;400;500;700&display=swap');

body {
    font-family: 'Roboto','Noto Sans JP',sans-serif;
}

#contents{
    padding-top: 120px;
    /* position: relative; */
    overflow: initial;
}

#header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    width: 1200px;
    /* position: relative; */
}

header,#cart-header {
    background: #FFF;
    position: fixed;
    border-bottom: solid 1px #dedede;
    z-index: 100;
}
#header-inner #hNav {
    width: auto;
    display: block;
    position: relative;
    width: 560px;
}
#header-inner #hNav nav ul {
    display: flex;
}
#header-inner #hNav nav ul li {
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 20px;
    position: relative;
    z-index: 4;
}
#header-inner #hNav nav ul li#header-search{
    margin: 0 20px 0 0;
    width: auto;
    background: none;
    height: auto;
}
#header-inner #hNav nav ul li a {
    background: #FFF;
    width: auto;
    padding: 0;
    color: #333;
}
#header-inner #hNav nav ul li a img {
    margin: 0 10px 0 0;
    vertical-align: middle;
}
#header-inner #hNav nav ul li a img[alt="search"]{
    margin: 0 20px 0 0;
}
#header-inner #logo {
    width: auto;
}
#header-inner h1 {
    max-width: 206px;
}
#header-inner h1 img{
    width: 200px;
}
#header-inner h1 a{
    display: block;
}
#header-inner h1 a:hover img{
	opacity: 1;
}
.sitecopy a {
    color: #4c4948;
    font-size: 13px;
}
#header-inner h2.sitecopy {
    max-width: unset;
    font-weight: 400;
    padding: 5px 0 0 0;
}
.megamenu {
    display: none;
    position: absolute;
    background: #F2EFE6;
    padding: 50px 0;
    z-index: 2;
    width: 100%;
    top: 190px;
    left: 0;
    text-align: center;
    animation-name: fade;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
@keyframes fade {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#header-menu ul {
    display: flex;
    justify-content: space-between;
}
#header-menu ul li {
    margin: 0;
}
#header-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    padding: 0px 20px 35px;
}
#header-menu ul li a:hover span{
	opacity: 0.7;
}
#header-menu ul li a span.en {
    display: block;
    font-size: 12px;
    color: #4c4948;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}
#header-menu ul li a span {
    font-size: 22px;
}


/* header-menu__dropdown */
.header-menu__dropdown {
	position: absolute;
	left: 0;
	top: 91px;
	margin: 0;
	z-index: 5;
	display: none;
	background-color: #F3F3F3;
	border: solid 1px #DDD;
	box-sizing: border-box;
	min-width: 150px;
	padding: 20px 20px !important;
	line-height: 1.5;
	/* box-shadow: 0 10px 10px #78787812; */
	transform: translateY(-12px);
	z-index: 101;
	width: 100%;
}

.hm-cat .header-menu__dropdown {
	width: 100%;
}

.header-menu__dropdown:before {
	/* content: ""; */
	position: absolute;
	top: -18px;
	left: 25%;
	margin-left: -15px;
	border: 9px solid transparent;
	border-bottom: 9px solid #333;
}
.hm-cat .header-menu__dropdown:before {
	left: 17%;
}


.header-navi__item .header-menu__dropdown {
	margin-top: 0;
}
.header-menu__dropdown:not(.megamenu) {
	left: 0;
	transform: translateY(-12px) translateX(0%);
}
.megamenu {
	transform: none;
	opacity: 0;
	transition: all .3s cubic-bezier(.2,.06,.05,.95);
	transition-delay: .3s;
}
.header-menu--has-dropdown>a {
    position: relative;
}
.header-menu--has-dropdown>a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	margin: auto;
	transform: rotate(135deg);
}


.header-menu--has-dropdown:hover .header-menu__dropdown {
	display: flex;
	visibility: visible;
	transform: translateZ(0);
	transition: all .3s cubic-bezier(.2,.06,.05,.95);
	flex-wrap: wrap;
}
.header-menu--has-dropdown:hover .header-menu__dropdown:not(.megamenu) {
	transform: translateZ(0) translateX(0%);
	padding: 50px 0 !important;
}
.user-menu .header-menu__dropdown {
	transform: translateY(-12px);
}
.user-menu .header-menu--has-dropdown:hover .header-menu__dropdown {
	transform: translateZ(0);
}
.header-menu--has-dropdown:hover .megamenu {
	opacity: 1;
	transition-delay: 0s;
}
.header-menu--has-dropdown a {
	opacity: 1;
	transition: none;
}
.header-menu__dropdown > li {
	position: relative;
	width: 25%;
}
.header-menu__dropdown-inner {
	padding: 0 40px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.header-category {
	display: flex;
	justify-content: center;
}
.header-category__categorylist {
	margin-right: 120px;
	margin-left: 100px;	
}
.header-category__categorylist .header-menu__dropdown-item {
	width: 90px;
}
.header-category__itemList {
	column-count: 3;
	column-gap: 0;
}
.header-menu__dropdown-item {
	/* max-width: 175px; */
	font-size: 13px;
	margin: 12px 0;
}
.header-menu__dropdown-item a {
	padding: 4px 0;
	white-space: nowrap;
}
.megamenu .header-menu__dropdown-item a {
	padding: 4px 0;
	white-space: normal;
}
.header-category__itemList .header-menu__dropdown-item {
	margin-right: 70px;
}





span.number_comma.sps-cartItmCnt {
    position: absolute;
    top: 14px;
    left: 13px;
    background: #c8161d;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
}
#header-menu {
	margin: 0;
}

#header-inner #search-wrap{
    padding: 0;
    transition: all 0.3s;
    border-radius: 5px;
    width: 300px;
}
#header-inner #search-wrap.panelactive{
	opacity: 1;
	z-index: 3;
	width: 250px;
	padding: 15px;
	top: 95px;
	left: 20px;
	background: #fffefa;
	box-shadow: 1px 2px 3px 1px #d6d3c8;
}
#header-inner #search-wrap #searchform{
	/* display: none; */
	background: #F2F2F2;
	border-radius: 50px;
	padding: 0 15px;
}
#header-inner #search-wrap.panelactive #searchform{
	display: flex;
	align-items: center;
}
#header-inner #search-wrap input{
	-webkit-appearance:none;
	outline: none;
	color: #333;
	/* width: 20px; */
	/* height: 20px; */
	vertical-align: middle;
}
#header-inner #search-wrap input[type="text"] {
	width: 230px;
	border: none;
	transition: all 0.3s;
	letter-spacing: 0.05em;
	padding: 11px 0;
	background: none;
	margin: 0 10px 0 0;
}
#header-inner #search-wrap input[type="text"]::placeholder {
  color: #AAA;
}

#header-inner h1 {
    max-width: 200px;
    margin: 8px 0 0;
}

#hNav ul#header-nav li a {
    font-size: 15px;
}

#header-inner #logo {
    padding: 5px 0;
}

#hNav ul#header-nav li {
    padding: 23px 0 23px 15px;
}

#header-menu ul.item-category {
    width: 1200px;
    margin: 0 auto;
}

#header-menu ul.item-category li {
    width: 19.5%;
    margin: 0;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 4px;
    border-bottom: none;
    display: block;
    text-align: center;
}

#header-menu ul.item-category li a {
    padding: 0;
}

#header-menu ul.item-category li a img {
    height: 110px;
    margin: auto;
    display: block;
}

#header-menu ul.item-category li a img {}

#header-menu ul.item-category li a p {
    border-top: solid 1px #e2e2e2;
    padding: 20px 0 0;
    margin: 20px 0 0;
    font-size: 16px;
}

section.leftSearch {
    display: none;
}

/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
    display: none;
}

.member_info_cart_info .account_guest {
    display: none;
}

.member_info_cart_info .rank_name_0 {
    display: none;
}

.member_info_cart_info .rankup_none {
    display: none;
}

.member_info_cart_info .nrank_prc_0 {
    display: none;
}

.member_info_cart_info .nrank_cnt_0 {
    display: none;
}

.member_info_cart_info .firstname_guest {
    display: none;
}

.member_info_cart_info .more_maru_1 {
    display: none;
}

.member_info_cart_info .free_shipping_0 {
    display: none;
}

.member_info_cart_info .shipping_box_none {
    display: none;
}

.member_info_cart_info .pointmember_none {
    display: none;
}

.member_info_cart_info .rankmember_none {
    display: none;
}

.member_info_cart_info .memberrank_none_none {
    display: none;
}

.member_info_cart_info #member_info_none_none {
    display: none;
}



@media screen and (max-width: 768px) {
#header-top {
    background: #F2EFE6;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 101;
}
#header-top h1 {
    font-size: 11px;
    font-weight: 400;
    padding: 0;
    letter-spacing: 0.03em;
}
#header-top ul {
    display: none;
}
#header-top ul li {
    margin: 0 0 0 20px;
}
#header-top ul li a {
    font-size: 13px;
}
#header-top-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#header-top ul li a:before {
    content: '\025a0';
    color: #C77966;
    font-size: 80%;
    vertical-align: bottom;
    padding: 0 5px 0 0;
}
#header-inner {
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    width: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    border-bottom: solid 1px #EEE;
    box-sizing: border-box;
}

header,#cart-header {
    background: #FFF;
    z-index: 10;
    position: relative;
}
#header-inner #hNav {
    width: auto;
    display: block;
    margin: 0;
    position: unset;
}
#header-inner #hNav nav ul {
    display: flex;
}
#header-inner #hNav nav ul li {
    width: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 4;
    display: none;
}
#header-inner #hNav nav ul li a {
    box-shadow: none;
    border-radius: 5px;
    width: 54px;
    height: 30px;
    padding: 0;
    color: #4c4948;
    font-size: 0;
    letter-spacing: 0;
}
#header-inner #hNav nav ul li a img {
    max-height: 40px;
    display: block;
    margin: 6px auto 5px;
    position: relative;
    left: -2px;
    width: 22px;
}
#header-inner #logo {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
#header-inner h1 {
    max-width: 141px;
    margin: 0;
}
#header-inner h1 a{
    display: block;
}
#header-inner h1 a:hover img{
	opacity: 1;
}
.shoplogo{
    width: auto;
}
.sitecopy a {
    color: #4c4948;
    font-size: 13px;
}
#header-inner h2.sitecopy {
    max-width: unset;
    font-weight: 400;
    padding: 5px 0 0 0;
    display: none;
}
.megamenu {
    display: none;
    position: absolute;
    background: #F2EFE6;
    padding: 20px 0 30px;
    z-index: 2;
    width: 100%;
    top: 40px;
    left: 0;
    text-align: center;
    animation-name: fade;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
@keyframes fade {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#header-menu ul {
    display: flex;
    background: #F2EFE6;
}
#header-menu ul li {
    margin: 0;
    width: 33%;
    padding: 10px 0;
}
#header-menu ul li:last-child a{
    border: none;
}
#header-menu ul li a {
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    padding: 0;
    display: block;
    border-right: solid 1px #D9D6CE;
}
	#header-menu .megamenu ul li a{
    padding: 0;
    position: relative;
    background: #FFFEFA;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 2px 3px 0px #d6d3c8;
}
#header-menu ul li a:hover span{
	opacity: 0.7;
}
#header-menu ul li a span.en {
    display: block;
    font-size: 12px;
    color: #4c4948;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    display: none;
}
#header-menu ul li a span {
    font-size: 13px;
}
#header-inner h1 img {
    width: 140px;
    vertical-align: middle;
}

#header-menu {
    display: none;
}


#header-inner #hNav nav ul li#header-cart {
    display: block;
    position: absolute;
    left: 12px;
    top: 20px;
}


span.number_comma.sps-cartItmCnt {
    right: 0;
    top: -6px;
}

#contents {
    padding-top: 70px;
}
	
section.leftSearch {
    display: block;
}

}