/* body{
	background-color: #dbbcbc;
} */

.bg_full {
	position: fixed;
	left: 0;
	top: 0;
	height: 27vh;
	z-index: -1;
	/* background-image: url("../img/outline-kv-pc.webp"); */
	background-size: cover;
	background-position: center center;
	width: 100%;
}

.bg_full_team{
	background-image: url("../img/team-kv-sp.webp") !important;
}
@media screen and (min-width: 640px) {
.bg_full_team{
	background-image: url("../img/team-kv-pc.webp") !important;
}
}

.bg_full_schedule{
	background-image: url("../img/schedule-kv-sp.webp") !important;
}
@media screen and (min-width: 640px) {
	.bg_full_schedule{
	background-image: url("../img/schedule-kv-pc.webp") !important;
	}
}

.bg_full_outline{
	background-image: url("../img/outline-kv-pc.webp")!important;
}

.bg_full_result{
	background-image: url("../img/match-result-kv-sp.webp")!important;
}

@media screen and (min-width: 640px) {
	.bg_full_result{
	background-image: url("../img/match-result-kv-pc.webp")!important;
	}
}

.bg_full_gallery{
	background-image: url("../img/gallery-kv-sp.webp") !important;
}
@media screen and (min-width: 640px) {
	.bg_full_gallery{
		background-image: url("../img/gallery-kv-pc.webp") !important;
	}
}

.bg_full_event{
	background-image: url("../img/event-kv-sp.webp") !important;
}
@media screen and (min-width: 640px) {
	.bg_full_event{
		background-image: url("../img/event-kv-pc.webp") !important;
	}
}
.hdr_btm {
	height: 27vh;
	padding: 3.2vh 0 9vh;
	text-align: center;
}

.hdr_btm_inner {
	display: block;
	margin: 0 auto;
	width: 49%;
	height: 100%;
	max-width: 318px;
}

.hdr_btm h1 {
	position: relative;
	z-index: 4;
	display: inline-block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image: url("../img/u18-logo.webp");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 70%;
	margin: 0 auto;
}

.hdr_btm_bl h1{
	background-image: url("../img/u18-logo-bl.png") !important;
}


.hdr_top_phase2 {
	height: 95vh;
	position: relative;
	background: url("../images/bg_intro1SP.webp") no-repeat center center / cover;
}

.hdr_btm_vFrame {
	height: 14vh;
	position: absolute;
	top: calc(-14vh + 2px);
	left: 0;
	width: 100%;

	background-size: 100% 100%;
}

.hdr_btm_vFrame_outline{
	background-image: url(../img/header-line-outline.webp);
}

.hdr_btm_vFrame_schedule{
	background-image: url(../img/header-line-schedule.webp);
}

.hdr_btm_vFrame_team{
	background-image: url(../img/header-line-team.webp);
}
.hdr_btm_vFrame-result{
	background-image: url(../img/header-line-result.webp);
}
.hdr_btm_vFrame-gallery{
	background-image: url(../img/header-line-galley.webp);
}
.hdr_btm_vFrame div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	clip-path: polygon(0% 4px, 50% 40%, 100% 4px, 100% 100%, 0% 100%);
}

@media screen and (min-width: 640px) {

	.hdr_btm {
		height: 38vh;
		padding: 2vh 0 9vh;
	}

	.hdr_btm_vFrame {
		height: 22vh;
		top: calc(-22vh + 2px);
	}

.bg_full2 {
	height: 38vh;
}
}

.atcl1 {
	position: relative;
}