@charset "utf-8";

html {
font-size: 62.5%;
margin:0;
padding:0;
height:100%;
}
body {
height:100%;
margin:0;
font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1.6;
color:#eee;
letter-spacing: .025em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #000 url("../images/back.jpg") left top repeat-x;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
 box-sizing: border-box;
}
ul li, ol li {
	list-style: none;
}
sup {
font-size: 1.1em;
font-size: 1.1rem;
line-height: 1.0;
vertical-align: text-top;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
a {
color:#eee;
text-decoration:none;
transition: 0.5s;
}
a:hover {
color:#fff;
text-decoration:underline;
}

#bodyarea {
width:100%;
padding: 0 6%;
}
#headerarea {
width:100%;
display: flex;
justify-content: space-between;
}
#headerarea > div:first-child {
width: 55%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#headerarea > div:last-child {
width: 45%;
}
.main-title {
margin: 6rem auto 6rem auto;
text-align: center;
width: 70%;
}
.logo {
margin-bottom: 6rem;
}
.cast {
margin-bottom: 3rem;
}
.outline {
margin-bottom: 3rem;
}

#photo-area {
display: flex;
justify-content: space-between;
margin-bottom: 2rem;
margin-bottom: 3rem;
}
#photo-area div {
padding: 0 0.8rem;
}
#photo-area div:first-child {
padding: 0 0.8rem 0 0;
}
#photo-area div:last-child {
padding: 0 0 0 0.8rem;
}

#contents-area {
padding: 5rem 8%;
background: #21110a;
}
.contents-title {
  margin-bottom: 3rem;
}
.overview {
font-size: 2.2em;
font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 3rem;
}
#contents-area h4 {
font-size:3.2em;
font-size: 3.2rem;
font-weight: 600;
font-style: normal;
text-align: center;
margin-bottom: 6rem;
}


dl.gaiyo  {
margin-top:3rem;
}
dl.gaiyo dt {
font-size:2.4em;
font-size: 2.4rem;
color: #f5d46c;
margin-bottom: 1.5rem;
padding: 0.75rem 2rem;
background: rgb(0,0,0);
background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
dl.gaiyo dd {
font-size:2em;
font-size: 2rem;
margin-bottom: 4rem;
}
dl.gaiyo dd strong {
font-size:2.6em;
font-size: 2.6rem;
}
dl.gaiyo dd small {
font-size:1.6em;
font-size: 1.6rem;
}
dl.gaiyo dd dl {
display: flex;
flex-wrap: wrap;
margin-top: 1.5rem !important;
}
dl.gaiyo dd dl dt {
font-size:2em !important;
font-size: 2rem !important;
width: 20%;
color: #eee !important;
background: none !important;
padding: 0 !important;
}
dl.gaiyo dd dl dd {
font-size:2em !important;
font-size: 2rem !important;
width: 80%;
margin-bottom: 0.5rem !important;
}
dl.held{
display: flex;
flex-wrap: wrap;
margin-top:8rem;
border-top:rgba(255,255,255,0.2) 1px dotted;
padding-top: 4rem;
}
dl.held dt {
width: 25%;
font-size:2em;
font-size: 2rem;
color: #ddd;
margin-bottom: 1rem;
}
dl.held dd {
width: 75%;
font-size:2em;
font-size: 2rem;
margin-bottom: 2rem;
}


#footerarea {
padding: 5rem 0;
text-align: center;
}
#footerarea p {
font-size: 1.1em;
font-size: 1.1rem;
color: #ffffcc;
}

br.brclr {
    display: none;
}
.btn a {
display: block;
padding: 4rem 0;
margin-top: 4rem;
background: #f5d46c;
color: #000;
border-radius: 6rem;
font-size: 3em;
font-size: 3rem;
font-weight: 800;
text-align: center;
line-height: 1;
text-decoration: none;
}
.btn a:hover {
background: #fff;
color: #000;
}
.date {
text-align: center;
font-size: 3.6em;
font-size: 3.6rem;
margin-bottom: 4rem;
}
.present {
display: block;
margin: 0 auto 3rem auto;
text-align: center;
width: 100%;
}
.event-review-title {
margin-top: 10rem;
text-align: center;
font-size: 3.6em;
font-size: 3.6rem;
margin-bottom: 4rem;
background: #000;
color: #f5d46c;
}
.event-photo-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0;
}
.event-photo-list li {
width: 32%;
margin-right: 2%;
margin-bottom: 2rem;
}
.event-photo-list li:nth-child(3n) {
margin-right: 0;
}
.event-review-box p {
margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {

#headerarea > div:first-child {
	justify-content: flex-start;
}

.main-title {
    margin: 5rem auto 3rem auto;
    width: 80%;
}
.logo {
    margin-bottom: 3rem;
}
.cast {
    margin-bottom: 1.5rem;
}
.outline {
    margin-bottom: 1rem;
}
#contents-area {
    padding: 3rem 5%;
}
dl.gaiyo dt {
    font-size: 2.2em;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 2rem;
}
dl.gaiyo dd {
    font-size: 1.8em;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
dl.gaiyo dd strong {
    font-size: 2.2em;
    font-size: 2.2rem;
}
dl.gaiyo dd dl dt {
    font-size: 1.8em !important;
    font-size: 1.8rem !important;
    width: 20%;
}
dl.gaiyo dd dl dd {
    font-size: 1.8em !important;
    font-size: 1.8rem !important;
    margin-bottom: 0.5rem !important;
}
dl.held {
    margin-top: 3rem;
    padding-top: 2rem;
}
dl.held dt {
    font-size: 1.6em;
    font-size: 1.6rem;
}
dl.held dd {
    width: 75%;
    font-size: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
}


.btn a {
margin-top: 2rem;
}
.date {
font-size: 3.0em;
font-size: 3.0rem;
margin-bottom: 3rem;
}

}


@media screen and (max-width: 768px) {
.main-title {
    margin: 2rem auto 4rem auto;
    width: 80%;
}
.cast {
    margin-bottom: 0.5rem;
}
#headerarea {
    display: block;
}
#headerarea > div:first-child {
    width: 100%;
    justify-content: flex-start;
}
#headerarea > div:last-child {
    width: 100%;
}
#photo-area {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
#photo-area div {
    padding: 0;
	margin: 0 2% 1rem 0;
	width: 32%;
}
#photo-area div:nth-child(3n) {
    padding: 0;
	margin: 0 0 1rem 0;
}
#photo-area div:first-child {
    padding: 0;
}
#photo-area div:last-child {
    padding: 0;
}
.contents-title {
    margin-bottom: 2rem;
}
.overview {
    font-size: 1.75em;
    font-size: 1.75rem;
	line-height: 1.4;
    margin-bottom: 2rem;
}
dl.gaiyo {
    margin-top: 2rem;
}
dl.gaiyo dt {
    font-size: 1.4em;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}
dl.gaiyo dd {
    font-size: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
dl.gaiyo dd strong {
    font-size: 1.75em;
    font-size: 1.75rem;
}
dl.gaiyo dd dl {
    margin-top: 1rem !important;
}
dl.gaiyo dd dl dt {
    width: 25%;
    font-size: 1.6em !important;
    font-size: 1.6rem !important;
}
dl.gaiyo dd dl dd {
    width: 75%;
    font-size: 1.6em !important;
    font-size: 1.6rem !important;
    margin-bottom: 0.5rem !important;
}
dl.gaiyo dd small {
    font-size: 1.3em;
    font-size: 1.3rem;
}
dl.held dt {
    font-size: 1.4em;
    font-size: 1.4rem;
    margin-bottom: 0.5rem !important;
}
dl.held dd {
    font-size: 1.4em;
    font-size: 1.4rem;
    margin-bottom: 0.5rem !important;
}
#footerarea {
    padding: 2rem 0;
}
#footerarea p {
    font-size: 1.0em;
    font-size: 1.0rem;
}

.btn a {
margin-top: 1rem;
font-size: 2.0em;
font-size: 2.0rem;
padding: 2rem 0;
}
.date {
font-size: 2.0em;
font-size: 2.0rem;
margin-bottom: 2rem;
}

.present {
margin: 0 auto 2rem auto;
width: 100%;
}

.event-review-title {
margin-top: 8rem;
font-size: 2.2em;
font-size: 2.2rem;
margin-bottom: 2rem;
padding: 0.5rem 0;
}
.event-photo-list li {
width: 32%;
margin-right: 2%;
margin-bottom: 1rem;
}
.event-photo-list li:nth-child(3n) {
margin-right: 0;
}
.event-review-box p {
margin-bottom: 1.5rem;
}


}
@media screen and (max-width: 480px) {
.main-title {
width: 94%;
margin: 2rem auto 2rem auto;
}
dl.gaiyo dd dl {
    display: block;
}
dl.gaiyo dd dl dt {
    width: 100%;
	margin-bottom: 0;
}
dl.gaiyo dd dl dd {
    width: 100%;
	margin-bottom: 0;
}
dl.held {
	display: flex;
}
dl.held dt {
    width: 100%;
    margin-bottom: 0.1rem !important;
}
dl.held dd {
    width: 100%;
    margin-bottom: 0.75rem !important;
}
br.brclr {
    display: block;
}
.btn a {
margin-top: 0.5rem;
font-size: 1.65em;
font-size: 1.65rem;
padding: 2rem 0;
}
.date {
font-size: 1.65em;
font-size: 1.65rem;
margin-bottom: 1rem;
}
.overview {
    font-size: 1.5em;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2rem;
	text-align: left;
}
.present {
margin: 0 auto 2rem auto;
width: 100%;
}

.event-review-title {
margin-top: 2rem;
font-size: 1.8em;
font-size: 1.8rem;
margin-bottom: 1rem;
padding: 0.3rem 0;
}
.event-photo-list li {
width: 49%;
margin-right: 2%;
margin-bottom: 0.5rem;
}
.event-photo-list li:nth-child(3n) {
margin-right: 2%;
}
.event-photo-list li:nth-child(2n) {
margin-right: 0;
}
.event-review-box p {
margin-bottom: 0.5rem;
    font-size: 1.4em;
    font-size: 1.4rem;
    line-height: 1.5;
}





}