@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}strong { font-weight: bold;}ul li {list-style:none;	}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}

html{
	scroll-behavior: smooth;
}

/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* img */ 
img {
	width: 100%;
	height: auto;
}


/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #313131;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 700;
}



/* カラー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.bg-gr {
	background: linear-gradient(to right, #F18D00, #E6002D);
}
.bg-gr-transparent {
	background: linear-gradient(to right, rgba(241,141,0,0.6), rgba(230,0,45,0.6));
}
.bg-red {
	background: #E6002D;
}
.bg-orange {
	background: #F18D00;
}
.bg-yellow {
	background: #EFB312;
}

.c-white {
	color: #fff;
}
.c-red {
	color: #E6002D;
}
.c-orange {
	color: #F18D00;
}
.c-yellow {
	color: #EFB312;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 110px 0 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#header.is-animation {
	padding-right: 70px;
}
	#header .logo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 120px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation .logo {
		opacity: 0;
		height: 0;
		pointer-events: none;
	}
		#header .logo a {
			width: 160px;
			background: url("../image/common/logo_white.svg") no-repeat center / 100%;
			line-height: 1;
		}
		#header.people .logo a {
			background: url("../image/common/logo_color.svg") no-repeat center / 100%;
		}
		#header.episode .logo a {
			background: url("../image/common/logo_color.svg") no-repeat center / 100%;
		}
		#header.active .logo a {
			background: url("../image/common/logo_color.svg") no-repeat center / 100%;
		}
		#header .logo a:hover {
			opacity: 0.7;
		}
			#header .logo a img {
				opacity: 0;
			}

		#header .logo .site {
			font-size: 1.2rem;
			font-weight: 700;
			line-height: 1.3em;
			padding-top: 12px;
			padding-left: 20px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header.active .logo .site {
			color: #313131;
		}

	#header ul.btn-list {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 410px;
		height: 120px;
	}
	#header.is-animation ul.btn-list {
		height: 44px;
	}
		#header ul.btn-list li {
			width: 33.3333333%;
		}
			#header ul.btn-list li a {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 44px;
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1.0em;
				text-align: center;
				color: #fff;
			}
			#header ul.btn-list li a:hover {
				opacity: 0.7;
			}
			#header ul.btn-list li:nth-child(1) a {
				background: #F18D00;
			}
			#header ul.btn-list li:nth-child(2) a {
				background: #E6002D;
			}
			#header ul.btn-list li:nth-child(3) a {
				background: #000000;
			}
				#header ul.btn-list li a .min-txt {
					font-size: 1.0rem;
				}
@media screen and (max-width: 1024px) {
	#header {
		padding: 0 90px 0 30px;
	}
	#header.is-animation {
		padding-right: 60px;
	}
		#header .logo {
			height: 100px;
		}
			#header .logo a {
				width: 150px;
				line-height: 1;
			}

			#header .logo .site {
				font-size: 1.0rem;
				padding-left: 15px;
			}

		#header ul.btn-list {
			width: 340px;
			height: 100px;
		}
		#header.is-animation ul.btn-list {
			height: 40px;
		}
			#header ul.btn-list li a {
				height: 40px;
				font-size: 1.3rem;
			}
}
@media screen and (max-width: 767px) {
	#header {
		padding: 0 90px 0 15px;
	}
		#header .logo {
			height: 70px;
		}
			#header .logo a {
				width: 120px;
				line-height: 1;
			}

			#header .logo .site {
				padding-top: 8px;
			}

		#header ul.btn-list {
			width: 100%;
			height: auto;
			position: fixed;
			bottom: 0;
			left: 0;
		}
			#header ul.btn-list li a {
				height: 54px;
				font-size: 1.4rem;
			}
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニューボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubtn {
	width: 30px;
	height: 120px;
	position: fixed;
	top: 0;
	right: 40px;
	z-index: 15;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#menubtn.is-animation {
	width: 70px;
	height: 44px;
	background: #ddd;
	right: 0;
}
	#menubtn .menu {
		display: block;
		position: relative;
		cursor: pointer;
		width: 30px;
		height: 120px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#menubtn.is-animation .menu {
		width: 70px;
		height: 44px;
	}
		#menubtn .menu .openbtn-area {
			transition: all .4s;
		}
			#menubtn .menu span {
				width: 30px;
				display: inline-block;
				transition: all .4s;
				border-radius: 1px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -15px;
				height: 1px;
				background: #000000;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#menubtn.white .menu span {
				background: #fff;
			}
			#menubtn.is-animation .menu span {
				background: #000000;
			}
			#menubtn .menu span:nth-of-type(1) {
				margin-top: -5px;
			}
			#menubtn .menu span:nth-of-type(2) {
				margin-top: -0.5px;
			}
			#menubtn .menu span:nth-of-type(3) {
				margin-top: 5px;
			}

		#menubtn .menu.active .openbtn-area {
			transform: rotateY(-360deg);
		}
			#menubtn .menu.active span  {
				background: #000000;
			}
			#menubtn .menu.active span:nth-of-type(1) {
				transform: translateY(5px) rotate(-155deg);
				margin-top: -5px;
			}
			#menubtn .menu.active span:nth-of-type(2) {
				opacity: 0;
			}
			#menubtn .menu.active span:nth-of-type(3) {
				transform: translateY(-5px) rotate(155deg);
				margin-top: 5px;
			}
@media screen and (max-width: 1024px) {
	#menubtn {
		height: 100px;
		right: 30px;
	}
	#menubtn.is-animation {
		width: 60px;
		height: 40px;
	}
		#menubtn .menu {
			height: 100px;
		}
		#menubtn.is-animation .menu {
			width: 60px;
			height: 40px;
		}
}
@media screen and (max-width: 767px) {
	#menubtn {
		height: 70px;
		right: 20px;
	}
		#menubtn .menu {
			height: 70px;
		}
}


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー展開 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	#menubox .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		#menubox .menunav .localnav {
			max-width: 1200px;
			padding: 0 5%;
			margin: 0 auto;
		}
			#menubox .menunav .localnav .box {
				width: 30%;
				margin-right: 5%;
				margin-bottom: 45px;
			}
			#menubox .menunav .localnav .box:nth-child(3n) {
				margin-right: 0;
			}
				#menubox .menunav .localnav .box .en {
					font-size: 1.3rem;
					font-weight: 700;
					line-height: 1;
					padding-left: 20px;
					margin-bottom: 2px;
				}
				#menubox .menunav .localnav .box .head {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					height: 60px;
					background: linear-gradient(to right, #FDF3E5, #FCE5E9);
					font-size: 1.6rem;
					font-weight: 700;
					line-height: 1;
					padding: 0 20px;
				}

				#menubox .menunav .localnav .box ul.list {
					margin-top: 15px;
					padding-left: 15px;
				}
					#menubox .menunav .localnav .box ul.list li {
						margin-top: 12px;
					}
					#menubox .menunav .localnav .box ul.list li.empty {
							font-size: 1.5rem;
							font-weight: 500;
							letter-spacing: 0;
							line-height: 1.4em;
					}
					#menubox .menunav .localnav .box ul.list li.at-first {
							margin-top: 6px;
							padding-left: 15px;
					}
						#menubox .menunav .localnav .box ul.list li a {
							display: block;
							font-size: 1.5rem;
							line-height: 1.4em;
							letter-spacing: 0;
							font-weight: 500;
							color: #000;
							padding-left: 20px;
							background: url("../image/common/btn_arrow_red.svg") no-repeat left top 4px / 14px;
						}
						#menubox .menunav .localnav .box ul.list li a:hover {
							color: #E6002D;
							background: url("../image/common/btn_arrow_red.svg") no-repeat left 2px top 4px / 14px;
						}

				#menubox .menunav .localnav .box a.linkbox {
					display: block;
				}
					#menubox .menunav .localnav .box a.linkbox .pht {
						border-radius: 8px;
					}
					#menubox .menunav .localnav .box a.linkbox .link {
						font-size: 1.8rem;
						font-weight: 500;
						margin-top: 8px;
						padding-left: 20px;
						background: url("../image/common/btn_arrow_red.svg") no-repeat left center / 16px;
						margin-left: 20px;
					}
@media screen and (max-width: 1024px) {
	#menubox .menunav .localnav .box {
		margin-bottom: 4.5vw;
	}
		#menubox .menunav .localnav .box .en {
			font-size: 1.3vw;
			padding-left: 2vw;
			margin-bottom: 0.2vw;
		}
		#menubox .menunav .localnav .box .head {
			height: 6vw;
			font-size: 1.6vw;
			padding: 0 2vw;
		}

		#menubox .menunav .localnav .box ul.list {
			margin-top: 1.5vw;
			padding-left: 2vw;
		}
			#menubox .menunav .localnav .box ul.list li {
				margin-top: 1.2vw;
			}
			#menubox .menunav .localnav .box ul.list li.empty {
					font-size: 1.5vw;
			}
			#menubox .menunav .localnav .box ul.list li.at-first {
					margin-top: 0.6vw;
					padding-left: 1.5vw;
			}
				#menubox .menunav .localnav .box ul.list li a {
					font-size: 1.5vw;
					padding-left: 2vw;
					background: url("../image/common/btn_arrow_red.svg") no-repeat left top 0.4vw / 1.4vw;
				}
				#menubox .menunav .localnav .box ul.list li a:hover {
					background: url("../image/common/btn_arrow_red.svg") no-repeat left 0.2vw top .4vw / 1.4vw;
				}

			#menubox .menunav .localnav .box a.linkbox .link {
				font-size: 1.8vw;
				margin-top: 0.8vw;
				padding-left: 2vw;
				background: url("../image/common/btn_arrow_red.svg") no-repeat left center / 1.6vw;
				margin-left: 2vw;
			}
}
@media screen and (max-width: 767px) {
	#menubox {
		height: 100dvh;
	}
		#menubox .menunav {
			display: block;
			height: 100vh;
			height: 100dvh;
			overflow-y: scroll;
		}
			#menubox .menunav .localnav {
				display: block;
				padding: 100px 5% 15vw 5%;
			}
				#menubox .menunav .localnav .box {
					width: 100%;
					margin-right: 0;
					margin-bottom: 10vw;
				}
					#menubox .menunav .localnav .box .en {
						font-size: 3.0vw;
						padding-left: 4vw;
					}
					#menubox .menunav .localnav .box .head {
						height: 12vw;
						font-size: 4.2vw;
						padding: 0 4vw;
					}

					#menubox .menunav .localnav .box ul.list {
						margin-top: 2vw;
						padding-left: 4vw;
					}
						#menubox .menunav .localnav .box ul.list li {
							margin-top: 3vw;
						}
						#menubox .menunav .localnav .box ul.list li.empty {
								font-size: 3.6vw;
						}
						#menubox .menunav .localnav .box ul.list li.at-first {
								margin-top: 2vw;
								padding-left: 3.4vw;
						}
							#menubox .menunav .localnav .box ul.list li a {
								font-size: 3.6vw;
								padding-left: 6vw;
								background: url("../image/common/btn_arrow_red.svg") no-repeat left top 0.4vw / 4vw;
							}
							#menubox .menunav .localnav .box ul.list li a:hover {
								background: url("../image/common/btn_arrow_red.svg") no-repeat left 0 top .4vw / 4vw;
							}

			#menubox .menunav .localnav .box a.linkbox .link {
				font-size: 4.4vw;
				margin-top: 1.5vw;
				padding-left: 7vw;
				background: url("../image/common/btn_arrow_red.svg") no-repeat left center / 5vw;
				margin-left: 5vw;
			}
}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.inner_800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.inner_full {
	width: 100%;
	position: relative;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

/* wrap */
.wrap-top {
	padding-top: 150px;
}
.wrap-bottom {
	padding-bottom: 150px;
}

/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}
.sub-txt {
	font-size: 1.3rem;
	line-height: 1.4em;
}

/* btn */
.btn {
	width: 250px;
}
	.btn a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;
		padding: 0 20px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4em;
	}
	.btn.bg-white a.arrow-red {
		background: #fff url("../image/common/icon_arrow_red01.svg") no-repeat right 20px center / 36px;
	}
	.btn.bg-white a.arrow-orange {
		background: #fff url("../image/common/icon_arrow_orange01.svg") no-repeat right 20px center / 36px;
	}
	.btn.bg-white a.arrow-yellow {
		background: #fff url("../image/common/icon_arrow_yellow01.svg") no-repeat right 20px center / 36px;
	}
	.btn.bg-red a.arrow-white {
		background: url("../image/common/icon_arrow_red02.svg") no-repeat right 20px center / 36px;
		color: #fff;
	}
	.btn.bg-orange a.arrow-white {
		background: url("../image/common/icon_arrow_orange02.svg") no-repeat right 20px center / 36px;
		color: #fff;
	}
	.btn.bg-yellow a.arrow-white {
		background: url("../image/common/icon_arrow_yellow02.svg") no-repeat right 20px center / 36px;
		color: #fff;
	}
	.btn a:hover {
		opacity: 0.7;
	}
@media screen and (max-width: 1200px) {
	.inner {
		width: 100%;
		padding: 0 4vw;
	}
	.inner_800 {
		width: 100%;
		padding: 0 4vw;
	}
}
@media screen and (max-width: 1024px) {
	/* wrap */
	.wrap-top {
		padding-top: 15vw;
	}
	.wrap-bottom {
		padding-bottom: 15vw;
	}

	/* txt */
	.txt {
		font-size: 1.6vw;
	}
	.sub-txt {
		font-size: 1.3vw;
	}

	/* btn */
	.btn {
		width: 25vw;
	}
		.btn a {
			height: 6vw;
			padding: 0 2vw;
			font-size: 1.8vw;
		}
		.btn.bg-white a.arrow-red {
			background: #fff url("../image/common/icon_arrow_red01.svg") no-repeat right 2vw center / 3.6vw;
		}
		.btn.bg-white a.arrow-orange {
			background: #fff url("../image/common/icon_arrow_orange01.svg") no-repeat right 2vw center / 3.6vw;
		}
		.btn.bg-white a.arrow-yellow {
			background: #fff url("../image/common/icon_arrow_yellow01.svg") no-repeat right 2vw center / 3.6vw;
		}
		.btn.bg-red a.arrow-white {
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 2vw center / 3.6vw;
		}
		.btn.bg-orange a.arrow-white {
			background: url("../image/common/icon_arrow_orange02.svg") no-repeat right 2vw center / 3.6vw;
		}
		.btn.bg-yellow a.arrow-white {
			background: url("../image/common/icon_arrow_yellow02.svg") no-repeat right 2vw center / 3.6vw;
		}
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none !important;
	}

	/* wrap */
	.wrap-top {
		padding-top: 17vw;
	}
	.wrap-bottom {
		padding-bottom: 17vw;
	}

	/* inner */
	.inner {
		padding: 0 8vw;
	}
	.inner_800 {
		padding: 0 8vw;
	}

	/* txt */
	.txt {
		font-size: 3.8vw;
	}
	.sub-txt {
		font-size: 3.2vw;
	}

	/* btn */
	.btn {
		width: 70%;
	}
		.btn a {
			height: 14vw;
			padding: 0 4vw;
			font-size: 3.8vw;
		}
		.btn.bg-white a.arrow-red {
			background: #fff url("../image/common/icon_arrow_red01.svg") no-repeat right 4vw center / 8vw;
		}
		.btn.bg-white a.arrow-orange {
			background: #fff url("../image/common/icon_arrow_orange01.svg") no-repeat right 4vw center / 8vw;
		}
		.btn.bg-white a.arrow-yellow {
			background: #fff url("../image/common/icon_arrow_yellow01.svg") no-repeat right 4vw center / 8vw;
		}
		.btn.bg-red a.arrow-white {
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 4vw center / 8vw;
		}
		.btn.bg-orange a.arrow-white {
			background: url("../image/common/icon_arrow_orange02.svg") no-repeat right 4vw center / 8vw;
		}
		.btn.bg-yellow a.arrow-white {
			background: url("../image/common/icon_arrow_yellow02.svg") no-repeat right 4vw center / 8vw;
		}
}





	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle */
#pagetitle .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 180px;
	margin-bottom: 25px;
}
	#pagetitle .head .jp {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1;
	}

	#pagetitle .head .en {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
	}

#pagetitle h1 {
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 25px;
}

#pagetitle .breadcrumbs {
	padding-bottom: 100px;
	font-size: 1.4rem;
}
	#pagetitle .breadcrumbs a {
		color: #fff;
		font-weight: 500;
		text-decoration: underline;
	}
	#pagetitle .breadcrumbs a:hover {
		text-decoration: none;
	}

	#pagetitle .breadcrumbs span {
		font-weight: 500;
	}
@media screen and (max-width: 1024px) {
	#pagetitle .head {
		padding-top: 18vw;
		margin-bottom: 2.5vw;
	}
		#pagetitle .head .jp {
			font-size: 2.0vw;
		}

		#pagetitle .head .en {
			font-size: 1.6vw;
		}

	#pagetitle h1 {
		font-size: 5.0vw;
		margin-bottom: 2.5vw;
	}

	#pagetitle .breadcrumbs {
		padding-bottom: 10vw;
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px) {
	#pagetitle .head {
		padding-top: 30vw;
		margin-bottom: 6vw;
	}
		#pagetitle .head .jp {
			font-size: 4.0vw;
		}

		#pagetitle .head .en {
			font-size: 3.6vw;
		}

	#pagetitle h1 {
		font-size: 8.0vw;
		margin-bottom: 6vw;
	}

	#pagetitle .breadcrumbs {
		padding-bottom: 10vw;
		font-size: 3.2vw;
	}
}

/* c-title */
.c-title {
	margin-bottom: 30px;
}
.c-title.vertical {
	width: 180px;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	margin-bottom: 0;
}
	.c-title .en {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 10px;
	}
	.c-title.vertical .en {
		margin-right: 15px;
		margin-bottom: 0;
	}

	.c-title h2 {
		font-size: 4.0rem;
		font-weight: 700;
		line-height: 1.3em;
	}
@media screen and (max-width: 1024px) {
	.c-title {
		margin-bottom: 3vw;
	}
	.c-title.vertical {
		width: 18vw;
	}
		.c-title .en {
			font-size: 1.4vw;
			margin-bottom: 1vw;
		}
		.c-title.vertical .en {
			margin-right: 1.5vw;
			margin-bottom: 0;
		}

		.c-title h2 {
			font-size: 4.0vw;
		}
}
@media screen and (max-width: 767px) {
	.c-title {
		margin-bottom: 6vw;
	}
	.c-title.vertical {
		width: 100%;
		writing-mode: horizontal-tb;
		margin-bottom: 6vw;
	}
		.c-title .en {
			font-size: 3.2vw;
			margin-bottom: 2vw;
		}
		.c-title.vertical .en {
			margin-right: 0;
			margin-bottom: 2vw;
		}

		.c-title h2 {
			font-size: 6.0vw;
		}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #242424;
}
	#footer .sitemap {
		padding-top: 80px;
		padding-bottom: 80px;
	}
		#footer .sitemap .box {
			margin-right: 5%;
		}
		#footer .sitemap .box:nth-last-child(1) {
			margin-right: 0;
		}
			#footer .sitemap .box .head {
				font-size: 1.8rem;
				color: #898989;
				line-height: 1;
				margin-bottom: 20px;
			}

			#footer .sitemap .box ul.s-list li {
				margin-top: 10px;
			}
			#footer .sitemap .box ul.s-list li.empty {
				font-size: 1.2rem;
				font-weight: 500;
				color: #fff;
				line-height: 1.6em;
				opacity: 0.6;
			}
			#footer .sitemap .box ul.s-list li.at-first {
				margin-top: 3px;
				padding-left: 13px;
			}
				#footer .sitemap .box ul.s-list li a {
					display: block;
					font-size: 1.2rem;
					font-weight: 500;
					color: #fff;
					line-height: 1.6em;
				}
				#footer .sitemap .box ul.s-list li a:hover {
					opacity: 0.7;
				}
@media screen and (max-width: 1200px) {
	#footer .sitemap .box {
		margin-right: 4.8%;
	}
}
@media screen and (max-width: 1024px) {
	#footer .sitemap {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
		#footer .sitemap .box {
			margin-right: 3.5vw;
		}
		#footer .sitemap .box:nth-last-child(1) {
			margin-right: 0;
		}
			#footer .sitemap .box .head {
				font-size: 1.8vw;
				margin-bottom: 2vw;
			}

			#footer .sitemap .box ul.s-list li {
				margin-top: 1vw;
			}
			#footer .sitemap .box ul.s-list li.empty {
				font-size: 1.2vw;
			}
			#footer .sitemap .box ul.s-list li.at-first {
				margin-top: 0.3vw;
				padding-left: 1.3vw;
			}
				#footer .sitemap .box ul.s-list li a {
					font-size: 1.2vw;
				}
}
@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 46px;
	}
		#footer .sitemap {
			display: block;
			padding-top: 14vw;
			padding-bottom: 14vw;
		}
			#footer .sitemap .box {
				width: 100%;
				margin-bottom: 10vw;
			}
			#footer .sitemap .box:nth-last-child(1) {
				width: 100%;
				margin-bottom: 0;
			}
				#footer .sitemap .box .head {
					font-size: 4.2vw;
					margin-bottom: 4vw;
				}

				#footer .sitemap .box ul.s-list li {
					margin-top: 2.5vw;
				}
				#footer .sitemap .box ul.s-list li.empty {
					font-size: 3.2vw;
				}
				#footer .sitemap .box ul.s-list li.at-first {
					margin-top: 1.75vw;
					padding-left: 3vw;
				}
					#footer .sitemap .box ul.s-list li a {
						font-size: 3.2vw;
					}
}