@charset "utf-8";
html ,body{
    box-sizing: border-box;
    width: 100%;
	 font-family: 'Marvel', sans-serif;
} 
a {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
a:hover {
    transition: 0.5s;
    opacity: 0.6;
    color: rgba(107,0,1,1.00);
}

h1 {
    color: hsla(0,0%,20%,1.00);
    font-size: 30px;
    display: inherit;
}

*, *:before, *:after { box-sizing: inherit; }


/* ローディング画面*/

#loader {
    font-family: 'Marvel', sans-serif;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    font-size: 25px;
    color: #ADADAD;
    margin-top: 150px;
	}
#loader img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px;
  animation: loading_title 4s infinite;
  -webkit-animation: loading_title 4s infinite;
}

@-webkit-keyframes loading_title {
  0% { opacity: 1; }
  10% { opacity: 0.5; }
  30% { opacity: 1; }
  40% { opacity: 0.5; }
  80% { opacity: 1; }
  100% { opacity: 0.3; }
}
@keyframes loading_title {
  0% { opacity: 1; }
  10% { opacity: 0.5; }
  30% { opacity: 1; }
  40% { opacity: 0.5; }
  80% { opacity: 1; }
  100% { opacity: 0.3; }
}

#bar {
	width: 300px;
	height: 2px;
	border:1px solid #ADADAD;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
#bar span {
    display: block;
    width: 0px;
    height: 2px;
    background-color: #ADADAD;
	}


/* ----------------------------------------------- */


#contents {
	font-family: 'Noto Serif JP', serif;
    width: 100%;
    min-width: 1200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 0px;
}
#other_top {
    width: 555px;
    display: block;
    height: 220px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}



#navi   {
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: overline;
    display: block;
    list-style-type: none;
    margin-top: 30px;
    height: 220px;
    width: 555px;
}
#navi img {
    width: 120px;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
}

#navi li    {
    width: 40px;
    color: rgba(0,0,0,1.00);
    margin-left: 10px;
    font-size: 17px;
    text-align: right;
}
#navi li .navi_text {
    color: rgba(142,142,142,1.00);
}
#navi .comingsoon  {
    color: rgba(0,0,0,0.28);

}




#sns  {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
}
.sns_fream   {
    min-height: 100px;
    border-bottom-right-radius: 2000px 100px;
    border-bottom-left-radius: 2000px 100px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-color: rgba(107,0,1,1.00);
    overflow: hidden;
}
.s1 {
  display: flex;
  align-items: center;
 font-family: 'Marvel', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 23px;
    margin-top: 0px;
    padding-top: 12px;
}
.s1:before, .s1:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さを変えたいときはここを変える */
  background: #fff; /* 線の色を変えたいときはここを変える */
  margin:0 .4em; /* 文字と線の余白用 なくても良い */
}
.sns_icon  {
    width: 100px;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.sns_icon img  {
    width: 37px;
    padding-left: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

#cut_theater {
    width: 100%;
    height: 180px;
    background-image: url(../img/cut_04.png);
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}


#making_top {
    width: 1200px;
    height: auto;
    background-image: url(../img/making_top.png);
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#making_video {
    width: 900px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#making_obj {
    width: 500px;
    height: 350px;
    background-color: rgba(107,0,1,1.00);
    border-radius: 30px;
    position: absolute;
    margin-top: 100px;
    margin-left: 40px;
}
#making_title {
    position: absolute;
    right: 0px;
    top: 70px;
}
#making_video .video_thumb {
    margin-top: 140px;
    width: 500px;
    height: 350px;
    position: absolute;
    border-radius: 30px;
    background-color: rgba(0,0,0,1.00);
    opacity: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
#making_video .video_thumb img {
    position: relative;
    bottom: 240px;
    left: 197px;
}

#making_video .video_thumb video {
    opacity: 0.4;
    position: relative;
    left: -70px;
}

.making_video_btn   {
    position: absolute;
    bottom: 55px;
    width: 540px;
    height: 50px;
}
.making_video_btn p {
    text-shadow: 0px 0px 0px;
    color: rgba(96,12,12,1.00);
    text-align: center;
    font-size: 23px;
    letter-spacing: 3px;
}

.making_video_btn a {
    width: 250px;
    display: inline-block;
    height: 50px;
    text-align: center;
    background-color: rgba(107,0,1,1.00);
    border-radius: 20px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 47px;
    color: rgba(255,255,255,1.00);
}
#making_content {
    width: 100%;
    height: 380px;
    background-color: rgba(107,0,1,1.00);
}
#making_contentsbox {
    width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    position: relative;
}
.making_content_title {
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 40px;
}
#making_list {
    width: 650px;
    height: 350px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    display: block;
    list-style-type: none;
    text-decoration: none;
    margin-left: 0px;
}
#making_list li {
    color: rgba(255,255,255,1.00);
    font-size: 20px;
    width: 60px;
    height: auto;
    position: relative;
    margin-left: 30px;
    display: flex;
}
#making_list li span {
    font-size: 20px;
    width: 60px;
    height: 50px;
    line-height: 60px;
    color: rgba(107,0,1,1.00);
    background-color: rgba(255,255,255,1.00);
    display: inline-block;
    position: absolute;
    padding-top: 20px;
}
#making_list li a {
    height: 350px;
    font-size: 17px;
    color: rgba(255,255,255,1.00);
    padding-top: 60px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: left;
    width: auto;
    padding-right: 17px;
}
#making_01_bg {
    background-image: url(../img/making_01_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 50px;
}
#making_01 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_01.png);
    margin-left: 150px;
    margin-right: auto;
}

#making_01 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}



#making_02_bg {
    background-image: url(../img/making_02_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 100px;
}
#making_02 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_02.png);
    margin-left: auto;
    margin-right: 150px;
}

#making_02 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}


#making_03_bg {
    background-image: url(../img/making_03_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 50px;
}
#making_03 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_03.png);
    margin-left: 150px;
    margin-right: auto;
}

#making_03 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}





#making_04_bg {
    background-image: url(../img/making_04_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 100px;
}
#making_04 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_04.png);
    margin-left: auto;
    margin-right: 150px;
}

#making_04 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}


#making_05_bg {
    background-image: url(../img/making_05_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 50px;
}
#making_05 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_05.png);
    margin-left: 150px;
    margin-right: auto;
}

#making_05 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}




#making_06_bg {
    background-image: url(../img/making_06_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 100px;
}
#making_06 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_06.png);
    margin-left: auto;
    margin-right: 150px;
}

#making_06 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}


#making_07_bg {
    background-image: url(../img/making_07_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 300px;
}
#making_07 {
    width: 1000px;
    height: 700px;
    padding-top: 40px;
    background-image: url(../img/making_07.png);
    margin-left: 150px;
    margin-right: auto;
}

#making_07 p {
    display: block;
    height: 310px;
    width: 800px;
    padding-top: 60px;
    padding-bottom: 30px;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation : mixed;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
}
#special_main {
    width: 100%;
    height: auto;
    background-color: rgba(96,12,12,1.00);
}
#special_main ul  {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
    list-style-image: none;
    list-style-type: none;
    padding-top: 50px;
}

#special_top {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

#special_main ul .question01  {
    width: 1000px;
    background-image: url(../img/special_q01.jpg);
    height: 500px;
    list-style-type: none;
    list-style-image: none;
    display: block;
    position: relative;
    background-position: center 0%;
    margin-bottom: 60px;
}
ul .question01 span {
    display: block;
    width: 300px;
    height: auto;
    position: absolute;
    top: 210px;
    left: 135px;
}

#special_main ul .question02  {
    width: 1000px;
    background-image: url(../img/special_q02.jpg);
    height: 508px;
    list-style-type: none;
    list-style-image: none;
    display: block;
    background-size: cover;
    position: relative;
    margin-top: 50px;
    background-position: center 0%;
    margin-bottom: 60px;
}
ul .question02 span {
    width: 300px;
    display: block;
    position: absolute;
    top: 238px;
    right: 92px;
}

#special_main ul .question03  {
    width: 1000px;
    background-image: url(../img/special_q03.jpg);
    height: 500px;
    list-style-type: none;
    list-style-image: none;
    display: block;
    background-size: cover;
    position: relative;
    margin-top: 90px;
    margin-bottom: 70px;
}
ul .question03 span {
    width: 300px;
    display: block;
    position: absolute;
    top: 253px;
    left: 135px;
}
#special_main #cast_info  {
    width: 700px;
    height: 85px;
    background-image: url(../img/special_cast_intro.png);
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,1.00);
    font-size: 11px;
    padding-left: 155px;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 100px;
    margin-top: 160px;
}









/*//////////////////////////////////////////////
///////////////////////////////////////////////*/




.title {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 220px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#theater_info {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#theater_info p {
    text-align: center;
    line-height: 60px;
}

#theater_info ul li {
    list-style-type: none;
    width: 400px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border: 3px outset rgba(177,19,22,1.00);
    border-radius: 30px;
    font-size: 16px;
    line-height: 33px;
}
#theater_info ul li a {
    color: rgba(126,4,6,1.00);
    font-size: 17px;
}
#theater_info ul li .label {
    background-color: rgba(253,78,0,1.00);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 13px;
    color: rgba(255,255,255,1.00);
    letter-spacing: 2px;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
}
#theater_info ul li .end {
    color: rgba(179,0,2,1.00);
    text-decoration: underline;
}
#contact {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 40px;
    border-top: 2px dotted rgba(126,4,6,1.00);
    border-bottom: 2px dotted rgba(126,4,6,1.00);
    padding-bottom: 40px;
}
#contact a {
    width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background-color: rgba(126,4,6,1.00);
    border-radius: 20px;
    color: rgba(255,255,255,1.00);
    line-height: 35pt;
    letter-spacing: 7px;
    margin-top: 30px;
}
















#top_btn {
    width: 50px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 50px;
    transition-duration: 0.5s;
    background-image: url(../img/top_btn.png);
    opacity: 1;
}
#top_btn:hover {
    width: 140px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 50px;
    opacity: 1;
}



#footer {
    width: 100%;
    height: auto;
    background-color: rgba(94,94,94,1.00);
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
}
.footer_top {
    min-height: 100px;
    border-bottom-right-radius: 2000px 100px;
    border-bottom-left-radius: 2000px 100px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background-color: rgba(255,255,255,1.00);
}
.footer_link {
    width: 795px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_link img {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
}
.footer_cregit   {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 60px;
}


.footer_logo   {
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    margin-bottom: 30px;
    width: 120px;
    display: block;
}

.sns_icon  {
    width: 150px;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.sns_icon img  {
    width: 37px;
    padding-left: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

#footer span  {
    color: rgba(255,255,255,1.00);
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: 5px;
}