@charset "UTF-8";

#tobudoga-area {
	max-width: 1000px;
	width: 100%;
	aspect-ratio: 1920 / 1080;
	margin: 0 auto;
	background: #fff3e0;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 1;
}
#tobudoga-area .tobudoga-side {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 5%;
	height: 96%;
	padding: 3% 0 1%;
}
#tobudoga-area .tobudoga-side button {
	display: block;
	width: 100%;
	height: 20%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-color: white;
	border-radius: 0 12px 12px 0;
	border: none;
	border-left: solid min(5px, 0.5vw);
	border-right: solid min(5px, 0.5vw) transparent;
	cursor: pointer;
	padding: 0;
	transition: 0.5s;
}
#tobudoga-area .tobudoga-side button.active{
	pointer-events: none;
	cursor: auto;
}
#tobudoga-area .tobudoga-side button.menu01 {
	background-image: url(../images/menu01.svg);
	background-size: auto 76%;
	border-left-color: #84ccf1;
}
#tobudoga-area .tobudoga-side button.menu02 {
	background-image: url(../images/menu02.svg);
	background-size: auto 72%;
	border-left-color: #bddc73;
}
#tobudoga-area .tobudoga-side button.menu03 {
	background-image: url(../images/menu03.svg);
	background-size: auto 72%;
	border-left-color: #fdd872;
}
#tobudoga-area .tobudoga-side button.menu04 {
	background-image: url(../images/menu04.svg);
	background-size: auto 83%;
	border-left-color: #ff8c4a;
}
#tobudoga-area .tobudoga-side button.menu05 {
	background-image: url(../images/menu05.svg);
	background-size: auto 83%;
	border-left-color: #f699b9;
}
#tobudoga-area .tobudoga-side button.menu01.active {
	background-color: #84ccf1;
}
#tobudoga-area .tobudoga-side button.menu02.active {
	background-color: #bddc73;
}
#tobudoga-area .tobudoga-side button.menu03.active {
	background-color: #fdd872;
}
#tobudoga-area .tobudoga-side button.menu04.active {
	background-color: #ff8c4a;
}
#tobudoga-area .tobudoga-side button.menu05.active {
	background-color: #f699b9;
}
#tobudoga-area .tobudoga-movie {
	position: absolute;
	top: 0;
	left: 4%;
	z-index: 1;
	width: 96%;
	height: 100%;
	opacity: 1;
	transition: 0.3s;
}
#tobudoga-area .tobudoga-movie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/thm.png) no-repeat center / 100%;
	transition: 0.3s;
}
#tobudoga-area .tobudoga-movie.show::before {
	opacity: 0;
}
#tobudoga-area .tobudoga-movie video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tobudoga-area .tobudoga-seekbar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 5%;
}
#tobudoga-area .tobudoga-seekbar article {
	position: absolute;
	top: calc(50% + 3px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	height: 20%;
	background: #7a746b;
	border-radius: 20px;
	border: solid 2px #7a746b;
	box-sizing: content-box;
	cursor: pointer;
}
#tobudoga-area .tobudoga-seekbar article span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 20px;
	transition: 0.3s;
}
#tobudoga-area .tobudoga-seekbar article.move span {
	transition: 0.0s;
}
