@charset "UTF-8";

body {
	line-height: 1.5;
	background: #FFFFFF;
	font-size: 12px;
	font-family: "yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}


/* HEADER 関連 */
.header_top_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	/* height: 81px !important; */
}
#headTop {
	width: 100%;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px #555 solid; */
}
#headBottom {
	width: 100%;
	padding: 0;
	height: auto;
}
.logo_link {
	width: 40%;
	display: block;
	margin: 0 auto;
}
.logo_link img {
	width: 100%;
}
#naviCategory {
	display: none;
}
#searchArea {
	display: none;
}
.eb_header_info_area {
	margin: 0 auto;
}
.eb_header_info_area li a {
	text-align: center;
	display: block;
	height: 30px;
	background: #ccc;
	line-height: 30px;
}

.header_bottom_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_bottom_menu {
	background: #494949;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.header_bottom_menu a {
	width: calc( 100% / 5 - 10px );
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 0;
	height: 50px;
	position: relative;
}
.header_bottom_menu a img {
	width: 20px;
	display: block;
	margin: 0 auto 3px;
}
.header_bottom_menu a .header_bottom_menu_name {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.number_of_cart {
	color: #fff;
	font-size: 8px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	position: absolute;
	right: 20%;
	top: 8px;
	z-index: 10;
	background: #ad0000;
}
li.cart .number_of_cart {
	color: #fff;
	font-size: 8px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	position: absolute;
	right: 30%;
	top: 35px;
	z-index: 10;
	background: #ad0000;
}
li.icon_menu a {
	position: relative;
}
li.icon_menu a .number_of_cart {
	color: #fff;
	font-size: 8px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 16.5px;
	text-align: center;
	position: absolute;
	right: -20%;
	top: -5px;
	z-index: 10;
	background: #ad0000;
	text-indent: 2.5px;
}



/* SP MENU 関連 */
.drawer {

}
.nav_bg {
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.9);
	transition: .1s;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}
.drawer-nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	overflow: scroll;
	width: 86%;
	height: 100%;
	color: #222;
	background-color: #fff;
	transition: .4s;
	-webkit-overflow-scrolling: touch;
}
.drawer-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.drawer-close img {
	width: 24px;
}
.drawer--left .drawer-nav {
	left: -100%;
}
.openNav .nav_bg {
	opacity: 1;
	visibility: visible;
}
.openNav .drawer--left .drawer-nav {
	left: 0;
}



.spheader {
	height: 25px;
	position: inherit;
	z-index: 999 !important;
}
.spheader .spfixbar {
	width: 100%;
	/*position: absolute;
top: 20px;*/
}
.spheader.spfixed .spfixbar {
	position: fixed;
	/*通常top: 0px;*/
	/*カラー帯設置時*/
	top: 20px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.75);
	/**/
	margin-top: -20px;
}
.sp_ttl {
	width: 100%;
	background: #333;
	height: 20px !important;
	color: #FFF;
	font-size: 0.95rem;
	text-align: center;
	padding-top: 2px;
	/*margin-bottom:10px;*/
	/*border-bottom:1px #333 solid;*/
}
a {
	text-decoration: none;
}
.sidebar {
	font-size: 0.9rem;
	line-height: 1.0;
	width: 100%;
	/*
position: fixed;
color: #fff !important;
top: 0;
left: 0;
bottom: 0;
z-index:999;
margin-top:40px;
overflow-y: scroll;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
background-color: rgba(51,51,51,0.9); */
}
.sidebar .login {
	text-align: left;
}
.sidebar a {
	/* color: #fff !important; */
	display: block;
	padding: 0px 15px;
}
.sidebar a.sidetxt_red {
	/*color: #C93 !important;*/
	font-size: 100%;
	line-height: 0.5;
	font-weight: bold;
}

.sidebar>div {
	border-bottom: 1px #e1e1e1 solid;
}
.sidebar p.mypage a:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 10px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_login_black.png);
	-webkit-background-size: 400px 400px;
	background-size: 100%;
	background-position: left;
}
.sidebar p a:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 10px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	background-position: left;
}
.sidebar p a#loginButtonSP:before {
	top: 9px;
}
.login .small {
	font-size: 11px;
	margin-top: 5px;
	display: block;
	color: #fff;
	width: 100%;
	text-align: left;
}
.login-display-false {
	display: none;
}
.logout-display-true {
	display: none;
}
.sidebar p.mypage a i {
	width: 20px;
	font-size: 19px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	left: 10px;
}
.sidebar p a.sns:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	content: "";
	width: 25px;
	height: 25px;
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	-webkit-background-size: 500px 500px;
	background-size: 500px 500px;
	background-position: left;
}
.sidebar p.member>a:before {
	background-position: 0px -60px;
}
.sidebar p.login>a:before {
	background-position: 0px -100px;
}
.sidebar p.rogout>a:before {
	background-position: 0px -240px;
}
.sidebar p.cart>a:before {
	background-position: 0px -40px;
}
.sidebar p.favorite>a:before {
	background-position: 0px 0px;
}
.sidebar p.newsletter>a:before {
	background-position: 0px -80px;
}
.sidebar p.instagram>a:before {
	background-position: 0px -150px;
}
.sidebar p.twitter>a:before {
	background-position: 0px -175px;
}
.sidebar p.facebook>a:before {
	background-position: 0px -200px;
}
.sidebar p.line>a:before {
	background-position: 0px -250px;
}
.sidebar p.newarrival>a:before {
	background-position: -20px 0;
}
.sidebar p.ranking>a:before {
	background-position: -20px -220px;
}
.sidebar p.arrow>a:before {
	background-position: 0px -180px;
}
.sidebar p.bgnone>a:before {
	background: none;
}
.sp_nav p>a {
	display: block;
	position: relative;
	padding: 6px 20px 6px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1em 0;
}
.sp_nav p>a#loginButtonSP {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* height: 40px; */
}
.sidebar .sns_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sns_icon p {
	margin: 0;
}
.sns_icon p a {
	padding: 10px 15px !important;
	position: relative;
}

/*検索エンジン*/
.sp_input-txt-area {
	/*border: 1px solid #ccc;*/
	width: 70%;
	background: #FFF;
	position: relative;
	margin: 0 auto;
}
.sp_input-txt-area .sp_input-txt {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
	border: none;
	padding: 7px 30px 7px 7px;
	background: #FFF;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	transform: scale(1);
	height: 32px;
	vertical-align: bottom;
	display: inline-block;
	border: 1px solid #ccc;
}
.sp_input-txt-area .sp_input-txt:focus {
	outline: none;
	background: white;
}
.sp_input-txt-area .sp_input-button {
	padding: 7px 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
}
.sp_input-button i, .input-button i {
	font-size: 14px;
	width: 20px;
}
/*会員情報*/
#spcustomer {
	font-size: 0.8rem;
	/* color: #FFF; */
}
#spcustomer div {
	text-align: left;
	/* color: #FFF; */
	line-height: 1.5;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
}
#spcustomer div.FS2_repeater {
	width: calc( 80% );
}
#spheadArea>div#spheadArea_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	/* padding-top:8px; */
	position: relative;
}
#spheadArea>div>a {
	/* position: absolute;
top: 25px;
width: 100%;
left: 0; */
	display: inline-block;
}
/*#spheadArea div a > img {
width:19%;
}*/
#spheadArea div a>img.splogo {
	max-height: 100%;
	/* height:100%; */
	width: auto;
	margin-top: 18px;
	max-width: 60px;
}

.section {
	margin: 0 auto;
	font-size: 12px;
}
.section__text {
	margin-bottom: 20px;
}
.accbox_info {
	margin: -0.5em auto;
	width: 96%;
}
.mypage_btn {
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_login_black.png) no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	background-size: contain;
}
.mypage_point_box {
	font-size: 11px;
	position: absolute;
	bottom: -10px;
	min-width: 30px;
	background: unset;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	left: 0;
	max-width: max-content;
}
#spcustomer {
	padding: .5em 0;
}
#loginButtonSP {
	font-size: 12px;
	/* color: #fff; */
}
#loginButtonSP_span {
	display: inline-block;
	padding: 20px 30px 20px 0px;
	color: #fff;
}
#logoutButtonSP {
	padding: 15px 0;
}
#logoutButtonSP ul {
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#logoutButtonSP ul li {
	display: inline-block;
	width: 31.3333%;
	margin: 0 1%;
}
#logoutButtonSP ul li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-bottom: 28px;
}
#logoutButtonSP ul li.cart a {
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_cart_white.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center bottom;
	border-bottom: none;
}
#logoutButtonSP ul li.history a {
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_check_white.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center bottom;
	border-bottom: none;
}
#logoutButtonSP ul li.favorite a {
	background: url(https://ambient.itembox.design/item/assets/images/icon/icon_heart_white.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center bottom;
	border-bottom: none;
}
.sidebar a.show_search_area {
	display: block;
	margin-top: 3px;
	padding: 15px 10px;
	text-align: center;
}
.show_search_area img {
	width: 90%;
}



/**リニューアル2016/03**/
#side_cate {
	margin-bottom: 0;
	width: 100%;
}
#side_cate h2 {
	/*background: url(https://ambient.itembox.design/item/assets/images/side-category_sm.png) no-repeat #bacada;
background-size:30%;
background-position:10px;*/
	height: 40px;
	padding-top: 15px;
	background: #eee;
	margin: 0;
	border-bottom: none;
	width: 100%;
}
.contents-cate a:visited {
	color: #333;
}
.contents-cate a:after {
	content: none;
	/* font-family: FontAwesome; */
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	background-position: 0px -180px;
	background-size: 400px 390px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	/* padding: 10px; */
	width: 20px;
	height: 10px;
	top: 17px;
	right: 10px;
	opacity: .5;
}
.contents-cate ul {
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
	margin: -1px 0;
	position: relative;
}
.contents-cate li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
}
.contents-cate li:last-child {
	border-bottom: 1px solid #e1e1e1!important;
}
.contents-cate li h3 {
	font-size: 12px;
	/* font-size: 0.875rem; */
}
.contents-cate li h3 a {
	display: none;
}
.contents-cate li h3 a span {
	display: none;
}
.contents-cate li h3 span {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
	cursor: pointer;
}
.contents-cate li h3 span:after {
	content: '';
	/* font-family: FontAwesome; */
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	background-position: 0px -180px;
	background-size: 400px 390px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	/* padding: 10px; */
	width: 20px;
	height: 10px;
	top: 17px;
	right: 10px;
}
.contents-cate li h3 .ja {
	display: block;
	cursor: pointer;
}
.contents-cate li h3 .en {
	display: none;
}
.contents-cate li.allitem {
	display: block;
}
.contents-cate li.allitem h3 a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
}
.contents-cate li ul.second_menu {
	/* background: #656565; */
	color: #656565;
	/* display: none; */
	left: -86%;
	transition: transform .3s;
	width: 86%;
	height: 100vh;
	position: fixed;
	top: 0;
	overflow-y: scroll;
	display: block;
	background: #fff;
	z-index: 1;
	transition: .4s;
}
.contents-cate li ul.third_menu {
	/* background: #656565; */
	color: #656565;
	/* display: none; */
	left: -86%;
	transition: transform .3s;
	width: 86%;
	height: 100vh;
	position: fixed;
	top: 0;
	overflow-y: scroll;
	display: block;
	background: #fff;
	z-index: 2;
	transition: .4s;
}
.contents-cate li ul.second_menu.second_menu_open {
	left: 0;
}
.contents-cate li ul.third_menu.third_menu_open {
	left: 0
}
.contents-cate li ul.second_menu li ul.third_menu {
	/* background: #909090; */
	/* display: none; */
}
.contents-cate li ul li {
	display: block;
	margin: -1px 0;
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.contents-cate li ul li ul li:nth-child(even) {
	/* border-right: 1px solid #fff; */
}
.contents-cate li ul li:last-child {
	border-bottom: 1px solid #fff;
}
.contents-cate li ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
}
.contents-cate li ul li > span.second_menu_close {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 10px 10px 40px;
	background: #e1e1e1;
}
.contents-cate li ul li > span.third_menu_close {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 10px 10px 40px;
	background: #e1e1e1;
}
.contents-cate li ul li > span.second_menu_close:after {
	content: '';
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	background-position: 0px -180px;
	background-size: 400px 390px;
	display: block;
	position: absolute;
	right: 0;
	/* padding: 10px; */
	width: 20px;
	height: 10px;
	top: 17px;
	left: 10px;
	transform: rotate(180deg);
	opacity: .5;
}
.contents-cate li ul li > span.third_menu_close:after {
	content: '';
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	background-position: 0px -180px;
	background-size: 400px 390px;
	display: block;
	position: absolute;
	right: 0;
	/* padding: 10px; */
	width: 20px;
	height: 10px;
	top: 17px;
	left: 10px;
	transform: rotate(180deg);
	opacity: .5;
}
.contents-cate li ul li:last-child {
	border-bottom: 1px solid #fff;
}
.contents-cate li ul li span {
	padding: 0;
	display: block;
	/* color: #fff; */
	position: relative;
}
.contents-cate li ul li span:after {
	/* content: '\f067';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px; */
}
.third_menu_open_btn:after {
	content: ""!important;
}
.acordion-open span:after {
	/* content: '\f068'!important; */
}
.third_menu_acordion-open span:after {
	/* content: '\f068'!important; */
}










/* FOOTER 関連 */

#footer-area_2023 {
	background: #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: "Cormorant", "YuGothic", "Yu Gothic medium", "Hiragino Sans3", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#footer-area_2023 #footer-contact {
	margin-bottom: 24px;
	text-align: center;
}
#footer-area_2023 #footer-contact .contact_title {
	color: #383838;
	margin-bottom: 6px;
}
#footer-area_2023 #footer-contact .contact_link a {
	color: #383838;
	font-size: 20px;
	letter-spacing: .2em;
	text-decoration: underline;
}
#footer-area_2023 a, #footer-area_2023 a:visited {
	color: #383838;
	letter-spacing: 0;
}
#footer-area_2023 #footer-menu, #footer-area_2023 #footer-category {
	width: 49%;
	display: inline-block;
	padding: 4% 0% 4% 6%;
	vertical-align: top;
}
#footer-area_2023 .footer_title {
	color: #383838;
	margin-bottom: 12px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#footer-area_2023 #footer-menu ul li {
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#footer-area_2023 #footer-category ul {
	margin-bottom: 30px;
}
#footer-area_2023 #footer-category ul li {
	margin-bottom: 12px;
	font-size: 12px;
	/* letter-spacing: 0.1em; */
}
#footer-area_2023 #footer-sns-icon {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 12px;
}
#footer-area_2023 #footer-sns-icon .footer_icon div {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	font-size: 30px;
}
#footer-area_2023 #footer-sns-icon > div i {
	color: #1c2b4e;
}
#footer-area_2023 #footer-logo {
	text-align: center;
}
#footer-area_2023 #footer-logo a {
	display: inline-block;
	margin-bottom: 18px;
}
#footer-area_2023 #footer-logo a img {
	width: 150px;
}
#footer-area_2023 #footer-copy {
	text-align: center;
	color: #383838;
	margin-bottom:20px;
}
#footer-area_2023 #footer-copy p {
	color: #383838;
}
#eb_contact_outer_wrap {
	width: 100vw;
	height: 100vh;
	opacity: 0.8;
	background: #000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#eb_contact {
	display: none;
	width: 90%;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 29999;
}
#eb_contact .eb_container {
	background-color: #454545;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	background-color: #FAFAFA;
}
#eb_contact .eb_head {
	background-color: #333;
	position: relative;
}
#eb_contact h2 {
	color: #fff;
	text-align: center;
	padding: 18px 0 18px 0;
	font-size: 1.4em;
	position: relative;
}
#eb_contact .eb_contact_close_btn {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 16px;
	content: '';
	width: 30px;
	height: 30px;
}
#eb_contact .eb_contact_close_btn img {
	width: 100%;
}
#eb_contact input {
	margin-bottom: 10px;
}
#eb_contact textarea {
	height: 100px;
	margin-bottom: 10px;
}
#eb_contact input:first-of-type {
	margin-top: 35px;
}
#eb_contact input, #eb_contact textarea {
	padding: 15px 10px 10px;
	border: 1px solid #cecece;
	box-sizing: border-box;
	width: 80%;
	max-width: 600px;
}
#eb_contact input::placeholder, #eb_contact textarea::placeholder {
	color: #aaa;
}
#eb_contact button {
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #333;
	padding: 12px 0;
	display: inline-block;
	cursor: pointer;
	width: 30%;
	color: #fff;
}
#eb_contact label.error {
	font-size: 1em;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d89c9c;
	width: 80%;
	margin: auto;
	color: #FAFAFA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#eb_contact .message {
	font-size: 1.1em;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2ABCA7;
	width: 80%;
	margin: auto;
	color: #FAFAFA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.eb_newarrival_area .pcbtn-more {
	margin: 30px auto 0;
}
.eb_featurelist_area_new202403 .pcbtn-more {
	margin: 6px auto 0;
}
.eb_look_area .pcbtn-more {
	margin: 30px auto 0;
}
#ranking_slider_wrapper_new202307 .pcbtn-more {
	margin: 30px auto 16px;
}

#eb_modal {
	display: block;
	position: fixed;
	inset: 0;
	width: 88%;
	z-index: 99999;
	height: 90vh;
	overflow: scroll;
	margin: auto;
}
#eb_modal #search_wrapper {
	height: fit-content;
}
#eb_modal #sp_search h2 {
	padding: 10px 0!important;
}
#eb_modal .form_btn_box {
	margin-top: 16px;
}
#eb_modal_overlay {
	display: none;
	background: rgb(0, 0, 0);
	opacity: 0.8;
	z-index: 99998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin-bottom: 150px;
}
#sp_search h2 {
	display: block;
	position: relative;
	padding: 20px 0;
	font-size: 1.5rem;
	font-weight: normal;
	background: #fff;
	text-align: center;
	margin-top: 0px;
}
#sp_search dd select {
	margin-top: 0;
}
.form_radio_btn label {
	display: block;
	line-height: 1.4rem;
}
#eb_searchbox {
	width: 100%;
	padding: 8px 5px;
}
#sp_search dd .cp_ipselect.cp_sl01 select,
#sp_search dd .cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 5px !important;
	color: #000;
	appearance: none;
}

.form_txtbox {
	position:relative;
	overflow:hidden;
	display:inline-block;
	background-color:#ffffff;
	color:#333;
	width: 100%;
	font-size:0.9rem;
	margin: 0 auto;
	display: block;
}
#sp_search {
	width:100%;
	font-size:0.9rem;
	vertical-align:middle;
	margin-bottom: 30px;
}
#sp_search dl {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: nowrap;
	margin-bottom: 0;
}
#sp_search dl.last_box {
	border-bottom: 1px solid #ddd;
}
#sp_search dt {
	width:35%;
	text-align:center !important;
	background:#f9f9f9;
	float:none;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	padding: 0px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;
	font-weight: normal;
}
#sp_search dd {
	width:65%;
	text-align:left;
	float:none;
	display:inline-block;
	font-size: 12px;
	vertical-align: top;
	padding: 20px 5%;
}
#sp_search dd select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#sp_search dd select::-ms-expand {
	display: none;
}
#sp_search dd .cp_ipselect.cp_sl01,
#sp_search dd .cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: #ffffff;
	padding: 0;
	display: inline-block;
}
#sp_search dd .cp_ipselect.cp_sl01 {
	width: 100%;
}
#sp_search dd .cp_ipselect.cp_sl02 {
	width: 30%;
}
#sp_search dd .cp_ipselect.cp_sl01::before,
#sp_search dd .cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 1.3em;
	right: 0.4em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
#sp_search dd .cp_ipselect.cp_sl01 select,
#sp_search dd .cp_ipselect.cp_sl02 select {
	padding: 3px 38px 3px 5px;
}


.search_ttl {
	width:100%;
	background:#dedede;
	height:20px !important;
	color:#222;
	font-size:0.9rem !important;
	text-align:left;
	padding-top:3px !important;
	padding-left:10px !important;
}
.key_txtbox {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	margin:0 auto;
	/*padding:7px;*/
	background:transparent;
	border:0;
	outline:none;
	font-size:0.9rem;
	line-height:1;
	border:1px #999 solid;
	/* border-radius */
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width:90%;
}

.search_txtbox {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	/*width:200%;/* fallback non calc support */
	/*width:-webkit-calc(100% + 5em);*/
	margin:0 auto;
	padding:10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:0.9rem;
	line-height:1;
	border:1px #999 solid;
	/* border-radius */
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width:90%;
}

.search_btn {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	/*width:200%;/* fallback non calc support */
	/*width:-webkit-calc(100% + 5em);*/
	margin:0 auto;
	padding:10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:0.9rem;
	line-height:1;
	/*border:1px #999 solid;*/
	background:#000;
	color:#FFF;
	/* border-radius */
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width:70%;
	transition: .3s;
}
.search_btn:hover {
	background: #333;
}

.reset_btn {
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	/*width:200%;/* fallback non calc support */
	/*width:-webkit-calc(100% + 5em);*/
	margin:0 auto;
	padding:10px;
	background:transparent;
	border:0;
	outline:none;
	/*font-size:0.9rem;*/
	line-height:1;
	border:1px #333 solid;
	background:#fff;
	color:#333;
	/* border-radius */
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width:70%;
}

.price_txtbox {
	/* box-shadow */
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;

	/* border-radius */
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;

	/* border */
	border:1px solid #999;

	font-size:0.9rem;
	line-height:1;
	padding:6px;
}



.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	background-color:#ffffff;
	border:1px solid #c0c0c0;
	color:#333;
	width:100%;
	margin:10px 5% 20px;
}
.entypo-down-open-mini {
	width:90%;
}
input#searchbox_footer {
	line-height: 1.2em!important;
	font-size: 14px!important;
	transform: scale(1);
	height:32px;
	vertical-align: bottom;
	display: inline-block;
	padding: 0;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding:10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:16px;
	font-size:1rem;
	line-height:1;
}

.entypo-down-open-mini:after{
	position: absolute;
	top: 60%;
	right: 5%;
	content: '';
	width: 10px;
	height: 10px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
/*.entypo-down-open-mini:after{
	display: block;
	position: absolute;
	top: 40%;
	right: 3px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://ambient.itembox.design/item/assets/images/bg_sprite.png);
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	background-position: 0 -180px;
}*/

/* label::before {
	display: none;
}
label {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	width: 500px;
} */
ul.option-color {
	/*list-style: outside none none;*/
	margin: 0;
	padding: 0;
}
input[type="radio"]:checked + img {
	border: 1px solid #999;
	padding:1px;
	/* border-radius */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-top:-2px;
	margin-left:-2px;
}
ul.option-color li {
	border: 1px solid rgba(255, 255, 255, 0);
	float: left;
	line-height: 0;
	margin-right: 10px !important;
	padding: 2px 4px 4px 2px;
	width: 26px;
	height: 26px;
}
ul.option-color li > label {
	width:26px;
	height:26px;
}
ul.option-color li > input[type=radio] {
display: none;
}
.form_radio_btn span {
	margin-right: 10px;
}
.modaal-content-container .contents_element {
	margin-top: 0;
}
.form_btn_box {
	font-size: 0;
}
.form_btn_box li {
	display: inline-block;
	vertical-align: top;
	width: 98%;
	margin: 0 1% 10px;
}
.navArea {
	display: none;
}
.subArea {
	display: none;
}
.loginArea {
	display: none;
}

li.search .search_color_title {
	font-size:13px;
	padding: 10px 10px 0 10px;
}
li.search .search_color_wrap {
	width:240px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
li.search .search_color_wrap a {
	width: 28px;
	border: 1px solid #dedede;
	display: inline-block;
	height: 28px;
	margin: 4px;
	border-radius: 50%;
}
.sidebar .contents-color p a {
	padding: 0;
}
.sidebar .contents-color p a:before {
	content: none;
}

li.guide_menu {
	background: #ddd;
	border: none;
	color: #252525;
}
.guide_icon {
	width: 15px;
	margin: 0 8px 0 0;
}
li.guide_menu.first {
	padding-top: 10px;
}
li.guide_menu.last {
	padding-bottom: 10px;
}
li.guide_menu a {
	padding: 10px 10px 10px 20px;
}
li.guide_menu a p {
	display: flex;
	align-items: center;
	font-size: 10px;
}

/* .slick-dots li button {
	background: rgb(221, 221, 221);
	width: 8px;
	height: 8px;
	padding: 0;
}
.slick-dots li.slick-active button {
	outline: none;
	background: rgb(132, 132, 132) !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: none;
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */
.main_wrap {
	max-width:1200px;
	width: 100%;
	margin:110px auto;
}
.main_wrap_project {
	max-width:1200px;
	width: 100%;
	margin: 80px auto;
}
select {
	/* -webkit-appearance: none;
	appearance: none; */
	border-radius: 0;
	color: #000;
	background: transparent;
}
.sort_select_box {
	position: relative;
}
.sort_select_box:before {
	position: absolute;
	top: 1.2em;
	right: 0.4em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.fs-body-category main.fs-l-main,
.fs-body-search main.fs-l-main {
	margin-top: 120px;
	padding: 0;
}









.pc_visible {
	display: none;
}


@media only screen and (min-width: 480px){

	.header_top_fixed {
		background: rgb(254 254 254 / 90%);
	}
	#headTop {
		padding: 14px 0 10px;
		width: 100%;
		height: 65px;
		margin: 0 auto;
		padding: 14px 0 10px;
		box-sizing: border-box;
		font-size: 90%;
		z-index: 800;
		justify-content: space-between;
		background: #fff;
		border-bottom: none;
	}
	#headTop .logo_link {
		display: inline-block;
		margin: 0 auto;
		width: auto;
		display: block;
	}
	#headTop .logo_link img {
		width: 250px;
	}

	#naviCategory {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: fit-content;
	}
	#naviCategory ul#naviInside li {
		display: inline-block;
	}
	#naviCategory ul#naviInside li a {
		border-right-width: unset;
		border-right-style: unset;
		border-right-color: unset;
		width: max-content;
		padding: 0 11px;
		line-height: 3.5;
		height: 36px;
	}

	#searchArea {
		line-height: 3.5;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 26%;
		max-width: unset;
		text-align: right;
	}
	#searchArea form {
		display: inline-block;
		margin-right: 16px;
		width: 100px;
	}
	.form_box {
		position: relative;
	}
	form button#searchButton {
		width: 12px;
		height: 12px;
		position: absolute;
		right: 4px;
		top: 13px;
		vertical-align: middle;
		top: 50%;
		transform: translateY(-50%);
	}
	form button#searchButton img {
		width: 100%;
		display: block;
	}
	input#searchbox {
		margin-top: 0;
		width: 100%;
		line-height: 2.2em;
		font-size: 10px;
	}
	#pc_header_maypage_icon {
		margin-right: 16px;
	}
	.mypage_point_box {
		font-size: 11px;
		position: static;
		min-width: 25px;
		background: unset;
		padding: 0;
		margin: 0;
		display: block;
		text-align: center;
		line-height: 1;
	}
	.eb_curt_icon_box {
		margin-right: 16px;
		line-height: 1;
	}
	.eb_curt_icon_box a {
		display: block;
		position: relative;
	}
	.eb_curt_icon_box a img {
		width: 25px;
	}
	.eb_curt_icon_box a .number_of_cart {
		right: -10%;
		top: 0;
	}
	.eb_shipping_box {
		display: inline-block;
		line-height: 1em;
		font-size: 10px;
		vertical-align: middle;
		color: #A02121;
	}
	#naviCategory ul ul {
		display: block;
		height: 0;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 9999;
	}
	#naviCategory li > ul {
		transition: .3s;
	}
	#naviCategory li:hover > ul {
		opacity: 1;
		visibility: visible;
		height: auto;
	}
	#naviCategory ul#naviInside li {
		display: inline-block;
		position: relative;
	}
	#naviCategory ul.childcate li {
		width: 130px;
		background: #f3f3f3;
		opacity: 0.96;
	}
	#naviCategory ul#naviInside .childBase li {
		display: block;
		width: auto;
		height: auto;
		text-align: left;
		line-height: 3.5;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#naviCategory ul#naviInside .childBase li, #naviCategory ul#naviInside .childBase li a {
		width: 160px;
	}




	.header_bottom_fixed {
		display: none!important;
	}


	#footer-area_2023 {
		padding: 100px 0 100px 15%
	}
	#footer-area_2023 #footer-contents {
		width: 100%;
	}
	#footer-area_2023 #footer-contact {
		text-align: left;
		display: inline-block;
		width: 46%;
		margin-bottom: 150px;
	}
	#footer-area_2023 #footer-menu, #footer-area_2023 #footer-category {
		width: 25%;
		padding: 0;
		float: right;
	}
	#footer-area_2023 #footer-sns-icon {
		float: left;
		width: 46%;
		text-align: left;
	}
	/* #footer-area_2023 #footer-sns-icon div.line {
		margin-left: 0;
	} */
	#footer-area_2023 #footer-logo, #footer-area_2023 #footer-copy {
		float: left;
		width: 100%;
		text-align: left;
	}
	#footer-area_2023::after {
		content: "";
		display: block;
		clear: both;
	}
	#footer-area_2023 #footer-logo a img {
		width: 250px;
	}
	.eb_newarrival_area .pcbtn-more {
		margin: 28px auto 0;
	}
	.eb_featurelist_area_new202403 .pcbtn-more {
		margin: 50px auto 0;
	}
	.eb_look_area .pcbtn-more {
		margin: 50px auto 0;
	}
	#ranking_slider_wrapper_new202307 .pcbtn-more {
		margin: 32px auto 16px;
	}

	.pc_visible {
		display: block;
	}
	.sp_visible {
		display: none;
	}


}













@media only screen and (min-width: 480px){

	/* ======== header .logoArea ======== */

	header .logoArea {
		position: relative;
		width: 100%;
		height: 70px;
		z-index: 1001;
		background: #fefefe;
	}

	header .logoArea h1 {
		left: 50%;
		width: 250px;
		height: 50px;
		font-size: 0;
		line-height: 0;
		margin: 0 auto;
	}

	header .logoArea h1 a {
		position: relative;
		display: block;
		width: 250px;
		height: 70px;
		background: url(../images/common/logo_navy.png) center center no-repeat;
		background-size: 100%;
		overflow: hidden;
		text-indent: -999px;
		z-index: 1003;
	}

	header .logoArea h1 a:hover {
		opacity: 0.7;
	}


	/* ======== header .logoAreaSmall ======== */

	header .logoAreaSmall {
		position: absolute;
		top: -90px;
		left: 0;
		opacity: 0;
		z-index: 1002;
	}

	header .logoAreaSmall h1 {
		width: 140px;
		height: 60px;
		line-height: 0;
		font-size: 0;
		margin: 0;
	}

	header .logoAreaSmall h1 a {
		position: relative;
		display: block;
		width: 140px;
		height: 60px;
		background: url(../img/siteparts/logo.png) center center no-repeat;
		background-size: 100%;
		overflow: hidden;
		text-indent: -999px;
		z-index: 1003;
	}

	header .logoAreaSmall h1 a:hover {
		opacity: 0.7;
	}

	header.autofix_sb.fixed .logoAreaSmall {
		top: 0;
		opacity: 1;
	}


	/* ======== header .navArea ======== */

	header .navArea {
		/* position: absolute;
		bottom:0;
		left:0;
		right:0; */
		display: block;
		z-index: 1001;
	}

	header .navArea ul, header .navArea a, header .navArea li {
		border: none;
		margin: 0;
		padding: 0;
	}

	header .navArea a {
		text-decoration: none;
	}

	header .navArea li {
		list-style: none;
	}

	header .navArea ul.navi {
		position: relative;
		width: 100%;
		font-size: 0;
		text-align: center;
	}

	header .navArea ul.navi li {
		display: inline-block;
		width: auto;
		/* height:65px; */
		margin: 0;
		padding: 0;
		position: relative;
	}

	header .navArea ul.navi li a {
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 300;
		line-height: 65px;
		letter-spacing: 1.5px;
		text-align: center;
		padding: 0 25px;
	}

	header .navArea ul.navi a:hover {
		color: #1c2b4e;
	}

	header .navArea ul.navi a:after {
		position: absolute;
		bottom: 15px;
		left: 33%;
		right: 33%;
		height: 1px;
		display: block;
		content: "";
		background: transparent;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	header .navArea ul.navi a:hover:after {
		left: 15px;
		right: 15px;
		background: #1c2b4e;
	}


	/* focus */

	header .navArea ul.navi li:hover a {
		color: #1c2b4e;
	}

	header .navArea ul.navi li:hover a:after {
		left: 15px;
		right: 15px;
		background: #1c2b4e;
	}


	/* --- header .navArea ul.navi li .mega-menu --- */

	header .navArea ul.navi li .mega-menu {
		position: absolute;
		left: 0;
		display: none;
		width: calc( 100% + 40px);
		margin-left: -20px;
		background: rgb(254 254 254 / 90%);
		/* border-bottom:1px solid #d6d1c6; */
		opacity: 0;
		z-index: 10;
	}

	header .navArea ul.navi li:hover .mega-menu {
		display: block;
		opacity: 1;
		-webkit-animation: show 0.3s ease-in-out 0s;
		-moz-animation: show 0.3s ease-in-out 0s;
		-ms-animation: show 0.3s ease-in-out 0s;
		-o-animation: show 0.3s ease-in-out 0s;
		animation: show 0.3s ease-in-out 0s;
	}


	/* --- header .navArea ul.navi li .mega-menu-gc --- */

	header .navArea ul.navi li .mega-menu li .mega-menu-gc {
		position: absolute;
		right: -100%;
		top: -10px;
		display: none;
		width: 100%;
		background: rgb(254 254 254 / 90%);
		/* border-bottom:1px solid #d6d1c6; */
		opacity: 0;
		/* margin-top: 1px; */
	}

	header .navArea ul.navi li .mega-menu li:hover .mega-menu-gc {
		display: block;
		opacity: 1;
		-webkit-animation: show 0.3s ease-in-out 0s;
		-moz-animation: show 0.3s ease-in-out 0s;
		-ms-animation: show 0.3s ease-in-out 0s;
		-o-animation: show 0.3s ease-in-out 0s;
		animation: show 0.3s ease-in-out 0s;
	}


	/* keyframes - show */

	@keyframes show {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}

	@-moz-keyframes show {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}

	@-webkit-keyframes show1 {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}

	@-o-keyframes show {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}

	@-ms-keyframes show {
		from {
			opacity: 0
		}
		to {
			opacity: 1
		}
	}

	header .navArea ul.navi li .mega-menu ul.inner {
		position: relative;
		font-size: 0;
		text-align: center;
		/* margin:-1px -5px 0 0; */
		padding: 10px 0;
		/* overflow: hidden; */
	}

	header .navArea ul.navi li .mega-menu ul.inner li {
		position: relative;
		width: 100%;
		/* height:70px; */
		z-index: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	header .navArea ul.navi li .mega-menu ul.inner li:hover {}


	/* header .navArea ul.navi li .mega-menu ul.inner li:after {
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display: block;
		content: "";
		border:#eceae6 1px solid;
		z-index:-1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header .navArea ul.navi li .mega-menu ul.inner li:hover:after {
		border:#1c2b4e 1px solid;
	} */


	/* header .navArea ul.navi li .mega-menu ul.inner li:before {
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display: block;
		content: "";
		background:#fefefe;
		z-index:-1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header .navArea ul.navi li .mega-menu ul.inner li:hover:before {
		background:#f9f9f9;
	} */

	header .navArea ul.navi li .mega-menu ul.inner li a {
		/* position: relative; */
		display: block;
		/* height:70px; */
		color: #111;
		font-size: 12.5px;
		letter-spacing: 0.5px;
		line-height: 0;
		text-align: left;
		margin: 0;
		padding: 0;
		/* border:#eceae6 1px solid; */
		/* background:#fefefe; */
		/* margin:0 0 -1px -1px; */
		box-sizing: border-box;
	}

	header .navArea ul.navi li .mega-menu ul.inner li a:after {
		display: none;
	}

	header .navArea ul.navi li .mega-menu ul.inner li a:hover {
		/* color:#000;
		-webkit-transform: translate(-5px, -5px);
		-moz-transform: translate(-5px, -5px);
		-o-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
		border:#1c2b4e 1px solid; */
	}


	/* .imgArea */

	header .navArea ul.navi li .mega-menu ul.inner li .imgArea {
		display: none;
		/*	position: absolute;
		top:5px;
		left:5px;
		width:60px;
		height:60px;
		line-height:0;
		border:#eee 1px solid;
		overflow: hidden;*/
	}


	/*header .navArea ul.navi li .mega-menu ul.inner li .imgArea img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}*/


	/*header .navArea ul.navi li .mega-menu ul.inner li:hover .imgArea img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}*/


	/* .txtArea */

	header .navArea ul.navi li .mega-menu ul.inner li .txtArea {
		/*position: absolute;
		top:15px;
		left:80px;*/
		display: block;
		line-height: 1.5;
		text-align: center;
		padding: 10px;
		/* position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%); */
		width: 100%;
	}

	header .navArea ul.navi li .mega-menu ul.inner .mega-menu-gc ul.inner-gc {
		position: relative;
		font-size: 0;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		/* overflow: hidden; */
	}

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li {
		position: relative;
		width: 100%;
		/* height:70px; */
		/* background:#fefefe; */
		/* margin:0 0 -1px -1px; */
		z-index: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		/* border:#eceae6 1px solid; */
	}

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li:hover {}


	/* header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li:after {
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display: block;
		content: "";
		z-index:-1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	} */


	/* header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li:hover:after {
	} */


	/* header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li:before {
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display: block;
		content: "";
		background:#fefefe;
		z-index:-1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	} */


	/* header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li:hover:before {
		background:#f9f9f9;
	} */

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li a {
		position: relative;
		display: block;
		/* height:70px; */
		color: #111;
		font-size: 12.5px;
		letter-spacing: 0.5px;
		line-height: 0;
		text-align: left;
		margin: 0;
		padding: 0;
	}

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li a:after {
		display: none;
	}

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li a:hover {
		color: #000;
		/* -webkit-transform: translate(-5px, -5px);
		-moz-transform: translate(-5px, -5px);
		-o-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
		border:#1c2b4e 1px solid; */
	}


	/* .imgArea */

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li .imgArea {
		display: none;
		/*	position: absolute;
		top:5px;
		left:5px;
		width:60px;
		height:60px;
		line-height:0;
		border:#eee 1px solid;
		overflow: hidden;*/
	}


	/*header .navArea ul.navi li .mega-menu ul.inner li .imgArea img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}*/


	/*header .navArea ul.navi li .mega-menu ul.inner li:hover .imgArea img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}*/


	/* .txtArea */

	header .navArea ul.navi li .mega-menu ul.inner li .mega-menu-gc ul.inner-gc li .txtArea {
		/*position: absolute;
		top:15px;
		left:80px;*/
		display: block;
		line-height: 1.5;
		text-align: center;
		padding: 10px 0;
		/* position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%); */
		width: 100%;
	}


	/* ======== header .loginArea ======== */

	header .loginArea {
		position: fixed;
		top: 5px;
		left: 5px;
		height: 55px;
		z-index: 1001;
		display: block;
	}

	header .loginArea ul {
		font-size: 0;
		text-align: right;
		margin: 0;
		padding: 0;
	}

	header .loginArea ul li {
		display: inline-block;
		width: 55px;
		height: 55px;
		margin: 0 0 0 3px;
		padding: 0;
	}

	header .loginArea ul li a {
		position: relative;
		display: block;
		height: 55px;
		color: #fefefe;
		font-size: 10px;
		letter-spacing: 0px;
		text-align: center;
		/* background: #1c2b4e; */
		margin: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		transition: .3s;
	}

	header .loginArea ul li a .icon {
		position: absolute;
		left: 0;
		right: 0;
		top: 10px;
		line-height: 1;
		font-size: 20px !important;
		font-weight: 300;
	}

	header .loginArea ul li a .en {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 9px !important;
		line-height: 1;
		font-weight: 300;
		letter-spacing: 1px !important;
	}

	header .loginArea ul li a.cartBtn, header .loginArea ul li a.mypageBtn, header .loginArea ul li a.favoriteBtn, header .loginArea ul li a.sd_login, header .loginArea ul li a.sd_logout {
		color: #1c2b4e;
		/* background: #fefefe; */
	}

	/* header .loginArea ul li a.loginBtn:after, header .loginArea ul li a.logoutBtn:after, header .loginArea ul li a.cartBtn:after, header .loginArea ul li a.mypageBtn:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		content: "";
		border: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	} */

	header .loginArea ul li a.cartBtn .count {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8px !important;
		line-height: 1;
		letter-spacing: 1px;
	}

	header .loginArea ul li a.favoriteBtn .count {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8px !important;
		line-height: 1;
		letter-spacing: 1px;
	}

	header .loginArea ul li a.cartBtn .icon {
		font-size: 20px !important;
	}

	header .loginArea ul li a.loginBtn .icon, header .loginArea ul li a.logoutBtn .icon {
		font-size: 18px;
	}

	header .loginArea ul li a.loginBtn:hover, header .loginArea ul li a.cartBtn:hover, header .loginArea ul li a.mypageBtn:hover, header .loginArea ul li a.favoriteBtn:hover {
		color: #fefefe;
		/* background: #fa8190;
		background: #1c2b4e; */
	}

	header .loginArea ul li a.loginBtn:hover:after, header .loginArea ul li a.logoutBtn:hover:after, header .loginArea ul li a.cartBtn:hover:after, header .loginArea ul li a.mypageBtn:hover:after {
		border: #fa8190 1px solid;
		border: #1c2b4e 1px solid;
	}

	header .loginArea ul li a.mypageBtn:hover .iconseadress:before {
		opacity: 0;
	}

	header .loginArea ul li a.mypageBtn:hover .iconseadress:after {
		opacity: 1;
	}

	header .loginArea ul li a:hover {
		opacity: 1;
	}


	/* ======== header .englishArea ======== */

	header .subArea {
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 10000;
		display: block;
	}


	/* --- ul.sub1 --- */

	header .subArea ul.sub1 {
		font-size: 0;
		margin: 0;
		padding: 0;
	}

	header .subArea ul.sub1 li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}


	/* li.english */

	header .subArea ul.sub1 li.english {
		width: 70px;
		margin-right: 3px;
	}

	header .subArea ul.sub1 li.english a {
		position: relative;
		display: block;
		color: #1c2b4e;
		font-size: 10px;
		letter-spacing: 0.5px;
		line-height: 25px;
		padding-left: 26px;
		border: #1c2b4e 1px solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	header .subArea ul.sub1 li.english a:before, header .subArea ul.sub1 li.english a:after {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	header .subArea ul.sub1 li.english a:before {
		position: absolute;
		top: 0;
		left: 6px;
		bottom: 0;
		width: 22px;
		content: "";
		background: url() center left no-repeat;
	}

	header .subArea ul.sub1 li.english a:hover:before {
		content: "";
		background: url() center left no-repeat;
		opacity: 0;
	}

	header .subArea ul.sub1 li.english a:after {
		position: absolute;
		top: 0;
		left: 6px;
		bottom: 0;
		width: 22px;
		content: "";
		background: url() center left no-repeat;
		opacity: 0;
	}

	header .subArea ul.sub1 li.english a:hover:after {
		opacity: 1;
	}

	header .subArea ul.sub1 li a:hover {
		color: #fefefe;
		/* background: #1c2b4e; */
	}


	/* --- li.seachArea --- */

	header .subArea ul.sub1 li.seachArea {}


	/* .search */

	header .subArea .search {
		position: relative;
		line-height: 25px;
		margin: 0 auto;
		padding: 0;
	}

	header .subArea .stretch {
		position: relative;
		/*fr追記*/
		width: 176px;
		/*width:97px;*/
		color: #aaa;
		font-size: 12px;
		line-height: 25px;
		padding-left: 22px;
		border: #dcdbdb 1px solid !important;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	header .subArea .stretch:focus {
		/*fr追記*/
		color: #111;
		border: #1c2b4e 1px solid;
	}


	/* button */

	header .subArea button {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 20px;
		text-align: center;
		color: #1c2b4e;
		background: none;
		border: none;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	header .subArea button i {
		font-size: 12px;
		line-height: 23px;
	}

	header .subArea button:hover {
		color: #1c2b4e
	}


	/* --- ul.sub2 --- */

	header .subArea ul.sub2 {
		font-size: 0;
		margin: 0;
		padding: 0;
	}

	header .subArea ul.sub2 li {
		display: block;
		width: 130px;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	header .subArea ul.sub2 li a {
		position: relative;
		display: block;
		height: 30px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 30px;
		color: #fefefe;
		background: #1c2b4e;
		border: #1c2b4e 1px solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	header .subArea ul.sub2 li a:before {
		position: absolute;
		top: 0;
		left: 8px;
		bottom: 0;
		width: 22px;
		content: "";
	}

	header .subArea ul.sub2 li a:hover {
		color: #fefefe;
		background: #1c2b4e;
		border: #1c2b4e 1px solid;
	}

	header .subArea ul li {
		display: inline-block;
		width: 55px;
		height: 55px;
		margin: 0 0 0 3px;
		padding: 0;
	}
	header .subArea ul li a.searchBtn {
		color: #1c2b4e;
		/* background: #fefefe; */
	}
	header .subArea ul li a {
		position: relative;
		display: block;
		height: 55px;
		color: #fefefe;
		font-size: 10px;
		letter-spacing: 0px;
		text-align: center;
		/* background: #1c2b4e; */
		margin: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		transition: .3s;
	}
	header .subArea ul li a .icon {
		position: absolute;
		left: 0;
		right: 0;
		top: 10px;
		line-height: 1;
		font-size: 20px !important;
		font-weight: 300;
	}
	header .subArea ul li a.searchBtn .count {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8px !important;
		line-height: 1;
		letter-spacing: 1px;
	}
	.mypageBtn {
		background-image: url(../images/icon/icon_login_navy.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.mypageBtn:hover {
		background-color: #1c2b4e;
		background-image: url(../images/icon/icon_login_white.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.cartBtn {
		background-image: url(../images/icon/icon_cart_navy.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.cartBtn:hover {
		background-color: #1c2b4e;
		background-image: url(../images/icon/icon_cart_white.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.favoriteBtn {
		background-image: url(../images/icon/icon_heartline_navy.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.favoriteBtn:hover {
		background-color: #1c2b4e;
		background-image: url(../images/icon/icon_heartline_white.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.searchBtn {
		background-image: url(../images/icon/icon_search_navy.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}
	.searchBtn:hover {
		background-color: #1c2b4e;
		background-image: url(../images/icon/icon_search_white.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center top 10px;
	}

	#eb_modal {
		width: 40%;
	}
	.form_txtbox {
		width: 100%;
	}
	.main_wrap {
		margin:180px auto;
	}
	.main_wrap_project {
		margin:160px auto;
	}
	.fs-body-category main.fs-l-main,
	.fs-body-search main.fs-l-main {
		margin-top: 0px;
		padding: 0;
	}


}






