@charset "UTF-8";
/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

***************************************/
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
	background: #FFFEFE;
	height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/***************************************
02.共通
***************************************/
body {
	font-size: 16px;
	color: #FFFEFE;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #28D8D8;
	word-break: break-all;
	text-decoration: none;
}
h2.ttl {
	height: 63px;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}
h2.ttl img {
	height: 100%;
	width: auto;
}

a:hover {
	color: #838383;
	text-decoration: underline;
}

img {
	  display: block;
	  width: 100%;
	  height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}
/*------------共通-----------------*/
.inner {
	width: 70%;
	margin: 0 auto;
	max-width: 1100px;
}

/***************************************
03.メインビジュアル
***************************************/
.mv {
	height: 100vh;
	width: 100vw;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0;
}
.mv .logo-img {
    width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto 35px;
}
.mv p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #D80078;
	line-height: 1.5em;
}
.mv .text-2-w10-8 {
	transform: scaleY(0.85);
}
.mv .text-2-w18-15 {
	transform: scaleY(0.82);
}
.mv .text-2-w17-14 {
	transform: scaleY(0.83);
}
.mv .text-2-w10-8 {
	transform: scaleY(0.90);
}
.mv .text-2-w7 {
	transform: scaleY(0.93);
}
.mv .text-2-w2 {
	transform : scaleY(0.98);
}
.mv .text-2-w30-29 {
	transform: scaleY(0.70);
}
.mv .text-2-w15-11 {
	transform: scaleY(0.85);
}
.mv .text-2-w0-7 {
	transform: scaleY(0);
}
.mv .text-04 {
	font-weight: 700;
	font-size: 38px;
	font-family: "Kiwi Maru", serif;
}
.mv .text-04 span{
	font-weight:700;
	font-size: 60px;
	display: inline-block;
	padding-left: 3px;
}
.mv .text-04 span.text-04-01{
	font-size: 38px;
	padding-left: 0;
}
.mv .text-06 {
	font-weight:700;
	font-size: 46px;
	padding-bottom: 24px;
	
}
.mv .text-06 .text-06-1 {
	font-weight:bold;
	font-size: 36px;
}
.mv .text-06 .text-06-2 {
    letter-spacing: -0.05em;
}
.mv .text-07 {
	font-weight:500;
	font-size: 20px;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {
	.mv .logo-img {
		width: 100%;
		max-width: 370px;
		height: auto;
		margin: 0 auto 30px;
	}
	.mv .text-2-w10-8 {
		transform   : scaleY(0.92);
	}
	.mv .text-2-w18-15 {
		transform: scaleY(0.85);
	}
	.mv .text-2-w17-14 {
		transform: scaleY(0.86);
	}
	.mv .text-2-w10-8 {
		transform: scaleY(0.92);
	}
	.mv .text-2-w30-29 {
		transform: scaleY(0.71);
	}
	.mv .text-2-w15-11 {
		transform: scaleY(0.89);
	}
	.mv .text-2-w0-7 {
		transform: scaleY(0.93);
	}
	.mv .text-04 {
		font-size: 24px;
		line-height: 1.2em;
	}
	.mv .text-04 span {
		font-size: 34px;
	}
	.mv .text-04 span.text-04-01 {
		font-size: 22px;
	}
	.mv .text-06 {
		font-size: 28px;
	}
	.mv .text-06 .text-06-1 {
		font-size: 22px;
	}
	.mv .text-07 {
		font-size: 14px;
	}
}
