@charset "utf-8";
/* CSS Document */


html{overflow-y: scroll; }
	
body{width: 100%;
	min-width: 821px;}

.font-goth1{font-family: m-plus-1p,sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: m-plus-1p,sans-serif;
font-weight: 500;
font-style: normal;}

.font-goth3{font-family: m-plus-1p,sans-serif;
font-weight: 700;
font-style: normal;}

.font-goth4{font-family: m-plus-1p,sans-serif;
font-weight: 800;
font-style: normal;}

.font-mini1{font-family: minion-3-display,serif;
font-weight: 400;
font-style: normal;}

.font-mini2{font-family: minion-3-display,serif;
font-weight: 500;
font-style: normal;}

.font-mini3{font-family: minion-3-display,serif;
font-weight: 600;
font-style: normal;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(255,255,255,1.00);
	z-index: 9999;}

.start_filter_bg1{width: 100%;
	height: 100%;
	background: url("../img/img1_bg_pat3.svg");
	background-size: 3% auto;
	background-repeat: repeat;}

.loading_block{width: 15%;
	text-align: center;
	position: fixed; top: 45%; left: 42.5%;}

.loading_img2{/*-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;*/}

.loading_img2 img{width: 100%;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

#container{width: 100%;
	position: relative;}

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}

.bg1{width: 100%;
	height: 100vh;
	background: url("../img/bg2.webp");
	background-size: cover;
	background-position: bottom right;
	position: fixed; top: 0; left: 0;}

.bg_white{background: rgba(255,255,255,0.85);}


header{width: calc(100% - 20px);
	padding: 0 10px;
	background: rgba(255,255,255,0.90);
	border-bottom: rgba(50,50,50,0.50) solid 1px;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	z-index: 3;}

.header_logo{height: 50px;
	position: fixed; top: 5px; left: 10px;
	z-index: 4;}
	
.header_logo img{height: 100%;}

.pc_menu{text-align: center;}
	
.pc_menu_inner{display: inline-block;
	overflow: hidden;}
	
.pc_menu_btn1,.pc_menu_btn2{font-size: 24px;
	line-height: 60px;
	float: left;}
	
.pc_menu_btn1 a{display: block;
	color: rgba(50,50,50,1.00);
	transition:0.3s all;}
	
.pc_menu_btn1 a:hover{color:rgba(39,110,255,1.00);}

.pc_menu_btn1 img{height: 60px;
	transition: 0.3s all;}
	
.pc_menu_btn1 img:hover{transform: scale(1.2,1.2);}

main{position: relative;
	z-index: 1;}
	
.main_img{width: 100%;
	min-height: calc(100vh - 60px);
	padding-top: 65px;
	background: url("../img/bg1.webp");
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.main_img_img1{width: 75%;
	margin: 0 auto;}

.main_img_img1 img{width: 100%;}

@media screen and ( max-width:1200px )
{
.main_img{min-height: 100vh;
	padding-top: 0;}
}


.con_box1{width: 100%;
	position: relative;}

.con_inner1{width: 60%;
	min-width: 750px;
	padding: 0 1.5%;
	margin: 0 auto;}
	
.con_inner_box1{overflow: hidden;}

.bg_news{background: url("../img/bg3.png");
	background-size: 100% auto;
	background-repeat: repeat-y;}

.news_twitter_box{width: 100%;
	overflow:hidden;}
	
.news_box{width: 60%;
	float: left;}

.news_inner_box{width: calc(100% - 30px);
	height: 350px;
	padding: 15px;
	background:rgba(255,255,255,1.00);
	overflow-y: scroll;}

.origin_box{overflow: hidden;}

.origin_img{width:38%;
	float: left;}
	
.origin_img img{width: 100%;}

.origin_text{width: 59%;
	padding-left: 3%;
	float: left;}
	

.twitter_box{width: 39%;
	padding-left: 1%;
	float: left;}
	
.timeline{width: calc(100% - 30px);
	height: 350px;
	padding: 15px;
	background: rgba(219,219,219,1.00);}

.title_box{width: 35%;
	float: left;}
	
.title_bar1{width: 100%;
	border-bottom: rgba(140,198,63,1.00) double 4px;}
	
.title_bar2{width: 100%;
	border-bottom: rgba(140,198,63,1.00) solid 1px;}
	
.title_text1{font-size: max(2.4vw,32px);}
	
.right_box{width: 63%;
	padding-left: 2%;
	float: left;}

.yeltama_box{width: calc(100% - 30px);
	padding: 15px;
	background: rgba(255,255,255,1.00);
	overflow: hidden;}
	
.yeltama_block1{width: 60%;
	margin: 0 auto;}
	
.yeltama_block1 img{width: 100%;}

.yeltama_block2{width: 100%;}

.yeltama_btn{width: 20%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(203,179,35,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.yeltama_btn:hover{transform: scale(1.05,1.05);}

.yeltama_btn a{display: block;}

.text1{font-size: max(1.4vw,18px);
	line-height: 150%;}
	
.text2{font-size: max(1.1vw,13px);
	line-height: 150%;}
	
.text3{font-size: max(0.9vw,11px);
	line-height: 150%;}

.text4{font-size: max(0.8vw,10px);
	line-height: 150%;}

.cast_name2{font-size: max(1.05vw,12px);}

.schedule_table{width: 100%;
	overflow: hidden;}

.schedule_card{width: 14%;
	padding: 10px 0;
	text-align: center;
	float: left;}

.card_bar1{width: 100%;
	border-bottom: rgba(0,0,0,1.00) double 3px;}

.card_bar2{width: 100%;
	border-bottom: rgba(0,0,0,1.00) solid 1px;}


/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 42.85%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	

.goods_img1 img{width: 100%;}


footer{width: 100%;
	padding-bottom: 70px;
	text-align: center;
	position: relative;
	background: rgba(255,255,255,0.90);}


#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.btn1{width: 15vw;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	transition:0.3s all;
	position: relative;}

.btn1::after {
  content: "▶";
  font-size: 0.9vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1 a{display: block;
	color: rgba(0,0,0,1.00);}

.btn1:hover{transform: scale(1.1,1.1);}

.flex_box{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	/*flex-direction: row-reverse;　/* 右から */
	/*flex-direction: column; /* 上から */
	/*flex-direction: column-reverse; /* 下から */
	/*flex-wrap: nowrap; /* 単一行に配置、アイテムは幅に収まるように縮小される。 */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	/*flex-wrap: wrap-reverse; /* 複数行に配置、左から右へ、下から上へ、の順番に。 */
	/*justify-content: flex-start; /* 左寄せ */
	/*justify-content: flex-end; /* 右寄せ */
	justify-content: center; /* 中央寄せ */
	/*justify-content: space-between; /* 両端+等間隔 */
	/*justify-content: space-around; /* 等間隔 */
	/*align-items: stretch; /*アイテムをコンテナの高さ（または幅）いっぱいに配置。*/
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	/*align-items: flex-end; /*アイテムを後尾にまとめて配置。*/
	/*align-items: center; /*アイテムを中央にまとめて配置。*/
	/*align-items: baseline; /* アイテムをベースラインに沿って配置。 */
	/*align-content: stretch; /* すべてのアイテムを等間隔に配置。サイズがautoであるアイテムはコンテナに合わせて引き延ばす。 */
	/*align-content: flex-start; /* アイテムを先頭に寄せて配置。 */
	/*align-content: flex-end; /* アイテムを後尾に寄せて配置。 */
	align-content: center; /* アイテムを中央に寄せて配置。 */
	/*align-content: space-between; /* 先頭と後尾は端に、残りは等間隔に配置。 */
	/*align-content: space-around; /* すべてのアイテムを等間隔に配置、各アイテムの両側に半分のサイズの間隔。 */
	/*align-content: space-evenly; /* すべてのアイテムを等間隔に配置、各アイテムの周りに同じサイズの間隔 */}
	





@media screen and ( max-width:821px )
{
body{min-width: 320px;}

.loading_block{width: 50%;
	text-align: center;
	position: fixed; top: 45%; left: 25%;}

.bg1{width: 100%;
	height: 100vh;
	background: url("../img/bg_sp2.webp");
	background-size: cover;
	background-position: bottom right;
	position: fixed; top: 0; left: 0;}

.header_logo{width: 15vw;
	height: auto;
	position: fixed; top: 10px; left: 10px;
	z-index: 4;}

.header_logo img{width: 100%;
	height: auto;}

.main_img{width: 100%;
	min-height: 100vh;
	background: url("../img/bg_sp1.webp");
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.main_img_img1{width: 90%;
	margin: 0 auto;}


.text1{font-size: max(5vw,16px);}
	
.text2{font-size: max(3.8vw,14px);}
	
.text3{font-size: max(3.4vw,10px);}

.text4{font-size: max(3.2vw,10px);}

.cast_name2{font-size: max(3.6vw,12px);}

.con_inner1{width: 90%;
	min-width: 0;
	padding: 0 1.5%;
	margin: 0 auto;}	

.news_box{width: 90%;
	margin: 0 auto;
	float: none;}

.news_inner_box{width: calc(100% - 30px);
	height: 280px;
	padding: 15px;}

.origin_box{overflow: hidden;}

.origin_img{width:60%;
	margin: 0 auto;
	float: none;}
	
.origin_text{width: 100%;
	padding-left: 0;
	float: none;}

.twitter_box{width: 90%;
	padding-left: 0;
	margin: 0 auto;
	float: none;}
	
.timeline{width: calc(100% - 30px);
	height: 350px;
	padding: 15px;
	background: rgba(219,219,219,1.00);}

.yeltama_block1{width: 100%;
	margin: 0 auto;}
	
.yeltama_btn{width: 80%;
	margin: 0 auto;
	line-height: 250%;
	background: rgba(203,179,35,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.yeltama_btn:hover{transform: scale(1.00,1.00);}

.title_box{width: 95%;
	margin: 0 auto;
	float: none;}
	
.title_bar1{width: 100%;
	border-bottom: rgba(140,198,63,1.00) double 4px;}
	
.title_bar2{width: 100%;
	border-bottom: rgba(140,198,63,1.00) solid 1px;}
	
.title_text1{font-size: max(2.4vw,32px);}
	
.right_box{width: 95%;
	padding-left: 0;
	margin: 0 auto;
	float: none;}

.schedule_table{width: 100%;
	overflow-x: scroll;}

.schedule_table_inner{width: 180%;}

.schedule_card{width: 14%;
	padding: 10px 0;
	text-align: center;
	float: left;}

/* map */
#map_wrapper {
    position: relative;
    width: 100%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



footer{width: 100%;
	text-align: center;
	position: relative;}

.footer_btn1{width: 65%;
	min-width: 180px;
	margin: 0 auto;}
	
.footer_btn1:hover{transform: scale(1.00,1.00);}


#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.ticket_btn{width: 70%;
	font-size: max(3.6vw,14px);
	line-height: 250%;}

.ticket_btn::after {font-size: 3.0vw;}

.btn1,.btn2{width: 80vw;
	margin: 0 auto;
	line-height: 250%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	float: none;}

.btn2{margin-bottom: 5px;}

.btn1::after,.btn2::after {
  content: "▶";
  font-size: 3.0vw;
  color: rgba(0,0,0,1.00);
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

.btn1:hover,.btn2:hover{transform: scale(1.0,1.0);}


}


























