@charset "UTF-8";
@import url("reset.css");

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

font-family: 'Mochiy Pop One', sans-serif;
*/

body {
font-family: 'Noto Sans JP', sans-serif;
background-repeat: repeat;
background-size: contain;
/*background-size: 100% auto;*/
background-color:hsla(27,100%,50%,1);
background-image:
radial-gradient(at 5% 54%, hsla(40,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 53% 39%, hsla(38,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 40% 20%, hsla(17,100%,67%,1) 0px, transparent 50%),
radial-gradient(at 77% 55%, hsla(9,58%,33%,0.51) 0px, transparent 50%),
radial-gradient(at 73% 29%, hsla(30,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 97% 69%, hsla(40,100%,76%,1) 0px, transparent 50%);
}

/* inner */
.inner { margin:0 auto; }
.inner.width-1100 { width:1100px; }


@media screen and (max-width:1100px) {
.inner { margin:0; }
.inner.width-1100 { width:100%; }	
}


.wrapper {
  overflow:  hidden;

}

html {
  scroll-behavior: smooth;
}



.link-positon {
position: relative;
top:-60px;
display: block;
}

@media screen and (max-width:768px) {
  .link-positon {
position: relative;
top:-20px;
display: block;
}
}

main {
min-height: calc( 100vh - 80px);
}

@media screen and (max-width:768px) {
  main {
min-height: calc( 100vh - 55px);
}
}

.linkposition {
position: relative;
    top: -100px;
    display: block;
}
@media screen and (max-width:768px) {
.linkposition {
position: relative;
    top: -60px;
    display: block;
}
}

/*=======================================================
 header
 =======================================================*/





header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;

}



header .logo {
  padding: 0 0 0 20px;

}
header .logo img {
height: 60px;
 
}



nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;

}
nav li {
  margin: 0 0 0 25px;
  list-style-type: none;
}

nav li:last-child {
  margin: 0 25px;

}

nav li:last-child img {
	height: 30px;
}





header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #000;
  color: #fff;
}
nav .navbox {
  text-align: center;
}

nav ul .menu_en {
font-size: 16px;
font-weight: 300;
letter-spacing: 0.05em;
color: #ed9047;
font-family: 'Noto Sans JP', sans-serif;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}
nav ul a {
  color: #fff;
}
nav ul a:hover {
opacity: 0.8;
color: #fff;
}
header h1 {
  margin: 0 auto 50px;
  text-align:center;
}


@media screen and (max-width:1240px) {
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



header .logo {

  padding: 0 0 0 10px;
  font-size: 36px;
    font-weight: 400;
}


nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
  margin: 0 0 0 20px;
  list-style-type: none;
}



nav ul .menu_en {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.05em;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}}


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

header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
}


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

header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#gloval-nav ul li:nth-child(8) {
margin: 0;
}

header .phonebox {
    display: none;
}

header .logo {

    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 400;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

header .logo img {
height: 45px;
 
}


header .logo {

  padding: 10px 0 0 10px;

}
nav li {
  margin: 0;
  list-style-type: none;
}

nav ul a .contact {
    background: transparent;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: auto;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
nav ul a .contact img {

  height:  30px;
  vertical-align:  middle;
}


#nav-toggle {
  /*position: fixed;
  top: 15px;
  right: 15px;*/
  padding-right: 10px;
  height: 32px;
  cursor: pointer;

}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 90%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 24px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 18px;
}
#gloval-nav a:hover {
  color: #fff;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;

}
nav ul li {
width: 100%;

}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}
nav li:last-child {
    margin: 0;
}
nav ul .menu_en {
font-size: 20px;
}
nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .10s;
          transition-delay: .10s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

}


/*=======================================================
mainvisual
 =======================================================*/

.mainvisual img {
    width: 100%;

    height: auto;

}



.mainvisual .bg_line {
    background-image: url(../img/background.png);     /* 背景画像指定 */
    background-repeat: repeat-x;                /* 背景の繰り返し設定 */
    height: 49px;
}

.mainvisual {
    margin: 80px auto 50px;
    text-align: center;
    width: 100%;

}
.mainvisual img {
    width: 100%;

    height: auto;
}
.mainvisual .bg_line {
    background-image: url(../img/background_sp.png);     /* 背景画像指定 */
    background-repeat: repeat-x;                /* 背景の繰り返し設定 */
    height: 30px;
}

@media screen and (max-width:768px) {
.mainvisual {
    margin: 55px auto 20px;
    text-align: center;
    width: 100%;
    max-width: 1000px;
	padding: 0;
}}

/*=======================================================
section
 =======================================================*/

section {
  margin: 150px auto 0;
  width: 100%;
  max-width:1000px;
  padding: 0;
}




section h2 {
 color: #000;
  font-size:46px;
  margin: 0 auto 50px;
font-family: 'Mochiy Pop One', sans-serif;
letter-spacing: -0.06em;
  text-align: center;
  font-weight: 400;
text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px,#fff 2px -2px 0px, #fff -2px -2px 0px;

}

section h3 {
  font-size: 36px;
 text-align: center;
margin-bottom: 30px;
font-family: 'Mochiy Pop One', sans-serif;
letter-spacing: -0.06em;
}

section .text {
  font-size: 22px;
  line-height: 42px;
  display: table;
  margin: 0 auto 30px;
  text-align:center;

}

section .toptitle {
  font-size: 24px;
  line-height: 42px;
  display: table;
  margin: 0 auto 30px;
  text-align:center;
	font-weight: bold;

}

section .topdetail {
  font-size: 24px;
  font-weight:400;
  text-align:center;
  margin-bottom: 30px;
}

section.stage ul.stafflist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
section.stage ul.stafflist li {
	margin-bottom: 20px;
}

section.stage ul.stafflist li.left {
width: 41%;
	text-align: right;
}
section.stage ul.stafflist li.center {
width: 4%;
text-align: center;
    margin: 0 0 20px 0;
}
section.stage ul.stafflist li.center img {
	vertical-align: middle;
	width: 12px;
}
section.stage ul.stafflist li.right {
width: 55%;
}

section .topbnr {
	text-align: center;
}

section .topbnr img {
	width: 400px;
}

section .topbnr2 {
	text-align: center;
}

section .topbnr2 img {
	width: 300px;
}

section .title {
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0;
    color: #ea5520;
}
section .title2 {
  font-size: 24px;
  font-weight:600;
  text-align:center;
	margin-bottom:30px;
}

section .detail {
  font-size: 30px;
  font-weight:400;
  text-align:center;
  margin-bottom: 30px;
}


section .price {
  font-size: 26px;
  font-weight:400;
  text-align:center;
  margin-bottom: 50px;
  line-height:30px;
  margin-top:20px;
}

section .price2 {
  font-size: 20px;
  font-weight:400;
  text-align:center;
  margin-bottom: 30px;
  line-height:30px;
  margin-top:0;
	text-align:left;
}

section .price2 .enph {
	font-weight:bold;
}
section .price3 .enph {
	font-weight:bold;
}
section .price4 .enph {
	font-weight:bold;
}

section .price2 a {
	color: #ed5b16;
}


section .sales_start {
	display: table;
	margin: 0 auto;
}

section .price3 {
  font-size: 20px;
  font-weight:400;
  text-align:center;
  margin-bottom: 0;
  line-height:30px;
  margin-top:0;
	text-align:left;
}
section .price4 {
  font-size: 20px;
  font-weight:400;
  text-align:center;
  margin-bottom: 0;
  line-height:30px;
  margin-top:30px;
	text-align:left;
}


section .price3 .small {
	font-size: 12px;
}


section .newstitle {
	font-weight: bold;
	margin-bottom:0!important;
	font-size: 16px;
}

section .newstitle2 {
	font-weight: bold;
	margin-bottom:20!important;
	font-size: 16px;
}

section .newstxt{
	margin-bottom:30px;
	font-size: 16px;
}
section .newstxt span {
font-weight: bold;
}

section .newstxt a, section .newstxt2 a {
color: #ea5520;
}

section .newstxt2 {
	margin-bottom:0!important;
	font-size: 16px;
}

section .newstxt3 {
	margin-top:30px!important;
	font-size: 16px;
		margin-bottom:30px;
}



.news .enphasize {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.news ul.caution {
  margin: 0 auto 30px;
  padding: 0;
width: 100%;
}
.news ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}

.news ul.caution2 {
  margin: 0 auto;
  padding: 0;
width: 100%;
}
.news ul.caution2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}



.news ul.textlist {
  margin: 0 auto 30px;
  padding: 0;
width: 100%;
}
.news ul.textlist li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:16px;
}



/* streaming */

section.livestreaming  {
    margin: 0 auto!important;
    width: 100%;
    max-width: 1000px;
    padding: 150px 0 0!important;
}

section.livestreaming .box {
  display:table;
  margin: 0 auto;
  background: #fff;
  border: 8px double #000;
  padding: 20px;
}


	
	section.livestreaming ul.cautions li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:16px;
	width: 100%;
}
	section.livestreaming ul.cautions li:nth-child(odd) {
	width: 100%;
}
	section.livestreaming ul.cautions li:nth-child(even) {
	width: 100%;
}

section .livetitle {
font-size: 30px;
    font-weight: 600;
  text-align:center;
  margin-bottom: 30px;
  line-height:30px;

}

section .live_en {
  font-size: 22px;
  font-weight:700;
  text-align:left;
  margin-bottom: 0;
  line-height:30px;

}
section .live_text {
  font-size: 20px;
  font-weight:400;
  text-align:left;
  margin-bottom: 30px;
  line-height:30px;

}

section .live_text2 {
  font-size: 20px;
  font-weight:400;
  text-align:left;
  margin-bottom: 0!important;
  line-height:30px;

}

section .live_text a, section .live_text2 a {
color:#ed5b16;
 word-break: break-all;
}


ul.livelist {
  margin: 0 auto 20px;
  padding: 0;
  color: #fff!important;
}
ul.livelist li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}

section.staff {
	 margin: 0 auto!important;
    width: 100%;
    max-width: 1000px;
    padding: 100px 0 0!important;
}


/* section.livestreaming .box {
    display: table;
    margin: 0 auto;
    background: #fff;
    border: 8px double #000;
    padding: 15px;
}*/

/* streaming */

section .small {
  font-size: 14px;


}
section .small2 {
  font-size: 14px; 
	margin-bottom: 10px;
}

.ticket .boxcenter {
	display: table;
	text-align :center;
	margin: 0 auto;
}

.ticket .boxcenter .subtitle {
		font-size: 16px;
	font-weight:bold;
}


.ticket .boxcenter .phone{
	font-size: 16px;
}

.ticket ul.pricelist {
display: flex;
	width: 100%;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 0;
}
.ticket ul.pricelist#mb {
	margin-bottom: 30px;
}

.ticket ul.pricelist li:nth-child(odd) {
width: 160px;
}
.ticket ul.pricelist li:nth-child(even) {
width: calc( 100% - 160px );
}


.ticket ul.pricelist .small {
	font-size: 12px;
}

.ticket ul.pricelist .large {
	font-size: 24px;
}

.ticket .enph {
	font-weight: bold;
}

.ticket ul.caution {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.ticket ul.caution li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:14px;
	width: 100%;
	margin-bottom: 5px;
	line-height: 20px;
}
.ticket ul.caution li:nth-child(odd) {
	width: 100%;
}
.ticket ul.caution li:nth-child(even) {
	width: 100%;
}


.ticket ul.caution2 {
  margin: 0 auto 10px;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.ticket ul.caution2 li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:14px;
	width: 100%;
}
.ticket ul.caution2 li:nth-child(odd) {
	width: 100%;
}
.ticket ul.caution2 li:nth-child(even) {
	width: 100%;
}

.ticket ul.cautions {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.ticket ul.cautions li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:16px;
	width: 100%;
}
.ticket ul.cautions li:nth-child(odd) {
	width: 100%;
}
.ticket ul.cautions li:nth-child(even) {
	width: 100%;
}

.ticket ul.cautions2 {
  margin: 0 auto 30px;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.ticket ul.cautions2 li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:16px;
	width: 100%;
}
.ticket ul.cautions2 li:nth-child(odd) {
	width: 100%;
}
.ticket ul.cautions2 li:nth-child(even) {
	width: 100%;
}

.ticket .txt {
	margin: 0 auto 30px;
	font-size: 16px;
	
}
.ticket .txt2 {
	margin: 0 auto;
	font-size: 16px;
	
}
.ticket .txt3 {
	margin: 30px auto;
	font-size: 16px;
	
}

.ticket .txt4 {
	margin: 30px auto 0;
	font-size: 16px;
	
}

.ticket .txt3 .en, .ticket .txt2 .en, .ticket .txt4 .en {
font-weight:bold;
	
}

.ticket .txt a, .ticket .txt2 a, .ticket .txt3 a, .ticket .txt4 a  {
	color: #ee5b16;
}
.ticket ul.cautions a {
		color: #ee5b16;
}


section .cast {
  font-size: 24px;
  font-weight:400;
  text-align:center;
  margin-bottom: 30px;
  line-height:40px;
}


section.topstage {
 position: relative;
padding: 0 0 80px!important;
 text-align:center;
height: 9vh;
}

section.topstage .sticker {
 position: absolute;
 top: -30px;
left: 5%;
}


section.topstage .topdate {
  margin: 0 auto;
   position: absolute;
   top: 0%;
   left: 50%;
   transform: translateX(-50%);
}



section.topstage .dateimg {
  display:block;
  margin-bottom:20px;
  padding: 0 15px;
}

section.topstage .dateimg img {
  width: 100%;
  max-width: 400px;
}

section.topstage .detail .map {
display:inline-block;
padding: 0 10px 5px;
font-size:18px;
background:#000;
color: #fff;
margin-left: 5px;
vertical-align:middle;
}
section.topstage .detail img {
  vertical-align:middle;
  width: 100%;
  max-width: 400px;
}
section.topstage .detail .map a {
  color: #fff;
}



section.theater {
  margin: 0 auto;
  text-align:center;
}

section.theater img {
  width: 100%;
  max-width:600px;
  text-align:center;
  margin: 0 auto;
}



section.schedule {
  margin: 150px auto 0;
  text-align:center;
}

section.schedule img {
  margin: 0 auto;
  text-align:center;
  max-width: 800px;
	margin-bottom: 20px;
}

section.schedule .dateimg {
  display:block;
  margin-bottom:20px;
}

section.schedule .dateimg img {
  width: 100%;
  max-width: 400px;
}

section.schedule .detail .map {
display:inline-block;
padding: 0 10px 5px;
font-size:18px;
background:#000;
color: #fff;
margin-left: 5px;
vertical-align:middle;
}
section.schedule .detail img {
  vertical-align: -webkit-baseline-middle;
  width: 100%;
  max-width: 300px;
}
section.schedule .detail .map a {
  color: #fff;
}


section.schedule ul.caution {
  margin: 0 auto 30px;
  padding: 0;
width: 100%;
margin: 0 auto 30px;
    padding: 20px;
    width: 100%;
    max-width: 620px;
	border-radius: 30px;
	background: #fff;
}

section.schedule ul.caution .orange {
color: #ed5b16;
 margin-right: 2px;
}
section.schedule ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:16px;

}

section.schedule ul.caution2 {
  margin: 0 auto;
  padding: 0;
width: 100%;
}
section.schedule ul.caution2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}


section.schedule .box {
    display: table;
    margin: 0 auto 30px;
    background: #fff;
    /* border: 8px double #000; */
    padding: 20px 40px;
    width: 100%;
    max-width: 600px;
    border-radius: 30px;
	
}


section.schedule .box .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ed5b16;
}

section.schedule .box .orange {
    color: #ed5b16;
    margin-right: 2px;
}

section.schedule .charismalist {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	color: #000;
	
}


section.schedule .charismalist li {
line-height: 30px;

}

section.schedule .charismalist li.date {
	width: 90px;
	text-align: left;
}

section.schedule .charismalist li.time {
		width: 100px;
		text-align: left;
}

section.schedule .charismalist li.details {
	width: calc( 100% - 190px );
		text-align: left;
	    display: flex;
    align-items: center;
}


section.schedule .charismalist li:nth-child(25), section.schedule .charismalist li:nth-child(28), section.schedule .charismalist li:nth-child(29), section.schedule .charismalist li:nth-child(30) {
	border-bottom: 0;
}
section.ticket  {
    margin: 0 auto!important;
    width: 100%;
    max-width: 840px;
    padding: 150px 0 0!important;
}

section.ticket#goodscaution{
	padding:  40px 0 0!important;
    max-width: 840px;
}

section.goods{

    max-width: 840px;
}

section.goods .text {
	font-size: 20px;
    margin: 0 auto 20px;
	background: #ff6318;
}

section.goods .text a {
	color: #fff;
}

section.goods .text2 {
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
	background: #ff6318;
}

section.goods .text2 a {
	color: #fff;
}

section.goods .small {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

section.goods .goodstext a {
		color: #fff;
}

section.goods .goodstext2 a {
		color: #fff;
}

section.goods .white {
	color: #fff;
}

section.goods .goodstext {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}
section.goods .orange {
color: #ea5520;
font-weight: bold;
}
section.goods .goodstext2 {
    margin-bottom: 0;
    font-size: 18px;
	    text-align: center;
}

section.goods .goods_frame {
display: table;
    margin: 0 auto 30px;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    border-radius: 30px;
}

section.goods .subtitle {
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
text-align: left;
}

section.goods .detail {
margin-bottom: 0;
font-size: 16px;
text-align: left;
margin-bottom: 20px;
}
section.goods .enph {
	font-weight: bold;
}
section.goods ul.caution {
  margin: 0 auto 20px;
  padding: 0;
width: 100%;
	font-weight: normal;
	text-align: center;
	background: #ff6318;
}

section.goods ul.caution#last {
	margin-bottom:20px;
}

section.goods ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
font-size:16px;
	width: 100%;
		    text-align: center;
}

section.ticket .box {
  background: #fff;

  padding: 20px;
	width: 100%;
	max-width: 840px;
margin: 0 auto 30px;
	color: #000;
    border-radius: 30px;
}

section.ticket .box2 {
  display:table;
  margin: 0 auto 30px;
  background: #fff;
  /*border: 8px double #000;*/
  padding: 20px;
	width: 100%;
	max-width:700px;
	border-radius: 30px;
}

section.ticket .enphasize {
  display:block;
  margin: 20px auto 0;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  opacity: 1;
  overflow: visible;
  height: auto;
}
section.ticket .enphasize#second{
  background: #ee8d16;
}




section.ticket .subtitle_en {
  text-align:left;
  font-weight:500;
  font-size: 22px;
  margin-top: 0;
  color: #ea5520;
}

section.ticket .subtitle_en .finished {
  font-size: 18px;
  font-weight:600;
  display:inline-block;
  color: #000;
}

section.ticket  .subtitle {
  text-align:left;
  font-weight:500;
  font-size: 22px;
  margin-top: 20px;
}
section.ticket .date_en {
  text-align:left;
  font-weight:400;
  font-size: 20px;
  color: #000;
}
section.ticket .date_en2 {
  text-align:left;
  font-weight:400;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
section.ticket .date {
  text-align:left;
  font-weight:400;
  font-size: 20px;
}

section.ticket  .url_en {
  text-align:left;
  font-weight:400;
  font-size: 18px;
  color: #000;
}
section.ticket  .url {
  text-align:left;
  font-weight:400;
  font-size: 18px;
}
section.ticket  .url a {
  text-align:left;
  font-weight:400;
  font-size: 18px;
  text-decoration: underline;
  color: #000;
}
section.ticket  .url_en a {
  text-align:left;
  font-weight:400;
  font-size: 18px;
  text-decoration: underline;
  color: #ea5520;
}


section.twitter {
  margin: 0 auto 130px!important;
  text-align:center!important;
  /*max-width:700px!important;*/
	padding-top:40px!important;
}

.timeline-Widget {
    max-width: 1200px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
}

footer .copy {
  text-align:center;
  font-size:12px;
  margin-bottom:30px;
}




@media screen and (max-width:1060px) {
section {
  margin: 130px auto 0!important;
  width: 100%;
  max-width:1000px;
  padding: 0 30px!important;
}
	
	section.ticket#goodscaution {
padding: 40px 30px 0!important;
    max-width: 840px;
}


section.topstage .sticker img {
width: 60%;
 
}
section.topstage .topdate {
  margin: 0 auto;
     position: absolute;
   top: 40px;
   left: 50%;
   transform: translateX(-50%);
   width: 60%;
}
section.topstage .detail .map {
display:inline-block;
padding: 0 10px 5px;
font-size:18px;
background:#000;
color: #fff;
margin-left: 5px;
vertical-align:middle;
}
section.topstage .detail img {
  vertical-align:middle;
  width: 70%;
  max-width: 400px;
}
section.topstage .detail .map a {
  color: #fff;
}


section.topstage .topdate img {
width: 100%;
}
section.ticket .box {
  background: #fff;
  padding: 20px;
	max-width: 840px;
margin: 0 auto 30px;
}

}

@media screen and (max-width:900px) {
section.ticket {
  padding-right: 30px!important;
  padding-left: 30px!important;
}}


@media screen and (max-width:810px) {
section.livestreaming  {
  padding-right: 30px!important;
  padding-left: 30px!important;
}}



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

section {
  margin: 50px auto 0!important;
  width: 100%;
  max-width:1000px;
  padding: 0 15px!important;
}

section h2 {

  font-size:30px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;

}

section h3 {
  font-size:26px;

 text-align: center;
margin-bottom: 30px;

}

section .text {
  font-size: 14px;
  line-height: 26px;
  display: table;
  margin: 0 auto 20px;
}

section .title {
text-align: left;
        font-weight: 500;
        font-size: 16px;
        margin-top: 0;
        color: #ea5520;
}

section .title2 {
  font-size: 22px;
  font-weight:600;
  text-align:center;
  margin-bottom:20px;
}

section .detail {
  font-size:18px;
  text-align:center;
  margin-bottom: 20px;
}

	section .toptitle {
  font-size: 16px;
  line-height: 24px;
  display: table;
  margin: 0 auto ;
  text-align:center;
	font-weight: bold;
		  margin-bottom: 10px;

}


section.stage ul.stafflist {
  font-size: 14px;
  margin-bottom: 20px;
}

section.stage ul.stafflist li.left {width: 38%;text-align: right;}
section.stage ul.stafflist li.center {width: 6%;text-align: center;margin: 0 0 20px;}
section.stage ul.stafflist li.right {width: 56%;}	
section .topdetail {
  font-size: 16px;
	  line-height: 24px;
  font-weight:400;
  text-align:center;
  margin-bottom: 10px;
}

section .topbnr2 img {
	width: 140px;
}


section .cast {
  font-size:18px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}

section .small {
  font-size: 12px
}
	
	.ticket ul.pricelist .large {
	font-size: 18px;
}
.ticket ul.pricelist#mb {
	margin-bottom: 20px;
}

section .small2{
  font-size: 12px
}

section.topstage {
 position: relative;
padding: 0!important;
    height: 15.5vh;

}

section.topstage .sticker {
position: absolute;
    top: -15px;
    left: 0;
	}
section.topstage .sticker img {
width: 40%;
 
}
section.topstage .topdate {
  margin: 0 auto;
     position: absolute;
   top: 45px;
   left: 50%;
   transform: translateX(-50%);
   width: 70%;
}

section.topstage .topdate img {
width: 100%;
}

section .price {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
    margin-top: 10px;
}
	
	section .price2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 0;
		text-align:left;
}
	
	section .price3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    margin-top: 0;
		text-align:left;
}
	
	section .price4 {
    font-size: 16px;
    font-weight: 400;
  text-align:center;
  margin-bottom: 0;
  line-height:20px;
  margin-top:20px;
	text-align:left;
}


.ticket ul.caution {
  margin: 0 auto;
  padding: 0;
font-size: 14px;
	
	
}
	
.ticket ul.cautions {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.ticket ul.cautions li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:14px;
	width: 100%;
}
.ticket ul.cautions li:nth-child(odd) {
	width: 100%;
}
.ticket ul.cautions li:nth-child(even) {
	width: 100%;
}
.ticket ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 0;

font-size:12px;
}

.ticket ul.caution2 {
  margin: 20px auto;
  padding: 0;


	
	
}
.ticket ul.caution2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 10px;

font-size:12px;
}
	
.ticket ul.caution2 li:nth-child(odd) {
    width: 100%!important;
}
	
	
	.ticket ul.cautions {
  margin: 0 auto;
  padding: 0;

	
	
}
		.ticket ul.cautions2 {
  margin: 0 auto 20px;
  padding: 0;

	
	
}
	
.ticket ul.cautions2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 10px;

font-size:14px;
}

		
	.ticket ul.caution2s {
  margin: 0 auto;
  padding: 0;

	
	
}
.ticket ul.cautions2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
margin-bottom: 0;
font-size:14px;
}

	
	.ticket .txt {
	margin: 0 auto 20px;
	font-size: 14px;
	
}
.ticket .txt2 {
	margin: 0 auto;
	font-size: 14px;
	
}
.ticket .txt3 {
	margin: 20px auto;
	font-size: 14px;
}

	
	.ticket .txt3#adjustment {
	font-size: 14px;
		letter-spacing: -0.03em;
	}
	
.ticket .txt4 {
	margin: 20px auto 0;
	font-size: 14px;
	
}

.ticket .txt a, .ticket .txt2 a, .ticket .txt3 a {
	color: #ee5b16;
	word-break: break-all;
}
	

section.schedule .box .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	
}
	
section.schedule .charismalist {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	color: #000;
	
}
section.schedule .box {
    display: table;
    margin: 0 auto 30px;
    background: #fff;

    padding: 15px;
    width: 100%;
    max-width: 600px;
    border-radius: 30px;
}

section.schedule .charismalist li {
line-height: 26px;
	font-size:14px;
}

section.schedule .charismalist li.date {
	width: 70px;
	text-align: left;
}

section.schedule .charismalist li.time {
		width: 80px;
		text-align: left;
}

section.schedule .charismalist li.details {
	width: calc( 100% - 150px );
		text-align: left;
}	
	
section.ticket .box .subtitle {
  text-align:left;
  font-weight:500;
  font-size: 16px;
  margin-top: 20px;
}
section.ticket .box .date {
  text-align:left;
  font-weight:400;
  font-size: 14px;
}
section.ticket .box .url {
  text-align:left;
  font-weight:400;
  font-size: 16px;
}
section.ticket .url a {
  text-align:left;
  font-weight:400;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}
section.ticket .subtitle_en {
  text-align:left;
  font-weight:500;
  font-size: 16px;
  margin-top: 0;
  color: #ea5520;
}
	

section.ticket .subtitle_en .finished {
  font-size: 16px;
  font-weight:600;
  display:inline-block;
  color: #000;
}
section.ticket .date_en {
  text-align:left;
  font-weight:400;
  font-size: 14px;
    color: #000;
}
section.ticket .date_en2 {
  text-align:left;
  font-weight:400;
  font-size: 14px;
    color: #000;
	margin-bottom: 10px;
}	
	
	
	
section.ticket .url_en {
  text-align:left;
  font-weight:400;
  font-size: 16px;
    color: #000;
}
section.ticket .url_en a {
  text-align:left;
  font-weight:400;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
    color: #ea5520;
}
.ticket .boxcenter .subtitle {
		font-size: 14px;
	font-weight:bold;
}


.ticket .boxcenter .phone{
	font-size: 14px;
}
	
	section.ticket#goodscaution {
padding: 30px 15px 0!important;
    max-width: 840px;
}

	
.ticket ul.pricelist {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
	
.ticket ul.pricelist li:nth-child(odd) {
width: 100px;
}
.ticket ul.pricelist li:nth-child(even) {
width: calc( 100% - 100px );
}
	
	.ticket ul.pricelist li ul.caution li {
		width: 100%;
	}

section.theater {
  margin: 0 auto;
  text-align:center;
}

section.theater img {
  width: 90%;
  max-width:600px;
  text-align:center;
  margin: 0 auto;
}
section.schedule {
  margin: 0 auto;
  text-align:center;

}

section.schedule img {
  margin: 0 auto 10px;
  text-align:center;
  width: 90%;
  max-width: 800px;
  padding: 0!important;

}

section.schedule .dateimg {
  display:block;
  margin-bottom:10px;
}

section.schedule .dateimg img {
  width: 70%;
  max-width: 400px;
}

section.schedule .detail .map {
display:inline-block;
padding: 0 10px 5px;
font-size:18px;
background:#000;
color: #fff;
margin-left: 5px;
vertical-align:middle;
}
section.schedule .detail img {
  vertical-align:middle;
  width: 70%;
  max-width: 400px;
}
section.schedule .detail .map a {
  color: #fff;
}

section.schedule ul.caution {
  margin: 0 auto 30px;
  padding: 0;
width: calc( 100% - 30px );
margin: 0 auto 30px;
    padding:10px;
    width: 100%;
    max-width: auto;
	border-radius: 30px;
	background: #fff;
}
section.schedule ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:14px;

}

section.schedule ul.caution2 {
  margin: 0 auto;
  padding: 0;
width: 100%;
}
section.schedule ul.caution2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}	
	
section.ticket {
    margin: 0 auto!important;
    width: 100%;
    max-width: 1000px;
    padding: 70px 15px 0!important;
}

section.ticket .box {
    /*display: table;*/
    margin: 0 auto 20px;
    background: #fff;
    padding: 15px;
}
section.twitter {
  margin: 0 auto 20px!important;
  text-align:center!important;
  width: 100%;


}

.timeline-Widget {
    max-width: 700px!important;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto!important;
  text-align:center!important;
}

footer .copy {
  text-align:center;
  font-size:12px;
  margin-bottom:30px;
  margin-top:0!important;
}
     #video {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*背景を黒で表示*/
        }

	section .newstitle {
	font-weight: bold;
	margin-bottom:0!important;
	font-size: 14px;
}
	
		section .newstitle2 {
	font-weight: bold;
	margin-bottom:10!important;
	font-size: 14px;
}
section .newstxt{
	margin-bottom:20px;
	font-size: 14px;
}
	section .newstxt2 {
	margin-bottom:0!important;
	font-size: 14px;
}
	section .newstxt3 {
	margin-bottom:20px;
	font-size: 14px;
		margin-top: 20px;
}
	


	
.news ul.caution {
  margin: 0 auto 20px;
  padding: 0;
width: 100%;
}
.news ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}

		
.news ul.caution2 {
  margin: 0 auto;
  padding: 0;
width: 100%;
}
.news ul.caution2 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:12px;
}

	
	
	
	
.news ul.textlist {
  margin: 0 auto 20px;
  padding: 0;
width: 100%;
}
.news ul.textlist li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:14px;
}
/* streaming */

section.livestreaming  {
margin: 0 auto!important;
    width: 100%;
    max-width: 1000px;
    padding: 100px 15px 0!important;
}

 section.livestreaming .box {
    display: table;
    margin: 0 auto;
    background: #fff;
    border: 8px double #000;
    padding: 15px;
}

	section.livestreaming ul.cautions ul.cautions {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}
	section.livestreaming ul.cautions li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:14px;
	width: 100%;
}
	section.livestreaming ul.cautions li:nth-child(odd) {
	width: 100%;
}
	section.livestreaming ul.cautions li:nth-child(even) {
	width: 100%;
}


	
section .livetitle {
    font-size: 22px;
    font-weight: 600;
    text-align: center;

}

section .live_en {
    font-weight: 700;
    font-size: 16px;
  text-align:left;
  margin-bottom: 0;
  line-height:30px;

}
section .live_text {
  font-size: 14px;
  font-weight:400;
  text-align:left;
  margin-bottom: 20px;
  line-height:26px;

}
	section .live_text2 {
  font-size: 14px;
  font-weight:400;
  text-align:left;
  margin-bottom: 0!important;
  line-height:26px;

}
ul.livelist {
  margin: 0 auto 20px;
  padding: 0;
    font-size: 14px;
}
ul.livelist li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

	
	
section.staff {
    margin: 0 auto!important;
    width: 100%;
    max-width: 1000px;
    padding: 50px 15px 0!important;
}	
/* section.livestreaming .box {
    display: table;
    margin: 0 auto;
    background: #fff;
    border: 8px double #000;
    padding: 15px;
}*/

/* streaming */
}


section.staff ul.stafflist {
  display:flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  font-size: 22px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
section.staff ul.stafflist li {
	margin-bottom: 20px;
}

section.staff ul.stafflist li.left {width: 48%;text-align: right;}
section.staff ul.stafflist li.center {
width: 4%;
text-align: center;
margin: 0 0 20px 0;
}
section.staff ul.stafflist li.center img {
	vertical-align: middle;
}
section.staff ul.stafflist li.right {width: 48%;}


@media screen and (max-width:768px) {
	
	
	section.staff ul.stafflist {
  font-size: 14px;
	margin-bottom: 20px;
}

section.staff ul.stafflist li.left {
width: 38%;
        text-align: right;
}
section.staff ul.stafflist li.center {
width: 6%;
        text-align: center;
        margin: 0 0 20px;
    }
section.staff ul.stafflist li.center img {
    width: 12px;
	}	
section.staff ul.stafflist li.right {
width: 56%;
}
	
section.goods .text {
	font-size: 16px;
}

section.goods .text a {
	color: #fff;
}

section.goods .text2 {
	font-size: 16px;
	margin-bottom: 0;
}

section.goods .text2 a {
	color: #fff;
}

	
section.goods .small {
	font-size: 12px;
}
	
section.goods .subtitle {
margin-bottom: 0;
font-size: 14px;
font-weight: bold;
text-align: left;
}

section.goods .detail {
margin-bottom: 0;
font-size: 14px;
text-align: left;
margin-bottom: 20px;
}
section.goods .goodstext {
    margin-bottom: 20px;
    font-size: 14px;
}

section.goods .goodstext2 {
    margin-bottom: 0;
    font-size: 14px;
}


section.goods ul.caution {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}

section.goods ul.caution#last {
	margin-bottom:20px;
}

section.goods ul.caution li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
font-size:12px;
	width: 100%;
}
}


/*=======================================================
news
 =======================================================*/




.news ul.newslist {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
	margin-bottom: 20px;
}
.news ul.newslist li {
  line-height:  24px;
  padding: 0;


}

.news ul.newslist li a {
  text-decoration: none;
color: #000;
}
.news ul.newslist li:nth-child(odd) {
width:  120px;
color:  #ea5520;
font-size: 18px;
font-weight: bold;
}

.news ul.newslist li:nth-child(even) {
width:  calc( 100% - 120px );
color:  #222;
	font-weight: bold;
}


.news .newsbox {
	background: #fff;
	padding: 40px;
border-radius: 30px;
}

.news .subtitle {
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  font-size: 20px;
margin-top: 30px;
  padding: 10px 0;
    color: #fff;
  font-weight:bold;
}

.news .subtitle2 {
  margin-bottom:0;
  font-size: 18px;
}

.news .single_date {
  margin-bottom: 10px;
text-align: left;
margin-top: 0;
	color: #ea5520;
	font-weight: bold;
	font-size: 18px;

}
.news .single_title {
margin-bottom: 10px;
text-align: left;
font-size: 20px;
font-weight: bold;
}



.news .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 20px;

}
.news .single_text {
margin-bottom: 30px;
text-align: left;
font-size: 18px;
}

.news .newstxt  {
  margin-bottom:20px;
  font-size: 16px;
}

.news .newstxt2  {
  margin-bottom:0;
  font-size: 16px;
}
.news a {
font-size: 18px;
color: #ea5520;
}

.news .indent_txt {
	  padding-left: 1em;
		margin-bottom:30px;
	font-size:16px;
}
.news .indent_txt .kome {
padding-left: 2em;
    display: block;
    text-indent: -1em;
}
.news .frame {
border: 1px solid #222;
padding: 20px;
margin: 0 auto 40px;
display: table;
	
}

.news .enph {
	font-weight: bold;
}


.news ul.cautions {
  margin: 0 auto 20px;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.news ul.cautions li {
  list-style: none;
  padding-left: 1.2em;
text-indent: -1.2em;
text-align: left;
font-size:16px;
	width: 100%;
}


.news ul.pricelist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	font-size: 16px;
	margin-bottom: 20px;
}
.news ul.pricelist li.sheetname{
	width: 120px;
	
}
.news ul.pricelist li.contentss {
	width: calc( 100% - 120px );
	
}

.news ul.caution3 {
  margin: 0 auto;
  padding: 0;
width: 100%;
	font-weight: normal;
}

.news ul.caution3#last {
	margin-bottom:20px;
}

.news ul.caution3 li {
  list-style: none;
  padding-left: 1em;
text-indent: -1em;
text-align: left;
font-size:14px;
	width: 100%;
}

.news .orange {
	color: #ed5b16;
}

@media screen and (max-width:768px) {
  .news ul.newslist {
  display: flex;
  flex-wrap: wrap;
	  padding: 20px;
}
.news ul.newslist li {
  line-height:  24px;
  padding:  30px 0;

}

.news ul.newslist li a {
  text-decoration: none;
color:  #222;

}
.news ul.newslist li:nth-child(odd) {
width:  100%;
  border-bottom:  none!important;
padding: 0;

}

.news ul.newslist li:nth-child(even) {
width:  100%;
color:  #222;
      padding: 0;
	
}
.news .date {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
  .news .single_title {
margin-bottom: 10px;
text-align: center;
font-size: 16px;

}
.news .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 16px;

}

.news .single_text {
margin-bottom: 30px;
text-align: left;
font-size: 14px;
}

 
.news .newstxt  {
  margin-bottom:10px;
  font-size: 14px;
}


	
.news .newstxt2  {
  margin-bottom:0;
  font-size: 14px;
}

.news .indent_txt {
	  padding-left: 1em;
		margin-bottom:20px;
	font-size:14px;
}



	
  .news .subtitle {
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  font-size: 16px;
margin-top: 30px;
  padding: 10px 0;
    color: #fff;
  font-weight:bold;
}
	
	.news .subtitle2 {
  margin-bottom:0;
  font-size: 16px;
}

.news.sec p.title_en {
margin-bottom: 10px;
text-align: center;
font-size: 16px;
position: relative;
  color: #fff;
  text-align:left;

}

.news.sec p.title_en::before {
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 13px;
  left: 0;
  margin-right: 5px;
  position: relative;
  top: 0;
  width: 13px;
display: inline-block;
}

.news a {
font-size: 14px;
    color: #f9f0e7;
}
	

.news ul.cautions {
  margin: 0 auto 10px;
  padding: 0;
width: 100%;
	font-weight: normal;
}
.news ul.cautions li {
  list-style: none;
  padding-left: em;
text-indent: -1em;
text-align: left;
font-size:14px;
	width: 100%;
}
.news .newsbox {
    background: #fff;
    padding: 15px;
    border-radius: 30px;
}
}


/*=======================================================
cast
 =======================================================*/
section.cast ul.castlist {
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
  font-size: 0;
}

section.cast ul.castlist#last {
	margin-top: 120px;
}

section.cast ul.castlist li {
  width: 23%;
margin-right: calc(8% / 3);
  margin-bottom:40px;
}
section.cast ul.castlist li:nth-child(4), section.cast ul.castlist li:nth-child(7) {
  margin-right:0;
}
section.cast ul.castlist li img {
  width: 100%;
  
}

section.cast ul.castlist li .caption span {
  font-size:18px;
  text-align:center;
  display: block;
  color: #000;
  margin-bottom: 5px;
}

section.cast ul.castlist li .caption span#first {
background: #e1580c;
}
section.cast ul.castlist li .caption span#second {
background: #7c92a1;
}
section.cast ul.castlist li .caption span#third {
background: #3a9438;
}
section.cast ul.castlist li .caption span#forth {
background: #cf0064;
}
section.cast ul.castlist li .caption span#fifth {
background: #38b9b9;
}
section.cast ul.castlist li .caption span#sixth {
background: #ecd11f;
}
section.cast ul.castlist li .caption span#seventh {
background: #7e318e;
}
section.cast ul.castlist li .caption span#eighth {
background: #dcdddd;
}
section.cast ul.castlist li .caption span#nineth {
background: #dcdddd;
}
section.cast ul.castlist li .caption .small {
    font-size: 14px;
    display: inline;
    color: #fff;
}

section.cast ul.castlist li .caption {
  font-size:24px;
  text-align:center;
  background: #000;
  color: #fff;
  padding: 0 0 5px 0;
}

section.cast ul.castlist li .caution {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

section.cast ul.castlist li .caution .small {
	font-size:10px;
}


section.cast ul.stafflist {
  display:flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 60px;
}
section.cast ul.stafflist li {
	margin-bottom: 20px;
}

section.cast ul.stafflist li.left {
width: 48%;
text-align: right;
font-size: 18px;
}
section.cast ul.stafflist li.center {
width: 4%;
text-align: center;
margin: 0 0 20px 0;
}
section.cast ul.stafflist li.center img {
	vertical-align: middle;
}
section.cast ul.stafflist li.right {
width: 48%;
font-size: 24px;
}

section.cast .ansamble {
	text-align: center;
	margin-top: 120px;
	font-size: 24px;
}

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

section.cast ul.castlist {
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
}
section.cast ul.castlist#last {
	margin-top: 80px;
}

section.cast ul.castlist li .caption .small {
    font-size: 12px;
    display: inline;
}

section.cast ul.castlist li {
  width: 100%;
  margin-right:0;
  margin-bottom:30px;
  background: #000;
  color: #fff;
}

section.cast ul.castlist li img {
  width: 100%;
  
}

section.cast ul.castlist li .caption {
  font-size:18px;
  text-align:center;
  padding: 0 0 5px;
}
section.cast ul.castlist li .caption span {
  font-size:14px;
  text-align:center;
  padding: 5px 0;
  margin-bottom: 5px;
}
	section.cast ul.stafflist {
  font-size: 18px;
	margin-bottom: 20px;
margin-top: 40px;
}

section.cast ul.stafflist li.left {
width: 46%;
	text-align: right;
font-size: 14px;
}
section.cast ul.stafflist li.center {
width: 8%;
text-align: center;
margin: 0 0 20px 0;
}
	
section.cast ul.stafflist li.center img {
width: 20px;
	}	
section.cast ul.stafflist li.right {
width: 46%;
font-size: 18px;
}
section.cast .ansamble {
	text-align: center;
	margin-top: 80px;
	font-size: 18px;
}
}

/* pagination */
.pagination {
  margin: 60px auto 90px;
  padding: 10px 0;
  text-align: center
}

.pagination a {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;

  background: #fff;
  transition: .3s
}

.pagination a:hover {
  color: #FFF!important;
  background: #000;
}

.pagination span {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #000;
}

.pagination span.dots {
  background: 0
}

.pagination span.current {
  background: #000;
  color: #fff
}

/* 一覧へもどる*/

ul.backlist {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  text-align: center;
  color: #222;
}
ul.backlist li a {
    color: #222;
  text-decoration: none!important;
}
ul.backlist li:nth-child(2) {
  margin: 0 30px;
}

/* goods */

.goodsbox {
    display: inline-block;
    width: auto;
	
}

.goodsbox ul.goodslist#small img {
	height: 300px;
	width: auto;
}
.goodsbox ul.goodslist {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width: 100%;
	background:#fff;
	margin-bottom: 30px;
	padding: 20px;
    border: 8px double #000;
}

.goodsbox ul.goodslist li:nth-child(odd) {
width: 49%;
margin-right: 2%;
text-align: center;
}


.goodsbox ul.goodslist li:nth-child(even) {
width: 49%;
	margin-right: 0;
}

.goodsbox ul.goodslist2 {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width: 100%;
		background:#fff;
	margin-bottom: 30px;
}

.goodsbox ul.goodslist2 li:nth-child(odd) {
width: 30%;
	margin-right: 2%;
	margin-bottom:0;
}


.goodsbox ul.goodslist2 li:nth-child(even) {
width: 68%;
	margin-right: 0;
	margin-bottom:0;
}

.goodsbox ul.goodslist3 {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width: 100%;
	background:#fff;
}
.goodsbox ul.goodslist3 li:nth-child(odd) {
width: 68%;
	margin-right: 2%;
	margin-bottom:0;
}


.goodsbox ul.goodslist3 li:nth-child(even) {
width: 30%;
	margin-right: 0;
	margin-bottom:0;
}
.goodsbox .title {
	font-size: 18px;
	font-weight:bold;
   margin-bottom: 0;
	text-align: left;
}


.goodsbox .description {
	font-size: 16px;
   margin-bottom: 40px;
	text-align: left;
}

.goods .caution {
text-align: left;
font-size:12px;
}

.goodsbox .randam {
	width: 100%;
	max-width:900px;
}


.goodsbox .caption {
    font-size: 20px;
    text-align: left;
}

.goodsbox .caption span {
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width:768px) {
	.goodsbox ul.goodslist {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width: 100%;
   padding: 10px;
		margin-bottom:20px;
}
.goodsbox ul.goodslist#small img {
    height: 100%;
    width: 100%;
}
.goodsbox ul.goodslist li {
width: 100%;
	margin-right: 0;
	margin-bottom:10px;
}


.goodsbox ul.goodslist li:nth-child(2n) {

	margin-right: 0;
}

.goodsbox ul.goodslist2 {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width: 100%;
}

.goodsbox ul.goodslist2 li {
width: 100%;
	margin-right: 0;
	margin-bottom:0;
}


.goodsbox ul.goodslist2 li:nth-child(2n) {

	margin-right: 0;
}

.goodsbox .title {
	font-size: 16px;
	font-weight:bold;
   margin-bottom: 0;
	text-align: left;
}


.goodsbox .description {
	font-size: 14px;
   margin-bottom: 20px;
	text-align: left;
}


.goodsbox .randam {
	width: 100%;
	max-width:900px;
}
	.goodsbox .caption {
    font-size: 18px;
    text-align: center;
}

.goodsbox .caption span {
    font-size: 14px;
    text-align: center;
}

}

/*=======================================================
story
 =======================================================*/

section.story .text {
    /* border: 20px solid #ff6318; */
    margin: 0 auto;
    padding-bottom: 30px;
}

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

section.story .text {
    padding-bottom: 20px;
}

}

/*=======================================================
movie
 =======================================================*/



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 30px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




/* ====================================

btn

======================================= */

.center {
  margin:  50px auto 130px;
  text-align: center;
}

.btn {
    line-height: 18px;
    font-size: 20px!important;
    text-decoration: none;
    font-weight: bold;
    background:#000;
    border: 3px solid #000;
    color: #fff!important;
    padding: 20px 0;
    text-align: center;
    position: relative;
    transition: .3s;
    width: 320px;
    display: inline-block;
    font-weight: 400;
	border-radius: 20px;
}

.btn:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 24%;
    right: 15px;
    margin: auto;
}

.btn:hover {

    color: #fff!important;
}

.btn:hover:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 24%;
    right: 10px;
    margin: auto;
    animation: slidein 1s infinite;
}


@media screen and (max-width: 768px) {
.center {
  margin:  30px auto;
  text-align: center;
}
  .btn {
    line-height: 18px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    /*background:#324EB3;*/
    border:3px solid #000;
 color: #fff!important;
    padding: 12px 0;
    text-align: center;
    position: relative;
    transition: .3s;
    width: 90%;


    display: inline-block;
    font-weight: 400;
}

.btn:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 30%;
    right: 15px;
    margin: auto;
}

.btn:hover {

    color: #fff!important;
}

.btn:hover:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 30%;
    right: 10px;
    margin: auto;
    animation: slidein 1s infinite;
}

}


/* you tube */

section.youtube_area ul.play_list {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
padding: 40px;
    border-radius: 30px;
	background: #fff;
}

section.youtube_area ul.play_list li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

section.youtube_area ul.play_list li .movietitle {
	font-size:16px;
	text-align: center;
}


section.youtube_area ul.play_list li:nth-child(2n) {
	margin-right: 0;
}


.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
	section.youtube_area ul.play_list {
padding: 20px;

}
section.youtube_area ul.play_list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}

section.youtube_area ul.play_list li .movietitle {
	font-size:14px;
	text-align: center;
}


}


.archive ul.archive_list {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
}

.archive ul.archive_list li {
	width: 48%;
	/*margin-right: 4%;*/
}



.archive ul.archive_list li:nth-child(2n) {
	margin-right: 0;
}



.archive ul.archive_list .date {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


.archive ul.archive_list .theater {
	font-size: 20px;
	font-weight: bold;
		text-align: center;
}


	.archive ul.archive_list .picture {
		margin-bottom: 30px;
	}
@media screen and (max-width:768px) {
	
.archive ul.archive_list {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
}

.archive ul.archive_list li {
	width: 100%;
	/*margin-right: 4%;*/
}



.archive ul.archive_list li:nth-child(2n) {
	margin-right: 0;
}

	.archive ul.archive_list .picture {
		margin-bottom: 30px;
	}

.archive ul.archive_list .date {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


.archive ul.archive_list .theater {
	font-size: 20px;
	font-weight: bold;
		text-align: center;
}

}


/* ====================================

guide
======================================= */

#guide {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
}



.guide {
	width:  100%;
	margin:  0 auto;
  padding:  60px 0;
  text-align: center;

}
.guide section {
	margin-top: 0;
}

/*アコーディオン全体*/
.guide .accordion-area{
    list-style: none;
    width: 100%;
    max-width: 800px;
    margin:0 auto;
}


.guide .accordion-area li{
    margin: 20px 0;
}


.guide .accordion-area section {
	padding: 0!important;
	background: #fff;
	border-radius: 30px;
	margin-top: 0!important;
}

/*アコーディオンタイトル*/

.guide .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:18px;
    font-weight: bold;
    padding: 30px;
    transition: all .5s ease;
	color: #000;
	text-align: left;
	margin-bottom: 0;
}

/*アイコンの＋と×*/

.guide .title::before,

.guide .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ed5b16;
    
}

.guide .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}

.guide .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

.guide .text {
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
}


/*　closeというクラスがついたら形状変化　*/

.guide .title.close::before{
  transform: rotate(45deg);
}


.guide .title.close::before{
    top:48%;
    right: 15px;
  transform: rotate(45deg);
    
}

.guide .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.guide .box {
    display: none;/*はじめは非表示*/
	color: #000!important;
    margin: 0 3% 3% 3%;
    padding: 0 0 1% 0;
	text-align: left;
    background: #fff;
    box-sizing: border-box;
	width: auto;
}
.guide .box .subtitle {
	color: #000;
	text-align: left;
	margin-bottom:0;
	font-size: 14px;
	width: 100%;
	display: block;
	line-height: 24px;
   font-weight: bold;
}
.guide .box .subtitle2 {
	color: #000;
	text-align: left;
	margin-bottom:10px;
	font-size: 14px;
	width: 100%;
	display: block;
	line-height: 24px;
   font-weight: bold;
}

.guide .box .text {
	color: #000;
	text-align: left;
	margin-bottom:10px;
	font-size: 14px;
	width: 100%;
	display: block;
	line-height: 24px;
}
.guide .box .text .underline {
	border-bottom: 1px solid #000;
}

.guide .box .emphasize {
	font-weight: bold;
}

.guide .box .text2 {
	color: #000;
	text-align: left;
	margin-bottom:0;
	font-size: 14px;
	width: 100%;
	display: block;
	line-height: 24px;
}

.guide .box .lead {
	text-align: left;
	margin-bottom:0;
	font-size: 14px;
}

.guide ul.lists {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.guide ul.lists li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.guide ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}

.guide ul.lists#nospace {
	  margin-bottom: 0;
}

.guide ul.caution {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.guide ul.caution#nospace {
	  margin-bottom: 0;
}
.guide ul.caution li {
  position: relative;
  padding-left: 16px;
}
.guide ul.caution li:before {
 content: "※";
  left: 0;
  position: absolute;
}

.guide ul.caution {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.guide ul.caution li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.guide ul.caution li:before {
  content: "※";
  left: 0;
  position: absolute;
}


.guide .indent {
	font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
	margin-bottom:0;
}

.guide a {
    color: #ed5b16;
}

.guide .lead2 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    display: block;
    border: 1px solid #ab9a7c;
    padding: 3px 5px;
}
.guide .single_title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    color: #ab9a7c;
    font-weight: bold;
}
.guide .small {
	font-size: 12px;
}

.guide .red {
	color: #cc0000;
}
@media screen and (max-width: 768px) {
#guide {
width: 100%;
padding:  0;
margin:  0 auto;
}

.guide .accordion-area section {
    padding: 0 !important;
    background: #fff;
    border-radius: 20px;
}	
	
.guide .box {
    display: none;
    color: #000 !important;
    margin: 10px 20px 20px 20px;
    padding: 0 0 2px 0;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    width: auto;
}
.guide {
	width:  100%;
	margin:  0 auto;
  padding:  30px 0;
  text-align: center;

}
	
	
.guide .title {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px 15px 15px;
    transition: all .5s ease;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
	
	.guide .single_title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    color: #ab9a7c;
    font-weight: bold;
}
	.guide .text {
	color: #fff;
	text-align: left;
	margin-bottom:20px;
	font-size: 12px;
	line-height: 20px;
}
	.guide .lead2 {
    color: #fff;
    font-size: 12px;
			line-height: 20px;
    text-align: left;
    display: block;
    border: 1px solid #ab9a7c;
}
	.guide .box .text {
	text-align: left;
		margin-bottom:10px;
	font-size: 12px;
			line-height: 20px;
}
	.guide .box .text2 {
    color: #000;
    text-align: left;
    margin-bottom: 0;
	font-size: 12px;
			line-height: 20px;
    width: 100%;
    display: block;

}
	.guide .box .lead {
	color: #fff;
	text-align: left;
	margin-bottom:0;
	font-size: 12px;
					line-height: 20px;
}

	
.guide h2 {
font-weight: 300;
font-size: 24px;
text-align:  center;
	}
.guide ul.lists {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
	
	
.guide ul.lists li {
  position: relative;
  padding-left: 12px;
}
.guide ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}
	guide ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
.guide ul.caution li {
  position: relative;
  padding-left: 12px;
	  font-size: 12px;
}
.guide ul.caution li:before {
  content: "※";
  left: 0;
  position: absolute;
}
	.guide .indent {
	font-size: 12px;
  padding-left: 12px;
  text-indent: -12px;
	margin-bottom:0;
}
.guide .small {
	font-size: 10px;
}
}


ul.sns {
  padding: 25px 0 10px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

ul.sns li {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight:100;
    margin-right: 15px;
  }
ul.sns li:last-child {
  
      margin-right: 0;
    }
  

ul.sns img {
      margin:0 5px;
	width: 30px;
	height: auto;
      }
  ul.sns .fa-brands {
        font-weight: 400;
        font-size: 30px;
      }
      
/* accordion */

.ac-box{
width: auto;
margin: -30px auto 30px;
}

.ac-box label{
font-size: 26px;
text-align: center;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 20px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
background: #000;

}

.ac-box label:hover{

-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
color: #fff;
font-family:"FontAwesome";
content:" \f078";
}

.ac-box input:checked ~ label::after {
color: #fff;
font-family:"FontAwesome";
content:" \f077";
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
padding: 0;
opacity: 1;
}

.ac-box div p{

text-align: justify;
}
.ac-small p{
margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
.ac-box label{
font-size: 18px;
	}
}


#fancybox-prev, body.rtl #fancybox-next {
    left: -24px;
    right: auto;
    display: none !important;
}

#fancybox-next, body.rtl #fancybox-prev {
    left: auto;
    right: -24px;
    display: none !important;
}