/*=============================================
=            COMMON            =
=============================================*/
.sectionTitleWrapper {
  text-align: center;
  margin-bottom: 30px;
}
.sectionTitleWrapper .sectionTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sectionTitleWrapper .sectionTitle:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: auto;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background-color: #150a5e;
}
.sectionTitleWrapper .sectionSubTitle {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionSubTitle {
    font-size: 1.8rem;
  }
}

.sectionTitle {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 5.3rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/*=====  End of COMMON  ======*/
/*=============================================
=            HERO HEAD            =
=============================================*/
#heroHead {
  background-color: #a4d8ff;
  position: relative;
}
#heroHead.comingSoon {
  background-color: #fdfdfd;
}
#heroHead.comingSoon .comingSoonWrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#heroHead.comingSoon .comingSoonBtn {
  background-color: #f97b00;
  color: #fdfdfd;
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  min-width: 300px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: block;
}
@media only screen and (min-width: 768px) {
  #heroHead.comingSoon .comingSoonBtn {
    top: 70%;
    min-width: 450px;
    font-size: 2.6rem;
  }
}
#heroHead .mapWrapper {
  width: 100%;
  min-height: 500px;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#heroHead .mapWrapper .mapBg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
#heroHead .mapWrapper .mapBg.bg01 {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/kvBg.png);
  z-index: -1;
  height: auto;
  bottom: 0;
}
@media only screen and (min-width: 992px) {
  #heroHead .mapWrapper .mapBg.bg01 {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #heroHead .mapWrapper {
    height: 100vh;
    max-height: 1000px;
  }
}
@media only screen and (min-width: 992px) {
  #heroHead .mapWrapper {
    min-height: 1000px;
    max-height: 1000px;
  }
}
#heroHead .mapWrapper .mapInner {
  padding-top: 100px;
  padding-bottom: 124px;
}
@media only screen and (min-width: 768px) {
  #heroHead .mapWrapper .mapInner {
    padding-bottom: 0;
    padding-top: 0;
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    z-index: 1;
    padding: 15px;
  }
}
#heroHead .mapWrapper .mapInner .titleWrapper {
  text-align: center;
  padding: 15px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 992px) {
  #heroHead .mapWrapper .mapInner .titleWrapper {
    width: 710px;
  }
}
#heroHead #map {
  margin-top: 50px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  #heroHead #map {
    margin-top: 70px;
    display: block;
  }
}
#heroHead #map .sanka_btn {
  display: flex;
  position: absolute;
  z-index: 1;
}
#heroHead #map .sanka_btn a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 33px;
  padding: 1px;
  margin: 1%;
  border-radius: 3px;
  border: 1px solid #1b1e24;
}
#heroHead #map .sanka_btn a.pink_btn {
  background: #f68c93;
}
#heroHead #map .sanka_btn a.black_btn {
  background: #1b1e24;
}
#heroHead #map .sanka_btn a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
#heroHead #map .mapImg {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  #heroHead #map .mapImg {
    left: 20px;
    bottom: 10px;
  }
}
#heroHead #map .mapImg img {
  width: 100%;
}
#heroHead #map ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  #heroHead #map ul {
    left: 20px;
  }
}
#heroHead #map ul > li {
  display: block;
  position: absolute;
  pointer-events: all;
  transition: all ease-in-out 0.3s;
}
#heroHead #map ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.area .timeschedule {
  width: 31.8279569892%;
  height: 68.7234042553%;
  top: 4.7957446809%;
  left: 33.7677419355%;
}
.area .takaku {
  width: 33.7634408602%;
  height: 57.2340425532%;
  top: 42.6680851064%;
  left: 0%;
}
.area .organization {
  width: 23.2258064516%;
  height: 37.2340425532%;
  top: 4.7957446809%;
  left: 10.5419354839%;
}
.area .exhibition {
  width: 33.0107526882%;
  height: 54.4680851064%;
  top: 45.5319148936%;
  left: 66.9892473118%;
}
.area .pr {
  width: 34.4086021505%;
  height: 47.0212765957%;
  top: 46.0723404255%;
  left: 65.5913978495%;
}
.area .sanka {
  width: 23.1821505376%;
  height: 25.9740425532%;
  top: -0.4338425532%;
  left: 68.8172043011%;
}

.baloon .timeschedule {
  width: 23.3795698925%;
  top: -14.4049148936%;
  left: 39.0322580645%;
}
.baloon .takaku {
  width: 23.3795698925%;
  top: 26.7170212766%;
  left: 4.7311827957%;
}
.baloon .organization {
  width: 23.3795698925%;
  top: -14.6941489362%;
  left: 9.084344086%;
}
.baloon .sanka {
  width: 23.3795698925%;
  top: -13.9926808511%;
  left: 70.4334408602%;
}
.baloon .poster {
  width: 23.3795698925%;
  top: 40.4255319149%;
  left: 71.1827956989%;
}
.baloon .pr {
  width: 23.3795698925%;
  top: 26.7170212766%;
  left: 73.0847311828%;
}
.baloon .on_hover {
  transform: translateY(-20%) scale(1.1);
}

@media only screen and (min-width: 768px) {
  #mobileMap {
    display: none;
  }
}
#mobileMap .mapMoWrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 10px 30px;
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
#mobileMap .mapMoWrapper .sanka_btn {
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-end;
  justify-content: center;
}
#mobileMap .mapMoWrapper .sanka_btn a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 33px;
  padding: 1px;
  margin: 1%;
  border-radius: 3px;
  border: 1px solid #1b1e24;
}
#mobileMap .mapMoWrapper .sanka_btn a.pink_btn {
  background: #f68c93;
}
#mobileMap .mapMoWrapper .sanka_btn a.black_btn {
  background: #1b1e24;
}
#mobileMap .mapMoWrapper .sanka_btn a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}
#mobileMap .mapMoWrapper .imgBox {
  padding: 0 20px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#mobileMap .mapMoWrapper .mapMoBtnWrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  min-width: 210px;
}
#mobileMap .mapMoWrapper .mapMoBtnWrapper .mapBtn {
  display: block;
  background-color: #150a5e;
  color: #fdfdfd;
  padding: 5px 15px;
  border: 2px solid #1b1e24;
  border-radius: 5px;
  font-weight: bold;
}
#mobileMap .mapMoWrapper .mapMoBtnWrapper .matt {
  border: 2px solid #1b1e24;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  z-index: -1;
  background-color: #fdfdfd;
  border-radius: 5px;
}

.peopleWrapper {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 80%;
  max-width: 215px;
  transform: translate(-50%, -10%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .peopleWrapper {
    max-width: 360px;
  }
}
.peopleWrapper .msg {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -30%);
  z-index: 1;
}
.peopleWrapper .msg img {
  transition: all 0.1s ease-in-out;
}
.peopleWrapper .msg.on_hover img {
  transform: translateY(-20%) scale(1.1);
}

/*=====  End of HERO HEAD  ======*/
/*=============================================
=            GREETING            =
=============================================*/
#greeting {
  padding-top: 80px;
  padding-bottom: 50px;
}
#greeting .greetingWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#greeting .greetingWrapper li a {
  display: block;
  text-align: center;
  width: 300px;
  background-color: #150a5e;
  color: #fdfdfd;
  margin: 5px;
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 8px;
  transition: all ease-in-out 0.1s;
}
#greeting .greetingWrapper li a:hover {
  opacity: 0.8;
}

/*=====  End of GREETING  ======*/
/*=============================================
=            ABOUT            =
=============================================*/
#about {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  #about {
    padding-bottom: 150px;
  }
}
#about .aboutWrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #about .aboutWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#about .aboutWrapper .aboutDlBtn {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #about .aboutWrapper .aboutDlBtn {
    width: 250px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #about .aboutWrapper .aboutDlBtn {
    left: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #about .aboutWrapper .aboutDlBtn {
    left: 160px;
  }
}
#about .aboutWrapper .aboutDlBtn.no-link {
  pointer-events: none;
}
#about .aboutWrapper .aboutDscBox {
  position: relative;
  padding: 30px 20px;
  background-color: #f5f9ff;
}
@media only screen and (min-width: 992px) {
  #about .aboutWrapper .aboutDscBox {
    width: 860px;
    margin-left: 120px;
    padding: 60px 70px 60px 140px;
  }
}
#about .aboutWrapper .aboutDscBox:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #150a5e;
  border-bottom: 3px solid #150a5e;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#about .aboutWrapper .aboutDscBox .sectionTitle {
  color: #150a5e;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #about .aboutWrapper .aboutDscBox .sectionTitle {
    margin-bottom: 15px;
  }
}

/*=====  End of ABOUT  ======*/
/*=============================================
=            TIME SCHEDULE            =
=============================================*/
#timeschedule {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7ffe4;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #timeschedule {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#timeschedule .barWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  display: flex;
  z-index: 2;
}
#timeschedule .barWrapper.bottom {
  top: auto;
  bottom: 0;
}
#timeschedule .barWrapper .bar {
  background-color: #ddd;
  content: "";
  width: 100%;
  display: block;
}
#timeschedule .barWrapper .bar.dMint {
  background-color: #349091;
}
#timeschedule .barWrapper .bar.mint {
  background-color: #4dcac2;
}
#timeschedule .barWrapper .bar.salmon {
  background-color: #ff6b6b;
}
#timeschedule .barWrapper .bar.yellow {
  background-color: #ffe44e;
}
#timeschedule .barWrapper .bar.orange {
  background-color: #f97b00;
}
#timeschedule .sectionTitleWrapper {
  color: #150a5e;
}
#timeschedule .timescheduleAnno {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#timeschedule .timescheduleAnno li {
  padding-left: 1em;
  text-indent: -1em;
}
#timeschedule .timescheduleAnno a {
  color: #1b1e24;
  text-decoration: underline;
}
#timeschedule .scheduleWrapper {
  text-align: left;
  margin-bottom: 40px;
  margin-top: 40px;
}
#timeschedule .scheduleWrapper .dayList {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  align-items: flex-end;
}
#timeschedule .scheduleWrapper .dayList > li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 8px;
  border-radius: 8px 8px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .dayList > li {
    padding: 13px;
    font-size: 24px;
  }
}
#timeschedule .scheduleWrapper .dayList > li.active {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .dayList > li.active {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
}
#timeschedule .scheduleWrapper .dayList > li.day1 {
  color: #2c98d1;
  background-color: #d3edfb;
}
#timeschedule .scheduleWrapper .dayList > li.day1.active {
  color: #fff;
  background-color: #2c98d1;
}
#timeschedule .scheduleWrapper .dayList > li.day2 {
  color: #eb0202;
  background-color: #ffd6d6;
}
#timeschedule .scheduleWrapper .dayList > li.day2.active {
  color: #fff;
  background-color: #eb0202;
}
#timeschedule .scheduleWrapper .dayWrapper {
  background-color: #fff;
  border: 3px solid #2c98d1;
  padding: 20px 10px 50px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .dayWrapper {
    padding: 20px 20px 50px;
  }
}
#timeschedule .scheduleWrapper .dayWrapper#day2 {
  border-color: #eb0202;
}
#timeschedule .scheduleWrapper .dayWrapper.active {
  display: block;
}
#timeschedule .scheduleWrapper .dayWrapper.zoomOn a.watchBtn {
  pointer-events: all;
  opacity: 1;
  background-color: #f68c93;
}
#timeschedule .scheduleWrapper .dayWrapper.shorokuDlOn a.dlBtn {
  pointer-events: all;
  opacity: 1;
  background-color: #150a5e;
}
#timeschedule .scheduleWrapper .dayInner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1400px) {
  #timeschedule .scheduleWrapper .dayInner {
    max-width: 1100px;
  }
}
#timeschedule .scheduleWrapper .programWrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .programWrapper {
    padding-right: 30px;
    padding-left: 5px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  #timeschedule .scheduleWrapper .programWrapper {
    max-width: 690px;
  }
}
@media only screen and (min-width: 1400px) {
  #timeschedule .scheduleWrapper .programWrapper {
    max-width: 760px;
  }
}
#timeschedule .scheduleWrapper .programWrapper .programTitleWrapper {
  color: #150a5e;
  border-left: 5px solid #150a5e;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#timeschedule .scheduleWrapper .programWrapper .programTitleWrapper .area {
  color: #150a5e;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#timeschedule .scheduleWrapper .programWrapper .programTitleWrapper .title {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper .programTitleWrapper .title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
#timeschedule .scheduleWrapper .programWrapper .programTitleWrapper .subTitle {
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper .programTitleWrapper .subTitle {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#timeschedule .scheduleWrapper .programWrapper dl.group {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper dl.group {
    display: flex;
  }
}
#timeschedule .scheduleWrapper .programWrapper dl.group:last-child {
  margin-bottom: 0;
}
#timeschedule .scheduleWrapper .programWrapper dl.group > dt {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper dl.group > dt {
    font-weight: normal;
    margin-bottom: 0;
  }
}
#timeschedule .scheduleWrapper .programWrapper dl.group > dt.long {
  flex: 0 0 140px;
}
#timeschedule .scheduleWrapper .programWrapper dl.group > dd {
  margin-bottom: 0;
}
#timeschedule .scheduleWrapper .programWrapper dl.group .nameRow {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper dl.group .nameRow {
    display: flex;
    margin-bottom: 5px;
  }
}
#timeschedule .scheduleWrapper .programWrapper dl.group .nameRow > dt {
  flex: 0 0 auto;
  font-weight: normal;
  margin-right: 8px;
}
#timeschedule .scheduleWrapper .programWrapper dl.group .nameRow > dd {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .programWrapper dl.group .nameRow > dd {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
#timeschedule .scheduleWrapper .programWrapper .sponsor {
  display: inline-block;
  background-color: #150a5e;
  color: #fdfdfd;
  padding: 5px 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 10px;
}
#timeschedule .scheduleWrapper .programWrapper .referrenceWrapper a {
  display: inline-block;
  color: #150a5e;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#timeschedule .scheduleWrapper .programBtnWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 210px;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .programBtnWrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
#timeschedule .scheduleWrapper .programBtnWrapper a {
  display: block;
  background-color: #150a5e;
  color: #fdfdfd;
  font-weight: 900;
  padding: 4px;
  margin: 3px 0;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}
#timeschedule .scheduleWrapper .programBtnWrapper a.watchBtn, #timeschedule .scheduleWrapper .programBtnWrapper a.dlBtn {
  pointer-events: none;
  opacity: 0.5;
  background-color: #adadad;
}
#timeschedule .scheduleWrapper .programBtnWrapper a:hover {
  opacity: 0.7;
}
#timeschedule .scheduleWrapper .programBtnWrapper .anno {
  color: #df0000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#timeschedule .scheduleWrapper .scheduleSection {
  border: 1px solid #150a5e;
  border-radius: 8px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
#timeschedule .scheduleWrapper .scheduleSection:last-child {
  margin-bottom: 0;
}
#timeschedule .scheduleWrapper .scheduleSection.movieSection {
  position: relative;
}
#timeschedule .scheduleWrapper .scheduleSection.movieSection .sectionTime {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .scheduleSection.movieSection .sectionTime {
    margin-bottom: 25px;
  }
}
#timeschedule .scheduleWrapper .scheduleSection.movieSection .freeBadge {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  max-width: 80px;
  transform: translate(-50%, 60px);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .scheduleSection.movieSection .freeBadge {
    left: auto;
    right: 0;
    max-width: 120px;
    transform: translate(-20%, 10%);
  }
}
#timeschedule .scheduleWrapper .scheduleSection .sectionTime {
  text-align: center;
  color: #fdfdfd;
  background-color: #150a5e;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 5px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .scheduleSection .sectionTime {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .scheduleContainer {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .scheduleSection .scheduleContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .scheduleRow {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .scheduleSection .scheduleRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .scheduleRow:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#timeschedule .scheduleWrapper .scheduleSection .koryuWrapper {
  margin-top: 50px;
  width: 100%;
}
#timeschedule .scheduleWrapper .scheduleSection .koryuWrapper .programWrapper {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
#timeschedule .scheduleWrapper .scheduleSection .koryuWrapper .programWrapper .programTitleWrapper {
  border-left: none;
  border-bottom: 5px solid #150a5e;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .scheduleSection .koryuWrapper .programWrapper .programTitleWrapper {
    margin-bottom: 20px;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .koryuWrapper .programBtnWrapper {
  margin-left: auto;
  margin-right: auto;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardTitle > div {
  color: #150a5e;
  font-size: 2.2rem;
  font-weight: 900;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.1em;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper {
  border-top: 1px solid #150a5e;
  border-bottom: 1px solid #150a5e;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: -1px;
}
@media only screen and (min-width: 992px) {
  #timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper {
    margin-top: 0;
  }
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .awardTitleWrapper {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .awardTitleWrapper .title {
  color: #150a5e;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .programBtnWrapper {
  margin-left: auto;
  margin-right: auto;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .programBtnWrapper .detailBtn {
  font-size: 1.3rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .programBtnWrapper .no-links {
  pointer-events: none;
  background-color: #adadad;
  opacity: 0.5;
}
#timeschedule .scheduleWrapper .scheduleSection .awardRow .awardCol .awardWrapper .anno {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#timeschedule .scheduleWrapper .extraSection {
  border: 2px solid #150a5e;
  border-radius: 8px;
}
#timeschedule .scheduleWrapper .extraSection .extraInner {
  padding: 20px 15px 20px;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .extraSection .extraInner {
    padding: 20px 15px;
  }
}
#timeschedule .scheduleWrapper .extraSection .extraRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#timeschedule .scheduleWrapper .extraSection .titleWrapper {
  background-color: #dcdfe6;
  padding: 17px 15px;
  color: #150a5e;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
  #timeschedule .scheduleWrapper .extraSection .titleWrapper {
    padding: 17px 25px;
  }
}
#timeschedule .scheduleWrapper .extraSection .titleWrapper .title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 5px solid #150a5e;
  padding-top: 3px;
  padding-bottom: 3px;
}
#timeschedule .scheduleWrapper .extraSection .titleWrapper .title span {
  font-size: 1.8rem;
}
#timeschedule .scheduleWrapper .extraSection .titleWrapper .anno {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#timeschedule .ondemandWrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1400px) {
  #timeschedule .ondemandWrapper {
    max-width: 1130px;
  }
}
#timeschedule .ondemandWrapper .titleWrapper {
  text-align: center;
  background-color: #f97b00;
  color: #fdfdfd;
  font-size: 2rem;
  font-weight: 900;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#timeschedule .ondemandWrapper .titleWrapper > div {
  margin-left: 10px;
}
#timeschedule .ondemandWrapper .dscWrapper {
  padding: 20px 0;
  background-color: #fdfdfd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/ondemandBg.png);
}
@media only screen and (min-width: 992px) {
  #timeschedule .ondemandWrapper .dscWrapper > .container {
    max-width: 860px;
  }
}
@media only screen and (min-width: 1400px) {
  #timeschedule .ondemandWrapper .dscWrapper > .container {
    max-width: 960px;
  }
}
#timeschedule .ondemandWrapper .dscWrapper .lead {
  color: #f97b00;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox {
  margin-bottom: 20px;
}
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .title {
  text-align: center;
  color: #f97b00;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .detailBtn,
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .dlBtn {
  background-color: #f97b00;
  color: #fdfdfd;
  font-weight: 900;
  padding: 4px;
  margin: 5px 0;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
  width: 200px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .detailBtn:hover,
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .dlBtn:hover {
  opacity: 0.7;
}
#timeschedule .ondemandWrapper .dscWrapper .ondemandBox .dlBtn {
  opacity: 0.7;
  background-color: #adadad;
  pointer-events: none;
}
#timeschedule .ondemandWrapper.shorokuDlOn .dscWrapper .ondemandBox .dlBtn {
  background-color: #f97b00;
  pointer-events: all;
  opacity: 1;
}

/*=====  End of TIME SCHEDULE  ======*/
/*=============================================
=            MODAL            =
=============================================*/
.js-modal .modalInner .time {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalInner .time {
    font-size: 2.5rem;
  }
}
.js-modal .modalBox .modalImgWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 30px;
}
.js-modal .modalBox .modalImgWrapper > div {
  flex: 0 0 170px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalBox .modalImgWrapper > div {
    flex: 0 0 212px;
  }
}
.js-modal .modalBox .modalImgWrapper img {
  width: 100%;
}
.js-modal .nameWrapper .groupWrapper {
  margin-bottom: 20px;
}
.js-modal .nameWrapper .groupWrapper:last-child {
  margin-bottom: 0;
}
.js-modal .nameWrapper .groupWrapper .groupTitle {
  display: inline-block;
  background-color: #150a5e;
  color: #fdfdfd;
  padding: 0px 15px;
  text-align: center;
  min-width: 100px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.js-modal .nameWrapper .groupWrapper .photo {
  display: flex;
  align-items: center;
}
.js-modal .nameWrapper .groupWrapper .nameBox {
  margin-bottom: 5px;
}
.js-modal .nameWrapper .groupWrapper .nameBox img {
  width: 50%;
  border-radius: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .js-modal .nameWrapper .groupWrapper .nameBox img {
    width: 200px;
    margin-right: 30px;
  }
}
.js-modal .nameWrapper .groupWrapper .nameBox:last-child {
  margin-bottom: 0;
}
.js-modal .nameWrapper .groupWrapper .nameBox .programTitle {
  font-size: 2rem;
  margin-top: 25px;
  margin-bottom: 0;
}
.js-modal .nameWrapper .groupWrapper .nameBox .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.js-modal .nameWrapper .groupWrapper .nameBox .title {
  font-size: 1.4rem;
  line-height: 1.45;
}
.js-modal .nameWrapper .groupWrapper .nameBox .title a {
  display: inline-block;
  color: #150a5e;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.js-modal .programTitleWrapper {
  margin-bottom: 20px;
  color: #150a5e;
}
.js-modal .programTitleWrapper .title {
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .js-modal .programTitleWrapper .title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.js-modal .programTitleWrapper .area {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.js-modal .programTitleWrapper .subTitle {
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .js-modal .programTitleWrapper .subTitle {
    font-size: 2rem;
  }
}
.js-modal .modalDscWrapper {
  margin-bottom: 30px;
}
.js-modal .modalDscWrapper h5 {
  background-color: #150a5e;
  color: #fdfdfd;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 2;
}
.js-modal .modalDscWrapper h6 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 2;
}
.js-modal .programBtnWrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.js-modal .programBtnWrapper > .extra {
  flex: 0 0 280px;
}
.js-modal .programBtnWrapper > .extra .anno {
  color: #df0000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.js-modal .programBtnWrapper a {
  display: block;
  background-color: #150a5e;
  color: #fdfdfd;
  font-weight: 900;
  padding: 19px 4px;
  margin: 3px 5px;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
  flex: 0 0 280px;
}
.js-modal .programBtnWrapper a.watchBtn {
  background-color: #f68c93;
}
.js-modal .programBtnWrapper a:hover {
  opacity: 0.7;
}
.js-modal.ondemand .modalInner {
  border-color: #f97b00;
}
.js-modal.ondemand .modalInner .time {
  background-color: #f97b00;
}
.js-modal.ondemand .programTitleWrapper {
  color: #f97b00;
}
.js-modal.ondemand .nameWrapper .groupWrapper .groupTitle {
  background-color: #f97b00;
}
.js-modal.ondemand .programBtnWrapper a {
  background-color: #f97b00;
}

/*=====  End of MODAL  ======*/
/*=============================================
=            EXHIBITION            =
=============================================*/
#exhibition {
  background-color: #dbf1fc;
}
#exhibition .exhibitionWrapper {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #exhibition .exhibitionWrapper {
    max-width: 1500px;
  }
}
#exhibition .btnWrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #exhibition .btnWrapper {
    left: 16.2%;
    top: 75%;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 992px) {
  #exhibition .btnWrapper {
    left: 18%;
  }
}
#exhibition .btnWrapper span {
  color: #150a5e;
  font-weight: bold;
}

/*=====  End of EXHIBITION  ======*/
/*=============================================
=            CERTIFICATE            =
=============================================*/
#certificate {
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#certificate .sectionTitleWrapper {
  margin-bottom: 25px;
}
#certificate .sectionTitleWrapper .sectionTitle {
  color: #150a5e;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #certificate .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
}
#certificate .sectionTitleWrapper .sectionTitle:before {
  display: none;
}
#certificate .certificateBtn {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 35px;
}
#certificate .certificateBtn.no-link {
  pointer-events: none;
}

/*=====  End of CERTIFICATE  ======*//*# sourceMappingURL=custom.css.map */