@charset "UTF-8";

/* 共通設定 */
.inner {
	max-width: 1100px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
}


/* ローディング */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
}


/* ヘッダー */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 140px;
	height: 100vh;
	z-index: 99;
	border-right: 1px solid #c1c1c1;
    background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
}
#header h1 {
	padding: 10px 15px;
	text-align: center;
}
#header h1 a {
	display: block;
	height: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
	#header {
		width: 100%;
        height: auto;
		overflow-y: visible;
	}
	#header h1 {
        padding: 10px 50vw 10px 3vw;
        text-align: left;
	}
	#header h1 a {
		display: block;
	}
	#header h1 a img {
		max-height: 40px;
	}
}


/* トグル */
#toggle {
	display: none;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
	#toggle {
		position: absolute;
		top: 50%;
		right: 4vw;
		transform: translateY(-50%);
		width: 30px;
		height: 21px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
		cursor: pointer;
		z-index: 99;
		transition: all 0.5s;
	}
	#toggle span {
		height: 3px;
		transition: all 0.5s;
	}
	#toggle span:nth-child(1) {
		width: 100%;
	}
	#toggle span:nth-child(2) {
		width: 70%;
	}
	#toggle span:nth-child(3) {
		width: 40%;
	}
	.gnav-show #toggle span {
		background-color: #fff !important;
	}
	.gnav-show #toggle span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}
	.gnav-show #toggle span:nth-child(2) {
		opacity: 0;
	}
	.gnav-show #toggle span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
	.gnav-show #toggle span {
		width: 100% !important;
	}
}


/* グロナビ */
#gnav {
	border-top: 1px solid #eee;
}
#gnav .menu li a,
#ctaBtn a {
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 1.4;
}
#gnav .menu li a .sm {
	font-size: 10px;
}
#gnav .sns-menu {
	display: flex;
	justify-content: center;
}
#gnav .sns-menu li {
	width: 18px;
	margin: 10px 10px;
}
#gnav .sns-menu li a {
	font-size: 24px;
	opacity: .5;
}
.pc #gnav .sns-menu li a:hover {
	opacity: 1;
}
.pc #ctaBtn a:hover {
}
@keyframes gnavFade {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@media screen and (max-width: 1024px) {
	#gnav .menu li a,
	#ctaBtn a {
		font-size: 15px;
	}
}
@media screen and (max-width: 736px) {
	#gnav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		z-index: 98;
		visibility: hidden;
		opacity: 0;
		transition: opacity .5s, visibility .5s, height .5s;
		background-color: #000;
		border-top: none;
		display: flex;
		flex-direction: column;
	}
	.gnav-show #gnav {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	#gnav .menu-main-menu-container {
		height: 100%;
	}
	#gnav .menu {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#gnav .menu li {
		animation: gnavFade .5s ease forwards;
	}
	.gnav-show #gnav .menu li:nth-child(1) {animation-delay: .35s;}
	.gnav-show #gnav .menu li:nth-child(2) {animation-delay: .4s;}
	.gnav-show #gnav .menu li:nth-child(3) {animation-delay: .45s;}
	.gnav-show #gnav .menu li:nth-child(4) {animation-delay: .5s;}
	.gnav-show #gnav .menu li:nth-child(5) {animation-delay: .55s;}
	.gnav-show #gnav .menu li:nth-child(6) {animation-delay: .6s;}
	.gnav-show #gnav .menu li:nth-child(7) {animation-delay: .65s;}
	.gnav-show #gnav .menu li:nth-child(8) {animation-delay: .7s;}
	.gnav-show #gnav .menu li:nth-child(9) {animation-delay: .75s;}
	.gnav-show #gnav .menu li:nth-child(10) {animation-delay: .8s;}
	#gnav .menu li a {
		font-size: 4.5vw;
		color: #fff !important;
		border-bottom: none;
		padding: 4vw 0px;
	}
	#gnav .sns-menu {
		position: absolute;
		right: 0;
		bottom: 5vw;
		width: 100%;
		justify-content: space-around;
		display: none;
	}
	#gnav .sns-menu li {
		width: 14vw;
		margin-left: 0;
		text-align: center;
	}
	#gnav .sns-menu li a {
		font-size: 7vw;
		display: block;
	}
	#ctaBtn a {
		font-size: 5vw;
		border-bottom: none;
	}
}


/* フッター */
#footer {
	margin-top: 80px;
	padding-left: 140px;
}
#footer #fnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footer #fnav .menu-footer-menu-container,
#footer #fnav .menu-footer-menu-container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#footer #fnav .menu-footer-menu-container ul {
	margin-bottom: 40px;
}
#footer #fnav .menu {
	width: 100%;
}
#footer .f_about {
	padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
	#footer {
		padding-left: 0;
	}
	#footer #fnav {
		width: 100%;
	}
	#footer #fnav .menu,
	#footer #fnav .menu ul {
		justify-content: center;
	}
	#footer #fnav .menu li {
		width: auto;
		margin: 0 10px 10px;
	}
}


/* メイン */
#main {
	padding-left: 140px;
}
.section_ttl {
	text-align: center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
    #main {
        padding-left: 0;
    }
}
