@charset "UTF-8";

.midashi{
	font-size: 6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	margin-top: 1em;
}
.midashi small{
	display: block;
	font-size: 3rem;
}
.midashi .darkred{
	color: #c51434;
}
h1{
	text-align: center;
	margin-top: 50px;
}
.message{
	margin: 100px 0;
}
.namebox{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.namebox > div{
	width: 50%;
}

.namebox h2{
	font-size: 6rem;
	line-height:1.2;
}
.namebox h2 strong{
	padding-bottom: 10px;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.namebox h2 small{
	display: block;
	font-size: 2rem;
	padding-bottom: 10px;
}
.namebox h2 p{
	font-size: 2.5rem;
	margin: 0;
}
.namebox h2 span{
	font-size: 4rem;
}
.namebox.daian h2{
	font-size: 5rem;
}
.namebox.daian h2 span{
	font-size: 3rem;
}
.namebox h2 rt{
	font-size: 1.5rem;
}
.message p{
	margin: 20px 0;
}
.alfabet{
	font-size: 4rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
	line-height: 1;
	color: #ffd54a;
}


/*スマホ*/
@media (max-width: 730px) or ((min-width: 767px) and (max-width: 1100px)) {

	.midashi{
		font-size:3rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-top: 1em;
	}
	.midashi small{
		display: block;
		font-size: 1.5rem;
	}
	h1{
		text-align: center;
		margin-top: 50px;
	}
	.message{
		margin: 50px 0;
	}
	.namebox{
		display: block;
		justify-content: space-between;
		align-items: end;
		text-align: center;
	}
	.namebox > div{
		width: auto;
	}

	.namebox h2{
		font-size: 4rem;
	}
	.namebox h2 strong{
		padding-bottom: 10px;
		display: block;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 800;
		font-style: normal;
	}
	.namebox h2 small{
		display: block;
		font-size: 2rem;
		padding-bottom: 10px;
	}
	.namebox h2 span{
		font-size: 3rem;
	}
	.namebox h2 rt{
		font-size: 1rem;
	}
	.namebox.daian h2{
		font-size: 4rem;
	}
	.namebox.daian h2 span{
		font-size: 2rem;
	}
	.message p{
		margin: 20px 0;
	}
	.alfabet{
		font-size: 3rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 100;
		font-style: normal;
		line-height: 1;
		color: #FFE079;
	}

}


/*追加*/
#body_wrap main{
	background-image: url("../images/back/back1s.webp");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}
.message{
	background-color: #55C38A;
	border-radius: 20px;
	padding: 20px;
	margin: 50px 0;
	color: #FFF;
}
.message:nth-child(3){
	background-color: #4883AC;
}
.message:nth-child(4){
	background-color: #984890;
}
.message:nth-child(5){
	background-color: #EA627C;
}
