@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');


/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

*{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%;}
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 {
	
}
	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;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #b7009f;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}




/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.en {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.blue {
	color: #195b9f;
}

.sp {
	display: none;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: "Noto Serif JP", sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	position: relative;
	letter-spacing: 0.2em;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	padding: 20px 30px;
	z-index: 100;
}
	#header h1 {
		float: left;
		width: 90px;
	}
		#header h1 img {
			width: 100%;
			height: auto;
		}
	#header #nav {
		position: relative;
		float: right;
	}
	#header #nav ul {
		padding-top: 20px;
	}
	#header #nav li {
		float: left;
		margin-left: 40px;
		letter-spacing: 0.3em;
		text-align: center;
	}

	#header #nav ul.sns {
		padding-top: 0px;
	}
	#header #nav ul.sns li {
		float: right;
		margin-left: 20px;
		letter-spacing: 0.3em;
		text-align: center;
	}



	#header #nav li.contactBtn {
		background: #ff00cd;
		background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
		background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00cd', endColorstr='#6c00c9',GradientType=1 );
		width: 300px;
		height: 40px;
		border-radius: 20px 20px 20px 20px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	}
		#header #nav li.contactBtn a {
			display: block;
			text-align: center;
			color: #FFF;
			padding: 6px 0;
			width: 300px;
			height: 40px;
		}
		#header #nav li a span {
			display: block;
			font-size: 1.4rem;
			letter-spacing: 0.1em;

		}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1040px;
	margin: auto;
	position: relative;
	padding-bottom: 50px;
}

	
.colorBtn {
	background: #ff00cd;
	background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
	background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
	background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00cd', endColorstr='#6c00c9',GradientType=1 );
	width: 500px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	margin: 50px auto;
}
	.colorBtn a {
		display: block;
		text-align: center;
		color: #FFF;
		padding: 16px 0 12px 0;
		width: 500px;
		height: 60px;
		font-weight: bold;
	}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#mainTitle {
	background: #fbf2fa;
	text-align: center;
	padding-top: 170px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	font-family: "Noto Serif JP", sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
	#mainTitle p {
		line-height: 1;
		display: inline;
		font-size: 4rem;
		color: #b7009f;
		background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
		background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		-webkit-background-clip: text;
		color: transparent;
		letter-spacing: 0.4em;
	}
	#mainTitle h2 {
		margin-top: 15px;
		font-weight: normal;
		font-size: 1.6rem;
	}



.title {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 0.2em;
}
	.title p {
		line-height: 1;
		display: inline;
		font-size: 6rem;
		color: #b7009f;
		background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
		background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		-webkit-background-clip: text;
		color: transparent;
	}
	.title h2 {
		margin-top: 15px;
		font-weight: normal;
		font-size: 2rem;
	}

.tit {
	text-align: center;
	color: #b7009f;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	font-family: "Noto Serif JP", sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
	.tit h3 {
		font-weight: normal;
	}


.color {
	line-height: 1;
	display: inline;
	color: #b7009f;
	background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
	background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
	background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
	-webkit-background-clip: text;
	color: transparent;
}


.btn {
	margin-top: 40px;
	width: 310px;
	height: 70px;
	border-radius: 35px 35px 35px 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	text-align: center;
	background: url("../img/arrow.png") no-repeat 255px center;
	background-size: 40px;
}
	.btn a {
		display: block;
		width: 310px;
		height: 70px;
		font-size: 1.6rem;
		line-height: 70px;
	}


	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #b7009f;
	width: 100%;
	padding: 50px 0 30px 0;
	color: #FFF;
	text-align: center;
	position: relative;
}
	#footer dt {
		margin: 0 auto;
		width: 50px;
		margin-bottom: 20px;
	}
	#footer dd {
		font-size: 1.4rem;
	}
		#footer dt img {
			width: 100%;
			height: auto;
		}

	#footer p {
		position: absolute;
		top: 30px;
		right: 0;
	}
		#footer p a {
			color: #FFF;
		}



.veu_socialSet {
	width: 1040px;
	margin: auto;
}

#padSection{
	display: none !important;
}




/* NEWS
--------------------- */
#NEWS {
	position: relative;
	z-index: 100;
	padding: 100px 0;
}
	#NEWS dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px #f2f2f2 solid;
	}
		#NEWS dl dt {
			float: left;
			width: 100px;
		}
		#NEWS dl dd {
			float: right;
			width: 900px;
		}
	#NEWS dl:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}

#news {
}
	#news h2 {
		color: #b7009f;
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#news h3 {
		color: #b7009f;
		margin-bottom: 20px;
	}
	#news p {
		margin-bottom: 20px;
	}
	#news img {
		width: 100%;
		height: auto;
	}




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



	






}





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

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

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.colorBtn {
	width: 100%;
}
	.colorBtn a {
		width: 100%;
	}
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#mainTitle {
	background: #fbf2fa;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
	#mainTitle p {
		line-height: 1;
		display: inline;
		font-size: 2.4rem;
		color: #b7009f;
		background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
		background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		-webkit-background-clip: text;
		color: transparent;
		letter-spacing: 0.4em;
	}
	#mainTitle h2 {
		margin-top: 10px;
		font-weight: normal;
		font-size: 1.4rem;
	}



.title {
	text-align: center;
	margin-bottom: 5%;
	position: relative;
	letter-spacing: 0.2em;

}
	.title p {
		line-height: 1;
		display: inline;
		font-size: 3rem;
		color: #b7009f;
		background: -moz-linear-gradient(45deg, #ff00cd 0%, #6c00c9 100%);
		background: -webkit-linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		background: linear-gradient(45deg, #ff00cd 0%,#6c00c9 100%);
		-webkit-background-clip: text;
		color: transparent;
	}
	.title h2 {
		margin-top: 15px;
		font-weight: normal;
		font-size: 1.6rem;
	}

.tit {
	text-align: center;
	color: #b7009f;
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 5%;
}
	.tit h3 {
		font-weight: normal;
	}

	
	
.btn {
	margin-top: 40px;
	width: 100%;
	height: 70px;
	border-radius: 35px 35px 35px 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	text-align: center;
	background: url("../img/arrow.png") no-repeat 95% center;
	background-size: 40px;
}
	.btn a {
		display: block;
		width: 100%;
		height: 70px;
		font-size: 1.6rem;
		line-height: 70px;
	}


	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	position: absolute;
	width: 100%;
	padding: 20px 30px;
	z-index: 100;
}
	#header h1 {
		width: 40px;
	}
	#header #nav {
		display: none;
	}

	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #b7009f;
	width: 100%;
	padding: 5% 0;
	color: #FFF;
	text-align: left;
	position: relative;
}
	#footer dt {
		margin: 0 0;
		width: 40px;
		margin-bottom: 0px;
	}
	#footer dd {
		text-align: center;
		font-size: 1.2rem;
	}
		#footer dt img {
			width: 100%;
			height: auto;
		}

	#footer p {
		position: absolute;
		top: 0px;
		right: 0;
	}
		#footer p a {
			font-size: 1.4rem;
			color: #FFF;
		}
	
	
	
/* NEWS
--------------------- */
#NEWS {
	position: relative;
	z-index: 100;
	padding: 10% 0%;
}
	#NEWS dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px #f2f2f2 solid;
	}
		#NEWS dl dt {
			float: none;
			width: 100%;
		}
		#NEWS dl dd {
			float: none;
			width: 100%;
		}
	#NEWS dl:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	
.veu_socialSet {
	width: 90%;
	margin: auto;
}

}