@charset "utf-8";


/* header トップページと商品詳細ページ共通 */
#header {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}

#header .eplus-logo-panel {
	margin: 20px 0px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

#header .nav-icon {
	display: flex;
	text-align: center;
	justify-content:flex-end;
	gap: 0.5rem;
	margin: 20px 20px;
}

#header .nav-icon #pc-nav-icon {
	display: flex;
	justify-content:flex-end;
}

#nav-area {
	padding:5px 0px;
	z-index: 20;
}

.top-btn {
	cursor: pointer;
}

.favorite-btn {
	cursor: pointer;
}


/* other_header カートページ～入力内容の確認ページ共通 */
#other-header {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}

#other-header .eplus-logo-panel {
	margin: 20px 20px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

#other-header .nav-icon {
	display: flex;
	text-align: center;
	justify-content:flex-end;
	gap: 0.5rem;
	margin: 20px 20px;
}

#category-nav-area {
	display:none;
	margin: 0px 5px;
}



body{
	width:1000px;
	margin:0px auto;
	padding:0px;
	font-size:10pt;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	min-width:960px;
}

div,p,ul,li{
	margin:0px;
	padding:0px;
}

ul,li{
	list-style-type:none;
}

ul,details{
	list-style-type:none;
}

a{
	text-decoration:none;
}

table{
	border-collapse:collapse;
}



#flow{
	padding:20px 0px;
	text-align: center;
}

.default_ttl{
	margin-top:30px;
	margin-bottom:20px;
	font-size:15pt;
	font-weight:bold;
	border-bottom:1pt solid gray;
}

.dspnone{
	display:none;
}

input[type=text] ,input[type=password],select{
	height:50px;
	font-size:11pt;
	border-width:1px;
}

#main{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	width:100%;
}

.default_btn{
	display:inline-block;
	margin:0px auto;
	padding:15px 0px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    width:300px;
}


#btn_panel{
	text-align:center;
	padding:10px 0px;
}

.btn1{
	background-color:#c0996e;
}

.next_btn{
	background-color:#3FA9F5;
}

.back_btn{
	background-color:#ffffff;
	color: #A59E97;
	border: 1px solid #A59E97;
}

#menu{
	color:#ffffff;
	width:80px;
	height:80px;
	position:fixed;
	top:200px;
	right:0px;
	cursor:pointer;
	z-index:4;
	border-radius:5px;
}

#menu .mark_3{
	position:relative;
	width:60px;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin:0px auto;
}

#menu .menu_txt{
	text-align:center;
	font-size:12pt;
}

#menu .m3,
#menu .m3:before,
#menu .m3:after{
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

#menu .m3:before{
	bottom: 8px;
}

#menu .m3:after{
	top: 8px;
}

#menu .mx{
	background-color:rgba(255,255,255,0);
}

#menu .mx:before{
	bottom: 0px;
	transform: rotate(45deg);
}

#menu .mx:after{
	top: 0px;
	transform: rotate(-45deg);
}

#menu span,
#menu span:before,
#menu span:after{
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

#menu span:before{
	bottom: 8px;
}

#menu span:after{
	top: 8px;
}

/*-------------------------
  必須項目・エラー関連
-------------------------*/
.req {
	color:#fff;
	background-color:#e50112;
	font-size: 14px;
	font-weight: bold;
	margin:0px 5px;
	padding:1px 10px;
	border: 1px solid #e50112;
	border-radius:5px;
	/* -webkit-border-radius:15px; */
	/* -moz-border-radius:15px; */
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}

.txt_red{
	color: #e60012;
	font-weight:bold;
}

.err_txt_bg{
	background-color:#ffe7e7;
}

.errmsg_panel {
	padding:10px;
	margin:10px auto;
	border:1pt solid #e60012;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight: bold;
	background-color:#fff;
}

.errmsg_panel .inner{
	width:96%;
	margin:0px auto;
}

#breadCrumb{
	padding:5px 30px;
	width:100%;
	border-top: 1px solid #999999;
	background-color: #F8F8F8;
}

#breadCrumb .inner{
	width:960px;
	font-size: 14px;
	margin:0px auto;
}

#breadCrumb .pn{
	margin-right:5px;
}

.lnktxtcol{
	color:#0076c6;
}

#navbg{
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}

.nav_panel{
	width:376px;
	padding:50px 0px;
	position:fixed;
	top:0px;
	right:-376px;
	z-index:3;
	background-color:#ffffff;
	overflow-y: auto;
}

.nav_panel .nvttl{
	width:320px;
	line-height:40px;
	margin:0px auto;
	position:relative;
}

.nav_panel .nvttl span{
	font-size:12pt;
	margin:0px 10px;
	font-weight:bold;
}

.nav_panel .nvttl span:before{
    content: '';
    display: block;
	height: 20px;
    width: 3px;
    background-color:#b28247;
    position:absolute;
    top:9px;
    left:0px;
}

.nav_panel .topicslist,
.nav_panel .c1list,
.nav_panel .slist{
	width:320px;
	margin:0px auto;
	margin-bottom:30px;
	border-top:1px solid #dddddd;
}

.nav_panel .topicslist .c1,
.nav_panel .c1list .c1{
	line-height:50px;	margin-top:-1px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	position:relative;
}

.nav_panel .c1list .c1 .c1icon{
	width:40px;
	margin-right:5px;
	vertical-align:middle;
}

.nav_panel .c1list .arw0{
	display:inline-block;
	width:48px;
	height:48px;
	text-align:center;
	vertical-align:top;
	font-size:13pt;
	cursor:pointer;
}

.nav_panel .c1list .arw90{
	transform: rotate(90deg);
}

.nav_panel .topicslist .c1n,
.nav_panel .c1list .c1n{
	padding:0px 10px;
	display:inline-block;/*block;*/
	color:#000000;
	font-size:11pt;
	width:248px;
	vertical-align:top;
}

.nav_panel .c2list{
	padding:10px 0px;
	display:none;
	background-color:#eeeeee;
}

.nav_panel .c2list .c2l{
	line-height:25px;
}

.nav_panel .c2list .c2n{
	padding:0px 10px;
	color:#000000;
}

.nav_panel .slist li{
	margin-bottom:10px;
	border-bottom:1px dashed #bbbbbb;
	padding:5px 0px;
}

.nav_panel .slist .lp{
	display:inline-block;
	width:50%;
	text-align:center;
}
.nav_panel .slist .lp img{
	width:90%;
}

.nav_panel .slist .rp{
	display:inline-block;
	margin-left:2%;
	width:48%;
	vertical-align:top;
	font-size:8pt;
	padding:10px 0px;
}

.nav_panel .cupar{
	height:25px;
	margin-top:15px;
	margin-bottom:10px;
}

.nav_panel .udcur{
	background-color:#f5f5f5;
	display:inline-block;
	width:100%;
	text-align:center;
	line-height:25px;
	cursor:pointer;
	color:#aaaaaa;
	margin:0px auto;
	font-size:11pt;
}

.nav_panel #upsc{
	border-radius:10px 10px 0px 0px;
}

.nav_panel #dwnsc{
	border-radius: 0px 0px 10px 10px;
}

.checked-panel {
	margin: 10px 0px 30px 0px;
	clear:both;
}

.checked-panel .checked-panel-title {
	margin-bottom: 15px;
}

.checked-panel .checked-panel-title li {
	font-size: 16px;
	font-weight: bold;
}

/*-------------------------
  トップページと商品詳細ページ共通の「チェックした商品」のスライダー
-------------------------*/
.swiper-wrapper {
	align-items: stretch;
	display: flex;
}

.common-swiper-slide {
	width:20%;
	height: auto;
	flex:0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
	z-index:1;
}

.common-swiper-container {
	height: auto;
    margin-bottom: 40px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
	border: 1px solid #DADCE0;
	border-radius: 5px;
    background-color: #DADCE0;
}

.common-swiper-button-next,
.common-swiper-button-prev {
    color: black;
}

/* 前へ次への矢印カスタマイズ */
.common-swiper-button-prev,
.common-swiper-button-next {
    height: 50px;
    width: 50px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	display: block !important;
	z-index: 10;
}

.common-swiper-button-prev.swiper-button-disabled,
.common-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* 前へ次への矢印カスタマイズ */
.common-swiper-button-prev::after,
.common-swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
	display:block;
}

.common-swiper-button-prev {
    left: 10px;
}
.common-swiper-button-next {
    right: 10px;
}

.common-swiper-slide .itembox {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* 画像サイズ調整 */
.common-swiper-slide img {
    height: auto;
    width: 100%;
}

/* 商品画像 */
.common-swiper-slide .item-image {
	width: 100%;
	object-fit: cover;
}

/* 商品情報エリア */
.common-swiper-slide .item-info {
	font-size: 12px;
	font-weight: 200;
	text-align: left;
	height: 50px;
	position: relative;
	padding: 10px;
	background: #f8f8f8;
}

/* ハートボタンのエリア */
.common-swiper-slide .heart-btn {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

/* 修正したハートマーク */
.common-swiper-slide .heart {
	position: relative;
	width: 10px;
	height: 10px;
	background: #ccc;
	transform: rotate(-45deg);
	border-radius: 0 0 0 0;
	display: inline-block;
	transition: background 0.3s;
}

.common-swiper-slide .heart::before,
.common-swiper-slide .heart::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	transition: background 0.3s;
}

/* 左右対称に修正 */
.common-swiper-slide .heart::before {
	top: -5px;
	left: 0;
}

.common-swiper-slide .heart::after {
	top: 0;
	left: 5px;
}

/* クリック時に赤くする */
.common-swiper-slide .heart.active,
.common-swiper-slide .heart.active::before,
.common-swiper-slide .heart.active::after {
	background: red;
}



/*head*/

.txt-cacode {
	width:250px;
	height:40px;
	font-size:13px;
    border-radius: 8px;
	border: 1px solid #7d7d7d;
	padding: 2px 15px;
}



.ca-btn {
	width:130px;
	height:50px;
	color:#fff;
	margin-left:10px;
}


.sub-panel {
	width:35%;
	margin: 30px 10px 30px 30px;
	display:flex;
	flex-direction: column;
}

.search-panel .search-panel-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin:10px 0px;
}



.category-panel {

}

.category-panel .category-panel-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin:50px 0px 10px 0px;
}

.category-panel .category-panel-list ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.category-panel .category-panel-list ul li details ul li  {
	width:100%;
}

.category-panel .category-panel-list ul .category-panel-list-block {
	width: 100%;
	text-align: left;
}

.category-panel-list-block details summary {
	height:50px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	display: block;
	border-bottom: 1px solid #7d7d7d;
}

.category-menu-inner .nav-category-menu-items .nav-category-menu-item details summary {
	/* width:240px; */
	height:50px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	/* list-style-type: none; */
	display: block;
	border-bottom: 1px solid #7d7d7d;
}



summary::-webkit-details-marker {
	/* Safariで表示されるデフォルトの三角形アイコンを消します */
	display: none;
}

.summary-inner {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

.category-icon {
	width: 45px;
	height: 45px;
	margin-right:10px;
}

.category-list-detail-inner {
	/* width:240px; */
	background-color:#f9f5f0;
	border-bottom: 1px dotted #7d7d7d;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

.nav-menu-category-inner {
	/* width:230px; */
	cursor: pointer;
	/* margin-right:30px; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nav-menu-present {
	width:350px;
	cursor: pointer;
	margin-right:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nav-menu-present-inner1 {
	font-size: 14px;
	color:#000;
	border-bottom: none;
}

.nav-menu-present-inner2 {
}

.nav-menu {
	width:350px;
	cursor: pointer;
	margin-right:30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nav-menu-inner1 {
	font-size: 14px;
	color:#000;
	border-bottom: none;
}

.nav-menu-inner2 {
}

.category-list-detail-all-inner {
	/* width:240px; */
	background-color:#f9f5f0;
	border-bottom: 1px solid #7d7d7d;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

.category-list-detail {
	width:210px;
	height:50px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	padding-left: 20px;
	/* vertical-align: middle; */
	/* border-bottom: 1px dotted #7d7d7d; */
	background-color:#f9f5f0;
    display: flex;
    align-items: center;
}

.category-list-detail-all {
	width:210px;
	height:50px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	padding-left: 20px;
	/* border-bottom: 1px solid #7d7d7d; */
	background-color:#f9f5f0;
    display: flex;
    align-items: center;
}

.category-list-detail-icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform: rotate(270deg);
	transform-origin: center 43%;
	transition: transform 0.4s;
}

.category-list-detail-icon::before,
.category-list-detail-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #7d7d7d;
}

.category-list-detail-icon::before {
	left: 0;
	transform: rotate(45deg);
}

.category-list-detail-icon::after {
	right: 0;
	transform: rotate(-45deg);
}



.nav-menu-icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform: rotate(270deg);
	transform-origin: center 43%;
	transition: transform 0.4s;
}

.nav-menu-icon::before,
.nav-menu-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #7d7d7d;
}

.nav-menu-icon::before {
	left: 0;
	transform: rotate(45deg);
}

.nav-menu-icon::after {
	right: 0;
	transform: rotate(-45deg);
}



.category_panel_list_block_title {
	border-bottom: 1px solid #7d7d7d;

}



/* --------アイコンを作ります-------- */
.icon {
	display: block;
	position: relative;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .icon {
	transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #7d7d7d;
}

.icon::before {
	left: 0;
	transform: rotate(45deg);
}

.icon::after {
	right: 0;
	transform: rotate(-45deg);
}



.cate_image {
	width: 40px;
}

.category_panel .category_panel_list ul .category_panel_list_block details ul li {
	width: 100%;
	border-bottom: 1px solid #7d7d7d;
}

.kws{
	padding:2px 15px;
	width:250px;
	border-radius:15px 15px 15px 15px;
	border-left:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	vertical-align:middle;
}

.search-btn {
	width:250px;
	height:40px;
	margin:10px 0px;
}

.kwbtn:hover,
.kwbtn:focus{
	background-color:#b28247;
	background-image:url(../../image/common/icon_search_on.png);
}

/**/



/* category menu start */
/*============
nav
=============*/
.category-nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 0%;
	height: 50%;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open .category-nav {
	width: 1000px;
	height:550px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.category-nav .category-inner {
	width:100%;
	height:100%;
	background-color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	opacity: .8;
}

.category-nav .category-inner .category-menu-inner {
	width: 95%;
	height:100%;
	list-style: none;
	margin: 0;
	padding: 20px 10px 20px 50px;
	background-color: #fff;
}

.category-nav .category-inner .category-menu-inner .nav-category-menu-title {
	width:240px;
	font-size:16px;
	font-weight: bold;
	position: relative;
	margin: 10px 0px;
}

.nav-category-menu-items-position {
	display:flex;
}

.nav-category-menu-items-position .nav-category-menu-items {
	display:flex;
	flex-wrap: wrap;
}

.category-nav .category-inner .category-menu-inner .nav-category-menu-item {
	width: 270px;
	margin-right: 10px;
	border-bottom: none;
	/* padding: 10px; */
	display: inline-block;
}

.category-nav .category-inner .category-menu-inner .nav-category-menu-item details summary {
	display: block;
}

.category-close-area {
	/* margin-top:15px; */
	margin-left:10px;
	color:#fff;
	font-size:40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 9999;
}


@media screen and (max-width: 767px) {
	nav {
		left: -220px;
		width: 220px;
	}
}

/*============
.category-toggle-btn
=============*/
.category-toggle-btn {
	display: block;
	position: sticky;
	/* top: 30px; */
	/* right: 30px; */
	/* width: 30px;
	height: 30px; */
	transition: all .5s;
	cursor: pointer;
	z-index: 1;
}

.open .category-toggle-btn {
	display:none;
}

/*============
#category-mask
=============*/
#category-mask {
	display: none;
	transition: all .5s;
}

.open #category-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}

/* category menu end */



/* hamburger menu start */
/*============
nav
=============*/
.nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 0%;
	height: 50%;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open .nav {
	width: 1000px;
	height:550px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.open .other-nav {
	height:350px;
}

.nav .inner {
	width:100%;
	height:100%;
	background-color: #000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	opacity: .8;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}

.nav .inner .menu-inner {
	width: 95%;
	height:100%;
	list-style: none;
	margin: 0;
	padding: 20px 10px 20px 50px;
	background-color: #fff;
}

.nav .inner .menu-inner .nav-menu-catalog-information {
	width:300px;
	font-size:16px;
	font-weight: bold;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #333;
}

.nav .inner .menu-inner .nav-menu-category-choice {
	/* width:1000px; */
	font-size:16px;
	font-weight: bold;
	position: relative;
	margin-top: 30px;
	border-bottom: 1px solid #333;
}

.nav .inner .menu-inner .nav-menu-others {
	/* width:1000px; */
	font-size:16px;
	font-weight: bold;
	position: relative;
	margin-top: 30px;
	border-bottom: 1px solid #333;
}

.nav .inner .menu-inner ul .nav-menu-catalog-item {
	font-size:14px;
	border-bottom: none;
	padding: 5px 0px;
}

.nav .inner .menu-inner .nav-menu-logout {
	border-bottom: none;
	margin: 10px 0px;
}

.nav .inner .menu-inner .nav-menu-logout a .logout-btn {
	width:230px;
	height:40px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #7d7d7d;
	border-radius: 10px;
	background-color: #fff;
}

.nav-menu-search-panel {
	display: none;
}

.nav .inner .menu-inner .nav-menu-category-items {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.nav .inner .menu-inner .nav-menu-category-items .nav-menu-category-item {
	font-size: 14px;
	color:#000;
	width:200px;
	height:40px;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
	margin-right:10px;
}

.nav .inner .menu-inner .nav-menu-others-items {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
}

.nav .inner .menu-inner .nav-menu-others-items .nav-menu-others-item1 {
	width:90%;
	border-bottom: none;
	display: flex;
	padding: 10px 10px 10px 0px;
}

.nav .inner .menu-inner .nav-menu-others-items .nav-menu-others-item2 {
	width:90%;
	border-bottom: none;
	display: flex;
	padding: 10px 10px 10px 0px;
}

.nav .inner .menu-inner .nav-menu-others-items div span a {
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.2s;
}

.close-area {
	/* margin-top:15px; */
	margin-left:10px;
	color:#fff;
	font-size:40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 9999;
}



@media screen and (max-width: 767px) {
	nav {
		left: -220px;
		width: 220px;
	}
}

/*============
.toggle-btn
=============*/
.toggle-btn {
	display: block;
	position: sticky;
	/* top: 30px; */
	/* right: 30px; */
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	/* z-index: 3; */
}

.toggle-btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
	transition: all .5s;
}

.toggle-btn span:nth-child(1) {
	top: 4px;
}

.toggle-btn span:nth-child(2) {
	top: 14px;
}

.toggle-btn span:nth-child(3) {
	bottom: 4px;
}

/*============
#mask
=============*/
#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}

/* hamburger menu end */



/* footer トップページと商品詳細ページ共通 */
#footer {
	padding:20px 0px 10px 0px;
	font-size:9pt;
	overflow:auto;
	/* width:100%; */
	/* min-width:960px; */
	border-top:1px solid #999999;
	text-align:center;
}

#footer .harmonick-logo {
	margin-bottom: 10px;
}

#footer .harmonick-logo .harmonick-logo-img {
	width:168px;
	height:40px;
}

#footer .copyright {
	margin:0px;
}

#footer .copyright .copyright-text {
	font-size:11px;
	color:#4d4d4d;
	padding:1px 0px;
}

#sp-fixed-menu {
	display:none;
}



/* footer カートページ～申込完了ページ共通 */
#other-footer {
	padding:20px 0px 10px 0px;
	font-size:9pt;
	overflow:auto;
	/* width:100%; */
	/* min-width:960px; */
	border-top:1px solid #999999;
	text-align:center;
}

#other-footer .harmonick-logo {
	margin-bottom: 10px;
}

#other-footer .harmonick-logo .harmonick-logo-img {
	width:168px;
	height:40px;
}

#other-footer .copyright {
	margin:0px;
}

#other-footer .copyright .copyright-text {
	font-size:11px;
	color:#4d4d4d;
	padding:1px 0px;
}


input::placeholder{
	color: #ccc;
}

@media (max-width: 599px) {
	#category-nav-area {
		display:block;
	}

	body {
		width:100vw;
		min-width:0px;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	#header {
		padding:2vh 2vw;
	}

	#header .eplus-logo-panel {
		margin:20px 10px;
	}

	#header .eplus-logo-panel img {
		width:50vw;
	}

	#other-header {
		padding:10px;
	}

	#other-header .eplus-logo-panel {
		margin:20px 10px;
	}

	#other-header .eplus-logo-panel img {
		width:50vw;
	}

	/* header */
	#header .nav-icon #pc-nav-icon {
		display:none;
	}

	.open .nav {
		width:100vw;
		height:75vh;
	}

	.nav .inner {
		width:100%;
		height:auto;
	}

	.nav .other-inner {
		height:100%;
	}

	.nav .inner .menu-inner {
		width: 85vw;
		padding:20px;
	}

	.nav .inner .menu-inner .nav-menu-catalog-information {
		width:70vw;
	}

	.nav .inner .menu-inner ul .nav-menu-catalog-item {
		padding: 10px 0px;
		margin: 0px;
	}

	.nav .inner .menu-inner .nav-menu-logout a .logout-btn {
		width:70vw;
	}

	.nav .inner .menu-inner .nav-menu-category-choice {
		display:none;
	}

	.nav-menu-category-items {
		display:none;
	}

	.nav .inner .menu-inner .nav-menu-category-items .nav-menu-category-item {
		display:none;
	}

	.nav-menu-category-inner {
		display:none;
	}

	.nav-menu-present {
		width:70vw;
		margin-top:8px;
		margin-bottom:8px;
	}

	.nav-menu-present-inner {
		width:70vw;
		margin:5px 0px;
	}

	.nav-menu {
		width:70vw;
		margin-top:8px;
		margin-bottom:8px;
	}

	.nav-menu-inner {
		width:70vw;
		margin:5px 0px;
	}
	
	.nav .inner .menu-inner .nav-menu-others {
		width:70vw;
		margin-right:0px;
	}

	.nav-menu-others-items {
		display:flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.nav .inner .menu-inner .nav-menu-others-items .nav-menu-others-item1 {
		width:70vw;
		flex-direction: column;
		padding:10px 10px 0px 0px; 
	}
	
	.nav .inner .menu-inner .nav-menu-others-items .nav-menu-others-item2 {
		width:70vw;
		flex-direction: column;
		padding:0px 10px 10px 0px;
	}

	.nav-menu-search-panel {
		display: block;
		margin:20px 0px;
	}

	.nav-menu-search-panel .search-panel-title {
		width:70vw;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		margin: 30px 0px 0px 0px; 
		border-bottom: 1px solid #333;
	}

	.menu-inner .nav-menu-search-panel input {
		width:70vw;
		font-size: 14px;
		margin:10px 0px
	}

	.menu-inner .nav-menu-search-panel .search-btn {
		width:70vw;
		font-size: 14px;
		margin:0px;
	}


	.errmsg_panel .inner{
		text-align:center;
	}

	#breadCrumb {
		padding: 10px;
		margin-bottom: 0px;
	}

	#breadCrumb .inner {
		width:100%;
		font-size:12px;
	}

	/* top p_menu */
	.ca-btn {
		height:40px;
	}


	/* footer トップページと商品詳細ページ共通 */
	#footer {
		width:96vw;
		margin: 0px 2vw;
	}

	/*メニューをページ下部に固定*/
	#sp-fixed-menu {
		display: block;
		position:sticky;
		width: 100vw;
		bottom: 0px;
		font-size: 0;
		opacity: 0.9;
		z-index: 99;
		border-top: 1px solid #7d7d7d;
		background-color: #fff;
	}
 
	/*メニューを横並びにする*/
	#sp-fixed-menu ul {
		display: flex;
		list-style: none;
		padding:0;
		margin:0;
		width:100%;
 	}
 
 	#sp-fixed-menu li {
		justify-content: center;
		align-items: center;
		width: 50%;
		padding:10px;
		margin:0;
		font-size: 14px;
		border-right: 1px solid #fff;
	}
	
	/*ボタンを調整*/
	#sp-fixed-menu li a {
		color: #fff;
		text-align: center;
		display:block;
		width: 100%;
		padding:0px;
 	}

	/* ボタンのアイコンの大きさを調整 */
	#sp-fixed-menu li a img {
		height: 48px;
 	}


	
	/* footer カートページ～申込完了ページ共通 */
	#other-footer {
		width:80vw;
		margin: 0px 10vw;
	}

	input[type=text] ,input[type=password],select{
		font-size:16px;
		height: 40px;
	}

	#flow img{
		width: 80%;
	}

	#btn_panel{
		display: flex;
		flex-direction: column;
	}

	.next_btn{
		order: 1;
		margin-bottom: 10px;
	}

	.back_btn{
		order: 2;
	}

	.default_btn{
		width: 90%;
	}

	/* footer カテゴリスライドメニュー */
    .category-close-area {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-category-menu-items-position .nav-category-menu-items {
        display: grid;
    }

    .open .category-nav {
        width: 100%;
        height: 80%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        z-index: 20;
    }

    .category-nav .category-inner {
        width: 100%;
        height: auto;
    }

    .category-nav .category-inner .category-menu-inner {
        padding: 0 10px;
    }

    .category-nav .category-inner .category-menu-inner .nav-category-menu-item {
        width: 100%;
        margin-right: 0;
    }

    .nav-category-menu-items-position .nav-category-menu-items {
        width: 100%;
    }
	.category-list-detail {
		width: 100%;
	}
}

