
#header .header_bottom .nav>div>ul {
	width: 1200px;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#header .header_bottom .nav>div>ul>li {
	width: 20%;
}

#header .header_bottom .nav>div>ul>li>a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 45px;
	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 #fff;
	border-bottom: 1px solid #fff;
}

#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: #fff;
}

#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: 42vw!important;
        margin: 3vw auto 0!important;
	}
	#headerSpMenu .sp_logo a{
	display: flex;
    justify-content: center;
	}
#headerSpMenu .login_btn {
	width: 92%!important;
	margin:6vw auto 5vw!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 .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;
}
#p1_sp_menu{
	margin: 4vw 0 10vw;
	font-size: 4vw;	
	line-height: 1.2em;
}
	#p1_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;	
	}
#p1_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;
}
#p1_sp_menu .sp_menu_direct a{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
#p1_sp_menu .sp_menu_list ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
	#p1_sp_menu .sp_menu_list li{
	width: 100%;
	display: flex;
	}
#p1_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;
}

#p1_sp_menu .sp_menu_direct.txtonly a{
	padding: 2vw 3.0vw 2vw 4vw;
}
#p1_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);
}
#p1_sp_menu .spm_mini_img{
        width: 10.0vw;
        margin-right: 4vw;
}
#p1_sp_menu details {
}
#p1_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;
}
#p1_sp_menu details{
		border-bottom:1px solid #e8e8e8;
}

#p1_sp_menu details[open] .summary{
  background: #ccc1be;
	color:#fff;
}
#p1_sp_menu details .summary_title{
		font-weight: 700;
  background: #f2efee;
        padding: 4.7vw 3.0vw 4.7vw 4vw;
}
#p1_sp_menu .answer {
  overflow: hidden;
}
#p1_sp_menu .answerInner {
  padding: 0 0px 20px;
}
#p1_sp_menu details summary::marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}
#p1_sp_menu details summary::-webkit-details-marker {
  /* iOSで表示されるデフォルトの三角形アイコンを消す */
  display: none;
}
/* ※本来はafter要素の装飾で十分だが、iOSだと疑似要素に「transition」が効かないので、通常のタグを装飾 */
#p1_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);
}

#p1_sp_menu details[open] summary .ico {
  transform: rotate(0deg);
}
#p1_sp_menu details .sp_menu_biglink{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
#p1_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;
}
	#p1_sp_menu details .sp_menu_biglink a:nth-of-type(3n-2){
		border-left:2px solid #e8e8e8;
	}

	#p1_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;
	}

#p1_sp_menu .sp_menu_widelink{
}
#p1_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;
}
#p1_sp_menu details.txtonly .summary{
padding: 2vw 3.0vw 2vw 4vw;
}
#p1_sp_menu details.txtonly .sp_menu_widelink a{
padding: 2vw 3.0vw 2vw 8vw;
}
#p1_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);
}
	
#p1_sp_menu .sp_menu_brand{
		width: 100%;
	display: block;
}
#p1_sp_menu .sp_menu_brand a{
		width: 100%;
	display: block;
	border-bottom: 1px solid #e8e8e8;
        padding: 0% 0;
}
#p1_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;
	}
/*---------------------------------------------*/
}