*,
::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;
}

.mincho {
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.noto_bold {
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

body.is-modal-open header {
	z-index: 0;
	opacity: 0;
}

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

header .head_content {
	padding: max(1.875vw, 27px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

header .head_content .header_logo {
	/* width: max(31.94444vw, 460px); */
	width: max(26.38889vw, 380px);
	aspect-ratio: 1140/397;
	position: relative;
}

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

header .head_content .ham_btn {
	width: max(3.81944vw, 55px);
	cursor: pointer;
	margin-top: max(1.38889vw, 20px);
}

header .head_content .ham_btn img {
	width: 100%;
}

header .ham_menu {
	position: fixed;
	z-index: 9999;
	max-width: max(27.77778vw, 400px);
	width: calc(100% - max(2.08333vw, 30px));
	height: calc(100dvh - max(3.125vw, 45px));
	top: max(1.04167vw, 15px);
	right: max(1.04167vw, 15px);
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	padding: max(6.94444vw, 100px) 0 max(1.73611vw, 25px);
	border-radius: max(1.38889vw, 20px);
}

header .ham_menu .ham_close {
	width: max(2.43056vw, 35px);
	position: absolute;
	top: max(2.08333vw, 30px);
	right: max(2.08333vw, 30px);
}

header .ham_menu .ham_navi {
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: max(1.73611vw, 25px);
	color: white;
}

header .ham_menu .ham_navi a {
	font-size: max(1.25vw, 18px);
	line-height: max(1.38889vw, 20px);
}

main {
	position: relative;
}

main::before {
	content: '';
	position: fixed;
	width: 100vw;
	min-width: 375px;
	height: 100vh;
	top: 0;
	left: 0;
	background-image: url(../img/top_img_text.svg), url(../img/main_bg_new.png);
	background-size: 100%, cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.footer_sns_wrap {
	max-width: max(58.33333vw, 840px);
	width: 90%;
	margin: 0 auto;
	padding-bottom: max(23.61111vw, 340px);
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.footer_sns_wrap a {
	width: 32.143%;
}

.footer_sns_wrap a img {
	width: 100%;
}

footer {
	width: 100%;
	min-height: max(4.51389vw, 65px);
	position: relative;
	z-index: 5;
}

footer .footer_content {
	mask-image: url(../img/footer_mask_new.png), url(../img/mask_bg.png);
	mask-repeat: no-repeat, no-repeat;
	mask-size:
		100% max(15.625vw, 225px),
		100% calc(100% - max(15.27778vw, 220px));
	mask-position:
		top center,
		bottom center;
	-webkit-mask-image: url(../img/footer_mask_new.png), url(../img/mask_bg.png);
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-size:
		100% max(15.625vw, 225px),
		100% calc(100% - max(15.27778vw, 220px));
	-webkit-mask-position:
		top center,
		bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: max(5.55556vw, 80px) 0 max(2.77778vw, 40px);
	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 .fc_wrap {
	max-width: max(70.83333vw, 1020px);
	display: flex;
	align-items: flex-end;
	gap: max(2.43056vw, 35px);
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

footer .fc_wrap .footer_logo {
	width: max(22.91667vw, 330px);
	aspect-ratio: 330/185;
	position: relative;
}

footer .fc_wrap .footer_logo img {
	width: 125.083056%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer .fc_wrap .footer_text {
	width: calc(100% - max(25.34722vw, 365px));
}

footer .fc_wrap .footer_text .text_wrap {
	display: flex;
	align-items: flex-start;
	gap: max(0.34722vw, 5px);
}

footer .fc_wrap .footer_text .text_wrap p {
	font-size: max(1.38889vw, 20px);
	line-height: max(2.08333vw, 30px);
}

footer .fc_wrap .footer_text .text_wrap p.ft01 {
	white-space: nowrap;
}

footer .fc_wrap .footer_text .text_wrap p.ft01 span {
	width: max(9.375vw, 135px);
	text-align: justify;
	text-align-last: justify;
	display: inline-block;
}

footer .fc_wrap .kcc_mark {
	width: max(9.72222vw, 140px);
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 1439px) {
	footer .footer_content {
		mask-size:
			auto max(15.625vw, 225px),
			100% calc(100% - max(15.27778vw, 220px));
		-webkit-mask-size:
			auto max(15.625vw, 225px),
			100% calc(100% - max(15.27778vw, 220px));
	}

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

@media screen and (max-width: 1265px) {
	header .head_content .header_logo {
		width: 350px;
	}

	header .head_content .ham_btn {
		width: 50px;
	}

	footer {
		min-height: 300px;
	}

	footer .footer_content {
		padding-top: 50px;
	}

	footer .fc_wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	footer .fc_wrap .footer_text {
		width: 100%;
	}

	footer .fc_wrap .footer_text .text_wrap {
		justify-content: center;
		flex-wrap: wrap;
	}

	footer .fc_wrap .footer_text .text_wrap + .text_wrap {
		margin-top: 20px;
	}

	footer .fc_wrap .footer_text .text_wrap p.ft01 span {
		display: inline;
		width: auto;
	}

	footer .fc_wrap .footer_text .text_wrap p.ft02 {
		width: 100%;
		text-align: center;
	}
}

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

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

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

	header .head_content .ham_btn {
		width: 40px;
	}

	header .ham_menu .ham_close {
		width: 30px;
	}

	header .ham_menu .ham_navi a {
		font-size: 16px;
	}

	main::before {
		background-image:
			url(../img/top_img_text.svg), url(../img/main_bg_new_sp.png);
	}

	footer .footer_content {
		padding: 40px 0 55px;
		mask-image: url(../img/footer_mask_new.svg), url(../img/mask_bg.png);
		mask-size:
			auto 90px,
			100% calc(100% - 88px);
		-webkit-mask-image:
			url(../img/footer_mask_new.svg), url(../img/mask_bg.png);
		-webkit-mask-size:
			auto 90px,
			100% calc(100% - 88px);
	}

	.footer_sns_wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		padding-bottom: 250px;
	}

	.footer_sns_wrap a {
		width: 100%;
		max-width: 200px;
	}

	footer .fc_wrap {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 35px;
	}

	footer .fc_wrap .footer_logo {
		width: 275px;
	}

	footer .fc_wrap .footer_text .text_wrap p {
		font-size: 16px;
		line-height: 24px;
	}

	footer .fc_wrap .kcc_mark {
		width: 100px;
		right: -10px;
		bottom: -45px;
	}
}

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