@charset "UTF-8";

.midashi{
	font-size: 4rem;
  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: 2rem;
}
h1{
	text-align: center;
	margin-top: 50px;
}
h1 img{
	display: block;
	width: 300px;
	margin: 0 auto;
}
h1 small{
	display: block;
}
h1 span{
	font-size: 6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
h1 span small{
	display: inline-block;
}
rt{
	line-height: 1.2;
	margin-bottom: 0;
}
h1 span rt{
	font-size: 1.5rem;
}
h2{
	font-size: 2.5rem;
	margin-top: 50px;
	padding-left: 0.5em;
	border-left:solid 10px #FF82A5;
}
.subphoto{
	width: 50%;
	float: right;
	margin-left: 10px;
}
section::after{
	content: "";
	display: block;
	clear: both;
}
.profile{
	background-color: #4D7CBE;
	color: #FFF;
	padding: 20px;
	margin-top: 20px;
}
.profile > div{
	display: flex;
	justify-content: space-between;
}
.profile > div > div{
	width: calc(50% - 10px);
}
.profile h3{
	font-size: 3rem;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.art{
	background-color: #E45A79;
	color: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}
.art > div{
	display: flex;
	justify-content: space-between;
}
.art > div > div{
	width: calc(50% - 10px);
}
.art h3{
	font-size: 3.2rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.art h3 small{
	display: block;
	font-size: 2.5rem;
}


/*スマホ*/
@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: 2rem;
	}

	h1{
		text-align: center;
		margin-top: 50px;
	}
	h1 img{
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	h1 small{
		display: block;
	}
	h1 span{
		font-size: 4rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
	}
	h1 span small{
		display: inline-block;
	}
	rt{
		line-height: 1.2;
		margin-bottom: 0;
	}
	h1 span rt{
		font-size: 1.5rem;
	}
	h2{
		font-size: 2rem;
		margin-top: 50px;
		padding-left: 0.5em;
		border-left:solid 10px #FF82A5;
	}
	.subphoto{
		width: auto;
		float: none;
		margin-left: 0;
	}
	section::after{
		content: "";
		display: block;
		clear: both;
	}
	.profile{
		background-color: #4D7CBE;
		color: #FFF;
		padding: 20px;
		margin-top: 20px;
	}
	.profile > div{
		display: block;
		justify-content: space-between;
	}
	.profile > div > div{
		width:auto;
	}
	.profile h3{
		font-size: 3rem;
		margin: 0;
		margin-bottom: 10px;
		line-height: 1;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
	}
	.art{
		background-color: #E45A79;
		color: #FFF;
		padding: 20px;
		margin-bottom: 50px;
	}
	.art > div{
		display: block;
		justify-content: space-between;
	}
	.art > div > div{
		width: auto;
	}
	.art h3{
		font-size: 3.2rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-bottom: 10px;
	}
	.art h3 small{
		display: block;
		font-size: 2.5rem;
	}

}


/*追加*/
#body_wrap main{
	background-image: url("../images/back/back1s.webp");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}
h2{
	padding-left: 20px;
	position: relative;
	border-left: solid 6px #4D7CBE;
}
h2::before{
	content: "";
	display: inline-block;
	position: absolute;
	top:10px;
	left:5px;
	width: 5px;
	height: 100%;
	background-color: #F4B2BA;
}

