@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/sans-forgetica?styles=21146');


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}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}
html{font-size: 62.5%;
	box-sizing:border-box;
	overflow-x: hidden;
	overflow-y: scroll; -webkit-overflow-scrolling: touch;}
body{font-size: 1.6em;}

/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none !important;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}
.en {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.forgetica {
	font-family: 'Sans Forgetica', sans-serif;
	font-weight: 700;
}
.txt {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8em;
}
.pink {
	color: #FF7D8C;
}


/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: #231815;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #eeeeee;
}
::-webkit-scrollbar-thumb {
	background: #1D1D1D;
}



/* 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;
}
@media screen and (max-width: 768px) {
	.flex-center:last-of-type {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	position: fixed;
	padding: 50px 0 20px 0;
	top: 0;
	left: 0;
	z-index: 10;
}
#header.is-animation {
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
	top: 0;
}
	#header .logo {
		width: 100px;
		margin-left: 50px;
	}


	#header .nav {
	}
		#header .nav li {
			margin-right: 30px;
		}
		#header.is-animation .nav li {
			margin-top: 3px;
		}
		#header .nav li:nth-last-child(1) {
			margin-right: 50px;
		}
			#header .nav li a {
				display: block;
				font-weight: 700;
				font-size: 1.5rem;
			}
			#header .nav li a:hover {
				color: #FF7D8C;
			}
				#header .nav li a span {
					border-bottom: solid 1px #FF7D8C;
				}

		#header .nav li.entry {
			width: 100px;
			margin-top: -5px;
		}
		#header.is-animation .nav li.entry {
			margin-top: -3px;
		}
			#header .nav li.entry a {
				display: block;
				height: 36px;
				background: #FF7D8C;
				border: solid 2px #FF7D8C;
				text-align: center;
				font-size: 1.5rem;
				line-height: 34px;
				color: #fff;
				transition: 0;
				-webkit-transition: 0;
			}
			#header .nav li.entry a:hover {
				background: #fff;
				color: #FF7D8C;
			}
@media screen and (min-width: 768px) {
	#header {
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header .nav li.entry a {
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	width: 100%;
	padding-top: 110px;
}
	#breadcrumb ul {
		padding: 0 50px;
	}
		#breadcrumb ul li {
			padding-right: 20px;
			position: relative;
		}
		#breadcrumb ul li:before {
			content: "・";
			font-size: 1.0rem;
			line-height: 1;
			letter-spacing: 0.06em;
			position: absolute;
			top: 0;
			right: 7px;
		}
		#breadcrumb ul li:nth-last-child(1) {
			font-size: 1.0rem;
			font-weight: 500;
			color: #FF7D8C;
			letter-spacing: 0.06em;
			line-height: 1;
		}
		#breadcrumb ul li:nth-last-child(1):before {
			display: none;
		}
			#breadcrumb ul li a {
				display: block;
				font-size: 1.0rem;
				font-weight: 500;
				letter-spacing: 0.06em;
				line-height: 1;
			}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* contents */
#main {
	display: block;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.inner_max {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* txt */
.txt {
	font-size: 1.4rem;
	line-height: 2em;
}
.en_txt {
	font-size: 1.2rem;
	font-weight: 400;
	color: #ADADAD;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0.06em;
}
.en_txt.center {
	text-align: center;
}

/* btn */
.btn {
	margin-top: 80px;
	width: 380px;
}
	.btn a {
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #C4C4C4 url("../img/icon_arrow_white.svg") no-repeat 95% center;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.4em;
		color: #fff;
		text-align: center;
	}
	.btn a:hover {
		background: #000 url("../img/icon_arrow_white.svg") no-repeat 96% center;
		letter-spacing: 0.2em;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* アニメーション */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* canvas */
canvas {
	width: 100%;
	position: fixed;
	top: 200px;
	left: 0;
	z-index: -1;
}

/* smoothText */
.smoothText {
	overflow: hidden;
	display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
	opacity: 0;
}
.smoothTextTrigger.snow {
	transition: 1.0s ease-in-out;
}
.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
	opacity: 1;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* pagetitle */
#pagetitle {
	padding: 150px 0;
}
	#pagetitle h1 {
		font-size: 6.0rem;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}
	#pagetitle .jp {
		font-size: 6.0rem;
		line-height: 1;
		letter-spacing: 0.06em;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	#pagetitle .smoothText {
		padding-bottom: 3px;
	}


/* tit */
.tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
	.tit h2 {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.4em;
		padding-left: 35px;
		position: relative;
	}
	.tit h2:before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #000;
		position: absolute;
		top: 12px;
		left: 0;
	}

	.tit .en {
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1;
		color: #7C7C7C;
		padding-left: 25px;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	padding-bottom: 100px;
}
	#footer .logo {
		width: 100px;
		margin: auto;
	}


	#footer .access {
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 0.06em;
		margin-top: 10px;
		margin-bottom: 30px;
	}


	#footer .nav li {
		margin-right: 30px;
	}
	#footer .nav li:nth-last-child(1) {
		margin-right: 0;
	}
		#footer .nav li a {
			display: block;
			font-weight: 700;
			font-size: 1.5rem;
		}
		#footer .nav li a:hover {
			color: #FF7D8C;
		}

		#footer .nav .jp{
			margin-top: 16px;
			font-size: 12px;
			line-height: 180%;
			color: #ADADAD;
			font-family: 'Noto Sans JP', sans-serif;
		}


	#footer .copyright {
		margin-top: 30px;
		font-size: 1.0rem;
		text-align: center;
		letter-spacing: 0.06em;
		color: #ADADAD;
	}


	@media screen and (max-width: 768px) {
		#footer .flex-center:last-of-type li {
			margin-right: 0;
		}
	}


/* max 1300px */
@media screen and (max-width: 1400px) {
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.inner {
	width: 100%;
	padding: 0 5%;
}
.inner_max {
	width: 100%;
	padding: 0 5%;
}
	

}





/* 1024px */
@media screen and (max-width: 1024px) {

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* txt */
.txt {
	font-size: 1.3rem;
	line-height: 1.8em;
}
.en_txt {
	font-size: 1.1rem;
	line-height: 1.7em;
}

/* btn */
.btn {
	margin-top: 50px;
	width: 300px;
}
	.btn a {
		height: 70px;
		font-size: 1.6rem;
	}
	


}

	







/* max 767px */
@media screen and (max-width: 767px) {


.sp {
	display: block !important;
}
.pc {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	top: 0;
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
	transition: 0;
	-webkit-transition: 0;
}
	#header .logo {
		width: 80px;
		margin-left: 20px;
	}


	#header .nav li {
		display: none;
	}
	#header .nav li.entry {
		display: block;
		width: 76px;
		margin-top: -2px;
		margin-right: 60px;
	}
	#header.is-animation .nav li.entry {
		margin-top: -2px;
	}
		#header .nav li.entry a {
			font-size: 1.4rem;
			height: 30px;
			line-height: 26px;
		}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	padding-top: 70px;
}
	#breadcrumb ul {
		padding: 0 5%;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* pagetitle */
#pagetitle {
	padding: 80px 0;
}
	#pagetitle h1 {
		font-size: 4.0rem;
		line-height: 1;
		letter-spacing: 0.06em;
	}
	#pagetitle .jp {
		font-size: 4.0rem;
		line-height: 1.5;
		letter-spacing: 0.06em;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}

/* tit */
.tit {
	display: block;
	margin-bottom: 30px;
}
	.tit h2 {
		font-size: 2.0rem;
		padding-left: 25px;
		margin-bottom: 8px;
	}
	.tit h2:before {
		top: 11px;
	}

	.tit .en {
		padding-left: 25px;
	}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* btn */
.btn {
	width: 100%;
	max-width: 100%;
}

}



.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
 }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}