@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size:62.5%; 
  font-family: 'Futo Go B101',sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  color: #000;
}

body {
  font-size: 2.5rem;
  letter-spacing: .6rem;
  background: url(../images/bg3.gif);
  background-position: center top;
  background-color: #ffe141;
}

#pageWrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #ffe141;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  opacity: .5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

.spOnly {
  display: none;
}
.hb-open-in-new {
  font-size: 80%;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    background-size: 100% auto;
  }
  #pageWrap {
    background: rgba(255,225,65,.6);
  }
  br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.header {
  text-align: center;
  font-family: 'Midashi Go MB31',sans-serif;
  padding: 65px 0 40px;
}
.header .txt01 {
  font-size: 3.3rem;
  margin-top: 40px;
}
.header .txt01_2 {
  font-size: 3.3rem;
}
.header .txt02 {
  font-size: 4.5rem;
}
.header .logo {
  margin: 25px 0 30px;
}
.info {
  font-family: 'Midashi Go MB31',sans-serif;
  background-color: #FFF;
  text-align: center;
  padding: 30px 0 100px;
  position: relative;
}
.info .intro {
  font-size: 2.6rem;
  letter-spacing: .5rem;
  position: relative;
  padding: 10px 0 70px;
}
.info .intro .illust_l{
  position: absolute;
  top: 60px;
  left: 40px;
}
.info .intro .illust_r{
  position: absolute;
  top: 60px;
  right: 40px;
}
.info ul {
  max-width: 730px;
  margin: 0 auto;
  padding: 35px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info ul li {
  padding: 0 10px 28px;
}
.info .logo_l {
  position: absolute;
  bottom: 25px;
  left: 35px;
}
.info .logo_r {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.info .notes{
  font-size: 2.2rem;
  padding: .5em 0 1em;
  letter-spacing: .15em;
}
.info .fee{
  margin-bottom: -60px;
}

.content {
  padding: 80px 30px;
  position: relative;
  letter-spacing: .1em;
}
.content h2{
  font-family: 'TsukuARdGothic-Bold','Shuei MaruGo B',sans-serif;
  font-size: 5rem;
  line-height: 1.3;
  color: #0768ab;
  letter-spacing: 0;
}
.content h3{
  font-family: 'Midashi Go MB31',sans-serif;
  font-size: 4rem;
  color: #0768ab;
}
.content h2 .indent{
  text-indent: 1em;
  display: inline-block;
}
.content .illust1 {
  margin-bottom: 1em;
}
.content .image1 {
  text-align: center;
}
.content .illust2 {
  position: absolute;
  right: 90px;
  bottom: 130px;
}
.content .ttlsub{
  padding: 0 0 1em;
}
.content .notes2{
  font-size: 2.4rem;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 1em;
}
.content .notes2.no-indent{
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.content .notes2:before {
  content:  "";
  width: 22px;
  height: 23px;
  display:  inline-block;
  position:  relative;
  top: -3px;
  margin-right: 5px;
  background-image:  url(../images/icon_star@2x.png);
  background-size:  contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  
  .header {
    padding: 40px 0 20px;
  }
  .header img {
    width: 72%;
  }
  .header .txt01 {
    font-size: 2rem;
    margin-top: 20px;
  }
  .header .txt01_2 {
    font-size: 2rem;
  }
  .header .logo {
    margin: 20px 0 15px;
  }
  .header .logo img {
    width: 42%;
  }
  .header .txt02 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .info .intro {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 20px 1em 30px;
  }
  .artist img{
    width: 60%;
  }
  .info {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 80px;
  }
  .info ul {
    padding: 25px 0 20px;
  }
  .info ul li {
    padding: 0 10px 10px;
  }
  .info ul li img {
    height: 20px;
  }
  .info .notes {
    font-size: 1.4rem;
  }
  .info .fee {
    margin-bottom: -50px;
  }
  .info .fee img{
    width: 36%;
  }
  .day img {
    width: 95%;
  }
  .info .logo_l {
    bottom: 0;
    left: 10px;
  }
  .logo_l img {
    width: 43px;
  }
  .info .logo_r {
    bottom: 5px;
    right: 10px;
  }
  .logo_r img {
    width: 65px;
  }
  .content {
    padding: 40px 1em;
  }
  .content h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-top: .5em;
  }
  .content h2 .indent{
    text-indent: 0;
  }  
  .content .illust1 {
    margin-bottom: .5em;
  }
  .content .illust1 img {
    width: 45%;
  }
  .content .image1 {
    text-align: left;
  }
  .content .image1 img {
    width: 80%;
  }
  .content .illust2 {
    right: 10px;
  }
  .content .illust2 img {
    width: 55px;
  }
}
.content h3 {
  font-size: 3.3rem;
}
.content h3:before{
  content:  "";
  width: 19px;
  height: 20px;
  display:  inline-block;
  position:  relative;
  margin-right: 9px;
  top: -2px;
  background-image:  url(../images/icon_maru@2x.png);
  background-size:  contain;
  background-repeat:  no-repeat;
  vertical-align: middle;
}
.content h3 span{
  font-size: 2.5rem;
}
.content h4 {
  font-size: 3rem;
}
.content .fs30{
  font-size: 3rem;
}
.content .fs23{
  font-size: 2.3rem;
}
.content .fs22{
  font-size: 2.2rem;
}
.content .fs25{
  font-size: 2.5rem;
}
.content .illust1.top {
  margin-top: 1.5em;
}
.content .ttl_live {
  padding: 50px 0;
}
.content .illust3 {
  text-align: right;
  margin: -40px 30px;
}
.content .flex{
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
.content .menu{
  padding-left: 1em;
  padding-bottom: 40px;
}
.content .image span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-top: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.content .notes {
  font-size: 2.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.content .live_info {
  font-size: 3rem;
  font-family: 'Midashi Go MB31',sans-serif;
  padding: 1em 0 2em;
}
.content .movie_info {
  font-size: 3rem;
  font-family: 'Midashi Go MB31',sans-serif;
  padding: 1em 0 2em;
}

.content .btn_cart {
  text-align: center;
  color: #e95700;
}
.content .btn_cart.off img{
  opacity: .3;
}
.content ul li {
  padding-left:1em;
  padding-bottom: 1em;
  text-indent:-1em;
  letter-spacing: .3rem;
}
.content .btn {
  max-width: 730px;
  margin: 2em auto 3em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .line {
    line-height: 0;
  }
  .content .ttl_live {
    padding: 25px 0;
  }
  .content .image span {
    font-size: 1.3rem;
  }
  .content h3 {
    font-size: 2rem;
  }
  .content h3 span {
    font-size: 2rem;
  }
  .content h3:before {
    width: 13px;
    height: 14px;
    margin-right: 6px;
  }
  .content .notes {
    font-size: 1.6rem;
  }
  .content .notes2{
    font-size: 1.6rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .content .notes2:before {
    width: 17px;
    height: 18px;
  }
  .content .live_info {
    font-size: 1.8rem;
  }
  .content .fs30 {
    font-size: 2rem;
  }
  .content .illust1.top {
    margin-top: .5em;
  }
  .content .illust3 {
    margin: -50px 0 -20px;
  }
  .content .illust3 img {
    width: 36%;
  }
  .content .fs23 {
    font-size: 1.6rem;
  }
  .content .fs22 {
    font-size: 1.6rem;
  }
  .content .fs25 {
    font-size: 1.6rem;
  }
  .content h4 {
    font-size: 2rem;
  }
  .content ul li {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
  .content .btn {
    text-align: center;
  }
  .content .btn img {
    width: 90%;
  }
  .content .flex {
    display: block;
  }
  .content .flex .image{
    padding-bottom: 1em;
  }
  .content .menu {
    padding-bottom: 20px;
  }
  .content .movie_info {
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .content .ticket_link{
    font-size: 1.6rem;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footer {
  background-color: #FFF;
}
#footer .inner {
  max-width: 1050px;
  width: 95%;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  line-height: 0;
}
#footer .inner .link {
  display: flex;
  align-items: center;
}
#footer ul {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 0;
  padding-right: 30px;
}
#footer li {
  padding-right: 10px;
}
#footer .mail a:before {
  content: '';
  width: 33px;
  height: 33px;
  background-image: url(../images/icon_mail@2x.png);
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 10px;
}
#footer .text {
  padding-right: 40px;
}
@media screen and (max-width: 640px) {

  #footer .inner {
    display: block;
    height: 110px;
  }
  #footer .inner .link {
    justify-content: space-around;
  }

}
/* ===============================================================================
faq,policy
=============================================================================== */
.faq #pageWrap,
.policy #pageWrap {
  background: #FFF;
  font-size: 2.2rem;
  letter-spacing: .3rem;
}
.faq .content,
.policy .content {
  padding: 40px 2em;
}
.faq h1,
.policy h1 {
  text-align: center;
  padding-top: 50px;
}
.faq dl {
  margin-top: 40px;
  overflow: hidden;
}
.faq dl:nth-child(even){
  margin-top: 10px;
}
.faq dt{
  float: left;
  width: 20px;
  line-height: 1;
  font-size: 0;
}
.faq .question:after{
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  background-image: url(../images/icon_q@2x.png);
  background-size: 21px 27px;
}
.faq .answer:after{
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  background-image: url(../images/icon_a@2x.png);
  background-size: 26px 23px;
}
.faq dd {
  margin-left: 40px;
}
.faq dd li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: .5em;
}
.back {
  text-align: center;
  padding: 40px 0;
}

.policy li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}
.policy ul {
  margin-bottom: 10px;
}
.policy p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

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

  .faq #pageWrap,
  .policy #pageWrap {
    font-size: 1.8rem;

  }
  .faq h1 img,
  .policy h1 img {
    width: 90%;
  }
  .faq .content,
  .policy .content {
    padding: 20px 1em;
  }
  .faq dl {
    margin-top: 20px;
  }
  .faq dt{
    float: none;
  }
  .faq dd {
    margin-left: 0;
  }
  .back img {
    width: 70%;
  }
  .policy li {
    margin-bottom: 20px;
  }
}