@charset "UTF-8";
/* CSS Document */

/*--- 共通 ---*/
body {
	background-image: url("../images/bg_base_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.wrap01,
.wrap02,
.wrap03,
.wrap04,
.wrap05,
.wrap06, 
.wrap07 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrap01 {
	max-width: 980px;
}
.wrap02 {
	max-width: 800px;
}
.wrap03 {
	max-width: 1200px;
}
.wrap04 {
	max-width: 1100px;
}
.wrap05 {
	max-width: 815px;
}
.wrap06 {
	max-width: 820px;
}
.wrap07 {
	max-width: 700px;
}


/*--- ヘッダー ---*/
header {
}



/*--- メニュー ---*/
.navToggle {
	display: block;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 60;
	text-align: center;
	position: fixed;
	right: 40px;
	top: 40px;
	background-color: #000;
	border-radius: 6px;
	transition-property: all;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 33px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	right: 16px;
	transition: .25s ease-in-out;
	transition-property: all;
}
.navToggle span:nth-child(1) {
	top: 12px;
}
.navToggle span:nth-child(2) {
	top: 22px;
}
.navToggle span:nth-child(3) {
	top: 32px;
}
.navToggle .txt01 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 37px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition-property: all;
}
.navToggle.active {
	background-color: #fff;
}
.navToggle.active span {
	top: 22px;
	background-color: #404040;
}
.navToggle.active .txt01 {
	color: #404040;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.anker {
	display: block;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}


/*--- メニュー ---*/
#sp_menu {
	position: fixed;
	z-index: 30;
	top: 0;
	right: 0;
	width: 520px;
	height: 100vh;
	background-image: url("../images/menu_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
	display: none;
}
#sp_menu .menu_content {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sp_menu .menu_box {
	width: 310px;
	margin-left: 110px;
	margin-right: auto;
	position: relative;
}
#sp_menu .menu_box .menu_list li {
	font-size: 22px;
}
#sp_menu .menu_box .menu_list li + li {
	margin-top: 1.0em;
}
#sp_menu .menu_box .menu_list li a {
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sp_menu .menu_box .menu_list li a .jp {
	font-size: 16px;
	margin-left: 1.5em;
}
#sp_menu .menu_box hr {
	width: 240px;
	height: 1px;
	background-color: #fff;
	border: none;
	margin-top: 38px;
	margin-left: 0;
	margin-right: auto;
}
#sp_menu .menu_box .menu_list2 {
	margin-top: 35px;
}
#sp_menu .menu_box .menu_list2 li {
	font-size: 16px;
}
#sp_menu .menu_box .menu_list2 li + li {
	margin-top: 1.5em;
}
#sp_menu .menu_box .menu_list2 li a {
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sp_menu .menu_box .img01 {
	position: absolute;
	width: 46px;
	top: 224px;
	left: -79px;
}














/*--- フッター ---*/
footer {
	background-color: #fff;
}

footer .copy {
	max-width: 1000px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    padding: 20px 30px 80px 30px !important;
}
footer .copy div {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}
footer .copy div {
    padding-bottom: 0px;
}
.footerLogo {
    margin-bottom: 0;
}
.footerLogo {
    width: 50%;
    float: left;
}
.footerLogo .logo {
    width: 122px;
}
.footerLogo img {
    margin-bottom: 6px;
}
.footerSNS {
    width: 50%;
    float: right;
    height: 40px;
    margin-top: 10px;
    position: static;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.footerSNS {
    margin-top: 8px;
}
.footerSNS a {
	display: inline-block;
	width: 66px;
}
.footerSNS img {
    width: 40px;
    height: auto;
    margin-left: 30px;
    margin-top: 10px;
    vertical-align: middle;
}
.footerSNS img {
    width: 36px;
    margin-top: 0px;
}


.modaal-content-container {
    padding: 0px;
}




@media screen and (max-width: 768px) {
	/*--- 共通 ---*/
	body {
	}
	.wrap01,
	.wrap02,
	.wrap03,
	.wrap04,
	.wrap05,
	.wrap06,
	.wrap07 {
		max-width: none;
		width: 86.7%;
	}
	.wrap01 {
	}
	.wrap03 {
	}
	.wrap04 {
	}
	.wrap05 {
	}
	.wrap06 {
	}
	.wrap07 {
	}



	/*--- ヘッダー ---*/




	#sp_menu {
	}


	main {
	}


	span.anker {
		margin-top: 0vw;
		padding-top: 0vw;
	}


	/*--- メニュー ---*/
	.navToggle {
		width: 10.7vw;
		height: 10.7vw;
		right: 5.1vw;
		top: 5.1vw;
		border-radius: 1.1vw;
	}
	.navToggle span {
		width: 5.3vw;
		height: 0.8vw;
		border-radius: 0.4vw;
		right: 2.7vw;
	}
	.navToggle span:nth-child(1) {
		top: 1.9vw;
	}
	.navToggle span:nth-child(2) {
		top: 3.5vw;
	}
	.navToggle span:nth-child(3) {
		top: 5.1vw;
	}
	.navToggle .txt01 {
		top: 5.9vw;
		font-size: 2.5vw;
	}
	.navToggle.active span {
		top: 3.5vw;
	}



	/*--- メニュー ---*/
	#sp_menu {
		width: 93.3%;
		background-image: url("../images/menu_bg01_sp.svg");
	}
	#sp_menu .menu_box {
		width: 65.6%;
		margin-left: 17.1%;
		margin-right: auto;
	}
	#sp_menu .menu_box .menu_list li {
		font-size: 4.5vw;
	}
	#sp_menu .menu_box .menu_list li + li {
		margin-top: 1.0em;
	}
	#sp_menu .menu_box .menu_list li a .jp {
		font-size: 3.2vw;
	}
	#sp_menu .menu_box hr {
		width: 49.1vw;
		margin-top: 9.3vw;
	}
	#sp_menu .menu_box .menu_list2 {
		margin-top: 9.1vw;
	}
	#sp_menu .menu_box .menu_list2 li {
		font-size: 3.2vw;
	}
	#sp_menu .menu_box .menu_list2 li + li {
		margin-top: 1.5em;
	}
	#sp_menu .menu_box .img01 {
		width: 7.6vw;
		top: 48vw;
		left: auto;
		right: -7.6vw;
	}







	/*--- フッター ---*/
	footer {
	}

	footer .copy {
		max-width: none;
		width: calc(100% - 30px);
		padding: 20px 20px 50px 20px !important;
	}
	footer .copy div {
		display: block;
		font-size: 14px;
		padding-bottom: 10px;
	}
	footer .copy div {
		padding-bottom: 0px;
	}
	.footerLogo {
		margin-bottom: 0;
	}
	.footerLogo {
		width: 100%;
		float: none;
	}
	.footerLogo .logo {
		width: 88px;
		margin-bottom: 5px;
	}
	.footerLogo img {
		margin-bottom: 0px;
	}
	.footerSNS {
		width: 100%;
		float: none;
		height: 40px;
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 35px;
		position: static;
		display: flex!important;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.footerSNS {
	}
	.footerSNS a {
		display: inline-block;
		width: 60px;
	}
	.footerSNS img {
		width: 60px;
		height: auto;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		vertical-align: middle;
	}
	.footerSNS img {
		width: 40px;
		margin-top: 0px;
	}
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate,
.animate3 {
	opacity: 1;
	transition-property: opacity,transform;
	transition-duration:.8s;
	transition-timing-function:ease-in-out;
	transform: translateY(0);
}
.animate.deactive,
.animate3.deactive {
	opacity: 0;
	transition: 0s;
	transform: translateY(20px);
}
