@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
}

a {
	text-decoration: none;
	color: #333;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

button{
	cursor: pointer;
}



/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */
*{
	box-sizing: border-box;
}

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 1.5rem;
	font-size	: 15px;
	line-height	: 1.5;
	text-align	: center;
	color		: #333;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

input{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header{
	position: relative;
	background-color: #eff0f2;
	height: 80px;
	padding: 0 10px;
}

header > .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.header_left{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_right{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	margin-bottom: 2px;
}

.nav_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_item{
	border-left: 1px solid #19385d;
}

.nav_item:last-of-type{
	border-right: 1px solid #19385d;
}

.nav_item a{
	color: #19385d;
	font-size: 1.5rem;
	border-bottom: 1px solid #19385d;
	letter-spacing: 0.02em;
	padding: 0 3px;
	margin: 0 15px;
	white-space: nowrap;
}

.nav_item button span{
	color: #19385d;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.nav_item button{
	border: none;
	border-bottom: 1px solid #19385d;
}

.nav_item a:hover,.nav_item button:hover{
	border-bottom: none;
}

.nav_list .cart_button:hover{
	border-bottom: none;
}

.nav_item .user_icon{
	margin: 0 16px;
}

/* --- 検索ボックス --- */

.search_box{
	position: relative;
	margin-bottom: 10px;
}

.search_box #search{
	position:relative;
	width:240px;
}

.search_box #sbox,.search_box #sbox02{
	width: 100%;
	height: 28px;
	font-size:14px;
	padding: 0 42px 0 20px;
	border-radius:2px;
	outline:0;
	background:#fff;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	word-break: break-all;
}

.search_box #sbox02{
	height: 35px;
}

.search_box #sbox::placeholder{
	color: #a6a6a6;
	letter-spacing: 0.3em;
}

.search_box #sbtn,.search_box #sbtn02{
	position:absolute; 
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	background:none;
	color:#19385d;
	border:none;
	font-size: 16px;
}

.search_box .fa-solid, .fas{
	padding: 2px 5px 0;
}

.mobile_nav{
	display: none;
}

@media screen and (max-width: 840px){
	header{
		height: 60px;
	}

	header.open{
		position: fixed;
		width: 100%;
    	z-index: 1000;
	}
	
	.hd01 a img{
		width: 80px;
	}
	.mobile_nav{
		display: block;
	}

	.header_right{
		display: none;
	}

	#hamburger{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 900;
		cursor: pointer;
	}

	.gnav{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #0a4974;
		display: none;
		z-index: 600;
		padding: 80px 20px 80px;
	}

	.gnav.visible{
		display: block;
	}

	.gnav ul li a{
		display: block;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
		border-top: 1px solid #fff;
		padding: 10px 16px;
	}

	.gnav ul li button{
		display: block;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
		border: none;
		border-top: 1px solid #fff;
		padding: 10px 16px;
		background-color: #0a4974;
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.gnav ul li a:hover{
		background-color: #fff;
		color: #0a4974;
	}

	.gnav ul li a:hover.user_icon:before,
	.gnav ul li a:hover.cart_icon:before,
	.gnav ul li a:hover.login_icon:before{
		color: #0a4974;
	}

	.gnav ul li:last-of-type{
		border-bottom: 1px solid #fff;
	}

	.gnav ul{
		width: 100%;
		margin: 20px auto 0;
	}

	.gnav .user_icon:before,
	.gnav .cart_icon:before,
	.gnav .logout_icon:before,
	.gnav .login_icon:before{
		color: #fff;
	}

	.search_box #search{
		width: 100%;
		max-width: 85%;
		margin: 0 auto;
	}

	#nav-toggle {
		display: block;
		height: 53px;
		width: 53px;
	}

	#nav-toggle div {
		position: relative;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 66%;
		background: #0a4974;
		left: 9px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
		top: 11px;
	}

	#nav-toggle span:nth-child(2) {
		top: 23px;
	}

	#nav-toggle span:nth-child(3) {
		top: 35px;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 23px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		background-color: #fff;
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		background-color: #fff;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 23px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		background-color: #fff;
	}
}
/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#contentsBlock {
    min-height: calc(100vh - 119px);
	padding: 0 20px 75px;
}

#contentsBlock  .content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 42px 0 0;
}

.content_wrap{
	display: flex;
	justify-content: space-between;
}

.main_contents{
    width: 71%;
}
.oneColumn .main_contents{
    width: 100%;
}

@media screen and (max-width: 840px){
	#contentsBlock {
    	min-height: calc(100vh - 101px);
	}
	
	.content_wrap{
		flex-direction: column;
	}
}



/* ------------------------------------------------------------------------ */

/* aside

/* ------------------------------------------------------------------------ */

aside{
	max-width: 340px;
    width: 29%;
	min-height: 65vh;
	background-color: #f6f7f9;
	margin-right: 20px;
	padding: 20px;
	text-align: left;
}

aside h3{
	font-size: 1.8rem;
	color: #00224b;
	margin-bottom: 7px;
}

/* --- category_list --- */

.category_list{
	background-color: #fff;
	border-bottom: 1px solid #00224b;
}

.product_list{
	display: none;
}

.product_sub_list{
	display: none;
}

.product_sub_list2{
	display: none;
	padding-bottom: 5px;
}

.has-child{
	position: relative;
	padding: 12px 14px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.categoryItem{
	border-top: 1px solid #00224b;
}

.categoryItem > .has-child{
	background-color: #eff0f2;
}

.categoryItem > .has-child.active{
	font-weight: 700;
}

.categoryItem > .has-child:after{
	top: 40%;
	right: 18px;
	width: 8px;
    height: 8px;
}

.product_list > .has-child:after{
	top: 40%;
    right: 8px;
    width: 6px;
    height: 6px;
}

.product_sub_list > .has-child:after{
	top: 40%;
    right: 16px;
    width: 6px;
    height: 6px;
}

.has-child span{
	word-break: break-all;
	font-size: 1.4rem;
	color: #00224b;
	letter-spacing: 0.04em;
}
.has-child a{
	margin-right: 10px;
}
.has-child a:hover{
	text-decoration: underline;
}

.has-child .toggle-btn{
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-right: solid 1px #00224b;
	border-bottom: solid 1px #00224b;
	transform: rotate(-45deg) translate(0,0);
	transform-origin: center center;
}
.has-child.open .toggle-btn{
	transform: rotate(45deg) translate(0px,0px);
}

.productItem .has-child{
	padding: 13px 14px 13px 20px;
	background-color: rgba(10,73,116,0.06);
	text-indent: 0;
}

.productItem .has-child.active{
	font-weight: 700;
}

.productItem .open{
	background-color: rgba(10,73,116,0.06);
}

.product_list .productItem{
	border-bottom: 1px solid #c1c7d4;
}
.product_list .productItem:first-of-type{
	border-top: none;
	border-top: 1px solid #c1c7d4;
}

.product_list .productItem:last-of-type{
	border-bottom: none;
}

.productItem a{
	color: #00224b;
	font-size: 1.4rem;
	word-break: break-all;
}

.productItem a:hover{
	border: none;
}

.productItem span{
	color: #00224b;
	font-size: 1.4rem;
}

.productSubItem .has-child{
	padding: 7px 14px 8px 28px;
    text-indent: 0px;
	border-top: 1px solid #c1c7d4;
	background-color: rgba(10,73,116,0.02);
}

.productSubItem .has-child.open{
	background-color: rgba(10,73,116,0.02);
}

.productSubItem .has-child.active{
	font-weight: 700;
}

.productSubItem2{
	padding: 1px 3px 0px 48px;
    line-height: 1.4;
    text-indent: -6px;
}

.productSubItem2.active{
	font-weight: 700;
}

.productSubItem2:first-of-type{
	padding: 10px 3px 0px 48px;
}

.productSubItem2:last-of-type{
	padding: 1px 5px 5px 48px;
}

.productSubItem2:before{
	font-family: 'FontAwesome';
	content: "\f04b";
	font-size: 6px;
	color: #b5d81e;
	display: inline-block;
	padding-right: 5px;
	transform: translateY(-2px);
}

.productSubItem a{
	color: #00224b;
	font-size: 1.4rem;
}

.productSubItem2 a{
	color: #00224b;
	font-size: 1.4rem;
}

.productSubItem2 a:hover{
	text-decoration: underline;
}

/* --- mypage_aside --- */

.mypage_aside_wrap{
    padding: 15px 20px;
}

.mypage_aside ul{
	background-color: #fff;
}

.mypage_aside ul li a{
	position: relative;
	display: block;
	border-top: 1px solid #00224b;
	color: #00224b;
	font-size: 1.5rem;
	padding: 11.5px;
}

.mypage_aside ul li a:after{
	position: absolute;
    right: 18px;
    top: 45%;
    content: "";
    transition: all 0.1s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #00224b;
    border-right: solid 1px #00224b;
    transform: rotate(45deg) translateY(-50%);
}

.mypage_aside ul li a:hover{
	text-decoration: underline;
}

.mypage_aside ul li:last-of-type a{
	border-bottom: 1px solid #00224b;	
}

/* parts_list */

.parts_list{
	margin-top: 30px;
}

.parts_list ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.parts_list .parts_item{
    width: 32.65%;
    margin: 0 1% 19px 0;
}

.parts_list .parts_item:nth-of-type(3n){
	margin: 0 0 19px 0;
}

.parts_list .parts_item a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0a4974;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0a4974;
    min-height: 59px;
    padding: 0 10%;
    box-shadow: 0px 0px 6px rgb(196, 199, 204);
}

.parts_list .parts_item a:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0a4974;
}

.parts_list .parts_item a:after{
    position: absolute;
    right: 24px;
	top: 50%;
    font-family: 'FontAwesome';
	transform: translateY(-50%);
    content: "\f105";
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.parts_list .parts_item a:hover{
	color: #fff;
	background-color: #0a4974;
}
.parts_list .parts_item a:hover::before{
	background-color: #fff;
}

.parts_list .parts_item a:hover::after{
	color: #0a4974;
}



@media screen and (max-width: 840px){
	aside{
		width: 100%;
		min-height: inherit;
		max-width: inherit;
		order: 2;
		margin-top: 30px;
	}

	aside h3{
		font-size: 1.6rem;
	}

	.main_contents{
		order: 1;
		width: 100%;
		padding: 0!important;
	}
	
	.productSubItem a{
		font-size: 1.4rem;
	}
	
	.productSubItem2 {
		padding: 10px 10px 0px 17px;
	}
	
	.productSubItem2:first-of-type {
    	padding: 9px 14px 0px 17px;
	}
	
	.productSubItem2:last-of-type {
    	padding: 6px 14px 10px 17px;
	}
	
	.productSubItem2 a{
		font-size: 1.4rem;
	}
	
	.product_sub_list2{
		padding-left: 25px;
	}
	
	.productSubItem2:before{
		font-size: 10px;
	}
	
	.parts_list .parts_item {
		width: 49%;
		margin: 0 2% 19px 0;
	}
	
	.parts_list .parts_item:nth-of-type(3n) {
    	margin: 0 2% 19px 0;
	}
	
	.parts_list .parts_item:nth-of-type(2n) {
    	margin: 0 0 19px 0;
	}
}

@media screen and (max-width: 540px){
	
	
	.parts_contents_item{
		padding: 16px 8px 20px;
	}
	
	.parts_contents_item:first-of-type{
		padding: 17px 8px 20px;
	}
	
	.parts_contents_item .modal {
    	bottom: 65px;
	}
	
	.parts_contents_item > .parts_contents_inner {
    	margin-bottom: 35px;
	}
	
	.parts_contents_item > .parts_contents_inner figure {
		margin-right: 12px;
	}
	
	.parts_contents_item .form_btn {
    	max-width: 145px!important;
    	font-size: 1.2rem;
		right: 8px;
	}
	
	.parts_contents_item .form_btn .cart_icon {
    	padding-right: 17px;
	}
	
	.parts_list .parts_item, .parts_list .parts_item:nth-of-type(3n) {
		width: 100%;
		margin: 0 0 19px 0;
	}
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer{
	background: #19385d;
	clear : both;
}

footer .content{
	max-width: 1100px;;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

footer p{
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding: 8.5px 0 9.5px;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 540px){
	footer p{
		font-size: 1.0rem;
		padding: 13px 0;
	}
}
