@charset "UTF-8";

/*----------------------------------------------------
  Layout
----------------------------------------------------*/
.l-container {
  width: 100%;
  min-width: 320px;
  color: #FFF;
  /* overflow: hidden; */
}

@media only screen and (min-width: 1000px) {
  .l-container {
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 671px) {
  .l-container {
    margin: 0 auto;
    padding: 0;
  }
}


.inner {
  padding: 0 20px;
}



@media only screen and (min-width: 671px) {
  .inner {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
.inner.--head {
    max-width: 670px;
  }

}

@media only screen and (min-width: 1000px) {
  .inner {
    padding: 0;
  }


}

@media only screen and (min-width: 1180px) {
  .inner {
    padding: 0;
  }

  .inner.--head {
    max-width: 1050px;
  }
}


/* .l-header
---------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 980000;
  width: 100%;
  background: #FFF;
  margin: 0 auto;
  box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2);
  font-family: ryo-gothic-plusn, serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.l-header__inner {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

@media only screen and (min-width: 671px) {
  .l-header__inner {
    max-width: 980px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1000px) {
  .l-header__inner {
    max-width: none;
    padding: 8px 2%;
  }
}


/* .l-hero
---------------------------------------------------- */
.l-hero {
  width: 100%;
  height: calc(100vh - 305px);
  color: #FFF;

}

.l-hero__bg {
  position: absolute !important;
  z-index: -1;
  width: 100%;
  background-color: #000;
  background-size: cover;
  height: calc(100vh - 250px);
}

.l-hero__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

@media only screen and (min-width: 671px) {

  .l-hero {
    height: calc(100vh - 220px);
  }

  .l-hero__bg {
    height: calc(100vh - 220px);
  }

  .l-hero__inner {
    max-width: 700px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1180px) {

  .l-hero {
    height: calc(100vh - 280px);
  }

  .l-hero__bg {
    height: calc(100vh - 250px);
  }
  .l-hero__inner {
    max-width: 1000px;
    padding: 0;
  }
}


/* .l-head
---------------------------------------------------- */
.l-head {
  background-image: url(../images/pages/top/l-head_bg_01.png);
  background-position: center;
  background-size: cover;
  padding: 26px 0;
}

.l-head__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-head__container::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  transform: translate(0%, -100%);
  z-index: 100;
  width:180px;
  height: 72px;
  background-image: url(../images/pages/top/l-head_notice_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-head__title {
  max-width: 267px;
  width: 100%;
}

.l-head__date {
  max-width: 293px;
  width: 100%;
  margin-top: 14px;
}

@media only screen and (min-width: 671px) {

  .l-head {
    padding: 35px 0 0 0;
    height: 220px;
  }

  .l-head__container {
    flex-direction: row;
  }

  .l-head__container::before {
    top: 15px;
    left: -20px;
    transform: translate(0%, -100%);
    width: 195px;
    height: 85px;
  }

  .l-head__title {
    max-width: 610px;
    margin: 0 auto;
  }

  .l-head__date {
    max-width: 520px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1180px) {

  .l-head {
    height: 280px;
  }

  .l-head__container::before {
    top: 30px;
    transform: translate(0%, -100%);
    width: 260px;
    height: 120px;
    left: 10px;
  }

  .l-head__title {
    max-width: none;
    margin-right: 79px;
    margin-left: 60px;
  }
}


/* .l-info
---------------------------------------------------- */
.l-info {
  padding: 30px 0 42px;
  color: #000;
}

.l-info .p-section-title {
  max-width: 340px;
  width: 100%;
}

.l-info .l-info__text {
  text-align: center;
}

@media only screen and (min-width: 671px) {
  .l-info {
    padding: 60px 0 80px;
  }
}

@media only screen and (min-width: 1000px) {
  .l-info {
    padding: 80px 0 100px;
  }

  .l-info .p-section-title {
    margin-bottom: 30px;
  }

  .l-info .l-info__text {
    font-size: 16px;
  }
}

.bnrArea {
  margin-bottom: 32px;
}

.bnrArea__btn {
  width: 100%;
}

.bnrArea__btn{
  margin-top: 20px;
}

.bnrArea__btn > a {
  display: block;
}

.bnrBottom a{
  display: block;
}

.bnrBottom__btn{
  margin-top: 20px;
}

.bnrBottom__btn.--flex{
  display: block;
}

@media only screen and (min-width: 671px) {

  .bnrArea {
    margin-bottom: 40px;
  }

.bnrBottom__btn{
  margin-top: 0;
}

  .bnrBottom__btn.--flex{
  display: flex;
}

.bnrBottom__btn{
  margin-top: 30px;
}

.bnrArea__btn{
  margin-top: 30px;
}

  .bnrBottom__btn.--volunteers{
    margin-left: 20px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1000px) {

  .bnrArea {
    margin-bottom: 60px;
  }



  .bnrBottom__btn.--volunteers{
    margin-left: 40px;
  }
}

/* ----------------------------------------------------
 .ecBtn
---------------------------------------------------- */
.ecBtn {
  max-width: 460px;
  margin: 0 auto 2.2em;
}

@media only screen and (min-width: 671px) {
  .ecBtn {
    max-width: 960px;
    margin-bottom: 3em;
  }

  .ecBtn >a {
    transition: opacity .2s;
  }

  .ecBtn>a:hover {
    opacity: .7;
  }
}


/* .l-message
---------------------------------------------------- */
.l-message {
  background-color: #000;
  background-image: url(../../assets/images/pages/top/l-message_bg-sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 20px 0;
}

@media only screen and (min-width: 671px) {
  .l-message {
  background-image: url(../../assets/images/pages/top/l-message_bg-tb.png);
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1000px) {
  .l-message {
    background-image: url(../../assets/images/pages/top/l-message_bg-pc.png);
    padding: 40px 0;
    background-size: cover;
  }
}


/* .l-schedule
---------------------------------------------------- */
.l-schedule {
  background: #91784a url(../../assets/images/common/bg_schedule.jpg) repeat;
  padding: 20px 0;
}

@media only screen and (min-width: 671px) {
  .l-schedule {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1000px) {
  .l-schedule {
    padding: 40px 0;
  }
}


/* .l-ticket
---------------------------------------------------- */
.l-ticket {
  background-color: #FFF;
  padding: 20px 0 30px;
  color: #444;
}

@media only screen and (min-width: 671px) {
  .l-ticket {
    padding: 40px 0 60px;
  }
}

@media only screen and (min-width: 1000px) {
  .l-ticket {
    padding: 40px 0 60px;
  }
}





/* .l-access
---------------------------------------------------- */
.l-access {
  background: #EEE;
}

.l-access__inner {
  padding: 20px;
}

@media only screen and (min-width: 671px) {
  .l-access__inner {
    padding: 40px 30px;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1000px) {
  .l-access__inner {
    padding: 40px 0;
  }
}

/* @media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-access__inner {
    padding: 20px;
  }
} */


/* .l-faq
---------------------------------------------------- */
.l-faq {
  background: #f7f2ec url(../../assets/images/common/bg_faq.jpg) repeat;
  padding: 20px 0;
}

@media only screen and (min-width: 671px) {
  .l-faq {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1000px) {
  .l-faq {
    padding: 40px 0;
  }
}


/* .l-contact
---------------------------------------------------- */
.l-contact {
  background-color: #FFF;
  padding: 40px 0;
}

@media only screen and (min-width: 671px) {
  .l-contact {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1000px) {
  .l-contact {
    padding: 40px 0;
  }
}


/* .l-outline
---------------------------------------------------- */
.l-outline {
  color: #FFF;
  padding: 4% 0;
}

.l-outline__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media only screen and (min-width: 1000px) {
  .l-outline__inner {
    max-width: 900px;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

@media only screen and (min-width: 671px) {
  .l-outline__inner {
    max-width: 900px;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-outline__inner {
    max-width: 900px;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}


/* .l-footer
---------------------------------------------------- */
.l-footer {
  position: relative;
  width: 100%;
  font-size: 0.8em;
  padding: 20px 0;
  /* margin-bottom: 114px; */
  text-align: center;
  background: #efefef;
  color: #444;
}

.l-footer__text{
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}

.l-footer__text .--small{
  font-weight: 400;
}


@media only screen and (min-width: 671px) {
  .l-footer {
    margin-bottom:0;
  }
}


/*----------------------------------------------------
  Component
----------------------------------------------------*/
.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
}

.c-loading img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
}

.c-button {
  padding: 10px;
  border-radius: 4px;
  margin: 1em auto;
  display: block;
  text-align: center;
}

.c-button--exhibition {
  border: #707070 solid 1px;
}

.c-button--exhibition a {
  display: block;
  color: #FFF;
}

.c-button--exhibition a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-button--exhibition a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: "\f106";
  margin-right: 1em;
  font-weight: 900;
}

.c-button--other {
  border: #000 solid 1px;
}

.c-button--other a {
  color: #000;
  text-decoration: none;
}

.c-button--other:hover {
  background: #000;
}

.c-button--other:hover a {
  color: #FFF;
}

.c-pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 20000;
  display: none;
}

.c-pagetop a {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  background: url(../../assets/images/common/pagetop.png);
  background-size: cover;
}

.c-form a {
  width: 100%;
  background: #FFF;
  display: block;
  margin: 1em 0 2em;
  border-radius: 4px;
  color: #444;
  font-weight: bold;
  text-align: center;
  padding: 0.6em 1em;
}


.c-form a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media only screen and (min-width: 671px) {

  .c-pagetop {
    bottom: 25px;
  }

  .c-form a {
    width: 200px;
  }
}

/*----------------------------------------------------
  Project
----------------------------------------------------*/

/*----------------------------------------------------
  header
----------------------------------------------------*/
.p-header__logo {
  width: 184px;
  height: auto;
}

.p-header__toggle {
  display: none;
}

@media only screen and (min-width: 671px) {
  .p-header__logo {
    width: 200px;
  }
}

@media only screen and (min-width: 1000px) {

}


/* .p-header__toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  top: 8px;
  z-index: 1000000;
}

.p-header__toggle div {
  position: relative;
}

.p-header__toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 70%;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-header__toggle span:nth-child(1) {
  top: 0px;
}

.p-header__toggle span:nth-child(2) {
  top: 10px;
}

.p-header__toggle span:nth-child(3) {
  top: 20px;
}

.open .p-header__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .p-header__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .p-header__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (min-width: 1000px) {
  .p-header__toggle {
    display: none;
  }
} */


nav {
  display: none;
}

@media only screen and (min-width: 671px) {
  nav {
    display: block;
    /* position: absolute;
    top: 60px;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    padding: 20px; */
  }

  .p-navigation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .p-navigation li {
    padding: 0 8px;
    line-height: 1;
  }

  .p-navigation li a {
    display: block;
    font-size: 13px;
    color: #444;
    line-height: 1;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1000px) {
  .p-navigation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .p-navigation li {
    padding: 10px;
  }

  .p-navigation li a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
  }

  .p-navigation li a:hover {
    opacity: 0.6;
  }
}



/* @media only screen and (max-width: 899px) and (min-width: 750px) {
  nav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
  }

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
    color: #FFF;
  }
} */

/* @media only screen and (max-width: 749px) {

  header nav ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }

  header nav ul li:last-child {
    border: none;
  }

  header nav ul li a {
    display: block;
    color: #FFF;
  }
}

.p-header__language {
  display: inline-block;
  border: #000 solid 1px;
  color: #000;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.8em;
}

.p-header__language a {
  display: inline;
  opacity: 0.5;
}

.p-header__language a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1000px) {
  .p-header__language {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 671px) {
  .p-header__language {
    margin-left: 20px;
  }
}*/

.p-section-title {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2em;
  padding: 13px 0 10px;
  border-radius: 4px;
  display: block;
  border: solid 1px #000;
  width: 240px;
  margin: 0 auto 1.4em;
}

.p-section-title--white {
  color: #FFF;
  border: solid 1px #FFF;
}

.p-section-title--red {
  color: #b4131d;
  border: solid 1px #b4131d;
}

.p-section-sub-title {
  font-size: 1em;
  text-align: center;
  margin-bottom: 2.6em;
}

.p-section-sub-title>.margin{
  display: inline-block;
  margin-top: 5px;
}

.p-section-mini-title {
  background: #b4131d;
  color: #FFF;
  padding: 4px;
  border-radius: 3px;
  margin-bottom: 1.4em;
  font-size: 1.2em;
  text-align: center;
}

@media only screen and (min-width: 671px) {
  .p-section-sub-title>.margin{
    margin-top: -5px;
  }
  }

/*----------------------------------------------------
  hero
----------------------------------------------------*/
.l-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 40px;
}

.p-hero__appear {
  margin-top: 6px;
}

.p-hero__date {
  max-width: 80%;
  margin-top: 12px;
}

.p-hero__place {
  margin-top: 8px;
}

@media only screen and (min-width: 671px) {
.l-hero__container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .l-hero__left {
    margin-right: 20px;
  }

  .l-hero__right {
    margin-left: auto;
    padding-bottom: 3px;
  }

  .p-hero__logo {
    max-width: 320px;
  }

  .p-hero__appear {
    max-width: 320px;
    margin-top: 0;
    margin-top: 14px;
  }

  .p-hero__date {
    max-width: 290px;
    margin-bottom: 20px;
  }

  .p-hero__place {
    max-width: 362px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1000px) {
.l-hero__container {
    padding-bottom: 50px;
  }

  .p-hero__logo {
    /* bottom: 140px;
    position: absolute;
    z-index: 10000000; */
    max-width: 422px;
  }

  .p-hero__appear {
    /* position: absolute;
    bottom: 64px;
    z-index: 10000000; */
    max-width: 428px;
  }

  .p-hero__date {
    /* position: absolute;
    left: 460px;
    bottom: 150px;
    z-index: 10000000; */
    max-width: 404px;
  }

  .p-hero__place {
    /* position: absolute;
    left: 460px;
    bottom: 50px;
    z-index: 10000000; */
    max-width: 520px;
  }
}

/* .p-hero__enki {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  width: 240px;
  background-color: #fff;
  border: 3px solid red;
  text-align: center;
  z-index: 10000000;
}

.p-hero__enki>span {
  display: block;
  padding: 6px 0 3px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .2em;
  color: red;
} */

/*
.p-hero__bubble {
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  bottom: 240px;
  right: -60px;
  width: 230px;
  height: 230px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  animation: vertical 1s ease-in-out infinite alternate;
  z-index: 10000000;
} */


/*----------------------------------------------------
  news
----------------------------------------------------*/
/* @media only screen and (min-width: 1000px) {
  .p-news-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}

@media only screen and (min-width: 671px) {
  .p-news-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-news-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}

.p-news-box__title {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}

.p-news-box__left {
  color: #FFF;
}

@media only screen and (min-width: 1000px) {
  .p-news-box__left {
    width: 48%;
  }
}

@media only screen and (min-width: 671px) {
  .p-news-box__left {
    width: 48%;
  }
}

@media only screen and (min-width: 1000px) {
  .p-news-box__right {
    width: 48%;
  }
}

@media only screen and (min-width: 671px) {
  .p-news-box__right {
    width: 48%;
  }
}

.p-news-box__right a {
  color: #dedede;
}

.p-news-list span {
  color: #FFF;
  margin-right: 16px;
  font-weight: bold;
}

.p-news-list li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: #CCC solid 1px;
}

.p-news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
} */

/*----------------------------------------------------
  message
----------------------------------------------------*/
.p-message-box {
  margin-top: 220px;
  margin-bottom: 60px;
}

.p-message-box p {
  margin-bottom: 1em;
}

.p-name {
  text-align: right;
}

.p-name span {
  font-size: 0.8em;
  margin-right: 10px;
}

@media only screen and (min-width: 671px) {

  .p-message-box {
    margin-top: 540px;
  }
}

/*----------------------------------------------------
  schedule
----------------------------------------------------*/
.p-schedule-box {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}

.p-schedule-box a {
  text-decoration: none;
  color: #FFF;
}

.p-schedule-box__inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 280px;
  background-color: #b4131d;
  background-size: cover;
  margin: 0 auto;
  padding: 20px;
}

.p-schedule-time {
  width: 160px;
  border: #FFF solid 1px;
  text-align: center !important;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 1.4em;
  font-size: 0.8em;
  padding: 2px 4px;
}

.p-schedule-title {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 671px) {

  .p-schedule-box__inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: none;
    min-height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }

  .p-schedule-box__inner__text {
    width: 50%;
    height: 200px;
    background-color: #b4131d;
    padding: 30px;
    border-radius: 4px 0 0 4px;
  }

  .p-schedule-box__inner__photo {
    float: right;
    width: 50%;
    height: 200px;
    background-color: #880e15;
    padding: 30px;
    color: #FFF;
  }

  .p-schedule-title {
    margin-bottom: 0.6em;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) {

  .p-schedule-title {
    font-size: 1.6em;
  }
}

/* @media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-schedule-box__inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .p-schedule-box__inner__text {
    width: 48%;
    background: #b4131d;
    border-radius: 4px 0 0 4px;
    width: 50%;
    height: 200px;
    padding: 30px;
  }

  .p-schedule-box__inner__photo {
    width: 48%;
    float: right;
    padding: 30px;
    width: 50%;
    height: 200px;
    background: #880e15;
    color: #FFF;
  }
} */

/*----------------------------------------------------
  ticket
----------------------------------------------------*/

/* チケット料金
--------------------------------------------------- */
/* .p-ticket {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #b4131d;
}

.p-price-box {
  margin-bottom: 2em;
}

.p-price-box__seat {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.p-price-box__price {
  width: 100%;
  margin-top: 20px;
}

.p-seat-table {
  width: 100%;
  border: #000 solid 1px;
  margin-bottom: 10px;
}

.p-seat-table th span {
  font-size: 0.8em;
  margin-left: 3px;
}

.p-seat-table th,
.p-seat-table td {
  padding: 6px 10px;
}

.p-seat-table tr {
  border-bottom: #000 solid 1px;
}

.p-seat-table th {
  width: 65%;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

.p-seat-table th.--color01 {
  background: #EF8577;
  color: #FFF;
}

.p-seat-table th.--color02 {
  background: #C0DB92;
  color: #FFF;
}

.p-seat-table th.--color03 {
  background: #BBB3D8;
  color: #FFF;
}

.p-seat-table th.--color04 {
  background: #E5E86C;
  color: #5C8892;
}

.p-seat-table th.--color05 {
  background: #93BEE5;
  color: #FFF;
}

.p-seat-table th.--color06 {
  background: #93BEE5;
  color: #FFF;
}

.p-seat-table th.--color07 {
  background: #F8BF4A;
  color: #FFF;
}

.p-seat-table th.--color08 {
  background: #F5B9D3;
  color: #FFF;
}

.p-seat-table td {
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}

.p-seat-table td span {
  font-size: 1.3em;
}

.p-list li {
  list-style: none;
  margin-left: 1em;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-bottom: 0.4em;
}

.p-list li::before {
  content: "※ ";
  margin-left: -1.3em;
}

.seatType {
  font-size: 1.2em;
}

.soldout{
  width:32px;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}

.soldout img{
  width: 100%;
  height: auto;
}

.sold{
  text-decoration: line-through double 2px;
}


 */

/* チケット料金(div)
--------------------------------------------------- */
.p-ticket {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #b4131d;
}

.p-price-box {
  margin-bottom: 2em;
}

.p-price-box__seat {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.p-price-box__price {
  width: 100%;
  margin-top: 20px;
}

.p-seat-table {
  width: 100%;
  border: #000 solid 2px;
  margin-bottom: 10px;
}

.p-seat-table .th span {
  font-size: 0.8em;
  margin-left: 3px;
}

.p-seat-table .th {
  padding: 10px 10px 3px;
}

.p-seat-table .td {
  display: flex;
  align-items: center;
  padding: 6px 10px;
}

.p-seat-table .tr {
  border-bottom: #000 solid 1.5px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-seat-table .line{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 10px;
}

.p-seat-table .line-two{
  top: 55%;
  transform: translate(-50% ,-50%);
  height: 40px;
}

.p-seat-table .line img{
  width: 100%;
  height: 100%;
}

.p-seat-table .tr:last-child{
  border-bottom: none;
}

.p-seat-table .th {
  width: 65%;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

.p-seat-table .th.--color01 {
  background: #fadbe1;
}

.p-seat-table .th.--color02 {
  background: #d7d2e8;
}

.p-seat-table .th.--color03 {
  background: #e9f6fe;
}

.p-seat-table .th.--color04 {
  background: #d4edea;
}

.p-seat-table .th.--color05 {
  background: #e2efc9;
}

.p-seat-table .th.--color06 {
  background: #fffcd1;
}

.p-seat-table .th.--color07 {
  background: #fbdac6;
}

.p-seat-table .th.--color08 {
  background: #ffe5b2;
}

.p-seat-table .td {
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
}

.p-seat-table .td span {
  font-size: 1.3em;
}

.p-list li {
  list-style: none;
  margin-left: 1em;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-bottom: 0.4em;
}

.p-list li::before {
  content: "※ ";
  margin-left: -1.3em;
}

.seatType {
  font-size: 1.2em;
}

.soldout{
  width:32px;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}

.soldout img{
  width: 100%;
  height: auto;
}

.sold{
  text-decoration: line-through double 2px;
}

.p-commission{
  position: relative;
  width: 90%;
  margin: 1.5em auto;
  padding:18px 0;
  border-top: solid 2px #b4131d;
  border-bottom: solid 2px #b4131d;
  text-align: center;
}

.p-commission::before{
  content: "";
  position: absolute;
  display: block;           /* ブロック要素にする */
  width:100%;  /* 適度な大きさを指定 */
  height:2px;
  border-top: solid 2px #b4131d;
  top: 3px;                /* 大きさに合わせて微調整 */
}

.p-commission::after{
  content: "";
  position: absolute;
  display: block;           /* ブロック要素にする */
  width:100%;  /* 適度な大きさを指定 */
  height:2px;
  border-top: solid 2px #b4131d;
  bottom: 3px;                /* 大きさに合わせて微調整 */
}

.p-commission__title{
  color: #b4131d;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.p-commission__text{
  margin-top: 3px;
  color: #b4131d;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2;

}

@media only screen and (min-width: 671px) {

  .p-price-box__seat {
    width: 48%;
    max-width: none;
    margin: 0;
  }

  .p-price-box__price {
    width: 48%;
    margin-top: 0;
  }

  .p-price-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 1em;
  }

  .p-seat-table th {
    width: auto;
  }

  .sold{
    /* text-decoration: line-through double 2px; */

    text-decoration-line:line-through;
    text-decoration-style: double;
    text-decoration-thickness: 2px;
    text-decoration-color:#000;
    /* -webkit-text-decoration: line-through double 2px; */
  }

  .p-commission{
    width: 620px;
    margin: 1.5em auto;
    padding:18px 0;
  }

  .p-commission::before{
    height:2px;
    top: 3px;
  }

  .p-commission::after{
    height:2px;
    bottom: 3px;
  }

  .p-commission__title{
    font-size: 1.3em;
  }

  .p-commission__text{
    margin-top: 3px;
    font-size: 0.9em;
  }



}

@media only screen and (min-width: 1000px){
  .p-commission{
    width: 680px;
    margin: 1.5em auto;
    padding:18px 0;
  }

  .p-seat-table .line-two{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 10px;
  }
}



/* @media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-price-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
} */





/* 注意事項（チケット＋お弁当）
--------------------------------------------------- */
.p-notes {
  margin-bottom: 3em;
}

.p-notes__title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.4em;
}

.p-notes__list li {
  list-style: none;
  margin-left: 1em;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-bottom: 0.4em;
}

.p-notes__list li::before {
  content: "※ ";
  margin-left: -1.3em;
}

.p-icon-solid {
  background: red;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 11px !important;
  border: #FFF solid 1px;
}

.p-text-sold {
  color: #CCC;
  text-decoration: line-through;
}

.p-way-box {
  border: #CCC solid 1px;
  background: #FFF;
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 25px;
  color: #444;
}

.p-way-box a {
  color: #b4131d;
}

.p-way-box__title {
  font-size: 1.2em;
  margin-bottom: 0.6em;
  font-weight: bold;
  text-align: center;
}

.p-btn-link a {
  margin-top: 1em;
  padding: 10px;
  display: block;
  text-align: center;
  color: #b4131d;
  border-radius: 3px;
  border: 3px solid #b4131d;
}

.mailBox_r {
  margin-top: 1em;
}

/* .p-bento-box {
  border: #b4131d solid 4px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
} */



/* .p-separate-box（チケット購入方法＋アクセスに使用）
--------------------------------------------------- */
.p-separate-box__item {
  width: 100%;
}

@media only screen and (min-width: 671px) {
  .p-way-box {
    padding: 30px;
  }

  .p-separate-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .p-separate-box__item {
    width: 48%;
  }

  .mailBox_r {
    margin-top: 0;
  }
}

/* @media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-separate-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
} */


/* チケット販売前CSS 20230703まで
--------------------------------------------------- */
.l-ticket__img {
  width: 100%;
}

.l-ticket__text {
  margin-top: 24px;
  font-size: 0.9em;
}

.l-ticket__list{
  margin-top: 12px;
}

.l-ticket__item{
  display: flex;
  font-size: 0.9em;
}

.u-mb-3em {
  margin-bottom: 3em;
}


@media only screen and (min-width: 671px) {
  .l-ticket__img {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 10px;
  }

  .l-ticket__text {
    margin-top: 24px;
  }

  .u-mb-3em {
    margin-bottom: 3em;
  }
}

@media only screen and (min-width: 1000px) {
  .l-ticket__img {
    padding-top: 20px;
  }
}


/*----------------------------------------------------
  access
----------------------------------------------------*/
.p-access-box__title {
  font-size: 1.2em;
  padding: 4px 0 4px 36px;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #b4131d;
}

.p-place {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.p-place span {
  margin-left: 10px;
  font-size: 0.8em;
}

.p-url {
  margin-bottom: 2em;
  text-decoration: underline;
}

.p-icon-train {
  background: url(../images/index/icon_train.png) no-repeat left center;
}

.p-icon-car {
  background: url(../images/index/icon_car.png) no-repeat left center;
}

.p-icon-plane {
  background: url(../images/index/icon_plane.png) no-repeat left center;
}

.p-icon-bus {
  background: url(../images/index/icon_bus.png) no-repeat left center;
}

.p-icon-ship {
  background: url(../images/index/icon_ship.png) no-repeat left center;
}



/*----------------------------------------------------
  faq
----------------------------------------------------*/
.p-question-list {
  width: 100%;
  margin-bottom: 30px;
}

.p-question-list li {
  width: 100%;
  padding: 10px 0;
  border: #b4131d 3px solid;
  border-bottom: none;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  color: #b4141d;
  list-style: none;
  cursor: pointer;
}

.p-question-list li:last-child {
  border-bottom: #b4131d 3px solid;
}

.p-question-list li.select {
  background-color: #b4131d;
  color: #FFF;
}

.disnon {
  display: none;
}

.p-faq-list dt {
  font-size: 1.2em;
  padding: 4px 0 4px 36px;
  border: none;
  background: url(../images/index/icon_question.png) no-repeat left center;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #b4131d;
  display: inline-block;
  width: 100%;
}

.p-faq-list dd {
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 671px) {
  .p-question-list {
    max-width: 960px;
    margin-left: -6px;
  }

  .p-question-list li {
    float: left;
    width: calc(33.333% - 6px);
    margin-left: 6px;
    border: #b4131d 3px solid;
  }
}

/*----------------------------------------------------
  Instaボタン
----------------------------------------------------*/
.instaBtn {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 12px;
    right: 12px;
    width: 72px;
    z-index: 10000;
  }

  .instaBtn>a:hover {
    opacity: 1;
  }

  .instaBtn>a {
    position: relative;
    display: block;
    transition: opacity .2s;
  }

  .instaBtn img {
  }

@media only screen and (min-width: 671px) {
  .instaBtn {
    bottom: 30px;
    right: 30px;
    width: 100px;
  }
}

@media only screen and (min-width: 1180px) {
  .instaBtn {
    bottom: 50px;
    right:50px;
    width: 120px;
  }
}



/*----------------------------------------------------
  CVボタン
----------------------------------------------------*/


  .cvBtn {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0px;
    width: 240px;
    z-index: 10000;
  }

  .cvBtn>a:hover {
    opacity: 1;
  }

  .cvBtn>a {
    position: relative;
    display: block;
    transition: opacity .2s;
  }

@media only screen and (min-width: 671px) {
  .cvBtn {
    position: fixed;
    bottom: 20px;
    width: 380px;
    display: none;
  }

  .cvBtn>a:hover {
    opacity: .8;
  }

  .cvBtn__btn{
    margin-top: 15px;
  }

  .cvBtn__btn:first-child{
    margin-top: 0;
  }

  .cvBtn img {
    max-width: none;
  }
}



.is-open {
  opacity: 1;
  transition: 0.5s;
}

.is-hidden {
  opacity: 0;
  transition: 0.5s;
}

/*----------------------------------------------------
  outline
----------------------------------------------------*/
.p-outline-title {
  color: #FFF;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 1em;
  text-align: center;
  max-width: 300px;
}

.p-outline-description {
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: #CCC solid 1px;
}

@media only screen and (min-width: 1000px) {
  .p-outline-description {
    width: 40%;
    padding-left: 4%;
    border: 0;
  }
}

@media only screen and (min-width: 671px) {
  .p-outline-description {
    width: 40%;
    padding-left: 4%;
    border: 0;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-outline-description {
    width: 40%;
    padding-left: 4%;
    border: 0;
  }
}

.p-outline-list {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-outline-list {
    padding-right: 4%;
    width: 60%;
    border-right: #CCC solid 1px;
  }
}

@media only screen and (min-width: 671px) {
  .p-outline-list {
    padding-right: 4%;
    width: 60%;
    border-right: #CCC solid 1px;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-outline-list {
    padding-right: 4%;
    width: 60%;
    border-right: #CCC solid 1px;
  }
}

.p-outline-list dl {
  display: flex;
  display: -webkit-flex;
  justify-content: left;
  -webkit-justify-content: left;
  margin-bottom: 0.8em;
}

.p-outline-list dt {
  font-weight: bold;
  margin-right: 1em;
  min-width: 5em;
}

.p-outline-list dd span {
  display: block;
}

.p-exhibition-title {
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

/*----------------------------------------------------
  exhibition
----------------------------------------------------*/
.p-map {
  background: url(../images/index/img_map.png) no-repeat;
  width: 988px;
  height: 560px;
  position: relative;
}

.p-map .p-icon-map {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 100;
}

.p-map .p-icon-map--01 {
  top: 99px;
  left: 439px;
}

.p-map .p-icon-map--02 {
  top: 168px;
  left: 599px;
}

.p-map .p-icon-map--03 {
  top: 410px;
  left: 842px;
}

.p-map .p-icon-map--04 {
  top: 30px;
  left: 253px;
}

.p-map .p-icon-map--05 {
  top: 325px;
  left: 196px;
}

.p-map .p-icon-map--06 {
  top: 355px;
  left: 352px;
}

.p-map .p-icon-map--07 {
  top: 314px;
  left: 725px;
}

.p-map .p-icon-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 101;
}

.p-map .p-icon-circle--a {
  top: 418px;
  left: 769px;
}

.p-map .p-icon-circle--b {
  top: 398px;
  left: 664px;
}

.p-map .p-icon-circle--c {
  top: 330px;
  left: 435px;
}

.p-map .p-icon-circle--c-02 {
  top: 78px;
  left: 347px;
}

.p-map .p-icon-circle--d {
  top: 344px;
  left: 291px;
}

.p-map .p-icon-circle--d-02 {
  top: 96px;
  left: 190px;
}

.p-map .p-icon-circle--e {
  top: 233px;
  left: 405px;
}

.p-map .p-icon-circle--f {
  top: 190px;
  left: 502px;
}

.p-map .p-icon-circle--g {
  top: 228px;
  left: 546px;
}

.p-map .p-icon-circle--h {
  top: 487px;
  left: 796px;
}

.p-map--sp img {
  width: 100%;
}

.p-modal {
  padding: 10px;
  border: #CCC solid 1px;
  font-size: 0.8em !important;
  display: none;
}

.p-modal__title {
  font-weight: bold;
  font-size: 1em;
}

.p-modal__event {
  margin-top: 1em;
}

.p-modal__image {
  text-align: center;
  margin: 1em auto;
}

.p-modal__image img {
  max-width: 440px;
  max-height: 400px !important;
  width: auto;
}

.p-exhibition-box {
  margin-bottom: 6em;
}

@media only screen and (min-width: 1000px) {
  .p-exhibition-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 4em;
  }
}

@media only screen and (min-width: 671px) {
  .p-exhibition-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 4em;
  }
}

.p-exhibition-box__content__title {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1000px) {

  .p-exhibition-box--02,
  .p-exhibition-box--04,
  .p-exhibition-box--06 {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

@media only screen and (min-width: 671px) {

  .p-exhibition-box--02,
  .p-exhibition-box--04,
  .p-exhibition-box--06 {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

@media only screen and (min-width: 1000px) {
  .p-exhibition-box--horizontal .p-exhibition-box__content {
    width: 56%;
  }

  .p-exhibition-box--horizontal .p-exhibition-box__image {
    width: 40%;
  }
}

@media only screen and (min-width: 671px) {
  .p-exhibition-box--horizontal .p-exhibition-box__content {
    width: 56%;
  }

  .p-exhibition-box--horizontal .p-exhibition-box__image {
    width: 40%;
  }
}

@media only screen and (min-width: 1000px) {
  .p-exhibition-box--vertical .p-exhibition-box__content {
    width: 56%;
  }

  .p-exhibition-box--vertical .p-exhibition-box__image {
    width: 40%;
  }
}

@media only screen and (min-width: 671px) {
  .p-exhibition-box--vertical .p-exhibition-box__content {
    width: 56%;
  }

  .p-exhibition-box--vertical .p-exhibition-box__image {
    width: 40%;
  }
}

.p-exhibition-artist {
  margin: 1em 0;
}

.p-exhibition-artist li {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.4em 0.2em;
  background: #292929;
  padding: 0.2em 1em;
  border-radius: 1em;
}

.p-exhibition-artist__other {
  font-weight: normal !important;
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/*----------------------------------------------------
  program
----------------------------------------------------*/
.p-program-box {
  margin-bottom: 3em;
}

.p-program-box__text {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1000px) {
  .p-program-box__separate {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

@media only screen and (min-width: 671px) {
  .p-program-box__separate {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse;
  }
}

.p-program-box__separate__image {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media only screen and (min-width: 1000px) {
  .p-program-box__separate__image {
    width: 68%;
  }
}

@media only screen and (min-width: 671px) {
  .p-program-box__separate__image {
    width: 68%;
  }
}

.p-program-box__separate__image div {
  width: 48%;
  height: auto;
}

.p-program-box__separate__image div img {
  width: 100% !important;
  height: auto !important;
}

.p-program-box__separate__content {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-program-box__separate__content {
    width: 28%;
  }
}

@media only screen and (min-width: 671px) {
  .p-program-box__separate__content {
    width: 28%;
  }
}

.p-program-box dl {
  margin-bottom: 0.4em;
}

@media only screen and (min-width: 1000px) {
  .p-program-box dl {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
  }
}

@media only screen and (min-width: 671px) {
  .p-program-box dl {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-program-box dl {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
  }
}

.p-program-box dt {
  font-weight: bold;
  min-width: 3.6em;
}

.p-program-box dt span {
  display: inline;
}

@media only screen and (max-width: 749px) {
  .p-program-box dt span {
    display: none;
  }
}

.p-program-box__title {
  color: #FFF;
  border-left: 3px #FFF solid;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.p-program-box__title span {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .p-program-box__title {
    font-size: 1.3em;
  }

  .p-program-box__title span {
    display: inline;
  }
}

@media only screen and (min-width: 671px) {
  .p-program-box__title {
    font-size: 1.3em;
  }

  .p-program-box__title span {
    display: inline;
  }
}

.p-program-box__profile {
  margin-top: 1em;
  background: #222;
  color: #FFF;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 1em;
  display: flex;
  display: -webkit-flex;
}

.p-words {
  border: dotted #FFF 2px;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.p-navigator {
  font-size: 0.8em;
  margin-top: 1em;
  background: #222;
  color: #FFF;
  padding: 1.6em 2em;
  border-radius: 4px;
}

.p-navigator__title {
  color: #E53C18;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

.p-navigator__inner {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-navigator__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

@media only screen and (min-width: 671px) {
  .p-navigator__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-navigator__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

.p-navigator__inner__image {
  width: 60%;
  max-width: 40px;
  margin: 0 auto 1em;
}

@media only screen and (min-width: 1000px) {
  .p-navigator__inner__image {
    width: 6%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 671px) {
  .p-navigator__inner__image {
    width: 6%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-navigator__inner__image {
    width: 6%;
    margin-bottom: 0;
  }
}

.p-navigator__inner__content {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-navigator__inner__content {
    width: 92%;
  }
}

@media only screen and (min-width: 671px) {
  .p-navigator__inner__content {
    width: 92%;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-navigator__inner__content {
    width: 92%;
  }
}

.p-name {
  font-size: 1.1em;
  font-weight: bold;
}

.p-relation-box {
  border: #eb7e9e solid 2px;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 2em;
}

.p-relation-box__inner {
  padding: 20px;
}

.p-relation-box__title {
  text-align: center;
  color: #444;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-relation-box__sub-title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.p-relation-box__event {
  color: #444;
  font-size: 1.1em;
  font-weight: bold;
  border-left: 3px #eb7e9e solid;
  padding-left: 1em;
  border-radius: 3px;
  margin-bottom: 1em;
}

.p-relation-box_data {
  padding: 10px 20px;
  border-radius: 3px;
  margin-top: 20px;
  background: #f3f3f3;
}

.p-relation-box_data__title {
  font-weight: bold;
}

/*----------------------------------------------------
  goods
----------------------------------------------------*/
.p-no-br {
  display: flex;
  display: -webkit-flex;
}

.p-link {
  color: #CCC;
}

.p-catch-copy {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-icon-star img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.p-catalog {
  margin-bottom: 10em;
}

.p-catalog__buy {
  margin-top: 3em;
  width: 100%;
}

.p-catalog__buy .c-form a {
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .p-catalog__buy .c-form a {
    width: 100%;
  }
}

.p-catalog-title {
  width: 200px;
  margin: 0 auto 2em;
}

@media only screen and (min-width: 1000px) {
  .p-catalog-title {
    width: 506px;
  }
}

@media only screen and (min-width: 671px) {
  .p-catalog-title {
    width: 506px;
  }
}

.p-catalog dl {
  margin-bottom: 0.6em;
}

.p-catalog dt {
  font-weight: bold;
  display: block;
}

.p-catalog-list {
  margin-bottom: 1em;
  vertical-align: middle;
  list-style: none;
}

.p-catalog-list--number li {
  margin-bottom: 1em;
}

.p-catalog__image {
  margin-bottom: 2em;
}

@media only screen and (max-width: 749px) {
  .p-catalog__detail__left {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .p-catalog__detail {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }

  .p-catalog__detail__left {
    width: 62%;
  }

  .p-catalog__detail__right {
    width: 36%;
  }
}

@media only screen and (min-width: 671px) {
  .p-catalog__detail {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }

  .p-catalog__detail__left {
    width: 62%;
  }

  .p-catalog__detail__right {
    width: 36%;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-catalog__detail {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }

  .p-catalog__detail__left {
    width: 62%;
  }

  .p-catalog__detail__right {
    width: 36%;
  }
}

.p-catalog-title {
  text-align: center;
}

#bx-pager {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  #bx-pager {
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
  }
}

#bx-pager>a {
  width: 12%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
  #bx-pager>a {
    width: 32%;
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 749px) {
  #bx-pager>a:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34%;
  }
}

#bx-pager img {
  display: block;
  width: 100%;
}

.p-postcard-title {
  width: 200px;
  margin: 0 auto 2em;
}

@media only screen and (min-width: 1000px) {
  .p-postcard-title {
    width: 523px;
  }
}

@media only screen and (min-width: 671px) {
  .p-postcard-title {
    width: 523px;
  }
}

.p-goods {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-goods {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

@media only screen and (min-width: 671px) {
  .p-goods {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-goods {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
  }
}

.p-goods__image {
  width: 60%;
  margin: 0 auto 2em;
}

@media only screen and (min-width: 1000px) {
  .p-goods__image {
    width: 34%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 671px) {
  .p-goods__image {
    width: 34%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-goods__image {
    width: 34%;
    margin-bottom: 0;
  }
}

.p-goods__content {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .p-goods__content {
    width: 60%;
  }
}

@media only screen and (min-width: 671px) {
  .p-goods__content {
    width: 60%;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-goods__content {
    width: 60%;
  }
}

.p-goods__content__photo {
  margin-bottom: 1em;
}

.p-goods__content__shop {
  border: #FFF solid 1px;
  padding: 0.2em 1em;
  margin: 1em 0;
  display: inline-block;
}

.p-goods__content__comment {
  font-size: 0.8em;
}

.p-goods__content__comment span {
  font-weight: bold;
  margin-bottom: 1em;
}

/*----------------------------------------------------
  kentei
----------------------------------------------------*/
.p-kentei a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-kentei a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
  instagram
----------------------------------------------------*/
.p-instagram {
  width: 100%;
  margin-top: 2em;
  border: #707070 solid 1px;
  border-radius: 3px;
  padding: 20px 10px;
}

@media only screen and (min-width: 1000px) {
  .p-instagram {
    width: 980px;
    padding: 30px 20px;
    margin: 2em auto;
  }
}

@media only screen and (min-width: 671px) {
  .p-instagram {
    width: 980px;
    padding: 30px 20px;
    margin: 2em auto;
  }
}

.p-footer-logo {
  width: 180px;
}

@media only screen and (max-width: 749px) {
  .p-footer-logo {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1000px) {
  .p-footer-logo {
    width: 180px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 671px) {
  .p-footer-logo {
    width: 180px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-footer-logo {
    width: 180px;
    margin-right: 20px;
  }
}

.p-footer-notice {
  display: block;
  width: 300px;
  margin: 1em auto;
  padding: 0.4em;
  text-align: center;
  border: #CCC solid 1px;
}

/*----------------------------------------------------
  Utility
----------------------------------------------------*/
.u-sp {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .u-sp {
    display: none;
  }
}

@media only screen and (min-width: 671px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .u-pc {
    display: block;
  }
}

@media only screen and (min-width: 671px) {
  .u-pc {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  .u-br-pc {
    display: block;
  }

  .u-br-sp {
    display: none;
  }
}

@media only screen and (min-width: 671px) {
  .u-br-pc {
    display: block;
  }

  .u-br-sp {
    display: none;
  }
}

@media only screen and (max-width: 899px) and (min-width: 750px) {
  .u-br-pc {
    display: block;
  }

  .u-br-sp {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .u-br-pc {
    display: none;
  }

  .u-br-sp {
    display: block;
  }
}

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all;
}

.u-big-text {
  font-size: 1.4em;
  line-height: 1.6;
  color: #FFF;
}

.u-right {
  margin-top: 0.3em;
  text-align: right;
  margin-right: 1em;
}

.u-hidden {
  opacity: 0.4;
}

.u-bold {
  font-weight: bold;
}

.u-mb-1em {
  margin-bottom: 1em;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-weight {
  font-weight: bold;
}

.u-color {
  color: #ef93ae;
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

.pagetop a {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  background: url(../../assets/images/common/pagetop.png);
  background-size: cover;
}

@media only screen and (min-width: 671px) {
  .pagetop a {
  display: block;
  }
}
