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

/* == header == */
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
background: #000000;
z-index: 10000;
font-weight: 500;
letter-spacing: 0.1em;
}
#header_logo {
    display: block;
    position: absolute;
	top: 10px;
    left: 15px;
    height: 40px;
    margin: 0;
    z-index: 500;
}
#header_logo img {
    display: block;
    height: 100%;
}
#header_nav {
float: right;
font-size: 0;
}
#header_nav a {
    text-decoration: none;
}
.header_nav_wrap {
    display: inline-block;
}
.header_nav_wrap.to_conv{margin-right: 10px;}
.header_nav_wrap.to_conv .header_nav_l1{
	background-color: #da2429;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 40px;
    border-radius: 4px;
}

.header_nav_wrap.to_login{ margin-right: 10px;}
.header_nav_wrap.to_login .header_nav_l1{
	background-color: #686868;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 40px;
	border-radius: 4px;
}


.header_nav_wrap a:after{
/*content: "";
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
width: 1px;
height: 1.4em;
margin: auto;
background-color: #FFFFFF;*/
}
.header_nav_wrap a:after:hover {
opacity: 1!important;
}
li.header_nav_wrap:last-child a:after{
display: none;
}
.header_nav_wrap-hasChild .header_nav_children {
	display: block;
	position: absolute;
	top: 60px;
	left: 100%;
	background-color: #3a3a3a;
	width: 100%;
	opacity: 0;
	transition: opacity 300ms 0s ease, left 300ms 0s ease;
	padding: 0em 2em;
	font-size: 0.9rem;
}
.header_nav_children-main,
.header_nav_children-sup {
    padding: 0.4em 0;
    text-align: right;
}
.header_nav_children-sup {
    border-top: 1px solid rgba(124,124,124,0.7);
}
.header_nav_l1,
#header_nav a#facebook {
	display: inline-block;
	padding: 0 1em;
	font-size: 0.9rem;
	line-height: 60px;
	position: relative;
}
.header_nav_l1:before {
 /*   content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffff;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 300ms 0s ease;
*/
}
.header_nav_l1:hover:before {
    width: 80%;
}
.header_nav_wrap-hasChild-on .header_nav_children {
    left: 0;
    opacity: 1;
}
#header_nav a#facebook {
    display: inline-block;
    width: auto;
    height: 1.3em;
    position: relative;
    bottom: -0.3em;
}
#header_nav a#facebook img {
    display: block;
    width: 1.3em;
}
.header_nav_l2 {
    display: inline-block;
    padding: 0.2em 1.2em;
    margin: 0.5em;
    position: relative;
    transition: background 300ms 0s ease;
}
.header_nav_l2:before {
	content: "";
	display:none;
	/* [disabled]display: block; */
	background: transparent;
	position: absolute;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 5px;
	height: 5px;
	top: 0;
	left: 0;
	transition: width 300ms 0s ease, height 300ms 0s ease;
}
.header_nav_l2:after {
    content: "";
	display:none;
    /* [disabled]display: block; */
    background: transparent;
    position: absolute;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 5px;
    height: 5px;
    bottom: 0;
    right: 0;
    transition: width 300ms 0s ease, height 300ms 0s ease;
}
.header_nav_l2:hover {}
.header_nav_l2:hover:before, .header_nav_l2:hover:after { width: 100%; height: 100%; }
.header_nav_l2 .blu_series{
	color: #4a94c2;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.header_nav_l2 .blk_series{
	color: #969696;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

/**footer**/
footer{
	background-color: #1e1e1e;
	/*padding-top: 40px;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
footer .footer-inner{
margin-left: auto;
margin-right: auto;
text-align: center;
}
footer .footer-inner .footer_logo{
width: 90px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
margin-top: 1em;
}
footer .footer-inner .footer_logo img{
width: 100%;
height: auto;
}
footer .footer-inner .foot_smap{
letter-spacing: -.4em;
text-align: center;
padding-top: 2em;
padding-bottom: 1em;
margin-left: auto;
margin-right: auto;
}
footer .footer-inner .foot_smap li{
display: inline-block;

border-right: 1px solid #FFFFFF;
margin-bottom: 10px;
}
footer .footer-inner .foot_smap li:nth-child(5),
footer .footer-inner .foot_smap li:last-child{
border-right-style: none;
}
footer .footer-inner .foot_smap li a{
	font-size: 0.8em;
	padding: 0.1em 1.2em;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1em;
} 
footer .footer-inner .foot_smap li a img{
width: 1.2em;
height: auto;
}
footer .footer-inner .foot_office{
	text-align: center;
	background-color: #000000;
	padding-bottom: 30px;
}
footer .footer-inner .foot_office li{

}

footer .footer-inner .foot_copy{
	font-size: 0.8em;
	color: #9B9B9B;
}
@media only screen and (max-width: 1400px) {
.header_nav_l1 {
	display: inline-block;
	padding: 0 0.65vw;
	font-size: 0.85rem;
	letter-spacing: 0;
}
}
@media only screen and (max-width: 1100px) {
    #header_btn_sp {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background: #000000;
        z-index: 1000;
    }
    #header_btn_sp span {
        pointer-events: none;
        display: block;
        width: 24px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        transition: transform 300ms 0s ease, width 300ms 0s ease, top 300ms 0s ease, bottom 300ms 0s ease, right 300ms 0s ease;
    }
    #header_btn_sp span:first-child { top: 16px; }
    #header_btn_sp span:last-child { bottom: 16px; }
    .header_nav-on #header_btn_sp span {
        right: 12px;
        width: 18px;
    }
    .header_nav-on #header_btn_sp span:first-child {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 12px;
        top: 7px;
        right: 9px;
    }
    .header_nav-on #header_btn_sp span:last-child {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 12px;
        bottom: 7px;
        right: 9px;
    }
    #header_shop{position: absolute; top:0; right: 60px; background-color:rgba(61,158,244,1.00);display: block; width: 60px; height: 60px; font-size: 10px; text-align: center;}
    #header_shop img{width: 50%; display: block; margin: auto; margin-top: 0.5em;}
    
    #header_logo {
        width: 100px;
        height: auto;
        background: #000000;
		position: absolute;
        top: 0;
        left: 1em;
		/*
        left:0;
        right: 0;
        */
		bottom:0;
		margin:auto;
    }
    #header_logo img {
	width: 100%;

    }
    #header_nav {
        width: 100%;
        height: 100vh;
        position: absolute;;
        float: none;
        top: 60px;
        right: -100%;
        background: rgba(0, 0, 0, 1.0);
        overflow: scroll;
        transition: right 300ms 0s ease;
    }
    #header_nav ul{	padding-top: 16px;}
	.header_nav_wrap.to_conv{
	margin-top: 14px;
	margin-right: 0px;
	text-align: center;
}
	.header_nav_wrap.to_login{
	margin-top: 8px;
	margin-right: 0px;
	text-align: center;
}
    .header_nav-on #header_nav {
        right: 0;
    }

    .header_nav_wrap-hasChild .header_nav_children {
        background: transparent;
        position: static;
        top: auto;
        left: auto;
        padding: 0 1em 0 1.5em;
        text-align: left;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms 0s ease;
    }
    .header_nav_wrap-hasChild-on .header_nav_children {
        display: block;
        max-height: 100vh;
    }
	li.header_nav_wrap:last-child a:after{
	display: inline-block;
		}
    #header_nav ul li { display: block; padding-right: 4vw; padding-left:4vw;}
	
    #header_nav ul li a.header_nav_l1 {
	line-height: 40px;
	width: 100%;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
    
	.header_nav_l1:before {
    /*  bottom: 8px;
        right: auto;
        left: 1em;
	*/
    }
    .header_nav_l1:hover:before { width: calc( 100% - 2em ); }
    .header_nav_children-main { padding-top: 0; }
    .header_nav_children-main,
    .header_nav_children-sup { text-align: left; }
	.header_nav_l2{
	padding: 0.2em;
	margin: 0;
}
	
	
	
    /**footer**/
    footer{
    }
    footer .footer-inner{
    }
    footer .footer-inner .footer_logo{
	width: 25%;
    }
    footer .footer-inner .footer_logo img{
	width: 100%;
	height: auto;
	max-width: 90px;
    }
    footer .footer-inner .foot_office{
    }
    footer .footer-inner .foot_office li{
	max-width: initial;
	display: inline-block;
	width: auto;
    }
	footer .footer-inner .foot_office li a{
	font-size: 0.7rem;
}
    footer .footer-inner .foot_office li:first-child{
    }
    
    footer .footer-inner .foot_smap{
	width: 100%;
	padding-top: 0;
    display: flex; flex-wrap: wrap;
    }
    footer .footer-inner .foot_smap li{
    width: 50%;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 0;
    border-right-style: none; 
    }
    footer .footer-inner .foot_smap li:nth-child(2n-1){border-right: 1px solid #a1a1a1;}

    footer .footer-inner .foot_smap li a{ padding: 2em 0; } 
    footer .footer-inner .foot_smap li a img{
    }


}

