@charset "utf-8";
/* CSS Document */

.bg_white{width: 100%;
	/*background:url("../img5/bg12.webp");*/
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	}

.about_logo{width: 20%;
	margin: 10px auto 0;}

.about_logo img{width: 100%;}

.about_parts1{width: 20%;
	margin: 0 auto;}

.about_parts2{width: 15%;
	margin: 0 auto;}

.about_menu{padding: 5px 0;
	display: flex;
	flex-direction: row; /* 左から */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	background: rgba(255,255,255,0.95);
	border-bottom: rgba(172,142,99,0.20) solid 1px;
	z-index: 3;}

.about_menu_btn{width: 14%;
	min-width: 150px;
	margin: 0 0.5%;
	font-size: max(0.9vw,12px);
	line-height: 230%;
	text-align: center;
	background: url("../img4/about/about_about_parts2.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s ease-out;}
	
.about_menu_btn:hover{transform: scale(1.1,1.1);}	

.about_menu_btn a{display: block;
	color: rgba(172,142,99,1.00);}

.about_con_title{display: flex;
	flex-direction: row; /* 左から */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.about_title_left,.about_title_right{width: 10%;}
.abou_title_center{width: 50%;}
.about_con_title_text{padding: 0 1%;
	font-size: max(2.8vw,26px);
	line-height: 150%;
	color: rgba(174,144,99,1.00);}

.about_text{font-size: max(1.3vw,16px);
	line-height: 180%;}

.title_center3{width: 75%;}

.yt_img{width: 30%;
	margin: 0 auto;
	position: relative;}

.yt_img2{width: 30%;
	margin: 0 1%;
	position: relative;}

.yt_img img,.yt_img2 img{width: 100%;}

.team_box{box-shadow: 0 0 5px rgba(150,150,150,0.40);}

.about_team_name{width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.8vw;
	line-height: 100%;}

.about_team_name img{width: 25%;}

.stage_box{width: calc(100% - 40px);
	padding: 20px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0 0 5px rgba(150,150,150,0.40);
	overflow: hidden;}
	
.stage_img_box{width: 25%;
	float: left;}
	
.stage_img_box img{width: 100%;}

.stage_text_box{width: 73%;
	padding-left: 2%;
	float: left;}

.stage_btn{width: calc(100% - 2px);
	margin: 0 auto 5px;
	font-size: max(1.0vw,14px);
	line-height: 200%;
	text-align: center;
	background: rgba(247,237,223,1.00);
	border-radius: 5px;
	border: rgba(174,144,99,1.00) solid 1px;
	transition:0.3s all;
	position: relative;}

.stage_btn::after {
  content: "▶";
  font-size: 0.9vw;
  color: rgba(174,144,99,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.stage_btn a{display: block;
	color: rgba(174,144,99,1.00);}

.stage_btn:hover{transform: scale(1.05,1.05);}

.diagram_img{width: 100%;}

.diagram_img img{width: 100%;}

.stage_border1{width: 100%;
	display: flex;
	flex-direction: row; /* 左から */
	justify-content: center; /* 中央寄せ */
	align-items: center; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.stage_border_parts1{width: 5%;
	padding: 0 1%;}

.stage_border_bar{width: 85%;
	height: 2px;
	background: rgba(172,142,99,1.00);}

.stage_play_title{line-height: 130%;}

.about_bar1{width: 100%;
	height: 3px;
	margin: 5px 0;
	background: rgba(172,142,99,1.00);}

.stage_review_box{clear: both;
	width: calc(100% - 40px);
	padding: 10px 20px;
	/*background: rgba(174,144,99,0.30);*/
	border-radius: 10px;}

.stage_review_title1{text-align: center;
	color: rgba(172,142,99,1.00);}

.stage_photo_box1{width: 100%;
	position: relative;
	overflow: hidden;}

.stage_photo1,.stage_photo2,.stage_photo3,.stage_photo4,.stage_photo5,.stage_photo6{width: 35%;
	float: left;}

.stage_photo2{margin-left: -2.5%;
	margin-top: 10%;}
	
.stage_photo3{margin-left: -3%;}

.stage_photo4{margin-top: 10%;}

.stage_photo5{margin-left: -2.5%;}

.stage_photo6{margin-left: -3%;
	margin-top: 10%;}

.stage_photo1 img,.stage_photo2 img,.stage_photo3 img,.stage_photo4 img,.stage_photo5 img,.stage_photo6 img{width: 100%;}


.dvd_block1{width: 100%;
	overflow: hidden;}

.dvd_img{width: 30%;
	float: left;}

.dvd_img img{width: 100%;}

.dvd_text_box{width: calc(68% - 2%);
	padding-left: 2%;
	float: left;}

.dvd_text1{line-height: 150%;}

.dvd_btn_box,.dvd_btn_box3{width: 50%;}

.dvd_btn_box2{width: 40%;
	margin: 0 auto;}

.broadcast_img{width: 30%;
	margin: 0 auto;}
	
.broadcast_img img{width: 100%;}

.broadcast_btn_box{width: 100%;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	align-items: center; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.broadcast_btn_box2{width: 100%;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	align-items: center; /*アイテムを中央にまとめて配置。*/
	justify-content: center; /* 中央寄せ */}

.broadcast_btn1{width: 32%;
	padding: 0 0.5%;
	margin-bottom: 5px;
	position: relative;
	float: left;
	transition:0.3s all;}

.broadcast_btn1:hover{transform: scale(1.05,1.05);}

.wait .broadcast_btn1{opacity: 0.7;
	color: rgba(255,255,255,1.00);}
.wait .broadcast_btn1:hover{transform: scale(1.0,1.0);}

.broadcast_btn img{width: 100%;}
	
.broadcast_text1{width: 95%;
	margin: 0 auto;
	font-size: max(0.9vw,10px);
	line-height: 300%;
	position: absolute; top: 0; left: 7%;}

.broadcast_text2{width: 95%;
	margin: 0 auto;
	font-size: max(0.9vw,10px);
	line-height: 290%;
	position: absolute; top: 0; left: 16%;}

.broadcast_btn1 a{display: block;
	color: rgba(255,255,255,1.00);}

.movie_box1{width: 95%;
	margin: 0 auto;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: flex-start; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.movie_block1{width: 48%;
	padding: 0 1%;}

.movie_img,.movie_img img{width: 100%;}

.movie_img{position: relative;}

.yt_filter{width: 100%;
	position: absolute; top: 0; left: 0;}

.archive_block1{width: 30%;
	padding: 0 1.5%;}
	
.archive_img{width: 100%;
	overflow: hidden;}
	
.archive_img img{width: 100%;
	transition: 0.3s all;}

.archive_block1:hover .archive_img img{transform: scale(1.05,1.05);}



@media screen and ( max-width:821px )
{


.bg_white{width: 100%;
	/*background:url("../img4/bg_sp12.webp");*/
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	}

.about_menu{padding: 5px 10px;
	display: flex;
	flex-direction: row; /* 左から */
	justify-content: flex-start; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	background: rgba(255,255,255,0.95);
	border-bottom: rgba(172,142,99,0.20) solid 1px;
	z-index: 3;
	overflow-x: scroll;}
	
.about_menu_btn{width: auto;
	min-width: 230px;
	margin: 0 0.5%;
	font-size: 18px;
	line-height: 230%;
	text-align: center;
	background: url("../img4/about/about_about_parts2.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s ease-out;}

.about_menu_btn:hover{transform: scale(1.0,1.0);}	

.about_logo{width: 50%;
	margin: 0 auto;}

.about_parts1{width: 30%;
	margin: 0 auto;}

.about_parts2{width: 30%;
	margin: 0 auto;}

.about_title_left,.about_title_right{width: 20%;}
.abou_title_center{width: 50%;}
.about_con_title_text{padding: 0 1%;
	font-size: max(5vw,18px);}

.about_text{font-size: max(4vw,16px);}

.title_center3{width: 85%;}

.yt_img,.yt_img2{width: 80%;
	margin: 0 auto;}



.about_team_name{font-size: 8vw;}

.about_team_name img{width: 50%;}

.stage_box{width: calc(100% - 22px);
	padding: 10px;}
	
.stage_img_box{width: 70%;
	margin: 0 auto;
	float: none;}

.stage_text_box{width: 100%;
	padding-left: 0;
	float: none;}

.stage_btn{width: 100%;
	margin: 0 auto 10px;
	font-size: max(3.8vw,14px);
	line-height: 200%;
	text-align: center;
	background: rgba(247,237,223,1.00);
	border-radius: 5px;
	border: rgba(174,144,99,1.00) solid 1px;
	transition:0.3s all;
	position: relative;}

.stage_btn::after {
  content: "▶";
  font-size: 3.2vw;
  color: rgba(174,144,99,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.stage_btn a{display: block;
	color: rgba(174,144,99,1.00);}

.stage_btn:hover{transform: scale(1.00,1.00);}

.stage_border_parts1{width: 10%;
	padding: 0 1%;}

.stage_border_bar{width: 75%;
	height: 2px;
	background: rgba(172,142,99,1.00);}

.stage_photo1,.stage_photo2,.stage_photo3,.stage_photo4,.stage_photo5,.stage_photo6{width: 55%;
	float: left;}

.stage_photo2{margin-left: 45%;
	margin-top: -10%;}
	
.stage_photo3{margin-top: -10%;}

.stage_photo4{margin-top: 0;
	margin-left: 45%;}

.stage_photo5{margin-right: -45%;
	margin-top: -10%;}

.stage_photo6{margin-left: 45%;
	margin-top: -10%;}

.dvd_block1{width: calc(100% - 20px);
	min-width: 0;
	padding: 0 1% 10px;}

.dvd_img{width: 100%;
	margin-bottom: 10px;
	float: none;}

.dvd_text_box{width: 100%;
	padding-left: 0;
	float: none;}

.dvd_text1{line-height: 150%;}

.dvd_btn_box{width: 90%;
	margin: 0 auto;}
	
.dvd_btn_box2,.dbd_btn_box3{width: 80%;
	margin: 0 auto;}



.broadcast_img{width: calc(100% - 20px);
	margin: 0 auto;}
	
.broadcast_img img{width: 100%;}

.broadcast_btn_box{width: 100%;
	display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.broadcast_btn1{width: 90%;
	padding: 0 5%;
	margin-bottom: 5px;
	position: relative;
	transition:0.3s all;}

.broadcast_btn1:hover{transform: scale(1.00,1.00);}
	
.broadcast_text1{width: 95%;
	margin: 0 auto;
	font-size: max(4.0vw,12px);
	line-height: 280%;
	position: absolute; top: 0; left: 10%;}

.broadcast_text2{width: 95%;
	margin: 0 auto;
	font-size: max(4.0vw,12px);
	line-height: 280%;
	position: absolute; top: 0; left: 17%;}
	
.movie_block1{width: 100%;
	padding: 0 1%;}
	
.archive_block1{width: 90%;
	padding: 0 5%;}
	
.archive_img{width: 100%;
	overflow: hidden;}
	
.archive_img img{width: 100%;
	transition: 0.3s all;}
}


























