@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 800px) {

	body {
	width:100%;
	height:100%;
	background: #000;
	position: relative;
  font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
color: #fff;
overflow-x: hidden;
margin: 0;
padding: 0;
background: url(../img/top/background.jpg) repeat center top;
background-size: 100% auto;
background-position: 0 520px;
}



	#contents_area{
  position: relative;
  background: url(../img/top/header.png) no-repeat center top;
  background-size: 100% auto;
  height: 800px;
  z-index: 49;
  background-position: 0 0px;
}


.tit_cast{

    margin: 440px auto 50px;
    width: 90%;
    text-align: center;
}


.tit_cast2{
    margin: 150px auto 50px;
    width: 100%;
    text-align: center;
}


	.sp_on{
		display:block!important;
	}
	.pc_on{
		display:none;
	}
	.loading_bungo{
		background-size: 40px auto;
		transform: translate(-50%, -50%);
	}

	#sp_container{
		min-width: 100%;
		overflow: hidden;
	}
	.margin{
		margin:0 6%;
	}
	.page_top img{
		width: 50px;
	}
	.page_top{
		position: fixed;
		left: 4%;
		bottom: 7px!important;
		display: none;
	}

	.menu_open img,.menu_close img{
		display: none;
	}




	.menu_open{
		background: url("../img/top/menu/menu_open.png") no-repeat;
		background-size: 100px auto;
	}
	.menu_close{
		background: url("../img/top/menu/menu_close.png") no-repeat;
		background-size: 100px auto;
		opacity: 0;
	}
	.menu_open,.menu_close{
		top:10px;
		right: 10px;
		width: 100px;
		height: 100px;
	}
	#menu_wrap .flame_top{
		height: 25px;
		position: absolute;
	}
	#menu_wrap .flame_bottom{
		height: 25px;
		position: absolute;
	}

	#menu_wrap .flame_right{
		width: 25px;
	}
	#menu_wrap .flame_left{
		width: 25px;
	}
	.menu_btn{
		width: 100%;
	}
	.menu_inner {
		background-position: center bottom;
		transition: 0;
		height: 100%!important;
   		min-height: 530px;
	}
	#menu_g{
		position: relative;
		height: 100%!important;
   		min-height: 530px;
	}


#txt1_sp{
    width: 90%;
    height: auto;
    margin: 50px auto 30px;
    text-align: center;
}


#date{
    width: 80%;
    height: auto;
    margin: 50px auto 30px;
    text-align: center;
}

.contact{
  text-align: center;
  font-size: 17px;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
margin-bottom: 15%;
}


.menu-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	margin: 0;
	padding: 0;
	display: none;
	z-index: 10;
    -webkit-overflow-scrolling: touch;
}
.menu-wrap_inner {
    width: 90%;
    height: 80vh;
    margin: 0 auto;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.menu-main {
    width: 800px;
    height: 510px;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.menu-main div {
    width: 100px;
    height: auto;
    display: block;
    border-left: 1px solid #e40023;
    padding: 30px 0 0 0;
    
    -webkit-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
}
.menu-main div:first-of-type {
    border-right: 1px solid #e40023;
}
.mn-od{
    -webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.mn-ev {
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.mn-od_after {
    -webkit-transform: translateY(0);
	transform: translateY(0);
}
.mn-ev_after {
    -webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu-main div img {
    width: 42px;
    height: auto;
    display: block;
    margin-left: 19px;
    opacity: 1;
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-main div a:hover img {
    opacity: 0.7;
    -webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.menu-main div.yet img {
    opacity: 0.4;
}


	
	.menu_btn li{
		transform: scale(0.8);
		margin-bottom: calc(20px * 0.8);
	}
	.menu_btn {
		transform: translate(-50%,-45%);	
	}
	
	
	.top2_txt{
		background: url("../img/sp/top2_txt.jpg") no-repeat;
		background-size: 100% auto;
        padding-top:60%;
        height: 0;
	}
	.top2_pic{
		background: url("../img/sp/top2_pic.jpg") no-repeat;
		background-size: 100% auto;
        padding-top:115%;
        height: 0;
	}
	

.logo_set{
    width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.logo{
    position: relative;
  top: 870px;
    width: 55%;
    margin: 0 auto;
}



.top_news_sp .top_contents_wrap_sp {
    border-left: 0px solid #fff;
}
.top_news_sp {
    margin-bottom: 0%;
}
.top_news_sp .item_wrap {
    overflow: hidden;
    width: 90%;
    margin: 5% auto 0;
}
.top_news_sp .item_sp {
    float: left;
    width: 48%;
    margin: 0;
    color: #fff;
    height: 100%;
    min-height: 380px;
}
.top_news_sp .item_sp:nth-child(2n) {
    float: right;
}
.item_sp a {
    color: #fff;
    text-decoration: none !important;
}
.item_sp a:hover {
    color: #e40023 !important;
    text-decoration: none !important;
}

.top_news_sp .item_sp a > img {
    width: 100%;
    border-top: 0px solid #fff;
    border-right: 0px solid #fff;
    box-sizing: border-box;
    height: auto;
}
.top_news_sp .item_sp:nth-child(2n) a > img {
    border-left: 0px solid #fff;
}
.top_news_sp .item_sp .update {
    margin: 0;
    padding: 0;
    color: #e40023;
    font-size: 20px;
    letter-spacing: 3px;
    border-bottom: 1px solid #e40023;
}
.top_news_sp .item_sp .title {
    margin: 0;
    padding: 0% 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}
.top_news_sp .item_sp .newstitle {
    margin: 0;
    padding: 0% 0;
    color: #fff;
    font-size: 25px;
    letter-spacing: 3px;
}
.top_news_sp .more {
    margin: 0% auto 0;
    width: 60%;
}
.top_news_sp .more img{
    width: 100%;
}

.news_title{
	text-align: center;
  font-size: 30px;
	margin-top: 40px;
  letter-spacing: 10px;
}
.twitter_title{
  text-align: center;
  font-size: 50px;
  margin-top: 40px;
  letter-spacing: 10px;

font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-weight: bold;
}

#sectiontwitter_sp {
    width: 95%;
    height: auto;
    margin: 10% auto 5%;
}

.timeline_sp{
    width: 90%;
    margin: 4% auto;
}


.banner ul {
    list-style-type: none;
    padding-left: 0;
}

.banner li {
    width: 60%;
    height: auto;
    padding: 5px 10px 0;
    margin: 2% auto 10px;
}
.banner li img{
    width: 100%;
}

.copyright_sp{
    text-align: center;
    font-size: 11px;
    margin-top: 5%;

}


.loading_bungo{
	background: url(../img/top/logo.svg) no-repeat center;
    background-size: 100% auto;
    width: 50%;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}

#cast1_sp{
    width: 544px;
    height: auto;
    margin: 100px auto 30px;
    text-align: center;
}

#cast2_sp{
    width: 544px;
    height: auto;
    margin: 100px auto 30px;
    text-align: center;
}
#staff1_sp{
    width: 91%;
    height: auto;
    margin: 150px auto 100px;
    text-align: center;
}



.pagetop {
    display: block;
    position: fixed;
    bottom: 0%;
    right: 20px;
    width: 25px;
    height: auto;
    z-index: 1;
}
.pagetop a {
    cursor: pointer;
}

.pagetop img{
width: 100%;
}




}