@charset "utf-8";

.sp_on{
	display:none !important;
}
.pc_on{
	display:block;
}

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/contents_header_pc.jpg) repeat top center;
background-size: 100% auto;
}

#container{
	min-width: 1200px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.loading_bungo{
	background: url(../img/top/contents_logo.png) no-repeat center;
    background-size: 300px auto;
    width: 300px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}


#menu_wrap {
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 51;
  display: none;
  overflow: visible;
  left: 0;
  top: 0;
}

.menu_open {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  z-index: 50;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.menu_close {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  z-index: 50;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 1;
  opacity: 0;
}

.menu_open img, .menu_close img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu_open img:hover, .menu_close img:hover {

  opacity: 0.8;
}

.menu_inner {
  position: relative;
  z-index: 50;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 900px;
  opacity: 0.8;
  opacity: 0;
}

.menulogo {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  display: none;
}

#mainimg {
width: 100%;
height: 1485px;
z-index: 0;
}



#top_area{
	position: relative;
  background: #000;
	background: url(../img/top/top_img.png) no-repeat center top;
	background-size: 1920px auto;
	height: 1570px;
  z-index: 49;
}
#contents_area{
  position: relative;
  background-size: 100% auto;
  height: 800px;
  z-index: 49;
  background-position: 0 -1000px;
}
.logo_set{
    width: 460px;
    height: 690px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.logo{
    position: relative;
  top: 743px;
}
.contents_logo{
    position: relative;
  top: 143px;
}
.contents_tit{
    position: relative;
  top: 270px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}


.tit_cast{

    margin: 0px auto 50px;
    width: 80%;
    text-align: center;
}


.tit_cast2{
    margin: 50px auto 50px;
    width: 30%;
}


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

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


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


.contact a{
  color: #e40023;
  text-decoration: none;
}
.contact a:hover{
  color: #e40023;
  text-decoration: underline;
}

#cast1{
    width: 25%;
    height: auto;
    margin: 0px auto 30px;
    text-align: center;
}

#cast2{
    width: 25%;
    height: auto;
    margin: 50px auto 30px;
    text-align: center;
}
#staff1{
    width: 100%;
    height: auto;
    margin: 100px auto 100px;
    text-align: center;
}


.news_title{
	text-align: center;
  font-size: 20px;
	margin-top: 40px;
  letter-spacing: 10px;
}
.twitter_title{
  text-align: center;
  font-size: 40px;
  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;
}


@media screen and (min-width: 0px) and (max-width: 767px) {
	#top_area{
		position: relative;
		background: url(../img/top/sp_top.png) no-repeat center top;
		background-size: 100% auto;
		height: 1200px;
	}

	
}