@charset "utf-8";

/* =========================================================
	TVerエリア
======================================== */
.box_banner {
	text-align: center;
    padding-block: var(--gap_64px);
    /* border-top: var(--gap_8px) solid var(--color_BLK); */
    /* background: url(/sp/moshimane/tech/images/bg1.jpg) repeat; */
    background: url(/sp/moshimane/tech/images/bg2.jpg) repeat;
}
.box_banner.box_tver {
	background: unset;
}
.box_banner * {
	box-sizing: border-box;
}
.box_banner img {
    max-width: 1160px;
}

.bnr_youtube {
    margin: var(--gap_48px) auto 0;
    width: min(80%, 800px);
    display: block;
	box-shadow: 0 0 var(--gap_16px) #878787;
}
.bnr_tver {
	margin: 0 auto;
    width: min(80%, 800px);
    display: block;
	filter: drop-shadow(0 0 var(--gap_8px) #878787);
}

.link_notice {
	font-size: 0.8em;
	margin-top: var(--gap_8px);
}

/* =========================================================
	Youtubeエリア
======================================== */
.disp_b {
	display: block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.3em;
    color: var(--color_BLK);
	font-weight: bold;
    padding: var(--gap_16px) var(--gap_32px) ;
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 50px;
	background-color: #fff;
    border: solid 2px;
    display: inline-block;
}
.btn:hover {
	color: inherit;
	opacity: 0.7;
}


/* .title_youtube_area {
	margin-bottom: 30px;
}
.title_youtube_area img {
	max-width: 874px;
} */
.title_youtube_area {
	font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    text-shadow: 3px 3px 0 #d5d5d5;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.title_youtube_area em {
	font-size: 1.2em;
	font-weight: 900;
}
.title_youtube_area br {
	display: none;
}
.img_logo_youtube {
	max-width: 300px !important;
	margin: 12px 12px 0;
	filter: drop-shadow(0px 0px var(--gap_8px) #ddd);
}
.yt_mov_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.yt_mov_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: solid 4px #147c5e;
    padding: 8px;
	vertical-align: top;
}
.btn_yt {
	font-size: 1.6em;
	margin: 30px auto 8px;
}
.btn_yt span:not(.ib) {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_yt i {
	font-size: 1.2em;
	color: #ff0000;
	margin-right: 8px;
}
@media screen and (max-width:1023px) {
	.title_youtube_area {
		font-size: 4.6vw;
		text-shadow: 0.08em 0.08em 0 #e4cb28;
	}
	.img_logo_youtube {
		width: 30vw !important;
	}
}
@media screen and (max-width:767px) {
	.title_youtube_area {
		font-size: 6.4vw;
		line-height: 1.1;
		margin: 0 auto 20px;
		max-width: 70%;
	}
	.title_youtube_area br {
		display: inline;
	}
	.yt_mov_wrap iframe {
		border: solid 0.5vw #147c5e;
		padding: 4px;
	}
	.btn_yt {
		font-size: 3.4vw;
		margin: 20px auto 8px;
	}
	.link_notice {
		font-size: 16px;
	}
}
@media screen and (max-width:479px) {
	.title_youtube_area {
		font-size: 7.5vw;
	}
	.img_logo_youtube {
		margin: 8px 8px 0;
	}
	.btn_yt {
		font-size: 4.4vw;
	}
	.link_notice {
		font-size: 14px;
	}
}
@media screen and (max-width:379px) {
	.title_youtube_area {
		max-width: 80%;
	}
}