@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansJP-Regular.woff') format('woff'),
    	 url('../font/NotoSansJP-Regular.woff2')  format('woff2');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansJP-Bold.off') format('woff'),
    	 url('../font/NotoSansJP-Bold.woff2')  format('woff2');
}

.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}



/* 一般
-----------------------------------------*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
	background: #000;
	overflow-x: hidden;
}

body{
	font-size: 1.6rem; 
    font-family: "NotoSansJP" , sans-serif;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
a,
a *{
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}
@media screen and (min-width:768px) {
a:hover,
a:hover *{
	opacity: .7;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
.sp_only{
	display: none;
}
}
@media screen and (max-width:767px) {
body{
	font-size: 1.5rem;
}
.pc_only{
	display: none;
}
}


/* ヘッダー
-----------------------------------------*/
#headermenu{
	max-width: 1280px;
	height: 40px;
	margin: 15px auto;
	position: relative;
}
#headermenu h1{
	width: 40px;
}
#headermenu a,
#headermenu a *{
	color: #fff;
}
@media screen and (max-width:1360px) {
#headermenu{
	padding: 0 40px;
}
}
@media screen and (max-width:767px) {
#headermenu{
	padding: 0 20px;
	margin: 20px auto;
}
#headermenu h1{
	width: 50px;
}
}

@media screen and (min-width:768px) {
#headermenu{
	display: flex;
	align-items: center;
}
#headermenu #mainmenu{
	width: calc(100% - 80px);
	padding-left: 20px;
}
#headermenu #mainmenu_list > ul{
	display: flex;
}
#headermenu #mainmenu_list > ul > li{
	margin-left: 1rem;
}
#headermenu #mainmenu_list > ul > li > a{
	display: block;
	padding: 0 1rem;
	line-height: 40px;
}
#headermenu #mainmenu_list ul li div{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	/*width: 100%;*/
    position: absolute;
    top: 40px;
    left: 0;
	background: #000;
	padding: 20px 40px 50px 40px;
	z-index: -99;
	opacity: 0;
	-webkit-transition: all .3s;
			transition: all .3s;
}
#headermenu #mainmenu_list > ul > li:nth-child(1) > a:hover + div,
#headermenu #mainmenu_list > ul > li:nth-child(1) div:hover{
	z-index: 99;
    opacity: 1;
}
#headermenu #mainmenu_list ul li dl{
	max-width: 1280px;
	margin: 0 auto;
}
#headermenu #mainmenu_list ul li dt{
	font-size: 1.4rem;
	color: #999;
	margin-bottom: 10px;
}
#headermenu #mainmenu_list ul li dd li:nth-child(n+2){
	margin-top: 5px;
}
#headermenu #btn_contact{
	width: 40px;
}
#headermenu #btn_contact i{
	font-size: 2rem;
}
}
@media screen and (max-width:767px) {
#mainmenu{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background: #000;
    background-size: cover;
    transition: all 0.3s;
    pointer-events: none;
}
#mainmenu.panelactive{
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
}
#mainmenu.panelactive #mainmenu_list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mainmenu_list ul{
    display: none;
    z-index: 999;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
    /*max-width: 300px;*/
}
#mainmenu.panelactive ul{
    display: block;
    padding: 100px 20px;
}
#mainmenu ul li{
    text-align: center;
    padding: 25px 0;
    position: relative;
}
#mainmenu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    pointer-events: auto;
}
#mainmenu ul li dl{
	margin-top: 30px;
}
#mainmenu ul li dt{
	font-size: 1.4rem;
	color: #999;
}
#mainmenu ul li dd ul{
	padding: 0 !important;
}
#mainmenu ul li dd li{
	margin-top: 15px;
	padding: 0;
}
#mainmenu ul li dd li a{
	font-size: 1.4rem !important;
	line-height: 1.6 !important;
}
}

@media screen and (min-width:768px) {
.openbtn{
    display: none;
}
}
@media screen and (max-width:767px) {
.openbtn{
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    width: 26px;
    height: 20px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100%;
    left: 0;
}
.openbtn span:nth-of-type(1) {
    top: 0; 
}
.openbtn span:nth-of-type(2) {
    top: 10px;
}
.openbtn span:nth-of-type(3) {
    bottom: 0;
}
.openbtn.active{
	position: fixed;
	top: 20px;
	right: 20px;
}
.openbtn.active span{
    background: #fff;
}
.openbtn.active span:nth-of-type(1) {
    top: 10px;
    left: -3px;
    transform: translateY(0px) rotate(-40deg);
    width: 32px;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 10px;
    left: -3px;
    transform: translateY(0px) rotate(40deg);
    width: 32px;
}

#btn_contact{
	position: absolute;
	top: -5px;
	right: 70px;
	font-size: 2rem;
}
}



/* コンテンツ共通
-----------------------------------------*/
#contents{
	position: relative;
	z-index: 1;
}


/* フッター
-----------------------------------------*/
#footer{
	padding: 100px 40px;
	text-align: center;
}
#footer a,
#footer a *{
	color: #fff;
}
#footer_sns{
	display: flex;
	justify-content: center;
}
#footer_sns li:nth-child(n+2){
	margin-left: 40px;
}
#footer_sns{
	margin: 50px 0;
}
#footer_sns i{
	font-size: 2rem;
	opacity: .5;
}
#footer_sns a:hover i{
	opacity: 1;
}
#copyright{
	color: #fff;
	font-size: 1.3rem;
	opacity: .5;
}
@media screen and (min-width:768px) {
#footermenu{
	display: flex;
	justify-content: center;
}
#footermenu li{
	font-size: 1.5rem;
}
#footermenu li:nth-child(n+2){
	margin-left: 40px;
}
}
@media screen and (max-width:767px) {
#footer{
	padding: 50px 20px;
}
#footermenu li{
	font-size: 1.4rem;
}
#footermenu li:nth-child(n+2){
	margin-top: 10px;
}
#footer_sns{
	margin: 30px 0;
}
}

