@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Base
----------------------------------------*/
html {
	font-size: 14px;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 15px;
	}
}

h1, h2, h3, h4, h5 {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: opacity 0.4s ease;
}
a:link, a:visited {
	color: #000000;
}

a:hover {
	opacity: 0.7;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*----------------------------------------
	共通パーツ用 style
----------------------------------------*/
#siteLead .link > a {
	color: #0066cc;
}

#headerMain {
	z-index: 10;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../../images/bg.webp) top left/contain repeat;
	width: 100%;
	height: 100%;
	will-change: transform;
	transform: translateZ(0);
}

.l-container {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	position: relative;
	z-index: 5;
	max-width: 100vw;
}
.l-container:has(.c-modal.l-header__modal.is-active), .l-container:has(.c-modal.t-contents__modal.is-active) {
	z-index: 20;
}
.l-container:has(.t-contents.is-visible) {
	z-index: 0;
}
.l-container p {
	line-height: 1.75;
	letter-spacing: 0.1em;
}
.l-container .copyright {
	line-height: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	transition: 0.4s;
}
.l-container .copyright.is-visible {
	opacity: 1;
}

.l-limit {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		box-sizing: border-box;
		max-width: 1600px;
	}
}

.l-frame {
	width: 94.6666666667%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-frame {
		width: 92.1875%;
	}
}

@media screen and (min-width: 769px) {
	.l-column {
		display: flex;
		justify-content: space-between;
	}
}
.l-column-both {
	display: flex;
	justify-content: space-between;
}
.l-column--wrap {
	flex-wrap: wrap;
}
.l-column--reverse {
	flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header.is-visible .l-header__inner {
	top: 0px;
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
.l-header__inner {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	height: 62px;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	.l-header__inner {
		height: 100px;
	}
}
.l-header.is-active {
	transition: all 0.1s;
}
.l-header__logo {
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-header__logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.l-header__logo .-hint {
	width: 100%;
}
.l-header__logo .-hint img {
	width: 118px;
}
@media screen and (min-width: 769px) {
	.l-header__logo .-hint img {
		width: 164px;
	}
}
.l-header__logo .-mynavi {
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	position: absolute;
	top: 22px;
	right: -86px;
}
@media screen and (min-width: 769px) {
	.l-header__logo .-mynavi {
		top: 30px;
		right: -120px;
	}
}
@media screen and (min-width: 1000px) {
	.l-header__logo .-mynavi {
		right: -140px;
	}
}
.l-header__logo .-mynavi img {
	width: 82px;
}
@media screen and (min-width: 769px) {
	.l-header__logo .-mynavi img {
		width: 116px;
	}
}
@media screen and (min-width: 1000px) {
	.l-header__logo .-mynavi img {
		width: 128px;
	}
}
.l-header__logo img {
	display: block;
}
.l-header__modal-btn {
	position: absolute;
	right: 2%;
	font-weight: 600;
	font-size: 9px;
	padding: 7.2px 10px 7.4px 10px;
	background: #ffffff;
	border-radius: 15px;
	border: solid 1px #000000;
	cursor: pointer;
	transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
	.l-header__modal-btn {
		padding: 6.6px 18px 6.9px 20px;
		font-size: 11px;
	}
}
.l-header__modal-btn::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -12px;
	background: url(../../images/strong.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 15px;
}
.l-header__modal-btn:hover {
	transform: scale(1.08);
}
.l-header__modal-btn:hover::after {
	animation-name: hvr-wobble-vertical;
	animation-duration: 0.8s;
	animation-delay: 0.2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
.l-header__modal-btn span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.l-header__modal {
	background: rgba(0, 0, 0, 0.8);
	letter-spacing: 0.1em;
}
.l-header__modal__wrap {
	overflow-y: scroll;
	height: 100dvh;
}
.l-header__modal__inner {
	border-radius: 20px;
	background: white;
	padding: 24px 5%;
	position: relative;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 769px) {
	.l-header__modal__inner {
		border-radius: 44px;
		padding: 60px 11.2%;
	}
}
.l-header__modal__inner::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	z-index: -1;
	box-sizing: border-box;
	background-image: url(../../images/dot.webp);
	background-repeat: repeat;
	background-size: 150px;
	border-radius: 25px;
}
@media screen and (min-width: 769px) {
	.l-header__modal__inner::before {
		background-size: 200px;
		border-radius: 50px;
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
}
.l-header__modal__inner > p {
	font-size: 15px;
	margin-top: 26px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.l-header__modal__inner > p {
		font-size: 18px;
		line-height: 36px;
	}
}
.l-header__modal h2 {
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	.l-header__modal h2 {
		font-size: 36px;
	}
}
.l-header__modal ul {
	margin-top: 35px;
}
@media screen and (min-width: 769px) {
	.l-header__modal ul {
		margin-top: 40px;
	}
}
.l-header__modal .-img {
	position: relative;
	padding-bottom: 82px;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.l-header__modal .-img {
		padding-bottom: 40px;
	}
}
.l-header__modal .-img img {
	z-index: 1;
	position: relative;
	width: 66px;
}
@media screen and (min-width: 769px) {
	.l-header__modal .-img img {
		width: 90px;
	}
}
.l-header__modal li:not(:last-child) .-img::after {
	content: "";
	position: absolute;
	bottom: -10%;
	left: 47%;
	transform: translateX(-47%);
	margin: auto;
	height: 90%;
	width: 2.5px;
	background: #000;
	z-index: 0;
}
.l-header__modal .-txt {
	width: 75.4966887417%;
	text-align: left;
}
@media screen and (min-width: 769px) {
	.l-header__modal .-txt {
		width: 79.8449612403%;
	}
}
.l-header__modal .-txt h3 {
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}
@media screen and (min-width: 769px) {
	.l-header__modal .-txt h3 {
		font-size: 18px;
	}
}
.l-header__modal .-txt p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.l-header__modal .-txt p {
		font-size: 15px;
		line-height: 22.5px;
		margin-top: 6px;
	}
}

/*----------------------------------------
	Footer
----------------------------------------*/
/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	overflow: hidden;
}
.c-modal.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
}
.c-modal__btn {
	position: fixed;
	z-index: 10;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 4px 10px;
	opacity: 0;
	transition: background 0.3s;
}
.c-modal__btn.is-bottom {
	position: relative;
	margin: -125px 0;
	z-index: 10;
	background: inherit;
}
@media screen and (min-width: 769px) {
	.c-modal__btn {
		opacity: 1;
		background: inherit;
		gap: 660px;
		top: 55%;
		bottom: inherit;
		transform: translate(-50%, -50%);
	}
}
@media screen and (min-width: 1000px) {
	.c-modal__btn {
		gap: 705px;
	}
}
@media screen and (min-width: 1400px) {
	.c-modal__btn {
		gap: 840px;
	}
}
.c-modal__btn button {
	position: relative;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 50%;
}
@media screen and (min-width: 769px) {
	.c-modal__btn button {
		width: 65px;
		height: 65px;
	}
}
.c-modal__btn button::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: solid #000;
	border-width: 2px 2px 0 0;
	width: 8px;
	height: 8px;
}
@media screen and (min-width: 769px) {
	.c-modal__btn button::before {
		width: 15px;
		height: 15px;
	}
}
.c-modal__btn button span {
	opacity: 0;
}
.c-modal__btn--prev::before {
	transform: rotate(-135deg);
	left: 5px;
}
.c-modal__btn--next::before {
	transform: rotate(45deg);
	left: -5px;
}
.c-modal__block {
	padding: 25px 0 100px;
	margin: auto;
	width: 92%;
	max-width: 620px;
	border-radius: 25px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.c-modal__block {
		padding: 108px 0;
		width: 600px;
		max-width: inherit;
	}
}
@media screen and (min-width: 1000px) {
	.c-modal__block {
		width: 665px;
	}
}
@media screen and (min-width: 1400px) {
	.c-modal__block {
		width: 780px;
	}
}
.c-modal__close {
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 5px;
	border: 2px solid;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: grid;
	place-items: center;
	background: #fff;
	transform: scale(1);
	transition: all 0.4s ease;
	z-index: 10;
}
@media screen and (min-width: 769px) {
	.c-modal__close {
		width: 64px;
		height: 64px;
		top: 20px;
		right: 20px;
	}
}
@media screen and (min-width: 1400px) {
	.c-modal__close {
		width: 70px;
		height: 70px;
	}
}
.c-modal__close span {
	width: 46%;
	height: 2px;
	background: #000;
	display: block;
	transform: rotate(315deg);
}
.c-modal__close span::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	transform: rotate(265deg);
}
.c-modal__close:hover {
	transform: scale(1.1);
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none;
	}
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
	border-radius: 0 !important;
}

.u-noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.u-noMargin-top {
	margin-top: 0 !important;
}

.u-noMargin-bottom {
	margin-bottom: 0 !important;
}

.u-noPadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u-noPadding-top {
	padding-top: 0 !important;
}

.u-noPadding-bottom {
	padding-bottom: 0 !important;
}

/* 
* 余白
*/
.-padding-t {
	padding-top: 10px;
}
.-padding-t.-x2 {
	padding-top: 20px;
}
.-padding-t.-x4 {
	padding-top: 40px;
}
.-padding-t.-x6 {
	padding-top: 60px;
}
.-padding-t.-x8 {
	padding-top: 80px;
}
.-padding-t.-x10 {
	padding-top: 100px;
}

.-padding-b {
	padding-bottom: 10px;
}
.-padding-b.-x2 {
	padding-bottom: 20px;
}
.-padding-b.-x4 {
	padding-bottom: 40px;
}
.-padding-b.-x6 {
	padding-bottom: 60px;
}
.-padding-b.-x8 {
	padding-bottom: 80px;
}
.-padding-b.-x10 {
	padding-bottom: 100px;
}

.-margin-t {
	margin-top: 10px;
}
.-margin-t.-x2 {
	margin-top: 20px;
}
.-margin-t.-x4 {
	margin-top: 40px;
}
.-margin-t.-x6 {
	margin-top: 60px;
}
.-margin-t.-x8 {
	margin-top: 80px;
}
.-margin-t.-x10 {
	margin-top: 100px;
}

.-margin-b {
	margin-bottom: 10px;
}
.-margin-b.-x2 {
	margin-bottom: 20px;
}
.-margin-b.-x4 {
	margin-bottom: 40px;
}
.-margin-b.-x6 {
	margin-bottom: 60px;
}
.-margin-b.-x8 {
	margin-bottom: 80px;
}
.-margin-b.-x10 {
	margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.home-index {
	overflow: hidden;
	position: relative;
	/* 
	main style
	*/
}
.home-index .t-hero__ttl,
.home-index .t-hero__inner p,
.home-index .t-hero__scroll,
.home-index .t-hero__cards__item {
	opacity: 0;
}
.home-index .t-hero {
	position: sticky;
	top: 0;
	overflow: hidden;
	height: 100dvh;
	width: 100%;
	z-index: 11;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero {
		height: 100vh;
	}
}
.home-index .t-hero__inner {
	height: 100dvh;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__inner {
		height: 100vh;
	}
}
.home-index .t-hero__cards {
	height: 100dvh;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards {
		height: 100vh;
	}
}
.home-index .t-hero__cards__item {
	width: 90px;
	position: absolute;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards__item {
		width: 154px;
	}
}
.home-index .t-hero__cards .-item01 {
	top: -7%;
	left: 41vw;
	transform: rotate(24deg);
	z-index: 3;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item01 {
		top: -5.5%;
		left: 19.2vw;
	}
}
.home-index .t-hero__cards .-item02 {
	top: -6%;
	left: -2vw;
	transform: rotate(-18deg);
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item02 {
		top: -4%;
		left: 1.6vw;
	}
}
.home-index .t-hero__cards .-item03 {
	top: 10%;
	z-index: 2;
	left: -15vw;
	transform: rotate(17deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item03 {
		top: 13%;
		left: -6vw;
	}
}
.home-index .t-hero__cards .-item04 {
	top: 24%;
	left: -14vw;
	z-index: 3;
	transform: rotate(52deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item04 {
		top: 31.5%;
		left: -2.4vw;
	}
}
.home-index .t-hero__cards .-item05 {
	top: 44%;
	left: -12vw;
	z-index: 2;
	transform: rotate(-15deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item05 {
		top: 58%;
		left: -3.8vw;
	}
}
.home-index .t-hero__cards .-item06 {
	top: 88%;
	left: -2vw;
	z-index: 3;
	transform: rotate(26deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item06 {
		top: 78%;
		left: -2vw;
	}
}
.home-index .t-hero__cards .-item07 {
	top: 88%;
	left: 20vw;
	z-index: 2;
	transform: rotate(-47deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item07 {
		top: 78%;
		left: 9vw;
	}
}
.home-index .t-hero__cards .-item08 {
	top: -5%;
	right: 10vw;
	z-index: 1;
	transform: rotate(-30deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item08 {
		top: -0.5%;
		right: 5.6vw;
	}
}
.home-index .t-hero__cards .-item09 {
	top: 3%;
	right: 1.6vw;
	z-index: 2;
	transform: rotate(23deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item09 {
		top: 13%;
		right: 0.6vw;
	}
}
.home-index .t-hero__cards .-item10 {
	right: -5.5vw;
	top: 12%;
	z-index: 1;
	transform: rotate(-20deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item10 {
		top: 23%;
		right: -3.5vw;
	}
}
.home-index .t-hero__cards .-item11 {
	top: 35%;
	right: -9vw;
	z-index: 2;
	transform: rotate(6deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item11 {
		right: -3.5vw;
	}
}
.home-index .t-hero__cards .-item12 {
	top: 72.8%;
	right: -12.4vw;
	z-index: 1;
	transform: rotate(60deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item12 {
		top: 75.8%;
		right: 1vw;
		transform: rotate(40deg);
	}
}
.home-index .t-hero__cards .-item13 {
	top: 92%;
	right: 7vw;
	transform: rotate(20deg);
	z-index: 2;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item13 {
		top: 57%;
		transform: rotate(-19deg);
		right: -2vw;
	}
}
.home-index .t-hero__cards .-item14 {
	top: -4.5%;
	left: 17.5vw;
	transform: rotate(52deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item14 {
		top: -4.5%;
		left: 10.5vw;
	}
}
.home-index .t-hero__cards .-item15 {
	top: 34%;
	left: -15.5vw;
	transform: rotate(84deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item15 {
		top: 47%;
		left: -3.5vw;
	}
}
.home-index .t-hero__cards .-item16 {
	top: 66%;
	left: -13.5vw;
	transform: rotate(50deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item16 {
		top: 85%;
		left: 12.5vw;
		transform: rotate(50deg);
	}
}
.home-index .t-hero__cards .-item17 {
	top: -4.5%;
	right: -6vw;
	transform: rotate(58deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item17 {
		top: 4.5%;
		right: -6vw;
		transform: rotate(58deg);
	}
}
.home-index .t-hero__cards .-item18 {
	top: 92%;
	right: 28vw;
	transform: rotate(74deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item18 {
		top: 79.5%;
		right: 7.5vw;
		transform: rotate(56deg);
	}
}
.home-index .t-hero__cards .-item19 {
	top: 90%;
	right: -5vw;
	transform: rotate(56deg);
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__cards .-item19 {
		top: 79%;
	}
}
.home-index .t-hero__cards .-item20 {
	top: 62%;
	right: -14vw;
	transform: rotate(-32deg);
}
.home-index .t-hero__cards .-item21 {
	top: 48%;
	right: -15vw;
	transform: rotate(-12deg);
}
.home-index .t-hero__cards .-item22 {
	top: 22%;
	right: -14vw;
	transform: rotate(56deg);
}
.home-index .t-hero__overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100dvh;
	position: relative;
	gap: 0px;
	z-index: 10;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__overlay {
		height: 100vh;
		height: calc(100vh - 120px);
		gap: 4%;
		flex-direction: row;
	}
}
.home-index .t-hero__ttl {
	width: 48%;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__ttl {
		width: 30%;
	}
}
.home-index .t-hero__ttl > img {
	width: 64%;
	margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__ttl > img {
		margin: 20px auto 0;
		width: 50%;
	}
}
.home-index .t-hero__ttl.is-animated {
	animation-name: hvr-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
.home-index .t-hero p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 14px;
	line-height: 1.75;
	width: 92%;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero p {
		margin: 0;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 18px;
		line-height: 2;
	}
}
.home-index .t-hero__scroll {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__scroll {
		bottom: 5%;
	}
}
.home-index .t-hero__scroll__inner {
	background: #ffffff;
	border: solid 1px #000000;
	padding: 7px 8px 3px;
	border-radius: 16px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.home-index .t-hero__scroll__inner {
		padding: 12px 11px 6px;
	}
}
.home-index .t-hero__scroll__arrow {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 18.4px;
	margin: 0 2.9px;
	background-color: #000000;
	animation: scrollDown 2.8s ease infinite;
}
.home-index .t-hero__scroll__arrow::before, .home-index .t-hero__scroll__arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 6px;
	background-color: #000000;
	transform-origin: 50% calc(100% - 0.5px);
}
.home-index .t-hero__scroll__arrow::before {
	transform: rotate(35deg);
}
.home-index .t-hero__scroll__arrow::after {
	transform: rotate(-35deg);
}
@keyframes scrollDown {
	0% {
		transform: translateY(-12px);
		opacity: 0;
	}
	45% {
		transform: translateY(0px);
		opacity: 1;
	}
	65% {
		transform: translateY(-5px);
		opacity: 1;
	}
	100% {
		transform: translateY(30px);
		opacity: 0;
	}
}
.home-index .t-hero__scroll span {
	font-size: 15px;
}
.home-index .t-contents__card__item {
	opacity: 0;
	transform: translateY(20px);
}
.home-index .t-contents {
	z-index: 10;
	visibility: hidden;
	display: flex;
	justify-content: center;
	width: 100%;
	/* 
	card/modal common style
	*/
	/* 
	card style
	*/
	/* 
	modal style
	*/
}
.home-index .t-contents.is-visible {
	visibility: visible;
	opacity: 1;
}
.home-index .t-contents__inner {
	position: relative;
	display: flex;
	justify-content: center;
}
.home-index .t-contents__card__item, .home-index .t-contents__modal__item {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card__item, .home-index .t-contents__modal__item {
		background-size: auto;
	}
}
.home-index .t-contents__card__item .item-inner, .home-index .t-contents__modal__item .item-inner {
	background: #fff;
	position: relative;
}
.home-index .t-contents__card__item .item-inner::before, .home-index .t-contents__modal__item .item-inner::before {
	content: "";
	position: absolute;
	z-index: -1;
	background-image: url(../../images/card_bg.webp);
	background-repeat: repeat;
	background-size: 200px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card__item .item-inner::before, .home-index .t-contents__modal__item .item-inner::before {
		background-size: 400px;
	}
}
.home-index .t-contents__card {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px 3.4%;
	box-sizing: border-box;
	padding: 74px 0 100px;
	position: relative;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card {
		justify-content: center;
	}
}
.home-index .t-contents__card::after {
	content: "";
	display: block;
	width: 114px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card::after {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card {
		gap: 20px 1.696%;
		padding: 110px 0 180px;
	}
}
.home-index .t-contents__card__item {
	cursor: pointer;
	width: 108px;
	height: 146px;
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transform: translateY(0);
	opacity: 0;
}
@media screen and (min-width: 480px) {
	.home-index .t-contents__card__item {
		width: 140px;
		height: 189px;
	}
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card__item {
		width: 168px;
		height: 236px;
	}
}
.home-index .t-contents__card__item h2 {
	font-size: 11px;
	letter-spacing: 0;
	margin: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.25;
	display: grid;
	place-items: center;
	flex: 1;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card__item h2 {
		font-size: 15px;
	}
}
.home-index .t-contents__card__item:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: rgba(13, 82, 109, 0.3) 0px 18px 40px -10px;
}
.home-index .t-contents__card .item-inner {
	height: 100%;
	border-radius: 8px;
	padding: 10px 0px 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card .item-inner {
		padding: 10px 10px 24px;
		border-radius: 10px;
	}
}
.home-index .t-contents__card .item-inner::before {
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-radius: 8px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__card .item-inner::before {
		border-radius: 12px;
		top: -4px;
		left: -4px;
		width: calc(100% + 8px);
		height: calc(100% + 8px);
	}
}
.home-index .t-contents__card .item-inner img {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.home-index .t-contents__card .item-inner img {
		width: 80%;
		margin: 10px auto 0;
	}
}
.home-index .t-contents__modal {
	background: url(../../images/bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal {
		background: url(../../images/modal-bg.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.home-index .t-contents__modal__wrap {
	height: 100vh;
	height: 100dvh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.home-index .t-contents__modal__item {
	transform: translateY(100%);
	transition: all 0.6s ease;
}
.home-index .t-contents__modal__item .item-inner {
	position: relative;
	height: 100%;
	border-radius: 20px;
	padding: 26px 6% 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-inner {
		border-radius: 44px;
		padding: 50px 9.1% 90px;
	}
}
.home-index .t-contents__modal__item .item-inner::before {
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 25px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-inner::before {
		border-radius: 50px;
		top: -10px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
}
.home-index .t-contents__modal__item img {
	margin: 14px auto 10px;
	width: 68%;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item img {
		margin: 28px auto 40px;
		width: 69.2857142857%;
		max-width: 300px;
	}
}
.home-index .t-contents__modal__item p {
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item p {
		font-size: 18px;
		line-height: 36px;
	}
}
.home-index .t-contents__modal__item strong {
	background: #effa68;
	letter-spacing: 0.06em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.home-index .t-contents__modal__item .item-comment {
	position: relative;
	box-sizing: border-box;
	background-color: #e1f8fe;
	z-index: 1;
	margin-top: 60px;
	padding: 20px 24px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-comment {
		margin-top: 78px;
		padding: 34px 30px 30px;
	}
}
.home-index .t-contents__modal__item .item-comment h4 {
	top: -26px;
	font-size: 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-comment h4 {
		top: -16px;
		font-size: 20px;
	}
}
.home-index .t-contents__modal__item .item-comment h4::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 105%;
	height: 34px;
	background-image: url(../../images/comment_deco.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-comment h4::before {
		bottom: 0px;
		left: -4px;
		width: 108%;
		height: 36px;
	}
}
.home-index .t-contents__modal__item .item-comment p {
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item .item-comment p {
		font-size: 16px;
		line-height: 1.75;
	}
}
.home-index .t-contents__modal__item h3 {
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 36px;
}
@media screen and (min-width: 769px) {
	.home-index .t-contents__modal__item h3 {
		font-size: 45px;
		letter-spacing: 0.06em;
		line-height: 65px;
	}
}
.home-index .t-contents__modal.is-active .t-contents__modal__item {
	transform: translateY(0%);
}

.wiggle {
	animation: wiggle 0.4s ease-in-out forwards;
}

/*SHAKER*/
@keyframes wiggle {
	15% {
		transform: translateX(3px) rotate(2deg);
	}
	30% {
		transform: translateX(-3px) rotate(-2deg);
	}
	45% {
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		transform: translateX(-2px) rotate(-1deg);
	}
	75% {
		transform: translateX(2px) rotate(1deg);
	}
	90% {
		transform: translateX(-2px) rotate(-1deg);
	}
	100% {
		transform: translateX(-1px) rotate(0);
	}
}
@keyframes hvr-wobble-vertical {
	16.65% {
		transform: scale(0.8);
	}
	33.3% {
		transform: scale(1.08);
	}
	49.95% {
		transform: scale(0.9);
	}
	66.6% {
		transform: scale(1.04);
	}
	83.25% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}