@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

#mv {
	width: 100%;
	line-height: 0;
	margin: 0;
	position: relative;
}

#mv h2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 641px){
	#mv {
		margin-bottom: 65px;
	}
	
	section {
		margin-bottom: 60px;
	}
	
	section div.section_inner {
		width: 1140px;
		margin: 0 auto;
	}
	
	section div.section_inner div.block01{
		position: relative;
		margin-bottom: 60px;
	}
	
	section div.section_inner div.block01::after{
		content: "";
		width: 908px;
		height: 808px;
		background: #fdf5ed;
		position: absolute;
		top: -424px;
		right: -178px;
		z-index: -1;
		border-radius: 60px;
	}
	
	section div.section_inner div.block01 h2{
		font-size: 45px;
		font-size: 4.5rem;
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: 400;
		line-height: 1.3;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}
	
	section div.section_inner h3 {
		font-size: 28px;
		font-size: 2.8rem;
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: 400;
		line-height: 1.3;
		letter-spacing: 0.12em;
		display: inline-block;
		padding: 4px 8px;
		background: #FFF;
		margin-bottom: 30px;
		margin-left: -8px;
	}
	
	section div.section_inner p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.5;
		letter-spacing: 0.1em;
	}
	
	section div.section_inner div.block02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-bottom: 65px;
	}
	
	section div.section_inner div.block02 div.text_block {
		width: 574px;
	}
	
	section div.section_inner div.block02 div.text_block p,
	section div.section_inner div.block03 div.text_block p{
		line-height: 2.25;
		letter-spacing: 0.08em;
	}
	
	section div.section_inner div.block02 div.photo_block {
		width: 630px;
		line-height: 0;
		margin-left: -113px;
	}
	
	section div.section_inner div.block02 figure {
		border-radius: 20px;
		overflow: hidden;
	}
	
	section div.section_inner div.block03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 70px;
		position: relative;
	}
	
	section div.section_inner div.block03::after {
		content: "";
		width: 908px;
		height: 828px;
		background: #fdf5ed;
		position: absolute;
		bottom: 0;
		left: -114px;
		z-index: -1;
		border-radius: 60px;
	}
	
	section div.section_inner div.block03 div.text_block {
		width: 620px;
	}
	
	section div.section_inner div.block03 div.text_block h3{
		margin-left: 0;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 45px;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box p.sigin{
		width: 210px;
		font-size: 14px;
		font-size: 1.4rem;
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: 400;
		letter-spacing: 0.1em;
		display: inline-block;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box p.sigin span{
		width: 100%;
	}
	
	section div.section_inner div.block03 div.photo_block {
		width: 576px;
		line-height: 0;
		margin-right: -113px;
	}
	
	section div.section_inner div.block03 figure {
		border-radius: 20px;
		overflow: hidden;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 640px){
	
	#mv {
		margin-bottom: 40px;
	}
	
	section {
		margin-bottom: 20px;
	}
	
	section div.section_inner div.block01{
		position: relative;
		margin-bottom: 10vw;
	}
	
	section div.section_inner div.block01::after{
		content: "";
		width: 100vw;
		height: 60vh;
		background: #fdf5ed;
		position: absolute;
		top: -15vh;
		right: -20vw;
		z-index: -1;
		border-radius: 20px;
	}
	
	section div.section_inner div.block01 h2{
		font-size: 20px;
		font-size: clamp(20px, 2.33vw, 40px);
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.1em;
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin-bottom: 20px;
	}
	
	section div.section_inner h3 {
		font-size: 16px;
		font-size: clamp(16px, 3.72vw, 32px);
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: 400;
		line-height: 1.3;
		letter-spacing: 0.05em;
		display: inline-block;
		padding: 4px 8px;
		background: #FFF;
		margin-bottom: 15px;
		margin-left: -8px;
	}
	
	section div.section_inner p{
		font-size: 13px;
		font-size: clamp(13px, 3.03vw, 26px);
		line-height: 2;
		letter-spacing: 0.1em;
	}
	
	section div.section_inner div.block02 {
		margin-bottom: 40px;
		position: relative;
	}
	
	section div.section_inner div.block02::after{
		content: "";
		width: 100vw;
		height: 70vh;
		background: #fdf5ed;
		position: absolute;
		top: -4vh;
		left: -20vw;
		z-index: -1;
		border-radius: 20px;
	}
	
	section div.section_inner div.block02 div.text_block {
		width: 100%;
	}
	
	section div.section_inner div.block02 div.text_block p,
	section div.section_inner div.block03 div.text_block p{
		line-height: 2.25;
		letter-spacing: 0.08em;
	}
	
	section div.section_inner div.block02 div.photo_block {
		width: 100%;
		line-height: 0;
		margin-left: -8vw;
		margin-top: 25px;
	}
	
	section div.section_inner div.block02 figure {
		border-radius: 15px;
		overflow: hidden;
	}
	
	section div.section_inner div.block03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	
	section div.section_inner div.block03::after {
		content: "";
		width: 100vw;
		height: 90%;
		background: #fdf5ed;
		position: absolute;
		top: -3vh;
		right: -20vw;
		z-index: -1;
		border-radius: 20px;
	}
	
	section div.section_inner div.block03 div.text_block {
		width: 100%;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 25px;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box p.sigin{
		width: 140px;
		font-size: 13px;
		font-size: clamp(13px, 3.03vw, 26px);
		font-family: 'Shippori Mincho B1', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-weight: 400;
		letter-spacing: 0.1em;
		display: inline-block;
	}
	
	section div.section_inner div.block03 div.text_block div.sigin_box p.sigin span{
		width: 100%;
	}
	
	section div.section_inner div.block03 div.photo_block {
		width: 100%;
		line-height: 0;
		margin-top: 25px;
	}
	
	section div.section_inner div.block03 figure {
		border-radius: 15px;
		overflow: hidden;
		margin-right: -30vw;
	}
}
