*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-feature-settings: 'palt';
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type='number'] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}
/*リセット　ここまで*/

html,
body {
	min-width: 375px;
	font-family: 'zen-kaku-gothic-new', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: white;
}

.bold {
	font-family: 'zen-kaku-gothic-new', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.dela {
	font-family: 'dela-gothic-one', sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

header .head_content {
	padding: max(1.875vw, 27px);
}

header .head_content .header_logo {
	width: max(19.16667vw, 276px);
	aspect-ratio: 602/310;
	position: relative;
}

header .head_content .header_logo img {
	width: 125.083056%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer {
	width: 100%;
	/* min-height: max(35.41667vw, 510px); */
	min-height: max(31.25vw, 450px);
	position: relative;
}

footer .footer_content {
	mask-image: url(../img/footer_mask.svg), url(../img/mask_bg.png);
	mask-repeat: no-repeat, no-repeat;
	mask-size: 100% max(18.05556vw, 260px),
		100% calc(100% - max(17.70833vw, 255px));
	mask-position: top center, bottom center;
	-webkit-mask-image: url(../img/footer_mask.svg), url(../img/mask_bg.png);
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-size: 100% max(18.05556vw, 260px),
		100% calc(100% - max(17.70833vw, 255px));
	-webkit-mask-position: top center, bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: max(4.86111vw, 70px) 0 max(5.902778vw, 85px);
	width: 100%;
	z-index: 5;
}

footer .footer_content::before,
footer .footer_content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer .footer_content::before {
	background-image: url(../img/footer_bg.jpg);
	background-size: cover;
	background-position: top center;
	opacity: 0.3;
}

footer .footer_content::after {
	background-color: #ff00a5;
	mix-blend-mode: multiply;
}

footer .footer_content .footer_logo {
	width: max(41.80556vw, 602px);
	aspect-ratio: 602/310;
	position: relative;
	margin: 0 auto;
	z-index: 5;
}

footer .footer_content .footer_logo img {
	/* width: max(52.29167vw, 753px); */
	width: 125.083056%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer .footer_content .footer_text {
	position: relative;
	z-index: 10;
	text-align: center;
	max-width: max(79.16667vw, 1140px);
	width: 90%;
	margin: max(3.47222vw, 50px) auto 0;
}

footer .footer_content .footer_text .ft01 {
	font-size: max(1.25vw, 18px);
	line-height: 1;
}

footer .footer_content .footer_text .ft02 {
	font-size: max(1.52778vw, 22px);
	line-height: 1;
	margin-top: max(1.73611vw, 25px);
}

footer .footer_content .footer_text .ft03 {
	font-size: max(1.25vw, 18px);
	line-height: 1;
	margin-top: max(2.63889vw, 38px);
}

footer .footer_content .footer_text .ft04 {
	font-size: max(1.38889vw, 20px);
	line-height: 1;
	margin-top: max(1.73611vw, 25px);
}

footer .footer_content .footer_text .ft05 {
	font-size: max(1.38889vw, 20px);
	line-height: 1.4;
	margin-top: max(1.45833vw, 21px);
}

footer .footer_content .footer_text .ft05 span {
	display: inline-block;
}

footer .footer_content .sns_block {
	display: flex;
	flex-flow: column;
	gap: max(1.25vw, 18px);
	position: absolute;
	bottom: max(11.38889vw, 164px);
	left: 100%;
}

footer .footer_content .sns_block a {
	width: max(3.26389vw, 47px);
}

footer .footer_content .sns_block a img {
	width: 100%;
}

footer .footer_content .kcc_mark {
	width: max(13.8889vw, 200px);
	position: absolute;
	bottom: min(-50px, 3.47222vw);
	right: min(-127px, -8.819444vw);
}

@media screen and (max-width: 1439px) {
	footer .footer_content {
		mask-size: auto max(18.05556vw, 260px),
			100% calc(100% - max(17.70833vw, 255px));
		-webkit-mask-size: auto max(18.05556vw, 260px),
			100% calc(100% - max(17.70833vw, 255px));
	}

	footer .footer_content .sns_block {
		display: flex;
		flex-flow: row;
		justify-content: center;
		gap: 20px;
		position: static;
		margin-top: 50px;
	}

	footer .footer_content .kcc_mark {
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
	}
}

@media screen and (max-width: 1265px) {
	header .head_content .header_logo {
		width: 220px;
	}
	footer .footer_content .footer_logo {
		width: 480px;
	}
}

@media screen and (max-width: 1000px) {
	footer .footer_content .kcc_mark {
		width: 140px;
		bottom: -30px;
	}
}

@media screen and (max-width: 600px) {
	header .head_content {
		padding: 10px;
	}

	header .head_content .header_logo {
		width: 140px;
	}

	footer .footer_content {
		padding: 40px 0 55px;
	}

	footer .footer_content .footer_logo {
		width: 300px;
	}

	footer .footer_content .footer_text .ft01 {
		font-size: 14px;
	}

	footer .footer_content .footer_text .ft02 {
		font-size: 18px;
		margin-top: 20px;
	}

	footer .footer_content .footer_text .ft03 {
		font-size: 14px;
		margin-top: 30px;
	}

	footer .footer_content .footer_text .ft04 {
		font-size: 16px;
		margin-top: 20px;
	}

	footer .footer_content .footer_text .ft05 {
		font-size: 16px;
		margin-top: 15px;
	}

	footer .footer_content .kcc_mark {
		width: 100px;
		right: -15px;
		bottom: -30px;
	}
}

@media screen and (max-width: 400px) {
	footer .footer_content .kcc_mark {
		width: 90px;
	}
}
