@charset "utf-8";

/***************************
 *
 * ベース
 *
 **************************/
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: black;
}
::before,
::after {
	--tw-content: "";
}
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

body {
	margin: 0;
	line-height: inherit;
	font-size: 1.5rem;
}
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}
abbr:where([title]) {
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
	color: #1e7ae3;
}
a:hover {
	color: #bc2e67;
}
a:visited {
	color: #432692;
}
a > img {
	transition: 0.3s ease;
}
a > img:hover {
	opacity: 0.7;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp,
pre {
	font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
	font-size: 1em;
}
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;
}
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	padding: 0;
}
ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: theme("colors.gray.400", #9ca3af);
}
button,
[role="button"] {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
[hidden] {
	display: none;
}

/***************************
 *
 * レイアウト
 *
 **************************/
body {
	margin: 0;
}
.l-wrap {
	position: relative;
	min-height: 100vh;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	color: #222;
	font-size: 1.6rem;
	padding-top: 1px;
	background: url(../img/bg-2.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	flex-direction: column;
}

.l-header {
	position: relative;
	width: 359px;
	margin-top: 160px;
	margin-bottom: 80px;
}

.l-main {
	display: block;
	position: relative;
}
p.catch {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #222222;
	line-height: 1.6666666667em;
	margin-bottom: 60px;
}
.btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 160px;
}
.btn {
	width: 378px;
}
.btn a {
	font-size: 2rem;
	color: #222222;
	display: block;
	text-align: center;
	line-height: 100px;
	border: 1px solid #222;
}
.btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.l-footer {
	position: relative;
}
.copyright {
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 45px;
}
.sp {
	display: none !important;
}
.br-sp {
	display: none;
}
.none {
	display: none;
}
.no-link {
	pointer-events: none;
}

/* [data-aos] {
	&[data-aos] {
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	}
} */
@media all and (max-width: 736px) {
	.l-wrap {
	}
	.l-header {
		margin-top: 50px;
		width: 210px;
		margin-bottom: 60px;
	}
	p.catch {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.btns {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin-bottom: 60px;
	}
	.btn {
		width: 100%;
	}
	.btn a {
		line-height: 70px;
	}
}
