/*-------------
	top
-------------*/
.l-content--top {
	width: 100%;
}

.l-structure--top {
	position: relative;
	margin: 0;
	padding: 0 40px;
}
@media (min-width: 768px) {
	.l-structure--top {
		padding-bottom: 140px;
	}
}
@media (max-width: 767px) {
	.l-structure--top {
		padding: 0 0 100px;
	}
}
.l-structure--top::before {
	content: '';
	position: fixed;
	background: url(../../../assets/images/top/bg-main_01.jpg) no-repeat top center;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.l-structure--top::after {
	content: '';
	position: fixed;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 110px, rgba(0, 0, 0, .2) 110px);
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media (max-width: 767px) {
	.l-structure--top::before {
		background-image: url(../../../assets/images/top/bg-main_01_sp.jpg);
	}
	.l-structure--top::after {
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 80px, rgba(0, 0, 0, .2) 80px);
	}
}

.l-structure__main--top {
	max-width: 100%;
	background: none;
	padding-top: 0;
}

/*-------------
	top
-------------*/
.un-logo {
	background: #fff;
	padding: 10px;
	box-shadow: 0 5px 15px rgba(38, 19, 19, 0.35);
}
@media (min-width: 768px) {
	.un-logo {
		width: 223px;
	}
}

.un-headline {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
@media (min-width: 768px) {
	.un-headline {
		padding-bottom: 129px;
    padding-top: 186px;
	}
}
@media (max-width: 767px) {
	.un-headline {
		padding: 70px 20px 0;
	}
}
.un-headline__title {
	width: 100%;
	margin-top: 15px;
	font-weight: 700;
	text-shadow: 0 5px 15px rgba(38, 19, 19, 0.35);
}
.un-headline__title-01 {
	font-size: 3rem;
	line-height: var(--line-height-s);
}
.un-headline__title-02 {
	font-size: 1.6rem;
	line-height: var(--line-height-s);
	margin: 5px 0 15px;
}
.un-headline__title-02--sub {
	font-size: 1.1rem;
	margin-left: 10px;
	letter-spacing: .04rem;
}
@media (min-width: 768px) {
	.un-headline__title-01 {
		width: 100%;
		font-size: 5.5rem;
		line-height: 1;
	}
	.un-headline__title-02 {
		width: 100%;
		font-size: 3rem;
		line-height: 1;
		margin-top: 25px;
	}
	.un-headline__title-02--sub {
		display: inline-block;
		transform: translateY(-3px);
		margin-left: 20px;
		font-size: 2.2rem;
	}
}
.un-headline__code {
	width: 100%;
	line-height: 22px;
	width: 116px;
	font-size: 1.2rem;
	text-align: center;
	background: #fff;
	box-shadow: 0 5px 15px rgba(38, 19, 19, 0.35);
	color: var(--color-txt);
}
@media (min-width: 768px) {
	.un-headline__code {
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.un-headline__code {
		font-size: 1rem;
		width: 100px;
	}
}

.un-maincontents {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.un-maincontents {
		width: calc(100% - 40px);
	}
}
.un-maincontents__inner {
	position: relative;
	margin: 75px 0 20px;
}
@media (min-width: 768px) {
	.un-maincontents__inner {
		background: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(10px);
		border: 1px solid #FFFFFF;
		padding: 60px;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.un-topButton {
		width: calc((100% - 80px) / 3);
		margin: 0 auto;
		min-width: 280px;
	}
}
/*# sourceMappingURL=style.css.map */
