body
	{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 400;
	}

#header_ec
	{
	width: 100%;
	background-color: rgb(0 0 0 / 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	}

#header_ec div
	{
	width: 95%;
	margin: 0 auto;
	padding: 2rem 0 1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

#header_ec div ul
	{
	display: flex;
	align-items: center;
	}

#header_ec div ul li
	{
	margin: 0 0 0 4rem;
	position: relative;
	}

#header_ec div ul li a
	{
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
	}

#header_ec div ul:nth-child(3)
	{
	margin-left: 30rem;
	}

@media screen and (min-width:1201px) and ( max-width:1360px) {
#header_ec div ul li
	{
	margin: 0 0 0 2rem;
	}

#header_ec div ul:nth-child(3)
	{
	margin-left:0rem;
	}
}


@media screen and (min-width:1361px) and ( max-width:1700px) {
#header_ec div ul li
	{
	margin: 0 0 0 2rem;
	}

#header_ec div ul:nth-child(3)
	{
	margin-left: 10rem;
	}
}





#header_ec div ul li .txt
	{
	width: 202px;
	padding: 1rem;
	border: 0;
	background: #eeeeee;
	color: #666666;
	}

#header_ec div ul li .btn
	{
	width: 23px;
	height: 22px;
	background: url(../images/common/search.png) no-repeat;
	background-size: 22px;
	position: absolute;
	top: 28%;
	right: 5%;
	z-index: 999;
	}

.menu-wrapper
	{
	display: none;
	}

.pconly
	{
	display: block !important;
	}

.sponly
	{
	display: none !important;
	}


@media screen and (max-width:1200px) {
.pconly
	{
	display: none !important;
	}

.sponly
	{
	display: block !important;
	}



.menu-wrapper
	{
	display: block;
	position: relative;
	}

.sp_head
	{
	background-color: rgb(0 0 0 / 0.8);
	z-index: 99;
	position: fixed;
	top: 0;
	padding: 2rem 0;
	width: 100%;
	text-align: center;
	}



.menu-icon
	{
	width: clamp(7rem, 5rem + 3.18vw, 8.75rem);
	padding: 1rem;
	position: fixed;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 999999;
	display: inline-block;
	}

.menu-icon span
	{
	display: block;
	height: 2px;
	margin: 6px 0;
	background: #fff;
	border-radius: 2px;
	transition: 0.4s;
	}

.menu-icon em
	{
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	font-style: normal;
	}

.menu-icon em:after
	{
	content: "MENU";
	}

#menu-toggle:checked + .menu-icon em:after
	{
	content: "CLOSE";
	}


#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(5px) rotate(20deg);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  transform: translateY(-5px) rotate(-20deg);
}

.overlay
	{
	position: fixed;
	inset: 0;
	background: #2a292f;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
	z-index: 1;
	}

#menu-toggle:checked ~ .overlay
	{
	opacity: 1;
	pointer-events: auto;
	}

.menu
	{
	position: fixed;
	top: 0;
	padding: 2rem;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(42,42,42,0.3);
	transition: right 0.4s ease;
	z-index: 9999;
overflow-y: scroll;
	}

#menu-toggle:checked ~ .menu {
  right: 0;
	padding: 2rem 0;
}

#menu-toggle:checked ~ .menu section>p
	{
	margin: 0 2rem 3rem 2rem;
	}


#menu-toggle:checked ~ .menu section .search
	{
	margin: 6rem 2rem 0 2rem;
	position: relative;
	}

#menu-toggle:checked ~ .menu section .txt
	{
	width: 100%;
	padding: 1.5rem 1rem;
	border: 0;
	background: #efefef;
	color: #666666;
	}

#menu-toggle:checked ~ .menu section .btn
	{
	width: 23px;
	height: 22px;
	background: url(../images/common/search.png) no-repeat;
	position: absolute;
	top: 30%;
	right: 5%;
	z-index: 999;
	}

.drop_ac
	{
	margin-top: 3rem;
	font-size: 1.2em;
	border-top: 1px solid #fff;
	}

.drop_ac dt
	{
	border-bottom: 1px solid #fff;
	}

.drop_ac dt a
	{
	display: block;
	position: relative;
	}


.drop_ac dt p
	{
	position: relative;
	}

.drop_ac dt p::after
	{
	content:'▽';
	position:absolute;
	right:6px;
	top:0px;
	width:20px;
	height:2px;
	}


.drop_ac dt details[open] > summary p::after
	{
	top:26px;
	right:10px;
	transform:rotate(180deg);
	}

.drop_ac dt:nth-child(4) ,.drop_ac dt:nth-child(4) dt
	{
	border-bottom: 0;
	}

.drop_ac .product_sum
	{
	border-bottom: 1px solid #fff;
	}

.drop_ac a, .drop_ac summary
	{
	padding: 2rem 2rem;
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	list-style: none;
	background: #2a292f;
	}


.drop_ac summary::-webkit-details-marker
	{
	display: none;
	}

.drop_ac dd dl dt summary
	{
	padding: 2rem 2rem 2rem 4rem;
	background-color: #2a292f;
	}

.drop_ac dd a
	{
	padding: 2rem 4rem;
	display: block;
	border-bottom: 1px solid #fff;
	position: relative;
	}




.menu section .sp_log
	{

	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	}

.menu section .sp_log a
	{
	margin: 3rem 4rem;
	display: block;
	padding: 2rem 1rem;
	color: #fff;
	position: relative;
	background: #f24f00;
	}

.menu section .sp_log+ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

.menu section .sp_log+ul li
	{
	width: 10%;
	margin: 0 1rem;
	}

.menu section .sp_log+ul li img
	{
	width: 90%;
	}

.menu section .sp_log+ul li:last-child img
	{
	width: 70%;
	}

}





#footer_ec
	{
	padding: 8rem 0 0rem 0;
	text-align: center;
	background: #000000;
	}

#footer_ec .sp_sns
	{
	display: none;
	}

#footer_ec section
	{
	margin-top: 5rem;
	padding: 3rem 0;
	background: #2a292f;
	}

#footer_ec div
	{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	}

#footer_ec div .cate
	{
	display: flex;
	}

#footer_ec div .cate li
	{
	margin-left: 5rem;
	}

#footer_ec div .cate a
	{
	color: #e5e5e5;
	}

#footer_ec div .pc_sns
	{
	width: 100%;
	margin-top: 2rem;
	display: flex;
	justify-content: end;
	}

#footer_ec div .pc_sns li
	{
	margin-left: 2rem;
	}

#footer_ec section+p
	{
	padding: 2rem 0;
	background: #2a292f;
	color: #999999;
	border-top: 1px solid #999999;
	}





@media screen and (max-width:1200px) {
#footer_ec>a img
	{
	width: 60%;
	}

#footer_ec .sp_sns
	{
	margin: 5rem 0rem 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}

#footer_ec .sp_sns li
	{
	margin: 0 1rem;
	}

#footer_ec section
	{
	margin-top: 5rem;
	padding: 3rem 0;
	background: #000;
	}

#footer_ec div
	{

	width: 100%;
	margin: 0 auto;
	display: block;
	}

#footer_ec div>a img
	{
	display: none;
	}

#footer_ec div .cate
	{
	display: block;
	border-top: 1px solid #999;
	}

#footer_ec div .cate li
	{
	margin-left: 0rem;
	text-align: left;
	border-bottom: 1px solid #999;
	}

#footer_ec div .cate a
	{
	padding: 1.5rem 2rem;
	color: #fff;
	font-size: 1.2em;
	display: block;
	background: url(../images/common/f_icon.jpg) no-repeat 95% center;
	background-size: 5%;
	}

#footer_ec div .pc_sns
	{
	display: none;
	}


#footer_ec section+p
	{
	padding: 0 0 2rem 0;
	background: #000;
	color: #999999;
	border-top: 0;
	}

}