﻿abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
.br:before{
    content: "\a";
    white-space: pre;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #000;
    background-color: #FFF;
}
img {
    vertical-align: bottom;
}
.opacityBtn {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.opacityBtn:hover {
    opacity: 0.5;
}
#stage {
    width: 100%;
}

/*------------
header
------------*/

#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff662;
    z-index: 3;
    height: 76px;
    font-size: 1.4rem;
}
#hd_logo_sp {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
}
#hd_logo_sp img {
    height: 48px;
}
#headerIn{
    background: #fff662;
    position: fixed;
    width: 100%;
    text-align: center;
    display: none;
    z-index:1;
}
#gnav{
    z-index:1;
    margin-top:76px;
}
#gnav a{
    text-decoration: none;
    color: #000;
    text-align: center;
    display: block;
    padding: 5px 20px;
    border-top: 1px solid #333;
}
#gnav li img{
    vertical-align: middle !important;
    height: auto;
}
#gnav li#sns{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 0;
}
#gnav li#sns a{
    display: table-cell;
      padding: 0;
}

/*------------
toggle
------------*/

#toggle {
    width: 30px;
    height: 45px;
    padding: 10px 20px;
    position: fixed;
    top: 3px;
    right: 0;
    z-index: 3;
    cursor: pointer;
}
.on #toggle {
    background-color: transparent;
}
#toggle i {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin: 0 0 6px 0;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -ms-transition: all .20s ease-out;
    transition: all .20s ease-out;
}
#toggle span {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    display: block;
    margin-top: 8px;
    text-align: center;
}
#toggle i.first {
    padding: 0;
}
#toggle i.third {
    margin-bottom: 0;
}
.no-touch #toggle:hover i.first {
    -webkit-transform: translate(-3px,0);
       -moz-transform: translate(-3px,0);
        -ms-transform: translate(-3px,0);
            transform: translate(-3px,0);
}
.no-touch #toggle:hover i.second {
    -webkit-transform: translate(3px,0);
       -moz-transform: translate(3px,0);
        -ms-transform: translate(3px,0);
            transform: translate(3px,0);
}
.no-touch #toggle:hover i.third {
    -webkit-transform: translate(-3px,0);
       -moz-transform: translate(-3px,0);
        -ms-transform: translate(-3px,0);
            transform: translate(-3px,0);
}
.on #toggle i.first {
    width: 30px;
    -webkit-transform: rotate(-135deg) translate(-5px,-6px);
       -moz-transform: rotate(-135deg) translate(-5px,-6px);
        -ms-transform: rotate(-135deg) translate(-5px,-6px);
            transform: rotate(-135deg) translate(-5px,-6px);
    -webkit-transition: all .40s ease-out;
    -moz-transition: all .40s ease-out;
    -ms-transition: all .40s ease-out;
    transition: all .40s ease-out;
}
.on #toggle i.second {
    width: 0;
    opacity: 0;
    -webkit-transition: all .40s ease-out;
    -moz-transition: all .40s ease-out;
    -ms-transition: all .40s ease-out;
    transition: all .40s ease-out;
}
.on #toggle i.third {
    width: 30px;
    -webkit-transform: rotate(135deg) translate(-5px,6px);
       -moz-transform: rotate(135deg) translate(-5px,6px);
        -ms-transform: rotate(135deg) translate(-5px,6px);
            transform: rotate(135deg) translate(-5px,6px);
    -webkit-transition: all .40s ease-out;
    -moz-transition: all .40s ease-out;
    -ms-transition: all .40s ease-out;
    transition: all .40s ease-out;
}
.GN .contents {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #333;
}

/*------------
hero
------------*/

.hero {
    position: relative;
    padding: 0;
    background: #000;
}
.hero .contents {
    position: relative;
    width: 100%;
    margin: 76px auto 0;
    overflow: hidden;
    background: url("../index/img/main_bg.jpg");
    padding-bottom: 0 !important;
}
.hero .site_ttl {
    text-align: center;
}
.hero .site_ttl img{
    width: 100%;
}
.sec_ttl img {
    width: 100%;
}

#intro .contents {
    position: relative;
    background: #fff url("../index/img/intro_bg.jpg") no-repeat center top;
    background-size: cover;
}
#intro .contents::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#intro .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
#intro .sec_ttl {
    text-align: center;
    padding-top: 0;
}
#intro .main {
    text-align: center;
    padding-top: 0;
}
#intro .main img{
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
}
#intro .main:after{
    content: " ";
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url(../index/img/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 80px;
}
#intro #news .sec_ttl {
    text-align: center;
    padding-top: 40px;
}
#intro #news .newsbox {
    padding-top: 16px;
    overflow: hidden;
}
#intro #news .newsSuper {
    width: 100%;
    padding: 1.6rem;
    box-sizing: border-box;
}
#intro #news .newsSuper_in {
    width: 100%;
    background: #fff 0 0;
    border: 3px solid #000;
}
#intro #news .newsSuper:first-child {
}
#intro #news .newsSuper:not(:first-child) {
}
#intro .newsTxt {
    padding: 20px;
}
#intro #news .date {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: normal;
    color: #ff004e;
}
#intro #news .news_ttl {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
    color: #182860;
}

.news_ttl a{
    color: #000;
}

#intro #news .lnk {
    padding: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: normal;
}
#intro #news .lnk a {
    color: #ff004e;
}
#intro #news .lnk a:hover {
    text-decoration: none;
}
#intro #news .more {
    margin: 30px 0;
    text-align: center;
}
#staff .contents {
    position: relative;
}
#staff img {
  width: 100%;
}
#staff .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
#staff .sec_ttl {
    text-align: center;
    padding-top: 15px;
}
#staff .first {
    margin: 20px 0 40px;
}
#staff p{
    padding: 0 1.6rem;
    box-sizing: border-box;
}
#tickettheater .contents {
    position: relative;
    background: url("../index/img/ticket_bg.jpg") no-repeat center top;
}
#tickettheater img {
  width: 100%;
}
#tickettheater .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
#tickettheater a:hover {
    opacity: 0.6;
}
#tickettheater .sec_ttl {
    text-align: center;
    padding-top: 0;
}
#tickettheater p{
    margin: 20px 0;
    padding: 0 1.6rem;
    box-sizing: border-box;
}
#footer .contents {
    background: #fff662;
    padding: 45px 0 0;
}
#footer .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#footer .copyrights {
    margin: 20px 0;
    padding: 1.6rem;
    font-size: 8px;
    color: #000;
}
#footer .ft_bnrArea {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
    text-align: center;
    box-sizing: border-box;
}
#footer .ft_bnrArea ul {
    overflow: hidden;
}
#footer .ft_bnrArea li {
    margin-bottom: 20px;
}
#footer .ft_bnrArea li:last-child {
    margin-right: 0;
}
#footer .ft_bnrArea li img{
    width: 100%;
}
#footer .sns {
    text-align: right;
    padding: 0 1.6rem;
}
#footer .sns ul {
    height: 20px !important;
    overflow: hidden;
}
#footer .sns li {
    display: inline-block;
}
#footer .sns li:first-child {
    margin-right: 15px;
}
#footer .fb_iframe_widget {
    top: -7px;
}
.hover a {
    -ms-transition: all 0.30s ease-out;
    -webkit-transition: all 0.30s ease-out;
    transition: all 0.30s ease-out;
}
.hover a:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
}


.siteTtlWrap{
	padding-top: 100px;
	margin-bottom: 0px;
	text-align:center;
}

.newsbox {
    padding-top: 16px;
    overflow: hidden;
}
.newsOnce {
    width: 100%;
    padding: 1.6rem;
    box-sizing: border-box;
}

.newsOnce_in {
    width: 100%;
    background: #fff 0 0;
    border: 3px solid #000;
}

.newsOnce .newsTxt {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
}

.newsOnce .newsTxt img {
    width: 100%;
}

.newsOnce .date {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: normal;
    color: #ff004e;
}
.newsOnce .news_ttl {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
    color: #182860;
}
.newsOnce .lnk {
    padding: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: normal;
}
.newsOnce .lnk a {
    color: #ff004e;
}
.newsOnce .lnk a:hover {
    text-decoration: none;
}
.newsOnce .more {
    margin-top: 30px;
    text-align: center;
}

.paging{
	padding:20px 0 40px;
	text-align: center;
}

.paging a{
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	margin-right: 5px;
	color: #000;
	border: 3px solid #000;
}

.paging a:last-child{
	display: inline-block;
	background: #000000;
	padding: 5px 10px;
	margin-right: 0;
	color: #FFFFFF;
}

.back{
	padding:20px 0 40px;
	text-align: center;
}

.back a{
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	margin-right: 5px;
	color: #000;
	border: 3px solid #000;
}
