@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
.l-header {
	position: relative;
}

body .wrap, body aside {
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
}
body section img, body aside img {
	margin: 0;
}

/* floating */
.floating {
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	width: 100%;
	z-index: 100;
}
.floating a {
	box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
	width: 90%;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 50px;
}
@media screen and (min-width: 768px) {
	.floating {
		width: 100%;
		justify-content: space-evenly;
	}
	.floating a {
		width: 49%;
		font-size: 16px;
		padding: 20px 0;
	}
}

.links {
	font-family: "Noto Sans JP", sans-serif;
}
.links > li {
	display: flex;
	align-items: center;
	height: 2.8em;
}
.links > li + li {
	margin: 1.8em 0 0;
}
.links em {
	font-size: 1.4em;
}
.links em :last-child {
	font-weight: bold;
	font-size: 12px;
}
.links small {
	font-size: 0.9em;
}
.links a {
	aspect-ratio: 170/28;
	height: 100%;
	margin: 0 0 0 auto;
	font-size: 1.2em;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.links {
		width: 100%;
	}
	.links li {
		height: 2em;
	}
	.links em {
		font-size: 1.2em;
	}
	.links small {
		font-size: 1em;
	}
	.links a {
		aspect-ratio: 8/2;
		font-size: 1em;
	}
}

aside ul {
	width: 100em;
	margin: auto;
}
aside li {
	padding: 10em;
	position: relative;
}
aside li + li::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #d2d2d0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
aside li h5 {
	margin: 0 0 2em;
	font-size: 2em;
	text-align: center;
}
aside li img {
	width: 80em;
	margin: 0 auto 4em;
	display: block;
	width: 100%;
}
aside li p {
	font-size: 1.6em;
	margin: -0.625em 0 1.25em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	aside li p {
		font-size: 1.4em;
	}
}
aside li div {
	margin: 0 0 2em;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	aside li div {
		justify-content: flex-start;
	}
}
aside li div strong {
	font-size: 2.6em;
}
@media screen and (max-width: 768px) {
	aside li div strong {
		font-size: 2.4em;
	}
}
aside li div em {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-size: 1.6em;
	border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
	aside li div em {
		font-size: 1.4em;
	}
}
aside li div em span {
	font-size: 1.5em;
}
aside li a {
	width: 40em;
	aspect-ratio: 560/55;
	font-size: 1.4em;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #808080;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	aside {
		width: 92%;
		margin: auto;
	}
	aside ul {
		width: 100%;
	}
	aside li {
		padding: 8em 0 5em;
	}
	aside li ::before {
		width: 100%;
	}
	aside li h5 {
		margin: 0 0 1.3888em;
		font-size: 1.8em;
		text-align: left;
	}
	aside li img {
		margin: 0 0 2.5em;
	}
	aside li a {
		width: 14.2857em;
		aspect-ratio: 200/40;
	}
}

main, aside {
	font-size: 10px;
}
main *, aside * {
	letter-spacing: 0.1em;
	line-height: 1em;
}
@media screen and (max-width: 1240px) {
	main, aside {
		font-size: 0.92vw;
	}
}
@media screen and (max-width: 768px) {
	main, aside {
		font-size: 2.66666vw;
	}
}

:root {
	--cont: 120em;
	--mgn: 100px;
}
@media screen and (max-width: 1240px) {
	:root {
		--cont: 100em;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--cont: 92%;
		--mgn: 21.3333vw;
	}
}

.wrap .pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .pc_only {
		display: none;
	}
}
.wrap .sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.wrap .sp_only {
		display: block;
	}
}
.wrap img {
	width: 100%;
}
.wrap .about {
	width: var(--cont);
	margin: auto;
	padding: var(--mgn) 0;
}
.wrap .about h3 {
	font-size: 2.4em;
	margin: 0 0 1.66em;
	text-align: center;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .about h3 {
		font-size: 2.2em;
	}
}
.wrap .about > p {
	font-size: 1.6em;
	line-height: 1.7em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .about > p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .about > p {
		text-align: left;
	}
}
.wrap .about .person {
	width: 80em;
	margin: var(--mgn) auto 0;
}
@media screen and (max-width: 768px) {
	.wrap .about .person {
		width: 92%;
	}
}
.wrap .about .person h4 {
	font-size: 2em;
	margin: 0 0 2em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .about .person h4 {
		font-size: 1.8em;
	}
}
.wrap .about .person div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .about .person div {
		flex-direction: column;
		gap: 2em;
	}
}
.wrap .about .person div img {
	width: 20em;
}
@media screen and (max-width: 768px) {
	.wrap .about .person div img {
		width: 15em;
	}
}
.wrap .about .person div p {
	width: 34.375em;
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .about .person div p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .about .person div p {
		width: 100%;
	}
}
.wrap .contents {
	padding: var(--mgn) calc(50% - 60em);
	background: #fff6f6;
}
@media screen and (max-width: 1240px) {
	.wrap .contents {
		padding: var(--mgn) calc(50% - 50em);
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents {
		padding: var(--mgn) 4%;
	}
}
.wrap .contents strong {
	font-size: 2em;
	margin: 0 0 0.5em;
	display: block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .contents strong {
		font-size: 1.8em;
		margin: 0 0 0.75em;
	}
}
.wrap .contents em {
	margin: 0 0 1.5em;
	font-size: 3em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .contents em {
		font-size: 2.8em;
	}
}
.wrap .contents > li + li {
	margin: var(--mgn) 0 0;
}
.wrap .contents > li:nth-child(2n) .column {
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
	.wrap .contents > li:nth-child(2n) .column {
		flex-direction: column;
	}
}
.wrap .contents .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .contents .column {
		flex-direction: column;
		align-items: flex-start;
	}
}
.wrap .contents .column > * {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .contents .column > * {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents .column img {
		order: 20;
		margin: 0 0 4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents .column div {
		display: contents;
	}
}
.wrap .contents .column div h4 {
	font-size: 2.2em;
	margin: 0 0 1.8em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .column div h4 {
		order: 10;
		font-size: 2em;
		line-height: 1.7em;
	}
}
.wrap .contents .column div p {
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .column div p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents .column div p {
		order: 30;
	}
}
.wrap .battle {
	padding: var(--mgn) 0 0;
}
.wrap .battle h4 {
	font-size: 2.6em;
	margin: 0 0 1.5em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .battle h4 {
		font-size: 2.4em;
		width: 92%;
		margin: 0 auto 1.5em;
		line-height: 1.7em;
	}
}
.wrap .battle > p {
	font-size: 1.6em;
	line-height: 1.7em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .battle > p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .battle > p {
		width: 92%;
		margin: auto;
		text-align: left;
	}
}
.wrap .battle .color {
	width: var(--cont);
	margin: auto;
}
.wrap .battle .color > li {
	padding: var(--mgn) 0;
}
.wrap .battle .color > li + li {
	border-top: 1px solid #ccc;
}
.wrap .battle .color > li > em {
	font-size: 3.8em;
	margin: 0 0 0.52em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li > em {
		font-size: 3.6em;
	}
}
.wrap .battle .color > li h5 {
	font-size: 2.2em;
	margin: 0 0 2em;
	line-height: 1.7em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li h5 {
		font-size: 2em;
	}
}
.wrap .battle .color > li .item > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li {
		flex-direction: column;
	}
}
.wrap .battle .color > li .item > li:nth-child(2n+1) {
	flex-direction: row;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li:nth-child(2n+1) {
		flex-direction: column;
	}
}
.wrap .battle .color > li .item > li + li {
	margin: var(--mgn) 0 0;
}
.wrap .battle .color > li .item > li > * {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li > * {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li img {
		order: 20;
		margin: 0 0 4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li div {
		display: contents;
	}
}
.wrap .battle .color > li .item > li div h6 {
	font-size: 2em;
	margin: 0 0 2.5em;
	width: 16.75em;
	aspect-ratio: 335/42;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li div h6 {
		order: 10;
		width: 100%;
		font-size: 1.8em;
		margin: 0 0 2em;
	}
}
.wrap .battle .color > li .item > li div p {
	font-size: 1.6em;
	line-height: 1.7em;
	margin: 0 0 6em;
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li div p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li div p {
		order: 30;
		margin: 0 0 2.85em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .battle .color > li .item > li div .links {
		order: 40;
	}
}
.wrap .battle .color > li .item > li div .links span {
	font-size: 1.2em;
}
.wrap .yurakucho {
	padding: var(--mgn) calc(50% - 40em);
	background: #fff6f6;
}
@media screen and (max-width: 768px) {
	.wrap .yurakucho {
		padding: var(--mgn) 4%;
	}
}
.wrap .yurakucho h4 {
	font-size: 1.8em;
	line-height: 1.7em;
	margin: 0 0 2em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .yurakucho h4 {
		font-size: 1.6em;
		margin: 0 0 4em;
	}
}
.wrap .yurakucho h4 + a {
	width: 100%;
	margin: 0 0 2em;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .yurakucho h4 + a {
		margin: 0 0 4em;
	}
}
.wrap .yurakucho p {
	font-size: 1.6em;
	line-height: 1.7em;
	margin: 0 0 3.75em;
}
@media screen and (max-width: 768px) {
	.wrap .yurakucho p {
		font-size: 1.4em;
	}
}
.wrap .yurakucho a:last-child {
	font-size: 1.4em;
	width: 23.92em;
	margin: auto;
	aspect-ratio: 335/50;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .yurakucho a:last-child {
		width: 100%;
	}
}/*# sourceMappingURL=styles.css.map */