@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Serif JP';
	background: #000;
    color: #fff;
}
strong {
    font-weight: 900;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.topimage {
    text-align: center;
}
.topimage img {
    width: 100%;
}
#gNav {
  background:#f0f1f3;
}
#gNav ul {
  margin:0 auto;
    list-style: none;
    padding-left: 0;
}
#gNav ul li {
  font-weight:bold;
  text-align:center;
}
#gNav ul li a {
  display:block;
  height:100%;
  padding:10px;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-bottom:2px solid #aaacb2;
  border-right:2px solid #aaacb2;
  background:#f0f1f3;
}
#gNav ul li a span{
  position:relative;
  display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  -ms-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:10px 5px;
  border-width:7px;
  border-style: solid;
  border-color:#aaacb2 #d7d9dd #d7d9dd #aaacb2;
  background:#f0f1f3;
  line-height:1.5;
  color:rgba(000,000,000,.8);
  text-decoration: none;
}
#gNav ul li a:hover{
  opacity:1;
  transform:none;
  margin-top:-8px;
}
/* - SP + TB -----------------------*/
@media screen and (max-width:1159px) {
  /*body.open {
    height:100vh;
    overflow:hidden;
  }*/
  #gNav{display:none}
  body.open #gNav{
    display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;
    -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
    -ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;
    -ms-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;
    position:fixed;
    top:0;right:0;bottom:0;left:0;
    width:100vw;
    height:100vh;
    z-index:8;
  }
  #gNav ul {
    width:85vw
  }
  #gNav ul li {
    font-size:150%;
  }
  #gNav ul li a span{
    padding:5px
  }
  #navToggle{
    position:fixed;
    top:16px;right:16px;
    background:#381b15;
    border-radius:4px;
    width:56px;
    height:56px;
    z-index:9;
  }
  #navToggle a,
  #navToggle a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #navToggle a {
    position: relative;
    width: 40px;
    height: 34px;
    margin:11px 8px
  }
  #navToggle a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  #navToggle a span:nth-of-type(1) {
    top:0;
  }
  #navToggle a span:nth-of-type(2) {
    top:15px;
  }
  #navToggle a span:nth-of-type(3) {
    bottom:0;
  }
  #navToggle a.active span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(2px, 5px, 0) rotate(45deg);
    transform: translate3d(2px, 5px, 0) rotate(45deg);
  }
  #navToggle a.active span:nth-of-type(2) {
    -webkit-transform: translate3d(0, -1px, 0) rotate(-45deg);
    transform: translate3d(0, -1px, 0) rotate(-45deg);
  }
  #navToggle a.active span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(19px, -7px, 0) rotate(45deg);
    transform: translate3d(19px, -7px, 0) rotate(45deg);
  }
}
/* - TB以上 -----------------------*/
@media screen and (min-width:768px) {
  #gNav ul li a span{
    padding:18px 5px
  }
}
/* - PC ------------------------*/
@media screen and (min-width:1160px) {
  #navToggle{
    display:none
  }
  #gNav ul {
    display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    width:1152px;
  }
  #gNav ul li {
    width:14.28%;
    font-size:150%;
  }
}
@media screen and (min-width:1160px){
    .topheader {
        position: relative;
        padding-bottom: 10.6rem;
    }
    .topheader #gNav{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .hiddenPC {
        display:none;
  }
}
@media screen and (max-width:1159.98px){
    .forPC {
        display:none;
  }
}
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}
.infoblock {
    background: #d5d5d5;
    padding: 4rem 0 2rem;
    color: #000;
}
.infoblock h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
}
.infoblock p {
    font-weight: 700;
}
.fontAllur {
    font-family: 'Allura', cursive;
}
.news h2 {
    font-size:3.8rem;
    font-weight:normal;
    text-align:center;
    line-height:1.2;
    position:relative;
    border-bottom:2px solid #fff;
    color:#fff;
}
.news h2:after{
    content:"";
    position:absolute;
    width:30px;
    height:20px;
    bottom:-22px;right:10px;
    background:url("images/ttl-b_white.svg") no-repeat;
}
.staffbox h2 {
    padding-bottom: 1.5rem;
}
.goodsbox h2 {
    padding-bottom: 1.2rem;
}
.newsbox {
    height: 24rem;
    overflow: auto;
    padding: 1rem;
}
.newsbox dl {
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding: 1rem;
    font-size: 1.5rem;
}
.newsbox dl dt {
    margin-bottom: 1rem;
}
.newsbox dl dd a {
    color: #fff;
}
.newsbox dl dd a:hover {
    color: #f60;
}
.newsbox dl dd hr {
    margin: 1rem;
    border-top: 1px dotted rgba(255,255,255,0.3);
}
.twitterbox {
	position: relative;
	height: 24rem;
    padding: 1rem;
}
a {
    color: #dc3545;
    word-break: break-all;
}
a:hover {
    color: #f60;
    text-decoration: none;
}
.logo {
	margin: 3rem auto;
    text-align: center;
}
.logo img {
    max-height: 20rem;
}
.btn {
    font-size: 1.6rem;
}
.mt-6 {
    margin-top: 6rem !important;
}
.mt-8 {
    margin-top: 8rem !important;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-8 {
    margin-bottom: 8rem !important;
}
p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.h01 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2;
}
.h02 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.h02::before {
    content: '●';
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3rem;
    color: #e9473f;
}
.h02::after {
    content: '●';
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.4rem;
    color: #0068b7;
}
.h03 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.h04 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
.h05 {
    font-size: 1.6rem;
    line-height: 1.5;
}
.h06 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 0.5rem 0.5rem;
    margin-bottom: 1.5rem;
}
.p01 {
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .h01 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .h02 {
        font-size: 2.2rem;
    }
    .h03 {
        font-size: 1.8rem;
    }
    .h04 {
        font-size: 1.6rem;
    }
    .h04 {
        font-size: 1.4rem;
    }
}
dl.staff {
	margin: auto;
	width: 63rem;
    font-size: 2.1rem;
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 15em;
}
dl.staff dd {
	margin-left: 15em;
    font-weight: 700;
}
.pstaff {
    font-size: 2.1rem;
    font-weight: 700;
}
dl.staff2 {
	margin: auto;
	width: 60rem;
    font-size: 2.1rem;
}
dl.staff2 dt {
	text-align: right;
	float: left;
	width: 3em;
}
dl.staff2 dd {
	margin-left: 3em;
    font-weight: 700;
    width: 56rem;
}
@media (max-width: 575px) {
    dl.staff {
	    width: 100%;
        font-size: 2.1rem;
    }
    dl.staff dt {
	    text-align: center;
	    float: none;
	    width: 100%;
    }
    dl.staff dd {
	    margin-left: 0;
        text-align: center;
    }
}
.castbox h3 {
    font-size: 2.1rem;
    font-weight: 700;
}
.castbox h2 {
    background: #fff;
    padding: 0.2rem 0.5rem;
    font-size: 2.4rem;
    color: #000;
    margin: 1rem 0;
}
.castbox h2 small {
    font-size: 1.6rem;
}
.list-cast {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.list-cast li {
    display: inline-block;
    margin: 1rem;
}
.list-cast li p {
    background: #9e9995;
    color: #fff;
    padding: 0.3rem;
    font-size: 1.4rem;
    border-radius: 0 0 0.3rem 0.3rem;
}
.cast-ohira {
    margin: 1rem 1rem 1rem 12rem !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .cast-ohira {
        margin: 8rem 12rem 1rem 12rem !important;
    }
}
@media (max-width: 767.98px) {
    dl.staff2 {
    	width: 100%;
        font-size: 2.1rem;
    }
    dl.staff2 dt {
	    text-align: center;
	    float: none;
	    width: 100%;
    }
    dl.staff2 dd {
	    margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .cast-ohira {
        margin: 8rem 1rem 1rem 1rem !important;
    }
}
.dl6 {
    margin: 0 2rem;
    font-size: 2.1rem;
}
.dl6 dt {
    float: left;
    width: 6em;
    font-weight: normal;
    text-align: right;
}
.dl6 dd {
    margin-left: 6em;
}
.dl7 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.dl7 dt {
    float: left;
    width: 7em;
    font-weight: normal;
    text-align: right;
}
.dl7 dd {
    margin-left: 7em;
}
dl.ticket {
	margin:2rem auto;
	width: 43rem;
    font-size: 2.1rem;
}
dl.ticket dt {
	text-align: right;
	float: left;
	width: 11em;
	font-weight: normal;
}
dl.ticket dd {
    text-align: right;
    width: 40.5rem;
}
@media (max-width: 575.98px) {
    dl.ticket {
	    width: 36rem;
        font-size: 1.7rem;
    }
    dl.ticket dd {
        text-align: right;
        width: 32.5rem;
    }
}
.textbox {
    max-width: 720px;
    margin: 3rem auto;
    text-align: left;
}
.list-indent {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.5rem;
}
.moviebox {
    margin-bottom: 2rem;
}
.moviebox h2 {
    background: #fff;
    padding: 0;
    height: 3.5rem;
    color: #000;
    border-radius: 1.5rem;
    line-height: 1.6;
    font-size: 2.1rem;
    font-weight: 400;
    margin: 1rem 0;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .moviebox h2 {
        padding: 0.4rem 0;
        line-height: 1.6;
        font-size: 1.6rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .moviebox h2 {
        padding: 0.6rem 0;
        line-height: 1.6;
        font-size: 1.4rem;
    }
}
@media (max-width: 575.98px) {
    .moviebox h2 {
        padding: 0.6rem 0;
        line-height: 1.6;
        font-size: 1.4rem;
    }
}
.faq_acc {
    margin: 2rem 0;
}
.faq_acc > dt {
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1rem 1rem;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3px;
    line-height:1.2;
    position:relative;
    border-bottom:2px solid #fff;
}
.faq_acc > dt::after {
    content:"";
    position:absolute;
    width:30px;
    height:20px;
    bottom:-22px;right:10px;
    background:url("images/ttl-b_white.svg") no-repeat;
}
.faq_acc > dt strong {
	font-size: 30px;
}
.faq_acc > dd {
	background-color: transparent;
	margin: 0px;
	padding: 0 1rem 1rem;
}
.faq_acc > dd strong {
	color: #fff;
	font-size: 30px;
}
.faq_acc > dd {
	color: #fff;
	font-size: 1.5rem;
}
.faq_acc > dd ul {
    list-style: none;
    padding-left: 0;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #f00;
}
.faq_acc > dd a:hover {
	color: #f60;
}
@media (max-width: 575.98px) {
	.faq_acc > dt {
		padding: 0.5rem 1rem 1.5rem;
	}
}
footer {
    margin-top: 20rem;
    text-align: center;
}
footer p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
    footer img {
        max-width: 50% !important;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 1.6rem;
	right: 1.6rem;
	opacity: 0;
}
#page-top.fade-in {
	color: #f60;
	font-size: 3rem;
	opacity: 0.6;
	transition: opacity 1s;
	cursor: pointer;
}
#page-top.fade-in:hover {
	color: #f90;
    opacity: 1;
}