@charset "utf-8";

/*　***********************
　　　　BACE
**********************　*/
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #0F0F0F;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	overflow: hidden;
	background-color: #FEC85B;
}
article,
aside,
footer,
header,
nav,
section {display: block;width: 100%}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	touch-action: manipulation;
	text-decoration: none;
	color: #0F0F0F;}
a:active,
a:hover {
	outline-width: 0;
}

ol, ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style-position: inside;
}

iframe {
	border: none;
}

img {
	max-width: 100%; 
	height: auto;
	display: block;
}

a,
a:hover,
a:active,
a:visited {
	outline: none;
}

button{
	outline: none;
}

a img{
	border-style:none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	caret-color:transparent;
}
*:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
figure{
	margin: 0;
}


#wrap{
	min-height: 780px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

article{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 85%;
	max-width: 880px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color:#FFFFFF;
	border-radius: 27px;
	padding-top: 95px;
	padding-bottom: 95px;
}

article > span{
	display: block;
	width: 323px;
}

article > h1{
	font-size:clamp(3.25rem, 1.286rem + 9.82vw, 10rem);
	line-height: 1;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	letter-spacing: .1em;
	margin-top: 0;
	margin-bottom: .2em;
	width: max-content;
}

article > p{
	font-size:clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
	line-height: 2.1em;
	padding-left: 2em;
	padding-right: 2em;
}

@media (max-width: 990px){
	article{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 490px){
	article > span{
		width: 45vw;
	}
	article > h1{
		font-size:14vw;
	}
	article > p{
		font-size:3vw;
	}
	article > p br.sp_none{
		display: none;
	}
}
