/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;1,500&display=swap");
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 2; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word; }

html, body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400; }

a {
  display: inline-block;
  color: black;
  cursor: pointer; }

a, a:hover {
  text-decoration: none; }

button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0; }

img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em; }

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
  position: relative; }

small {
  font-size: 70%;
  color: grey; }

.mb1em {
	margin-bottom: 1em!important;
}

.mb3em{
	margin-bottom: 3em;
}
.mt2em {
	margin-top: 2em;
}

.red {
color: #F20004;	
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.pci {
  display: inline-block !important; }

.spi {
  display: none !important; }

.pcf {
  display: flex !important; }

.spf {
  display: none !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .pci {
    display: none !important; }

  .spi {
    display: inline-block !important; }

  .pcf {
    display: none !important; }

  .spf {
    display: flex !important; } }
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  position: relative;
  margin: 0;
  color: #000; }

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0; }

p, label, div, strong, input {
  display: block; }

/*
p {
  white-space: pre-line;
}
*/
.l_con,
.m_con,
.c_con,
.s_con {
  display: block;
  margin: auto;
  z-index: 0;
  position: relative; }

.l_con {
  width: 90rem; }

.m_con {
  width: 104rem; }

.c_con {
  width: 88rem; }

.s_con {
  width: 72rem; }

main {
  position: relative; }

:root {
  --color1: #00A7EA;
  --color2: #6E6E6E;
  --color3: #DAAB66;
  --color4: #30BCA7;
  --color5: #FFF100;
  --color6: #696969;
  --color7: #CCDFE4;
  --color8: #EFFAFF; }

/*---------------------------textalign----------------*/
.textCenter {
  text-align: center; }

/*---------------------------img----------------*/
.img_full {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  display: block; }

.img_cover {
  width: 100%;
  object-fit: cover; }

.img_contain {
  object-fit: contain; }

/*---------------------------content----------------*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a.opacity:hover {
  opacity: 0.8; }

.bg01 {
  background: url(../images/bg01.png) 0 0 repeat; }

.bg_img {
  background: url(../images/bg_img.png) 0 0 repeat;
  background-size: 100% auto;
  padding-bottom: 20rem; }

.bg02 {
  background: url(../images/bg02.png) 0 0 repeat; }

#mv {
  background: url(../images/mv_head.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 16rem;
  position: relative; }
  #mv .mv_txt {
    width: 84rem;
    margin: 0 auto; }
  #mv p {
    text-align: center;
    font-weight: 700;
    color: #00366a;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    line-height: 1.95;
    padding-top: 5.5rem; }
  #mv .mv_pic {
    width: 137.9rem;
    position: absolute;
    top: 16rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #mv .mv_photo {
    width: 100%;
    position: relative;
    top: -2rem; }

#menu {
  padding-bottom: 11rem; }
  #menu ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #menu ul li {
      list-style: none;
      width: 20.5rem; }
      #menu ul li:nth-child(2n+1) {
        padding-top: 8rem; }
      #menu ul li a:hover {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0.8; }

.hall {
  background: url(../images/bg_section.png) 0 0 repeat;
  border-radius: 1.5rem;
  border: 0.5rem solid #000;
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
  margin-bottom: 13rem; }
  .hall h2 {
    position: absolute;
    top: -3rem;
    left: -2.5rem;
    width: 19.5rem;
    height: 5.6rem;
    font-size: 2.4rem;
    border-radius: 2.8rem;
    letter-spacing: -0.02em;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .hall .time {
    text-align: center;
    color: #00366a;
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 3rem; }
    .hall .time span {
      font-weight: 400;
      font-size: 1.8rem; }
  .hall .age {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 2rem;
    width: 16rem;
    height: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .hall .intro_txt {
    font-size: 1.6rem;
    line-height: 2.18;
    letter-spacing: -0.02em;
    padding-top: 1.5rem;
    padding-bottom: 2rem; }
    
  #lobby .popup-modal {
    padding-bottom: 5rem;
    color: #00aee0; }
    
  .hall .ticket h3 {
    color: #00366a;
    margin-bottom: 5rem;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative; }
    .hall .ticket h3:before, .hall .ticket h3:after {
      content: "";
      width: 25rem;
      height: 1px;
      background-color: #9a9a9a;
      position: absolute;
      top: 50%; }
    .hall .ticket h3:before {
      left: 0; }
    .hall .ticket h3:after {
      right: 0; }
  .hall .ticket_info {
    padding-bottom: 6.0rem; }
    .hall .ticket_info .txt1 {
      padding-top: 3.5rem;
      padding-bottom: 4rem;
      line-height: 1.73;
      font-size: 1.5rem; }
    .hall .ticket_info p {
      font-size: 1.5rem; }
      .hall .ticket_info p a {
        color: #1376c2;
        text-decoration: underline;
        font-size: 100%; }
    .hall .ticket_info .indent4 {
      padding-left: 4em;
      text-indent: -4em; }
  .hall .ticket_block {
    padding-bottom: 6.5rem; }
    .hall .ticket_block h4 {
      border-left: 9px solid #ec749d;
      font-weight: 700;
      font-size: 2.4rem;
      margin-bottom: 2rem;
      padding-left: 3rem;
      padding-top: 0.4rem;
      padding-bottom: 0.6rem; }
      .hall .ticket_block h4 span {
        font-size: 2.2rem;
        display: inline-block;
        padding-left: 4.5rem;
        color: #00366a; }
    .hall .ticket_block .event {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700;
      border-radius: 2rem;
      display: inline-block;
      line-height: 1;
      padding: 1rem 2rem;
      margin-bottom: 2rem; }
    .hall .ticket_block .comment {
      padding-bottom: 3rem;
      font-size: 1.6rem; }
    .hall .ticket_block .ticket_txt {
      width: 48rem; }
    .hall .ticket_block .ticket_photo {
      width: 26rem;
      position: relative; }
  .hall .info_dl {
    margin-bottom: 2rem; }
    .hall .info_dl:last-of-type {
      margin-bottom: 0; }
    .hall .info_dl dt {
      border-radius: 0.5rem 0 0 0.5rem;
      border: 1px solid #ffd400;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 1rem 3rem;
      background-color: #fff; }
      .hall .info_dl dt span {
        font-size: 1.2rem; }
    .hall .info_dl dd {
      border-radius: 0 0.5rem 0.5rem 0;
      border: 1px solid #ffd400;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 1rem 4.5rem;
      background-color: #ffd400; }
  .hall .link {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .hall .link a {
      color: #00aee0;
      font-weight: 700;
      font-size: 1.5rem;
      text-decoration: underline; }
  .hall .capacity {
    font-size: 1.5rem;
    padding-bottom: 2rem; }
  .hall .kome {
    font-size: 1.4rem;
    line-height: 2.07; }
  .hall .info_txt {
    font-weight: 700;
    font-size: 1.6rem;
    padding-bottom: 2rem; }
    .hall .info_txt:last-of-type {
      padding-bottom: 0; }
    .hall .info_txt span {
      display: inline-block;
      padding-right: 2rem; }

.flex {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

#largehall {
  border-color: #ec749d; }
  #largehall h2 {
    background-color: #ec749d; }
  #largehall .main {
    padding-top: 5rem;
    padding-bottom: 1.5rem; }
    #largehall .main .largehall_main {
      width: 62.6rem;
      display: block;
      margin: 0 auto; }
  #largehall .largehall_balloon01 {
    width: 10.7rem;
    position: absolute;
    top: 16.6rem;
    right: -0.5rem; }
  #largehall .largehall_balloon02 {
    width: 14.2rem;
    position: absolute;
    top: 15rem;
    left: -4rem; }
  #largehall .largehall_pic01 {
    width: 27rem;
    position: absolute;
    top: -6.8rem;
    right: -4rem; }
  #largehall .time span {
    padding-left: 3rem;
    display: inline-block; }
  #largehall .age {
    background-color: #ec749d; }
  #largehall .largehall_pic02 {
    width: 11.9rem;
    position: absolute;
    top: -7.2rem;
    left: 0.5rem; }
  #largehall .largehall_three_block {
    padding-bottom: 5rem;
    width: 23.5rem; }
    #largehall .largehall_three_block .ttl {
      color: #ec749d;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      padding-top: 2rem;
      line-height: 1; }
    #largehall .largehall_three_block .txt {
      padding-top: 2.5rem;
      font-size: 1.4rem;
      line-height: 2.2; }
  #largehall .largehall_two_block {
    width: 36rem;
    padding-bottom: 4rem; }
    #largehall .largehall_two_block img {
      margin-bottom: 2rem; }
  #largehall .info_txt span {
    color: #ec749d; }
  #largehall .person_ul {
    width: 36rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 5rem; }
    #largehall .person_ul li {
      list-style: none;
      width: 16rem; }
      #largehall .person_ul li p {
        padding-top: 2.5rem;
        font-weight: 700;
        text-align: center;
        line-height: 1; }
        #largehall .person_ul li p span {
          display: block;
          color: #ec749d;
          padding-bottom: 1rem; }
  #largehall .other_info {
    width: 36rem;
    position: relative; }
  #largehall .largehall_pic03 {
    width: 7.7rem;
    position: absolute;
    top: 5.3rem;
    right: -4rem; }
  #largehall .ticket_block h4 {
    border-color: #ec749d; }
  #largehall .ticket_block .event {
    background-color: #ec749d; }

#smallhall {
  border-color: #97c72f; }
  #smallhall h2 {
    background-color: #97c72f; }
  #smallhall .smallhall_main {
    display: block;
    margin: 0 auto;
    width: 42.8rem;
    padding-top: 8rem;
    padding-bottom: 1rem; }
  #smallhall .smallhall_balloon01 {
    width: 10.7rem;
    position: absolute;
    top: 16.6rem;
    right: 8rem; }
  #smallhall .smallhall_balloon02 {
    width: 14.2rem;
    position: absolute;
    top: 3rem;
    left: 9.5rem; }
  #smallhall .smallhall_pic01 {
    width: 12.5rem;
    position: absolute;
    top: -6rem;
    right: 3rem; }
  #smallhall .smallhall_pic02 {
    width: 17.1rem;
    position: absolute;
    top: 31rem;
    left: -4rem; }
  #smallhall .smallhall_pic03 {
    width: 6.9rem;
    position: absolute;
    top: 28.5rem;
    right: 4rem; }
  #smallhall .smallhall_pic04 {
    width: 10.4rem;
    position: absolute;
    bottom: -5rem;
    left: -5rem; }
  #smallhall .time span {
    display: block; }
  #smallhall .age {
    background-color: #97c72f; }
  #smallhall .info_txt span {
    display: block;
    color: #97c72f; }
  #smallhall .smallhall_two_block {
    width: 36rem;
    padding-bottom: 6.5rem; }
    #smallhall .smallhall_two_block img {
      padding-bottom: 2rem; }
  #smallhall .person_ul {
    padding-bottom: 6.5rem;
    width: 36rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #smallhall .person_ul li {
      list-style: none;
      width: 16rem; }
      #smallhall .person_ul li p {
        padding-top: 2rem;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700; }
        #smallhall .person_ul li p span {
          display: block;
          color: #97c72f; }
          #smallhall .person_ul li p span.small {
            font-weight: 400;
            color: #000;
            font-size: 1.3rem;
            line-height: 1.5; }
  #smallhall .ticket_info {
    padding-bottom: 10rem; }

#workshop {
  border-color: #f4a000;
  padding-top: 8rem;
  margin-bottom: 0; }
  #workshop h2 {
    background-color: #f4a000;
    width: 23rem; }
  #workshop .workshop_balloon01 {
    width: 14.6rem;
    position: absolute;
    top: -7rem;
    right: 38rem; }
  #workshop .workshop_balloon02 {
    width: 7.7rem;
    position: absolute;
    top: -12rem;
    right: -4rem; }
  #workshop .workshop_pic01 {
    width: 13.6rem;
    position: absolute;
    top: -9rem;
    right: 11.5rem; }
  #workshop .workshop_pic02 {
    width: 10.4rem;
    position: absolute;
    top: 24.8rem;
    right: -4rem; }
  #workshop .workshop_pic03 {
    width: 8.9rem;
    position: absolute;
    bottom: -2rem;
    right: -2.5rem; }
  #workshop .main {
    width: 37.8rem; }
  #workshop .time {
    padding-top: 3rem;
    text-align: left; }
  #workshop .workshop_photo01 {
    width: 36rem; }
  #workshop .age {
    background-color: #f4a000; }
  #workshop .info_txt span {
    color: #f4a000; }
  #workshop .ticket {
    padding-top: 8.5rem; }
  #workshop .ticket_block:first-of-type {
    padding-bottom: 8rem; }
  #workshop .ticket_block h4 {
    border-color: #f4a000; }
  #workshop .ticket_block .event {
    background-color: #f4a000; }
  #workshop .ticket_block .schedule {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00366a;
    padding-bottom: 2.5rem; }
  #workshop .ticket_block .capacity {
    padding-top: 2.5rem;
    padding-bottom: 0; }
  #workshop .workshop_photo04 {
    width: 17.2rem;
    position: absolute;
    top: 10rem;
    right: -10rem; }

#lobby {
  border-color: #4cafe4;
  padding-top: 8rem; }
  #lobby h2 {
    background-color: #4cafe4;
    width: 22.4rem; }
  #lobby .lobby_balloon01 {
    width: 10.9rem;
    position: absolute;
    top: -2.5rem;
    right: -2.5rem; }
  #lobby .lobby_balloon02 {
    width: 12.6rem;
    position: absolute;
    top: 6rem;
    left: -7rem; }
  #lobby .lobby_pic01 {
    width: 15.4rem;
    position: absolute;
    top: 45rem;
    right: -6rem; }
  #lobby .lobby_pic02 {
    width: 8rem;
    position: absolute;
    top: 59rem;
    left: -4.5rem; }
  #lobby .lobby_main01 {
    width: 35.6rem; }
  #lobby .lobby_main02 {
    width: 29.8rem; }
  #lobby .lobby_block {
    padding-bottom: 7.5rem; }
    #lobby .lobby_block.border {
      padding-top: 7rem;
      border-top: 1px solid #9a9a9a; }
    #lobby .lobby_block .capacity {
      padding-top: 2rem;
      padding-bottom: 0; }
  #lobby .main {
    width: 35.6rem; }
  #lobby .time {
    padding-top: 3rem;
    text-align: left; }
  #lobby .workshop_photo01 {
    width: 36rem; }
  #lobby .age {
    background-color: #4cafe4; }
  #lobby .info_txt span {
    color: #4cafe4; }

	#lobby  .indent6 {
      padding-left: 6em;
      text-indent: -6em; }

#accessibility {
  padding-top: 16rem;
  padding-bottom: 10rem; }
  #accessibility .accessibility_head {
    position: relative;
    padding-bottom: 8.5rem;
    margin-bottom: 2rem; }
    #accessibility .accessibility_head h2 {
      text-align: center;
      font-weight: 700;
      color: #00366a;
      font-size: 4rem;
      line-height: 1;
      padding-bottom: 6.5rem;
      background: url(../images/accessibility_head.png) center bottom no-repeat;
      background-size: 15.9rem auto; }
  #accessibility .accessibility_pic01 {
    width: 11.3rem;
    position: absolute;
    left: 0;
    bottom: 0; }
  #accessibility .accessibility_pic02 {
    width: 15.5rem;
    position: absolute;
    right: 0;
    bottom: 0; }
  #accessibility .accessibility_block {
    padding-bottom: 6rem; }
    #accessibility .accessibility_block:last-of-type {
      padding-bottom: 0; }
    #accessibility .accessibility_block h3 {
      margin-bottom: 4rem;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #accessibility .accessibility_block h3 .txt {
        font-size: 2.4rem;
        font-weight: 700; }
      #accessibility .accessibility_block h3 .bg {
        height: 4px;
        background: url(../images/accessibility_ttl.png) 0 center repeat-x;
        margin-left: auto; }
      #accessibility .accessibility_block h3.ttl1 .bg {
        width: 30rem; }
      #accessibility .accessibility_block h3.ttl2 .bg {
        width: 34rem; }
      #accessibility .accessibility_block h3.ttl3 .bg {
        width: 62.4rem; }
      #accessibility .accessibility_block h3.ttl4 .bg {
        width: 58rem; }
      #accessibility .accessibility_block h3.ttl5 .bg {
        width: 52rem; }
    #accessibility .accessibility_block dl {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 2.5rem; }
      #accessibility .accessibility_block dl:last-of-type {
        margin-bottom: 0; }
      #accessibility .accessibility_block dl dt {
        width: 12rem;
        height: 4rem;
        border-radius: 2rem;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #accessibility .accessibility_block dl dt.blue {
          background-color: #4cafe4; }
        #accessibility .accessibility_block dl dt.orange {
          background-color: #f4a000; }
      #accessibility .accessibility_block dl dd {
        padding-left: 3rem;
        font-size: 1.5rem;
        line-height: 1.7;
        width: calc(100% - 12rem); }
        #accessibility .accessibility_block dl dd a {
          font-size: 100%;
          color: #00b7e5;
          text-decoration: underline; }
        #accessibility .accessibility_block dl dd .mothers {
          width: 14.5rem;
          display: inline-block;
          margin-right: 1.5rem; }

#access {
  padding-bottom: 10rem; }
  #access .access_head {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 5.5rem; }
  #access .access_left .logo {
    width: 42rem;
    padding-bottom: 2rem; }
  #access .access_left p {
    font-size: 1.6rem;
    line-height: 1.8; }
  #access .access_right a {
    border-radius: 1rem;
    color: #fff;
    background-color: #f091a0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 26rem;
    height: 6rem;
    font-size: 2.4rem;
    font-weight: 700; }
    #access .access_right a span {
      display: inline-block;
      padding-left: 6rem;
      position: relative; }
      #access .access_right a span:before {
        content: "";
        width: 2.7rem;
        height: 4rem;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/icon_pin.png) 0 0 no-repeat;
        background-size: 100% auto; }
  #access .map {
    width: 100%;
    height: 35rem; }
    #access .map iframe {
      width: 100%;
      height: 100%; }

#footer {
  padding-bottom: 16rem; }
  #footer .sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 4rem; }
    #footer .sns li {
      list-style: none;
      margin: 0 1rem; }
    #footer .sns .icon_twitter {
      width: 4.6rem; }
    #footer .sns .icon_facebook {
      width: 4.7rem; }
    #footer .sns .icon_insta {
      width: 4.0rem; }
    #footer .sns .icon_play {
      width: 4.8rem; }
  #footer p {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 4rem;
    text-align: center;
    letter-spacing: -0.01em; }
    #footer p.p_none {
      padding-bottom: 0; }
    #footer p:last-of-type {
      /*padding-bottom: 0;*/ }
  #footer .logos {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #000;
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
  #footer .logos._2 {
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
    #footer .logos li {
      list-style: none;
      margin: 0 1rem; }
    #footer .logos .logo_bunka {
      width: 9.5rem; }
    #footer .logos .logo_jly {
      width: 10.3rem; }
    #footer .logos .logo_mc {
      width: 5.9rem; }
  #footer .logo-wrap {
	  margin-top: 5rem;
	  padding-top: 5rem;
	  border-top: 1px solid #000;
  }

#footer .kanagawa_logo {
	width: 200px;
}

#footer .logo_mc {
	width: 50px!important;
}

#footer .bunka_logo {
	width: 70px!important;
}

#footer .logo_showa {
	width: 180px!important;
}

#footer .logo_senzoku {
	width: 180px!important;
}
#footer .logo_nijiiro {
	width: 100px!important;
}


  #footer .logo {
    width: 39rem;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    
  #footer .logo a+a {
  	margin-left: 4rem;
  	pointer-events: none;
  }
    
  #footer .copyright {
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-top: 1.5rem;
    color: #000; }

.mfp-content {
  max-width: 120rem;
  margin: 0 auto; }

.cast_inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff; }
  .cast_inner .cast_left {
    width: 46rem; }
  .cast_inner .cast_right {
    width: 74rem;
    padding-top: 6rem;
    padding-left: 8rem; }
    .cast_inner .cast_right .name {
      font-size: 3.4rem;
      font-weight: 700;
      padding-bottom: 1rem; }
      .cast_inner .cast_right .name rt {
        font-weight: 400; }
    .cast_inner .cast_right .pos {
      font-size: 2rem;
      padding-bottom: 2rem; }
    .cast_inner .cast_right .intro {
      width: 57rem; }
      
    .cast_inner .cast_right .intro a {
          color: #1376c2; }
      
      .cast_inner .cast_right .intro p {
        font-size: 1.5rem;
        line-height: 2; }

.mfp-close-btn-in button.mfp-close {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_close.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 1;
  top: 3rem;
  right: 3rem; }

.loaded,
.move {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .loaded.active,
  .move.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0); }

@media screen and (max-width: 1400px) {
  html, body {
    font-size: calc(1000vw / 1400); } }
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 750); }

  .l_con,
  .m_con,
  .s_con,
  .c_con {
    width: 100%; }

  .bg01 {
    background: url(../images/bg01_sp.png) 0 0 repeat;
    overflow: hidden; }

  .bg_img {
    background: url(../images/bg_img_sp.png) 0 0 repeat;
    background-size: 100% auto;
    padding-bottom: 13rem; }

  .bg02 {
    background: url(../images/bg02_sp.png) 0 0 repeat; }

  #mv {
    background: url(../images/mv_head_sp.png) center 0 no-repeat;
    background-size: 100% auto;
    padding-top: 6.8rem; }
    #mv .mv_txt {
      width: 73.4rem; }
    #mv p {
      font-size: 2.5rem;
      line-height: 1.76;
      padding-top: 3rem; }
    #mv .mv_pic {
      display: none; }
    #mv .mv_photo {
      width: 100%;
      position: relative;
      top: -2rem; }

  #menu {
    padding-top: 2rem;
    padding-bottom: 9.5rem; }
    #menu ul {
      width: 64rem;
      margin: 0 auto; }
      #menu ul li {
        width: 30rem;
        margin-bottom: 3rem; }
        #menu ul li:nth-child(2n+1) {
          padding-top: 0; }

  .hall {
    width: 70rem;
    margin: 0 auto;
    background: url(../images/bg_section_sp.png) 0 0 repeat;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 17rem; }
    .hall h2 {
      top: -3rem;
      left: 50%;
      margin-left: -12rem;
      width: 24rem;
      font-size: 3.2rem; }
    .hall .time {
      font-size: 3rem;
      padding-bottom: 4rem; }
      .hall .time span {
        font-size: 2.2rem; }
    .hall .age {
      font-size: 2.4rem;
      border-radius: 2.7rem;
      width: 22.8rem;
      height: 5.5rem; }
    .hall .intro_txt {
      font-size: 2.4rem;
      line-height: 1.9;
      padding-top: 4rem;
      padding-bottom: 10rem; }
    .hall .ticket h3 {
      margin-bottom: 8rem;
      font-size: 3.5rem; }
      .hall .ticket h3:before, .hall .ticket h3:after {
        width: 13.4rem; }
    .hall .ticket_info {
      padding-bottom: 8.0rem; }
      .hall .ticket_info .txt1 {
        padding-top: 7rem;
        padding-bottom: 5.5rem;
        line-height: 1.9;
        font-size: 2.4rem; }
      .hall .ticket_info p {
        font-size: 2.4rem; }
    .hall .ticket_block {
      padding-bottom: 10rem; }
      .hall .ticket_block h4 {
        border-left: 0.9rem solid #ec749d;
        font-size: 3rem;
        margin-bottom: 4rem;
        padding-left: 3rem;
        padding-top: 1rem;
        padding-bottom: 1.2rem; }
        .hall .ticket_block h4 span {
          font-size: 3rem;
          padding-left: 4rem; }
      .hall .ticket_block .event {
        font-size: 2.4rem;
        border-radius: 2.7rem;
        padding: 1.6rem 2rem;
        margin-bottom: 4.5rem; }
      .hall .ticket_block .comment {
        padding-bottom: 6rem;
        font-size: 2.4rem; }
      .hall .ticket_block .ticket_txt {
        width: 100%;
        padding-bottom: 8rem; }
      .hall .ticket_block .ticket_photo {
        width: 100%; }
    .hall .info_dl {
      margin-bottom: 4rem;
      display: flex; }
      .hall .info_dl:last-of-type {
        margin-bottom: 0; }
      .hall .info_dl dt {
        font-size: 2.4rem;
        padding: 1rem 3rem;
        line-height: 1.5;
        font-weight: 400; }
        .hall .info_dl dt span {
          font-size: 2rem; }
      .hall .info_dl dd {
        font-size: 2.4rem;
        padding: 1rem 3rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-weight: 400; }
    .hall .link {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .hall .link a {
        font-size: 2.4rem; }
    .hall .capacity {
      font-size: 2.4rem;
      padding-bottom: 3.6rem; }
    .hall .kome {
      font-size: 2rem;
      line-height: 1.9; }
    .hall .info_txt {
      font-size: 2.8rem;
      padding-bottom: 2rem; }
      .hall .info_txt:last-of-type {
        padding-bottom: 0; }
      .hall .info_txt span {
        padding-right: 3.6rem; }

  #largehall {
    padding-bottom: 4rem; }
    #largehall .main {
      padding-top: 6.5rem;
      padding-bottom: 2rem; }
      #largehall .main .largehall_main {
        width: 100%; }
    #largehall .largehall_balloon01 {
      width: 9.2rem;
      position: absolute;
      top: 22rem;
      right: -3rem; }
    #largehall .largehall_balloon02 {
      width: 9.4rem;
      position: absolute;
      top: -3rem;
      left: 4rem; }
    #largehall .largehall_pic01 {
      width: 21.5rem;
      top: -5.5rem;
      right: -2rem; }
    #largehall .time span {
      padding-left: 0;
      display: block; }
    #largehall .largehall_pic02 {
      width: 18rem;
      position: absolute;
      top: auto;
      bottom: 0;
      left: auto;
      right: -36rem; }
    #largehall .largehall_three_block {
      padding-bottom: 8rem;
      width: 50rem;
      margin: 0 auto; }
      #largehall .largehall_three_block .ttl {
        font-size: 2.8rem;
        padding-top: 3rem; }
      #largehall .largehall_three_block .txt {
        padding-top: 3rem;
        font-size: 2.4rem;
        line-height: 1.9; }
    #largehall .largehall_two_block {
      width: 50rem;
      margin: 0 auto;
      padding-bottom: 6rem; }
      #largehall .largehall_two_block img {
        margin-bottom: 2rem; }
      #largehall .largehall_two_block .info_txt {
        text-align: center; }
        #largehall .largehall_two_block .info_txt span {
          display: block; }
    #largehall #largehall_block_bottom {
      background: url(../images/dot.png) center 0 no-repeat;
      background-size: 50rem auto;
      padding-top: 8rem; }
    #largehall .person_ul {
      width: 50rem;
      margin: 0 auto;
      padding-top: 2rem;
      padding-bottom: 9rem; }
      #largehall .person_ul li {
        width: 22.6rem; }
        #largehall .person_ul li p {
          padding-top: 3rem;
          font-size: 2.8rem; }
          #largehall .person_ul li p span {
            padding-bottom: 2rem; }
    #largehall .other_info {
      width: 50rem;
      margin: 0 auto 14.5rem; }
    #largehall .largehall_pic03 {
      width: 11.1rem;
      top: -10rem;
      right: -11.5rem; }
    #largehall .ticket_block h4 {
      border-color: #ec749d; }
    #largehall .ticket_block .event {
      background-color: #ec749d; }

  #smallhall .smallhall_main {
    width: 52rem;
    padding-top: 8rem;
    padding-bottom: 2.5rem; }
  #smallhall .smallhall_balloon01 {
    width: 10.7rem;
    top: 23rem;
    right: -4rem; }
  #smallhall .smallhall_balloon02 {
    width: 14.2rem;
    top: 45rem;
    left: -4rem; }
  #smallhall .smallhall_pic01 {
    width: 12.7rem;
    top: -9rem;
    right: 1rem; }
  #smallhall .smallhall_pic02 {
    width: 18.9rem;
    top: -9rem;
    left: 0rem; }
  #smallhall .smallhall_pic03 {
    width: 8.6rem;
    top: 108rem;
    right: auto;
    left: -2rem; }
  #smallhall .smallhall_pic04 {
    width: 11.1rem;
    bottom: -8.5rem;
    left: 0rem; }
  #smallhall .smallhall_two_block {
    width: 50rem;
    margin: 0 auto;
    padding-bottom: 6.5rem; }
    #smallhall .smallhall_two_block img {
      padding-bottom: 4rem; }
  #smallhall .person_ul {
    width: 50rem;
    margin: 0 auto;
    padding-bottom: 9.5rem; }
    #smallhall .person_ul li {
      width: 22.6rem; }
      #smallhall .person_ul li p {
        padding-top: 2.5rem;
        font-size: 2.8rem; }
        #smallhall .person_ul li p span.small {
          font-size: 1.9rem; }
  #smallhall .ticket_info {
    padding-bottom: 10rem; }

  #workshop {
    padding-top: 10rem; }
    #workshop h2 {
      width: 32rem;
      margin-left: -16rem; }
    #workshop .workshop_balloon01 {
      width: 14.6rem;
      top: -5.5rem;
      right: auto;
      left: -2rem; }
    #workshop .workshop_balloon02 {
      width: 6.8rem;
      top: -12.6rem;
      right: -4rem; }
    #workshop .workshop_pic01 {
      width: 13.6rem;
      top: -8.8rem;
      right: 0; }
    #workshop .workshop_pic02 {
      width: 10.4rem;
      top: 7rem;
      right: 3rem; }
    #workshop .workshop_pic03 {
      width: 9.8rem;
      bottom: 19rem;
      right: 2rem; }
    #workshop .main {
      width: 58.7rem; }
    #workshop .time {
      padding-top: 6rem;
      padding-bottom: 5rem;
      text-align: center; }
    #workshop .workshop_photo01 {
      width: 59rem;
      padding-bottom: 6rem; }
    #workshop .intro_txt {
      padding-bottom: 4rem; }
      
    #workshop .goto img {
      width: 24rem; }
      
    #workshop .info_txt {
      padding-bottom: 4rem; }
    #workshop .ticket {
      padding-top: 8.5rem; }
    #workshop .ticket_block:first-of-type {
      padding-bottom: 8rem; }
    #workshop .ticket_block .schedule {
      font-size: 3rem;
      padding-bottom: 4.5rem; }
    #workshop .ticket_block .event {
      margin-top: 7rem; }
    #workshop .ticket_block .capacity {
      padding-top: 2.5rem;
      padding-bottom: 0; }
    #workshop .ticket_block .sp {
      position: relative; }
    #workshop .ticket_txt {
      padding-bottom: 0; }
    #workshop .ticket_photo {
      display: none; }
    #workshop .workshop_photo04 {
      width: 26.8rem;
      top: 24rem;
      right: -7rem; }

  #lobby h2 {
    width: 30rem;
    margin-left: -15rem; }
  #lobby .lobby_balloon01 {
    width: 10.9rem;
    top: -10rem;
    right: -2.5rem; }
  #lobby .lobby_balloon02 {
    width: 12.6rem;
    top: -5rem;
    left: -2.8rem; }
  #lobby .lobby_pic01 {
    width: 18.6rem;
    top: 120rem;
    right: 2rem; }
  #lobby .lobby_pic02 {
    display: none; }
  #lobby .lobby_main01 {
    width: 59rem; }
  #lobby .lobby_main02 {
    width: 47.5rem;
    margin: 0 auto; }
  #lobby .lobby_block {
    padding-bottom: 10rem; }
    #lobby .lobby_block.border {
      padding-top: 9rem; }
    #lobby .lobby_block .capacity {
      padding-top: 5rem;
      padding-bottom: 4rem; }
  #lobby .main {
    width: 59rem; }
  #lobby .time {
    padding-top: 6rem;
    text-align: center; }
  #lobby .lobby_photo01 {
    width: 59rem;
    padding: 7rem 0; }
  #lobby .intro_txt {
    padding-bottom: 2rem; }
    
  #lobby .popup-modal {
    padding-bottom: 7rem; }

  #accessibility {
    padding-top: 12rem;
    padding-bottom: 16rem; }
    #accessibility .accessibility_head {
      padding-bottom: 7rem;
      margin-bottom: 6rem; }
      #accessibility .accessibility_head h2 {
        font-size: 4rem;
        padding-bottom: 6rem;
        background: url(../images/accessibility_head.png) center bottom no-repeat;
        background-size: 15.9rem auto; }
    #accessibility .accessibility_pic01 {
      width: 13rem;
      left: 2.5rem;
      bottom: auto;
      top: -19rem; }
    #accessibility .accessibility_pic02 {
      width: 17.7rem;
      right: 2.5rem;
      bottom: auto;
      top: -19rem; }
    #accessibility .accessibility_block {
      padding-bottom: 9.5rem;
      width: 65rem;
      margin: 0 auto; }
      #accessibility .accessibility_block:last-of-type {
        padding-bottom: 0; }
      #accessibility .accessibility_block h3 {
        margin-bottom: 4rem;
        padding-bottom: 3.5rem;
        background: url(../images/accessibility_ttl_sp.png) 0 bottom no-repeat;
        background-size: 100% auto; }
        #accessibility .accessibility_block h3.bg_none {
          background: none;
          padding-bottom: 0; }
        #accessibility .accessibility_block h3 .txt {
          font-size: 2.8rem;
          letter-spacing: 0; }
        #accessibility .accessibility_block h3 .bg {
          display: none; }
      #accessibility .accessibility_block dl {
        margin-bottom: 6rem; }
        #accessibility .accessibility_block dl:last-of-type {
          margin-bottom: 0; }
        #accessibility .accessibility_block dl dt {
          width: 16rem;
          height: 5.5rem;
          border-radius: 2.7rem;
          font-size: 2.4rem; }
        #accessibility .accessibility_block dl dd {
          padding-left: 3.5rem;
          font-size: 2.4rem;
          width: calc(100% - 16rem); }
          #accessibility .accessibility_block dl dd .mothers {
            width: 25rem;
            margin-right: 1.5rem; }
      #accessibility .accessibility_block p {
        font-size: 2.4rem;
        line-height: 1.7; }

  #access {
    padding-bottom: 9rem;
    width: 65rem;
    margin: 0 auto; }
    #access .access_head {
      display: block;
      padding-bottom: 7rem; }
    #access .access_left .logo {
      width: 51.2rem;
      padding-bottom: 6rem; }
    #access .access_left p {
      font-size: 2.4rem; }
    #access .access_right {
      padding-top: 5rem; }
      #access .access_right a {
        border-radius: 1rem;
        width: 26rem;
        height: 6rem; }
        #access .access_right a span {
          padding-left: 6rem; }
          #access .access_right a span:before {
            width: 2.7rem;
            height: 4rem; }

  #footer {
    padding-bottom: 7rem; }
    #footer .sns {
      padding-bottom: 9rem; }
      #footer .sns li {
        margin: 0 1.5rem; }
      #footer .sns .icon_twitter {
        width: 8.3rem; }
      #footer .sns .icon_facebook {
        width: 8.3rem; }
      #footer .sns .icon_insta {
        width: 7.3rem; }
      #footer .sns .icon_play {
        width: 8.4rem; }
    #footer p {
      font-size: 2.2rem;
      line-height: 2.13;
      padding-bottom: 5.5rem;
      text-align: left;
      letter-spacing: 0;
      width: 65rem;
      margin: 0 auto; }
      #footer p.p_none {
        padding-bottom: 5.5rem; }
      #footer p:last-of-type {
        /*padding-bottom: 0;*/ }
    #footer .logos {
      padding-top: 0rem;
      padding-bottom: 5rem; }
    #footer .logos._2 {
      padding-top: 0rem;
      padding-bottom: 0; }
      #footer .logos li {
        margin: 0 1.2rem; }
      #footer .logos .logo_bunka {
        width: 15.2rem; }
      #footer .logos .logo_jly {
        width: 16.5rem; }
      #footer .logos .logo_mc {
        width: 9.4rem; }
    #footer .logo {
      width: 40rem;
      margin: 0 auto; }
    #footer .copyright {
      font-size: 1.8rem;
      padding-top: 3rem; }

  .cast_inner .cast_left {
    width: 100%; }
  .cast_inner .cast_right {
    width: 100%;
    padding: 6rem 8rem; }
    .cast_inner .cast_right .name {
      font-size: 4rem; }
    .cast_inner .cast_right .pos {
      font-size: 2.4rem;
      padding-bottom: 2rem; }
    .cast_inner .cast_right .intro {
      width: 100%; }
      .cast_inner .cast_right .intro p {
        font-size: 2.4rem;
        line-height: 2; }

  .mfp-close-btn-in button.mfp-close {
    width: 4rem;
    height: 4rem;
    top: 3rem;
    right: 3rem;
    position: fixed; } }


.logo_bg{
	background-color: #fff;
	padding-bottom: 1.5em;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 4em;
}
