.emebright #header .header_bottom .nav .menu_inner{
    width: 100%;
    flex-direction: column;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt { 
    line-height: 2em;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt .item_category{
	
    font-size: 0.75em;
    border: 1px solid #aaaaaa;
    color: #787878;
    display: inline-flex;
    margin: 0 0 0.7em;
    line-height: 1em;
    padding: 0.5em;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt .item_name{
    font-size: 1.1em;
    margin: 0 0 0.5em;
    font-weight: 500;
    line-height: 1.7em;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt .item_price{
	display: inline-flex;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt .item_price span{
    font-size: 0.8em;
    padding-left: 0.15em;
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_right_txt .item_att {
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 0.5em 0 0;
}
.emebright #header .header_bottom .nav>div>ul>li>a+div.js-dropdown-menu{
}
.emebright #header .header_bottom .nav .menu_inner .menu_item_button {
background: #5f5b5b;
    background: linear-gradient(320deg, rgb(75 86 137) 0%, rgb(107 121 172) 52%, rgb(109 159 202) 100%);
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    margin: 20px 0 0;
    max-width: 200px;
    text-align: center;
    border-radius: 5px;
	cursor: pointer;
}
@media only screen and (max-width: 749px){
	
}
/*---------------------------------------*/
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top{
    width: 100%;
	display: block;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top .box01_top{
	width: 100%;
    margin-bottom: 40px;
       background: #e8f0f7;
    background: linear-gradient(320deg, rgb(231 243 249) 0%, rgba(251, 249, 249, 1) 35%, rgb(220 233 244) 100%);
    padding: 20px;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top .menu_item{
	width: 100%!important;
    padding-right: 0px;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top .menu_item .menu_item_box{
    width: calc(100% - 0px);
    display: flex;
	justify-content: space-between;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top .menu_item .menu_item_box .menu_item_left{
	width: 360px;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_top .menu_item .menu_item_box .menu_item_right{
	width: calc(100% - 380px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 749px){
}
/*-----------------------------------------*/
.emebright #header .header_bottom .nav .menu_inner .menu_inner_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_bottom .box01_bottom{
    width: calc(50% - 20px);
    padding: 20px;
    margin: 0;
    background: #e8f0f7;
    background: linear-gradient(320deg, rgb(231 243 249) 0%, rgba(251, 249, 249, 1) 35%, rgb(220 233 244) 100%);
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_bottom .menu_item .menu_item_box{
    width: calc(100% - 0px);
    display: flex;
	justify-content: space-between;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_bottom .menu_item .menu_item_box .menu_item_left{
	width: 230px;
}
.emebright #header .header_bottom .nav .menu_inner .menu_inner_bottom .menu_item .menu_item_box .menu_item_right{
	width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 749px){
	
}
/*-----------------------------------------*/
#header .header_bottom .nav>div>ul {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

#header .header_bottom .nav>div>ul>li {
	width: 50%;
    max-width: 375px;
	position: relative;
}
/*
#header .header_bottom .nav>div>ul>li:before{
	content: "";
    display: inline-block;
    width: 1px;
    height: 34px;
    background: #c9c9c9;
    position: absolute;
    bottom: 6px;
    left: 0;
}
#header .header_bottom .nav>div>ul>li:after{
	content: "";
    display: inline-block;
    width: 1px;
    height: 34px;
    background: #c9c9c9;
    position: absolute;
    bottom: 6px;
    right: 0;
}
#header .header_bottom .nav>div>ul>li:first-of-type:after{
	display: none;
}
*/

#header .header_bottom .nav>div>ul>li>a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	position: relative;
}

#header .header_bottom .nav>div>ul>li.js-dropdown>a::after {
	content: '';
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

#header .header_bottom .nav>div>ul>li>a:hover {
	background: #453C3A;
}

#header .header_bottom .nav>div>ul>li>a+div.js-dropdown-menu {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
    background: #c1cddf;
	/*background: linear-gradient(135deg, rgb(166 190 216) 0%, rgb(241 247 251) 42%, rgb(248 240 240) 64%, rgb(205 223 237) 79%, rgb(231 238 244) 100%);*/
}

#header .header_bottom .nav>div>ul>li.is-active>a+div.js-dropdown-menu {
	display: block;
}
@media only screen and (max-width: 749px){
	#headerSpMenu .sp_logo{
		width: 36vw!important;
        margin: 3vw auto 0!important;
		padding: 0;
	}
	#headerSpMenu .sp_logo a{
	display: flex;
    justify-content: center;
	}
#headerSpMenu .login_btn{
	width: 92%!important;
	margin:6vw auto 2vw!important;
	display: flex;
	justify-content: space-around;
}
#headerSpMenu .login_btn a {
	display: block;
	width: 48%;
	margin: 0!important;
	text-align: center;
	padding: 0vw 0!important;
	position: relative;
	text-decoration: none;
}
#headerSpMenu .menu_btn {
	width: 91%!important;
	margin:2vw auto 5vw!important;
	display: flex;
	justify-content: space-around;
}
#headerSpMenu .menu_btn a {
	display: block;
	width: 32%;
	margin: 0!important;
	text-align: center;
	padding: 0vw 0!important;
	text-decoration: none;
}
#headerSpMenu .sp_form input[type="text"].searchText {
    border-radius: 4px 0 0 4px;
    background-color: #FFF;
    border-color: #D8D8D8;
    width: 100%;
    height: 10vw;
	font-size: 4vw;
}
#headerSpMenu .sp_form button[type="submit"].searchBtn {
border-radius: 0 4px 4px 0;
    padding: 0.6em 1em 0.75em 1em;
    border: none;
    width: 4em;
    height: 10vw;
    background-color: #4b4949;
}
#emebright_sp_menu{
	margin: 4vw 0 10vw;
	font-size: 4vw;	
	line-height: 1.2em;
}
	#emebright_sp_menu .sp_menu_title01{
		min-height: 8vw;
	padding:3vw 3.0vw 3vw 4vw;
  background: #f2efee;
		border-bottom:1px solid #e8e8e8;
		font-weight: 500;
	font-size: 0.85em;	
	}
#emebright_sp_menu .sp_menu_direct{
		min-height: 16vw;
	padding:2vw 3.0vw 2vw 3vw;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
		border-bottom:1px solid #e8e8e8;
}
#emebright_sp_menu .sp_menu_direct a{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
#emebright_sp_menu .sp_menu_list ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
	#emebright_sp_menu .sp_menu_list li{
	width: 100%;
	display: flex;
	}
#emebright_sp_menu .sp_menu_list li a{
		min-height: 16vw;
	        padding: 2vw 3.0vw 2vw 4vw;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
		border-bottom:1px solid #e8e8e8;
}

#emebright_sp_menu .sp_menu_direct.txtonly a{
	padding: 2vw 3.0vw 2vw 4vw;
}
#emebright_sp_menu .sp_menu_direct a .ico {
  position: absolute;
  top: 0;
  right: 0vw;
  bottom: 0;
  display: block;
  width: 2.6vw;
  height: calc(2.6vw * 0.6);
  /*aspect-ratio: 1/0.6;*/
  /* ※追記 Windows版Chrome124にてaspect-ratioを指定した要素と、position: absoluteの位置調整の組み合わせに不具合が発生したため、height値をcalcの計算に切り替え */
  margin:auto 0;
  background: #484848;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
  transition: transform 0.3s;
  transform: rotate(-90deg);
}
#emebright_sp_menu .spm_mini_img{
        width: 10.0vw;
        margin-right: 4vw;
}
#emebright_sp_menu details {
}
#emebright_sp_menu .summary {
  box-sizing: border-box;
  position: relative;
  display: flex;
	justify-content: flex-start;
	align-items: center;
  background: #fff;
  cursor: pointer;
	padding:2vw 2.5vw 2vw 3vw;
	min-height: 16vw;
}
#emebright_sp_menu details{
		border-bottom:1px solid #e8e8e8;
}

#emebright_sp_menu details[open] .summary{
  background: #ccc1be;
	color:#fff;
}
#emebright_sp_menu details .summary_title{
		font-weight: 700;
  background: #f2efee;
        padding: 4.7vw 3.0vw 4.7vw 4vw;
}
#emebright_sp_menu .answer {
  overflow: hidden;
}
#emebright_sp_menu .answerInner {
  padding: 0 0px 20px;
}
#emebright_sp_menu details summary::marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}
#emebright_sp_menu details summary::-webkit-details-marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}
/* ※本来はafter要素の装飾で十分だが、iOSだと疑似要素に「transition」が効かないので、通常のタグを装飾 */
#emebright_sp_menu details summary .ico {
  position: absolute;
  top: 0;
  right:2.5vw;
  bottom: 0;
  display: block;
  width: 2.6vw;
  height: calc(2.6vw * 0.6);
  /*aspect-ratio: 1/0.6;*/
  /* ※追記 Windows版Chrome124にてaspect-ratioを指定した要素と、position: absoluteの位置調整の組み合わせに不具合が発生したため、height値をcalcの計算に切り替え */
  margin:auto 0;
  background: #484848;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
  transition: transform 0.3s;
  transform: rotate(-90deg);
}

#emebright_sp_menu details[open] summary .ico {
  transform: rotate(0deg);
}
#emebright_sp_menu details .sp_menu_biglink{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
#emebright_sp_menu details .sp_menu_biglink a{
	width: 33.3333333333333%;
	display: block;
		border-right:1px solid #e8e8e8;
		border-bottom:1px solid #e8e8e8;
	padding: 1.5vw 0;
}
	#emebright_sp_menu details .sp_menu_biglink a:nth-of-type(3n-2){
		border-left:2px solid #e8e8e8;
	}

	#emebright_sp_menu details .sp_menu_biglink a p{
		font-size: 3.1vw;
		min-height: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 1.2em;
	}

#emebright_sp_menu .sp_menu_widelink{
}
#emebright_sp_menu .sp_menu_widelink a{
	padding:2vw 3.0vw 2vw 8vw;
		min-height: 16vw;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
		border-bottom:1px solid #e8e8e8;
	position: relative;
}
#emebright_sp_menu details.txtonly .summary{
padding: 2vw 3.0vw 2vw 4vw;
}
#emebright_sp_menu details.txtonly .sp_menu_widelink a{
padding: 2vw 3.0vw 2vw 8vw;
}
#emebright_sp_menu .sp_menu_widelink a .ico {
  position: absolute;
  top: 0;
  right: 0vw;
  bottom: 0;
  display: block;
  width: 2.6vw;
  height: calc(2.6vw * 0.6);
  /*aspect-ratio: 1/0.6;*/
  /* ※追記 Windows版Chrome124にてaspect-ratioを指定した要素と、position: absoluteの位置調整の組み合わせに不具合が発生したため、height値をcalcの計算に切り替え */
  margin:auto 0;
  background: #484848;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
  transition: transform 0.3s;
  transform: rotate(-90deg);
}
	
#emebright_sp_menu .sp_menu_brand{
		width: 100%;
	display: block;
}
#emebright_sp_menu .sp_menu_brand a{
		width: 100%;
	display: block;
	border-bottom: 1px solid #e8e8e8;
        padding: 0% 0;
}
#emebright_sp_menu .sp_menu_brand a:last-of-type{
	border-bottom:0px solid #e8e8e8;
}
.sp_menu_applink{
		width: 90%;
		margin: 0 auto 8vw;
		display: block;
	}
.sp_menu_applink a{
		width: 100%;
		display: block;
	}
.sp_menu_applink a:first-of-type{
		margin-bottom: 5vw;
	}
	#headerSpMenu .sp_menu_logout {
        width: 92% !important;
        margin: 0vw auto 3vw !important;
        display: flex;
        justify-content: center;
    }
	
    #headerSpMenu .sp_menu_logout a {
        display: block;
        width: 48%;
        margin: 0px auto auto;
        text-align: center;
        padding: 2vw 0;
        position: relative;
        text-decoration: none;
    }
/*---既存コードの書き換え-------------------------------*/
	 #headerSpClose {
        position: fixed;
        z-index: 20001;
        left: 0px;
        top: 0px;
        color: #000;
        font-size: 10px;
        padding: 35px 10px 0;
        transform: translateX(100vw);
        transition: .5s;
        display: block;
        background: #fff;
    }
	 #headerSpClose::before {
        content: '';
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 20px;
        left: 10px;
        transform: rotate(45deg);
    }
	 #headerSpClose::after {
        content: '';
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 20px;
        left: 10px;
        transform: rotate(-45deg);
    }
    #headerSpMenu .inner {
        width: 100%;
        margin-left: 0;
        background: #fff;
        min-height: 100vh;
        padding: 2vw 0 5vw;
    }
	#headerSpMenu .sp_form{
		width: 90%!important;
        margin: 0 auto;
	}
	#headerSpMenu .keyword {
		width: 90%!important;
        margin: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
	#headerSpMenu .sp_menu_txt01 {
		width: 90%!important;
        margin: 6vw auto 2vw!important;
        font-size: 4vw;
        font-weight: 700;
        color: #5a3d35;
        letter-spacing: .2em;
    }
	#headerSpMenu .sp_menu_guide {
        width: 90%;
        margin: 0 auto 12vw;
    }
	#headerSpMenu .sp_menu_bnr {
        width: 90%;
        margin: 0 auto 8vw;
    }
	 #headerSpMenu .sp_menu_sns {
        text-align: center;
        margin-bottom: 14vw;
    }
	#headerSpMenu .sp_menu_txt02{
		        font-size: 3.6vw;
        font-weight: 700;
        color: #5a3d35;
        text-align: center;
        border-bottom: 1px solid #5a3d35;
        padding-bottom: 1vw;
        display: block;
        width: 90%;
        margin: 4vw auto 3vw!important;
	}
/*---------------------------------------------*/
}