/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #181000 !important;
	margin: 0 auto;
	font-size: 16px;
}

.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}



/*---header---*/


header {
	/*background: #fff;*/
	/*overflow: hidden !important;*/
	overflow: visible;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	word-break: break-all;
    padding: 15px 0;
    position: fixed;
    justify-content: space-between;
    width: 100%;
	z-index: 100;
}

header .header-posi{
	/*width: 100%;*/
	max-width: 1280px;
	display: flex;
	margin: 0 auto;
}

header .header-posi .title{
    height: auto;
    /*width: 4.236%;*/
	width: 53px;
	margin: 0 auto 0 3%;
	position: relative;
    z-index: 1000;
	top: -10px;
}

ul{
	list-style: none;
}

.nav{
	width: 100%;
}
.menu-group{
	width: 300%;
	margin: 0 auto;
	padding-left: 9%;
	display: flex;
}
.menu-item {
	list-style: none;
	/*display: inline-block;*/
	margin: 24px 1.8% 0.2% 0;
    position: relative;
    font-size: 14px;
}
/*.menu-item-w{
	padding-right: 2.3%;
	margin-right: 0;
}*/

.menu-item a{
	text-decoration: none;
	color: #000;
}

.menu-group li ul{
	width: 100%;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 300;
}
/*.menu-group li:hover ul {
  visibility: visible;
}*/
/*.menu-group li ul li{
  background: #fff;
}*/

.acd-check{
    display: none;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
	font-size: 85%;
}
.acd-content li{
	padding: 4px 0;
	background-color: #fff;
	width: 92px;
}
.acd-check:checked + .acd-label + .acd-content{
    /*height: 40px;*/
    opacity: 1;
    padding: 0;
    visibility: visible;
}


/*.header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
	transition: transform .4s ease;
}

.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}*/
.nav{
	transform: translateX(0);
	opacity: 1;
	transition: 0.6s ease;	
}

.nav.checked{
	transform: translateX(-10%);
	opacity: 0;
}

.header{
	background-color: rgba(255,255,255,1.00);
	transition: 0.6s ease;	
}
.header.checked{
	background-color: rgba(255,255,255,0);
}

.title.checled{
	background-color: #ccc;
}

@media (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
}

.sp-mini{
	display: none;
}
@media (max-width: 360px) {
	.sp-mini{
		display: block;
	}
}


.gray{
	color: #989898;
}

/*---footer---*/


footer {
	background: #fff;
	overflow: hidden !important;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	word-break: break-all;
    width: 100%;
}

footer a{
	text-decoration: none;
	color: #000;
}
footer img{
	width: 100%;
	margin: 0 auto;
}


footer .footer-back{
	max-width: 1280px;
	margin: 0 auto 3%;
}

footer .footer-navi{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 4.1% 3% 3%;
	flex-wrap: wrap;
}
footer .footer-navi li {
    padding: 0 3% 2% 3%;
	font-size: 14px
}
footer .footer-sns{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0 4%;
	width: 200px;
}
footer .footer-sns li{
	width: 26px;
	margin: 0 auto;
}


footer .copyright{
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	transform: scale(0.9);
}

@media (min-width: 769px) and (max-width: 1040px){
	footer .footer-navi{
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding: 4.1% 3% 4.9%;
		flex-wrap: wrap;
	}

	
}
@media (max-width: 768px) {
	
	header {
		padding: 3.8% 0;
	}
	header .header-posi .title{
		width: 9.334%;
		max-width: 52px;
		margin: 0 auto 0 5%;
		top: 0;
	}
	header .header-posi .title img{
		vertical-align: middle;
	}
	.burger-btn{
		display: block;      
		width: 39px;      
		height: 39px;      
		/*position: relative; */     
		z-index: 3;
		border:none;
		position: absolute;
		top: 18px;
		right: 2%;
	}    
	.bar{      
		width: 24px;      
		height: 1px;        
		display: block;      
		position: absolute;      
		left: 50%;      
		transform: translateX(-50%);      
		background-color: #000;    
	}    
	.bar_top{   
		top: 15px;
	}
	.bar_mid{    
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.bar_bottom{
		bottom: 15px;
	}
	.bar_txt{
		content: url("../img/common/menu.png");
		position: absolute;
		bottom: -1%;
		left: 50%;      
		transform: translateX(-50%);      
		width: 23px;
		height: 6px;
		color: #000;
	}

	.burger-btn.close .bar_top{      
		transform: translate(-50%,5.5px) rotate(45deg);      
		transition: transform .3s;    
	}    
	.burger-btn.close .bar_mid{      
		opacity: 0;       
		transition: opacity .3s;    
	}    
	.burger-btn.close .bar_bottom{      
		transform: translate(-50%,-2.5px) rotate(-45deg);      
		transition: transform .3s;    
	}
	.burger-btn.close .bar_txt{
		content: url("../img/common/close.png");
		position: absolute;
		bottom: -5%;
		left: 50%;      
		transform: translateX(-50%);      
		width: 23px;
		height: 8px;
		color: #000;
	}
	
	
	header .header-posi{
		display: block;
		margin: 0 auto;
	}

	
	.menu-group{
		display: none;
		width: 100vw;
		height: 100vh;
		margin: 0 auto;
		margin-top: 10%;
		padding-left: 10%;
		z-index: 2;
		background: #fff;
	}
	.menu-item {
		list-style: none;
		/*display: inline-block;*/
		margin: 6.5% 1.8% 0.2% 0;
		position: relative;
		font-size: calc(0.75rem + ((1vw - 3.75px) * 3.2));
	}

	.menu-item a{
		text-decoration: none;
		color: #000;
	}

	.menu-group li ul{
		width: 100%;
		list-style: none;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 300;
	}
	
	
	
	
	#top-footer{
		/*margin-top: -16%;*/
		position: relative;
		z-index: 0;
	}
	footer .footer-back{
		margin: 0 auto 14%;
	}

	footer .footer-navi{
		display: flex;
		justify-content: center;
		margin: 0 auto;
		padding: 10% 0 10% 0;
		font-size: calc(0.625rem + ((1vw - 3.75px) * 2.6667));
		flex-wrap: wrap;
	}
	footer .footer-navi li{
		padding: 0 0 4% 0;
		font-size: calc(0.75rem + ((1vw - 3.75px) * 3.0534));
		width: 33%;
		text-align: center;
	}

	footer .footer-sns{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0 25% 13%;
		width: auto;
	}
	footer .footer-sns li{
		width: 15%;
		margin: 0 auto;
	}


	footer .copyright{
		margin: 0 auto;
		text-align: center;
		font-size: calc(0.625rem + ((1vw - 3.75px) * 2.6667));
	}
	footer .copyright span{
		margin: 0 auto ;
		vertical-align: -0.1em;
		/*font-size: calc(0.9375rem + ((1vw - 3.75px) * 4));*/
		font-size: calc(0.75rem + ((1vw - 3.75px) * 3.0534));
	}

	
}




@media (max-width: 768px) and (min-width: 500px) {
	header {
		padding: 15px 0;
	}
	.bar {
		width: 32px;
		height: 1px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-color: #000;
	}
	.bar_txt {
		bottom: -7%;
		width: 30px;
		height: 7px;
	}
	.burger-btn.close .bar_txt {
		bottom: -17%;
		width: 28px;
		height: 9px;
	}
	.burger-btn {
		display: block;
		width: 39px;
		height: 39px;
		/* position: relative; */
		z-index: 3;
		border: none;
		position: absolute;
		top: 18px;
		right: 2%;
	}
	.menu-item {
		margin: 5.5% 1.8% 0.2% 0;
	}
}