@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-optical-sizing: auto;
  /*font-feature-settings: "palt";*/
  color: #e24729;
	font-size: 20px;
	font-weight: 700;
  font-style: normal;
}

p {
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 2.2em;
	text-box: trim-both text text;
}

header {
	padding: 60px 42px 96px;
}

.main,
.sub,
.contact,
.note,
.ig {
	padding-left: 42px;
}

.sub {
	margin: 128px 0;
}
.sub p {
	line-height: 1.54em;
	margin-bottom: 2em;
}
.sub p:first-of-type {
	line-height: 2.2em;
	margin-bottom: 3em;
}

.contact {
	margin-bottom: 80px;
}
.contact a {
	display: inline-block;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-bottom: 4px;
	border-bottom: 2px solid currentColor;
}

.note {
	margin-bottom: 32px;
}
.note a {
	display: inline-block;
	height: 20px;
}
.note a img,
.ig a img {
	width: auto;
	height: 100%;
}

.ig {
	margin-bottom: 54px;
}
.ig a {
	display: inline-block;
	height: 36px;
}


@media screen and (min-width: 769px) {
	br.sp {
		display: none;
	}
	
	p {
		font-size: 1.25vw;
		letter-spacing: 0.02em;
		line-height: 2.33em;
	}	
	
	header {
		padding: 6.1653vw 0 7.8556vw 7.2222vw;
	}
	
	header h1 a {
		display: inline-block;
	}
	header h1 img {
		width: auto;
		height: 5.5556vw;
	}
	
	.wrap {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.main {
		width: 53.4722vw;
		padding: 0 10.8333vw 7.8556vw 7.2222vw;;
	}
	
	.sub {
		width: calc(100% - 53.4722vw);
		padding-left: 0;
		margin: 0;
	}	
	.sub p {
		line-height: 1em;
		margin-bottom: 0.9em;
	}
	.sub p:first-of-type {
		line-height: 2.33em;
		margin-bottom: 3em;
	}
	
	.contact {
		position: fixed;
		right: 4.4444vw;
		bottom: 4.1667vw;
		margin-bottom: 0;
	}
	.contact a {
		font-size: 2.0833vw;
		padding-bottom: 6px;
		border-bottom: 2px solid currentColor;
	}
	
	.note {
		position: fixed;
		right: 9.1667vw;
		top: 3.3333vw;
		margin-bottom: 0;
	}
	.note a {
		height: 1.3785vw;
	}
	
	.ig {
		position: fixed;
		right: 4.4444vw;
		top: 3.1944vw;
		margin-bottom: 0;
	}
	.ig a {
		height: 2.5vw;
	}
}