@charset "UTF-8";
.mv {
  position: relative;
  top: 0;
  left: 0;
}
.mv h1 {
  position: absolute;
  top: 39.5%;
  right: 0%;
  width: 41.5%;
}
@media screen and (max-width:800px) {
  .mv h1 {
    top: 39.2%;
    width: 67%;
  }
}
.mv .mv_day {
  position: absolute;
  bottom: 2.4%;
  left: 2.5%;
  width: 47.2%;
}
@media screen and (max-width:800px) {
  .mv .mv_day {
    bottom: auto;
    right: auto;
    width: 46%;
    top: 75%;
    left: 6%;
    display: none;
  }
}
@media screen and (max-width:800px) {
  .mv .mv_attention {
    position: absolute;
    bottom: 2%;
    left: 6%;
    color: #FF515C;
    font-weight: bold;
  }
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  a:hover {
    opacity: 1;
  }
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  top: 0;
  left: 0;
}
.container.container--in {
  max-width: 840px;
  width: 100%;
  z-index: 2;
}
.container.container--in.container--in_top {
  max-width: 720px;
}
.container.container--head {
  max-width: 100vw;
  width: 100%;
}
@media screen and (max-width:800px) {
  .container.container--head {
    width: 90%;
  }
}

.container--bg {
  padding: 84px 40px 110px;
}
@media screen and (max-width:800px) {
  .container--bg {
    padding: 32px 0 86px;
  }
}
.container--bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  border-radius: 0 120px 120px 120px;
}
@media screen and (max-width:800px) {
  .container--bg:after {
    margin-bottom: 22px;
    border-radius: 0;
    right: -5vw;
    width: 105vw;
  }
}
.container--bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top: 3px solid #FF515C;
  border-right: 3px solid #FF515C;
  width: 74%;
  height: 190px;
  border-radius: 0 120px 0 0;
}
@media screen and (max-width:800px) {
  .container--bg:before {
    opacity: 0;
  }
}
.container--bg.container--music {
  background-color: #F1FFDE;
  border-radius: 0 120px 120px 120px;
}
@media screen and (max-width:800px) {
  .container--bg.container--music {
    border-radius: 0;
  }
}
.container--bg.container--music:after {
  background-color: #F1FFDE;
  height: 75%;
  right: 50%;
}
@media screen and (max-width:800px) {
  .container--bg.container--music:after {
    height: 100%;
    right: -5vw;
  }
}
.container--bg.container--art:after {
  background-color: #FFEDE6;
  width: 100%;
}
@media screen and (max-width:800px) {
  .container--bg.container--art:after {
    width: 100vw;
  }
}
.container--bg.container--art .bg_blue {
  position: absolute;
  top: 0;
  right: 80%;
  width: 100vw;
  height: 100%;
  background-color: #DBF6F7;
}
.container--bg.container--top {
  padding-bottom: 72px;
}
.container--bg.container--top:after {
  background-color: #fff;
}
.container--bg.container--top:before {
  left: 0;
  border-top: 3px solid #FF515C;
  border-right: none;
  border-left: 3px solid #FF515C;
  border-radius: 120px 0 0 0;
  width: 73%;
  height: 30%;
}
@media screen and (max-width:800px) {
  .container--bg.container--top:before {
    opacity: 0;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5% 5% 0;
}
@media screen and (max-width:800px) {
  header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    padding: 22px 0 0;
  }
}
@media screen and (max-width:800px) {
  header .container {
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  width: 29%;
}
@media screen and (max-width:800px) {
  header .logo {
    width: 62%;
  }
}
header .sp_enty {
  background-color: #97D9D2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
header .sp_enty a {
  display: block;
  padding: 18px 0 14px 0;
  text-align: center;
  color: #FF515C;
}
header .sp_enty a span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 100%;
}
header .sp_enty a img {
  height: 24px;
}

.trg {
  width: 40px;
  height: 24px;
  position: fixed;
  top: 46px;
  right: 5%;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .trg {
    width: 28px;
    height: 18px;
    /*position: relative;*/
    top: 22px;
    right: 5vw;
  }
}
.trg:after, .trg:before,
.trg i {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #77B98E;
  transition: all 0.2s ease-out;
}
.trg:after.tops, .trg:before.tops,
.trg i.tops {
  background: #fff;
}
.trg:after {
  top: 0;
}
.trg:before {
  bottom: 0;
}
.trg i {
  top: 47%;
}
.trg.active:after {
  top: 8px;
  transform: rotate(-45deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.active:after {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.active:before {
  bottom: 15px;
  transform: rotate(47deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.active:before {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.active i {
  opacity: 0;
}

.trg.tops {
  width: 40px;
  height: 24px;
  position: fixed;
  top: 46px;
  right: 5%;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .trg.tops {
    width: 28px;
    height: 18px;
    /*position: relative;*/
    top: 22px;
    right: 5vw;
  }
}
.trg.tops:after, .trg.tops:before,
.trg.tops i {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-out;
}
.trg.tops:after {
  top: 0;
}
.trg.tops:before {
  bottom: 0;
}
.trg.tops i {
  top: 47%;
}
.trg.tops.active:after {
  top: 8px;
  transform: rotate(-45deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.tops.active:after {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.tops.active:before {
  bottom: 15px;
  transform: rotate(47deg);
  background: #77B98E;
}
@media screen and (max-width:800px) {
  .trg.tops.active:before {
    bottom: 9px;
    background: #77B98E;
  }
}
.trg.tops.active i {
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  right: -380px;
  z-index: 15;
  width: 380px;
  height: 100%;
  transition: all 0.2s ease-out;
  opacity: 0;
  box-sizing: border-box;
  padding: 100px 8% 0 4%;
  text-align: left;
  background-color: rgba(23, 22, 49, 0.95);
}
@media screen and (max-width:800px) {
  nav {
    right: -100%;
    width: 100%;
    padding: 70px 13% 0;
    background-color: rgba(23, 22, 49, 0.95);
  }
}
nav.active {
  right: 0;
  opacity: 1;
}
nav .nav_list {
  width: 80%;
}
@media screen and (max-width:800px) {
  nav .nav_list {
    width: 90%;
  }
}
nav .nav_list a {
  padding: 28px 7%;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #77B98E;
  color: #77B98E;
  font-weight: bold;
  fill: #77B98E;
  line-height: 100%;
}
nav .nav_list a.noline {
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  nav .nav_list a.noline {
    border-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  nav .nav_list a {
    border-bottom: 1px solid #77B98E;
    color: #77B98E;
    fill: #77B98E;
  }
}
nav .nav_list li:last-child a {
  border: none;
}
nav .nav_list figure {
  line-height: 0;
}
nav .nav_list img {
  height: 14px;
  width: auto;
}
nav .nav_list img.big {
  height: 16px;
}

.sns_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.sns_list.sns_list--foot {
  margin-top: 10px;
  justify-content: flex-end;
}
@media screen and (max-width:800px) {
  .sns_list.sns_list--foot {
    justify-content: center;
  }
}
.sns_list li {
  width: 40px;
}
@media screen and (max-width:800px) {
  .sns_list li {
    width: 30px;
  }
}
.sns_list li:first-child {
  margin-right: 20px;
}

.mv_attention {
  text-align: center;
  font-weight: bold;
  color: #FF515C;
}
@media screen and (max-width:800px) {
  .mv_attention {
    text-align: left;
  }
}
.mv_attention.mv_attention--music {
  color: #1988D6;
}
.mv_attention.mv_attention--art {
  color: #219B30;
}

footer {
  background: #171631;
  position: relative;
  top: 0;
  left: 0;
  padding: 100px 0 0;
}
@media screen and (max-width:800px) {
  footer {
    margin-top: 0px;
    padding: 46px 0 68px 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  footer .container {
    display: block;
    margin-bottom: 28px;
  }
}
footer .page_top {
  text-align: center;
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:800px) {
  footer .page_top {
    top: -40px;
  }
}
footer .page_top .top_trg {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  opacity: 1;
}
footer .page_top .top_trg:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg:hover {
    opacity: 1;
  }
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg {
    font-size: 10px;
  }
}
footer .page_top .top_trg:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 46%;
  width: 2px;
  height: 40px;
  background: #000;
}
@media screen and (max-width:800px) {
  footer .page_top .top_trg:after {
    bottom: -26px;
    height: 26px;
  }
}
footer .title_c {
  color: #fff;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  line-height: 140%;
  margin-bottom: 0.75em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  footer .title_c {
    text-align: center;
    font-size: 3.6vw;
  }
}
footer .event_nav_wrap {
  line-height: 1.9em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  footer .event_nav_wrap {
    padding: 0 12%;
    font-size: 12px;
    justify-content: space-between;
  }
}
footer .event_nav_wrap .event_nav_block:first-child {
  margin-right: 84px;
}
@media screen and (max-width:800px) {
  footer .event_nav_wrap .event_nav_block:first-child {
    margin-right: 0;
  }
}
footer .event_nav_wrap .event_nav_block p {
  font-weight: 500;
  color: #fff;
}
footer .event_nav_wrap .event_nav_block a {
  color: #fff;
}
footer .foot_content {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width:800px) {
  footer .foot_content {
    margin-top: 40px;
    text-align: center;
  }
}
footer .foot_content .bold {
  font-weight: bold;
}
footer .foot_content .foot_logo {
  margin-bottom: 14px;
}
footer .foot_content .foot_logo a {
  display: inline-block;
  width: 310px;
}
@media screen and (max-width:800px) {
  footer .foot_content .foot_logo a {
    width: 80%;
  }
}
footer .foot_content .sptel a {
  color: #fff;
}
footer .foot_content p {
  color: #fff;
}
footer small {
  padding: 22px 0;
  background: #77B98E;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.icon {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon {
    display: none;
  }
}
.icon.icon--top1 {
  left: 90%;
  top: -15%;
  width: 46%;
}
.icon.icon--top1_1 {
  right: -19%;
  top: 120%;
  width: 18%;
}
.icon.icon--top1b {
  left: 90%;
  top: 85%;
  width: 46%;
}
.icon.icon--top1c {
  right: 90%;
  top: 65%;
  width: 18%;
}
.icon.icon--top2 {
  right: 90%;
  top: 90%;
  width: 28%;
}
.icon.icon--top2_1 {
  right: 85%;
  top: 25%;
  width: 85%;
}
.icon.icon--top2_2 {
  left: 85%;
  top: 50%;
  width: 42.5%;
}
.icon.icon--top3 {
  right: -15%;
  top: 15%;
  z-index: 5;
  width: 20%;
}
.icon.icon--top4 {
  right: 0%;
  top: 40%;
  z-index: 5;
  width: 12%;
}
.icon.icon--top4_1 {
  left: -10%;
  top: 35%;
  z-index: 5;
  width: 12%;
}
.icon.icon--top5 {
  right: -15%;
  bottom: 25%;
  z-index: 5;
  width: 28%;
}
.icon.icon--top5_1 {
  left: 0%;
  bottom: 15%;
  z-index: 5;
  width: 9%;
}
.icon.icon--foot1 {
  left: -10%;
  top: -181%;
  z-index: 5;
  width: 26%;
}
.icon.icon--foot2 {
  right: -10%;
  top: -120%;
  z-index: 5;
  width: 16%;
}
.icon.icon--art1 {
  right: 16%;
  top: 6%;
  width: 16%;
}
.icon.icon--art1_2 {
  right: 0%;
  top: 13%;
  width: 10%;
}
.icon.icon--art2 {
  left: -12%;
  top: 29%;
  width: 24%;
}
.icon.icon--art3 {
  right: -9%;
  top: 63%;
  z-index: 5;
  width: 19%;
}
.icon.icon--art4 {
  left: -2%;
  top: 83%;
  z-index: 5;
  width: 10%;
}
.icon.icon--art5 {
  right: 8%;
  top: 79%;
  z-index: 5;
  width: 24%;
}
.icon.icon--art5_1 {
  right: 29%;
  top: 95%;
  z-index: 5;
  width: 11%;
}
.icon.icon--art6 {
  left: -11.5%;
  bottom: -17%;
  z-index: 5;
  width: 26%;
}
.icon.icon--art7 {
  right: 2%;
  top: 13%;
  z-index: 5;
  width: 9%;
}
.icon.icon--art8 {
  right: -8.5%;
  bottom: -7%;
  z-index: 5;
  width: 24%;
}
.icon.icon--art9 {
  left: -2%;
  bottom: -7%;
  z-index: 5;
  width: 11%;
}
.icon.icon--music1 {
  right: 16%;
  top: 7%;
  width: 16%;
}
.icon.icon--music1_2 {
  right: 0%;
  top: 17%;
  width: 10%;
}
.icon.icon--music2 {
  left: -6%;
  top: 43%;
  width: 13%;
}
.icon.icon--music3 {
  right: -9%;
  top: 79%;
  z-index: 5;
  width: 19%;
}
.icon.icon--music4 {
  left: -6%;
  bottom: -14%;
  z-index: 5;
  width: 24%;
}
.icon.icon--music5 {
  right: -3%;
  top: 76%;
  z-index: 5;
  width: 10%;
}
.icon.icon--music6 {
  right: -8.5%;
  bottom: -6%;
  z-index: 5;
  width: 24%;
}
.icon.icon--music7 {
  left: -2%;
  bottom: -13%;
  z-index: 5;
  width: 11%;
}

.icon_art1 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_art1 {
    display: none;
  }
}
.icon_art1.icon--top1 {
  left: 90%;
  top: -20%;
  width: 47%;
}
.icon_art1.icon--top2 {
  right: 95%;
  top: 30%;
  width: 23%;
}
.icon_art1.icon--top3 {
  left: 94%;
  top: -20%;
  width: 47.5%;
}
.icon_art1.icon--top4 {
  right: 92.5%;
  top: 60%;
  width: 30%;
}
.icon_art1.icon--top5 {
  left: 70%;
  top: 90%;
  width: 69%;
  position: relative;
  z-index: 5;
}

.icon_art2 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_art2 {
    display: none;
  }
}
.icon_art2.icon--top1 {
  left: 95%;
  top: 50%;
  width: 45%;
}
.icon_art2.icon--top2 {
  left: 90%;
  top: 60%;
  width: 32%;
}
.icon_art2.icon--top4 {
  right: 99%;
  top: -30%;
  width: 28%;
}
.icon_art2.icon--top5 {
  left: 90%;
  top: 30%;
  width: 69%;
  z-index: 5;
}
.icon_art2.icon--top6 {
  right: 103%;
  top: -30%;
  width: 18%;
}
.icon_art2.icon--top7 {
  right: 95%;
  top: -30%;
  width: 23%;
}
.icon_art2.icon--top8 {
  right: 102.5%;
  top: 80%;
  width: 14%;
}

.icon_music1 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_music1 {
    display: none;
  }
}
.icon_music1.icon--top1 {
  left: 90%;
  top: -20%;
  width: 34%;
}
.icon_music1.icon--top2 {
  right: 95%;
  top: 35%;
  width: 32%;
}
.icon_music1.icon--top3 {
  left: 94%;
  top: 48%;
  width: 30%;
}
.icon_music1.icon--top5 {
  left: 75%;
  top: 95%;
  width: 69%;
  z-index: 5;
}

.icon_music2 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon_music2 {
    display: none;
  }
}
.icon_music2.icon--top1b {
  right: 105%;
  top: -55%;
  width: 18%;
}
.icon_music2.icon--top1 {
  left: 110%;
  top: -5%;
  width: 12%;
}
.icon_music2.icon--top2 {
  left: 106%;
  top: -30%;
  width: 42%;
}
.icon_music2.icon--top3 {
  right: 104%;
  top: -50%;
  width: 24%;
}
.icon_music2.icon--top3b {
  left: 98%;
  top: 50%;
  width: 30%;
}
.icon_music2.icon--top4 {
  right: 103%;
  top: -40%;
  width: 69%;
}
.icon_music2.icon--top5 {
  left: 75%;
  top: 95%;
  width: 69%;
  z-index: 5;
}

img {
  width: 100%;
}

body {
  font-size: 16px;
  overflow-x: hidden;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
h3 img {
  height: 44px;
}
@media screen and (max-width:800px) {
  h3 img {
    height: 28px;
  }
}

.title {
  text-align: center;
}
.title.title--music {
  background-color: #1988D6;
}
.title.title--music figure img {
  height: 42px;
}
@media screen and (max-width:800px) {
  .title.title--music figure img {
    height: 24px;
  }
}
.title.title--art {
  background-color: #219B30;
}
.title.title--art figure img {
  height: 42px;
}
@media screen and (max-width:800px) {
  .title.title--art figure img {
    height: 24px;
  }
}
.title.title--top {
  display: flex;
  width: 100%;
}
.title.title--top .title_item--music {
  background-color: #1988D6;
  width: 50%;
}
.title.title--top .title_item--music a {
  display: block;
  padding: 26px 0;
  font-weight: bold;
}
@media screen and (max-width:800px) {
  .title.title--top .title_item--music a {
    padding: 12px 0;
  }
}
.title.title--top .title_item--music figure img {
  width: auto;
  height: 38px;
}
@media screen and (max-width:800px) {
  .title.title--top .title_item--music figure img {
    height: 45px;
  }
}
.title.title--top .title_item--art {
  background-color: #219B30;
  width: 50%;
}
.title.title--top .title_item--art a {
  display: block;
  padding: 26px 0;
  font-weight: bold;
}
@media screen and (max-width:800px) {
  .title.title--top .title_item--art a {
    padding: 12px 0;
  }
}
.title.title--top .title_item--art figure img {
  width: auto;
  height: 38px;
}
@media screen and (max-width:800px) {
  .title.title--top .title_item--art figure img {
    height: 45px;
  }
}
.title .container {
  position: relative;
  top: 0;
  left: 0;
  padding: 26px 0;
}
@media screen and (max-width:800px) {
  .title .container {
    padding: 20px 0;
  }
}
.title h2 {
  font-weight: bold;
  line-height: 1em;
}
.title .title_day {
  position: absolute;
  bottom: -3%;
  right: -3%;
  width: 34%;
}
@media screen and (max-width:800px) {
  .title .title_day {
    width: 39%;
  }
}

.event {
  padding: 20px 0 140px;
  position: relative;
  z-index: 5;
}
.event.eventart {
  padding-bottom: 60px;
}
@media screen and (max-width:800px) {
  .event.eventart {
    padding-bottom: 30px;
  }
}
@media screen and (max-width:800px) {
  .event {
    padding: 50px 0 30px;
  }
}
.event h3 {
  margin: 80px 0 25px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .event h3 {
    margin: 0 0 15px;
  }
}
.event .text01 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .event .text01 {
    margin-bottom: 12.5px;
  }
}
.event .text02 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .event .text02 {
    margin-bottom: 35px;
  }
}
.event ul.pagelinks {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.event ul.pagelinks li {
  width: 32.1%;
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  .event ul.pagelinks li {
    width: 48.75%;
    margin-bottom: 2vw;
  }
}

.footdocu img {
  height: 94px;
}
@media screen and (max-width:800px) {
  .footdocu img {
    height: 63px;
  }
}

.entry {
  padding: 100px 0 120px 0;
  background-color: #fff;
  position: relative;
}
.entry.color1 {
  background-color: rgba(119, 185, 142, 0.2);
}
@media screen and (max-width:800px) {
  .entry {
    padding: 50px 0 60px 0;
  }
}
.entry .btn--entry {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.15em;
}
.entry .btn--entry a {
  border-radius: 100px;
  background-color: #171631;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
  display: inline-block;
  width: 280px;
  font-weight: bold;
}
.entry .text01 {
  text-align: center;
  margin: 30px auto 6px auto;
}
.entry .text02 {
  text-align: center;
  font-weight: 600;
}

.entry2 {
  padding: 100px 0 120px 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  .entry2 {
    padding: 50px 0 60px 0;
  }
}
.entry2 h2 img {
  height: 43px;
}
@media screen and (max-width:800px) {
  .entry2 h2 img {
    height: 28px;
  }
}
.entry2 .btn--entry {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
.entry2 .btn--entry a {
  border-radius: 100px;
  background-color: #171631;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
  display: inline-block;
  width: 280px;
  font-weight: bold;
}
.entry2 .text01 {
  text-align: center;
  margin: 20px auto 6px auto;
}
.entry2 .text02 {
  text-align: center;
  font-weight: 600;
}

.entry3 {
  padding: 100px 0 120px 0;
  background-color: rgba(208, 203, 134, 0.5);
  position: relative;
}
@media screen and (max-width:800px) {
  .entry3 {
    padding: 50px 0 60px 0;
  }
}
.entry3 h2 img {
  height: 43px;
}
@media screen and (max-width:800px) {
  .entry3 h2 img {
    height: 28px;
  }
}
.entry3 .btn--entry {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
.entry3 .btn--entry a {
  border-radius: 100px;
  background-color: #171631;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  color: #fff;
  display: inline-block;
  width: 280px;
  font-weight: bold;
}
.entry3 .text01 {
  text-align: center;
  margin: 20px auto 6px auto;
}
.entry3 .text02 {
  text-align: center;
  font-weight: 600;
}

.contena_boxs {
  width: 100%;
  background-color: #fff;
}
.contena_boxs.color_art {
  background-color: #f3f6dd;
}
.contena_boxs.color_music {
  background-color: rgba(25, 136, 214, 0.22);
}
.contena_boxs h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .contena_boxs h3 {
    margin-bottom: 15px;
  }
}
.contena_boxs h3 .bold {
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 100%;
}
.contena_boxs h3 .sub {
  letter-spacing: 0.1em;
}
.contena_boxs p.text01 {
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_boxs p.text01 {
    margin-bottom: 30px;
  }
}
.contena_boxs .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  align-items: center;
}
@media screen and (max-width:800px) {
  .contena_boxs .section__in {
    padding: 45px 0;
  }
}
.contena_boxs .section__in .text {
  width: 32%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .contena_boxs .section__in .text {
    width: 100%;
    order: 2;
  }
}
.contena_boxs .section__in .text .botancenter {
  width: 100%;
  text-align: center;
}
.contena_boxs .section__in .text a.movielinks {
  display: block;
  width: 80%;
  padding: 12px 0 14px 0;
  border: 1.5px solid #333;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
  margin: 0 auto 8px auto;
  transition: all 0.4s ease-out;
  background-color: #fff;
}
.contena_boxs .section__in .text a.movielinks span {
  font-size: 65%;
  display: inline-block;
  vertical-align: 2px;
  padding-right: 0.5em;
}
.contena_boxs .section__in .text a.movielinks:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width:800px) {
  .contena_boxs .section__in .text a.movielinks:hover {
    background-color: #fff;
    color: #000;
  }
}
.contena_boxs .section__in .text a.movielinks.topbm {
  margin-top: 12px;
}
.contena_boxs .section__in .text .text02 {
  text-align: center;
}
.contena_boxs .section__in a.boximg {
  width: 58.33%;
  display: block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  .contena_boxs .section__in a.boximg {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
}
.contena_boxs .section__in a.boximg:hover > .base {
  transform: scale(1.075);
}
@media screen and (max-width:800px) {
  .contena_boxs .section__in a.boximg:hover > .base {
    transform: scale(1);
  }
}
.contena_boxs .section__in a.boximg .base {
  position: relative;
  transition: all 0.4s ease-out;
}
.contena_boxs .section__in a.boximg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

/**********************************/
.icon2 {
  position: absolute;
}
@media screen and (max-width:800px) {
  .icon2 {
    display: none;
  }
}
.icon2.icon--top1 {
  right: -10%;
  top: -50%;
  width: 26%;
}
.icon2.icon--top1_1 {
  right: -15%;
  top: 80%;
  width: 11%;
}
.icon2.icon--top2 {
  left: -18%;
  top: 55%;
  width: 32%;
}
.icon2.icon--top3 {
  right: -25%;
  top: 15%;
  z-index: 5;
  width: 20%;
}
.icon2.icon--top4 {
  left: -20%;
  top: 40%;
  z-index: 5;
  width: 20%;
}
.icon2.icon--top4_1 {
  left: -10%;
  top: 15%;
  z-index: 5;
  width: 12%;
}
.icon2.icon--top5 {
  right: -10%;
  bottom: 35%;
  z-index: 5;
  width: 12%;
  z-index: 12;
}
.icon2.icon--top5_1 {
  left: -20%;
  bottom: -10%;
  z-index: 5;
  width: 15%;
}
.icon2.icon--top6 {
  right: -25%;
  bottom: 35%;
  z-index: 5;
  width: 30%;
}
.icon2.icon--top7 {
  left: -20%;
  bottom: -40%;
  z-index: 5;
  width: 25%;
}
.icon2.icon--top8 {
  right: -25%;
  bottom: -80%;
  z-index: 5;
  width: 10%;
}

.contena_white {
  width: 100%;
}
.contena_white .close_close {
  width: 60px;
  margin: 0 0 10px auto;
  padding-top: 25px;
}
.contena_white .close_close:hover {
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .contena_white .close_close {
    width: 40px;
  }
}
.contena_white .close_close2 {
  width: 60px;
  margin: 20px auto 0 auto;
  padding-bottom: 50px;
}
.contena_white .close_close2:hover {
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .contena_white .close_close2 {
    width: 40px;
  }
}
.contena_white .qa_contena {
  background-color: #fff;
}
.contena_white .qa_contena .bottomline {
  width: 100%;
  background-color: #C4D253;
  height: 45px;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .bottomline {
    height: 30px;
  }
}
.contena_white .qa_contena h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  transform: translate(0%, -50%);
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena h3 {
    margin-bottom: 0px;
  }
}
.contena_white .qa_contena h3 img {
  height: 65px;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena h3 img {
    width: 20%;
  }
}
.contena_white .qa_contena .text01 {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contena_white .qa_contena .fa_box {
  width: 90%;
  border: 2px solid #C4D253;
  margin: 0 auto 40px auto;
}
.contena_white .qa_contena .fa_box .q_box {
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .q_box {
    padding: 10px 15px 15px 10px;
  }
}
.contena_white .qa_contena .fa_box .q_box dt {
  width: 5.55%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .q_box dt {
    width: 8%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .q_box dd {
  width: 90.5%;
  padding-top: 1.75%;
  line-height: 175%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .q_box dd {
    width: 87.5%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .a_box {
  padding: 24px 40px;
  background-color: #f3f6dd;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box {
    padding: 10px 15px 15px 10px;
  }
}
.contena_white .qa_contena .fa_box .a_box dt {
  width: 5.55%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box dt {
    width: 8%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .a_box dd {
  width: 90.5%;
  padding-top: 1.75%;
  line-height: 175%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box dd {
    width: 87.5%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .a_box2 {
  padding: 24px 40px;
  background-color: #f3f6dd;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #C4D253;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box2 {
    padding: 10px 15px 15px 10px;
  }
}
.contena_white .qa_contena .fa_box .a_box2 dt {
  width: 5.55%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box2 dt {
    width: 8%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .a_box2 dt.t111 {
  width: 5%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box2 dt.t111 {
    width: 6.8%;
    font-size: 3.4vw;
  }
}
.contena_white .qa_contena .fa_box .a_box2 dd {
  width: 90.5%;
  padding-top: 1.75%;
  line-height: 175%;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .contena_white .qa_contena .fa_box .a_box2 dd {
    width: 87.5%;
    font-size: 3.4vw;
  }
}

.linesbold {
  /*text-decoration: underline;*/
  font-weight: 700;
}

#footent {
  width: 100%;
  background-color: #F94C1C;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  padding: 13px 0;
  z-index: 14;
}
@media screen and (max-width:800px) {
  #footent {
    display: block;
  }
}
#footent figure img {
  height: 42px;
}

/*************************************/
#event_contena {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 120px 0;
}
@media screen and (max-width:800px) {
  #event_contena {
    padding: 60px 0;
  }
}
#event_contena .section__in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#event_contena .textue {
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #event_contena .textue {
    margin-bottom: 40px;
  }
}
#event_contena h3 {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #event_contena h3 {
    margin-bottom: 30px;
  }
}
#event_contena h3 figure img {
  width: auto;
  height: 43px;
}
@media screen and (max-width:800px) {
  #event_contena h3 figure img {
    height: 28px;
  }
}
#event_contena ul {
  width: 90%;
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#event_contena ul li {
  width: 47.41%;
  margin-bottom: 65px;
}
@media screen and (max-width:800px) {
  #event_contena ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#event_contena ul li figure {
  width: 100%;
  margin-bottom: 1em;
}
#event_contena ul li .base_text {
  line-height: 180%;
}
#event_contena .bluetext {
  color: #1988D6;
  margin-bottom: 0.25em;
}
#event_contena .base_textin {
  padding: 0.25em 0;
}
#event_contena .linetext {
  border-top: 1px solid #5AA4C9;
  padding-top: 0.25em;
}
#event_contena a.pdflink {
  display: inline-block;
  width: 270px;
  background-color: #5AA4C9;
  padding: 0.55em 1em 0.65em 1em;
  text-align: center;
  color: #fff;
  margin-top: 0.75em;
  line-height: 100%;
}

#time_table_contents {
  width: 100%;
  background-color: rgba(208, 203, 134, 0.3);
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:800px) {
  #time_table_contents {
    padding: 60px 0;
  }
}
#time_table_contents .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#time_table_contents h3 {
  text-align: center;
}
#time_table_contents h3 figure img {
  width: auto;
  height: 114px;
}
@media screen and (max-width:800px) {
  #time_table_contents h3 figure img {
    height: 80px;
  }
}
#time_table_contents h4 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #time_table_contents h4 {
    margin-top: 60px;
  }
}
#time_table_contents h4 figure img {
  width: auto;
  height: 32px;
}
@media screen and (max-width:800px) {
  #time_table_contents h4 figure img {
    height: 26px;
  }
}
#time_table_contents .subtext {
  text-align: center;
  color: #1988D6;
  text-align: center;
  padding-top: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #time_table_contents .subtext {
    margin-bottom: 0.75em;
  }
}
#time_table_contents .tablebox {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width:1100px) {
  #time_table_contents .tablebox {
    overflow-x: scroll;
  }
}
@media screen and (max-width:800px) {
  #time_table_contents .tablebox {
    margin-top: 0px;
  }
}
#time_table_contents .tablebox2 {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width:1100px) {
  #time_table_contents .tablebox2 {
    overflow-x: scroll;
  }
}
@media screen and (max-width:800px) {
  #time_table_contents .tablebox2 {
    margin-top: 0px;
  }
}
#time_table_contents .tablebox__in {
  width: 1000px;
}
#time_table_contents .table_text {
  width: 75%;
  margin: 30px auto 15px auto;
  display: none;
}
@media screen and (max-width:800px) {
  #time_table_contents .table_text {
    display: block;
  }
}
#time_table_contents .under_text {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #time_table_contents .under_text {
    margin-top: 30px;
  }
}
#time_table_contents .under_text h5 {
  font-weight: 500;
  margin-bottom: 0.2em;
}
#time_table_contents .under_text p {
  margin-bottom: 2em;
}
#time_table_contents table.table01 {
  width: 100%;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  background-color: #fff;
}
#time_table_contents table.table01 td.color1 {
  background-color: rgba(102, 102, 102, 0.2);
}
#time_table_contents table.table01 td.color2 {
  background-color: rgba(33, 156, 47, 0.6);
}
#time_table_contents table.table01 td.color3 {
  background-color: rgba(33, 156, 47, 0.2);
}
#time_table_contents table.table01 td {
  padding: 1em 1em;
  text-align: center;
  line-height: 180%;
}
#time_table_contents table.table01 td.textleft {
  text-align: left;
}
#time_table_contents table.table01 tr.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table01 td.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table01 td.rightline {
  border-right: 1px solid #666;
}
#time_table_contents table.table01 td.bottomline {
  border-bottom: 1px solid #666;
}
#time_table_contents table.table01 td.texttop {
  vertical-align: top;
}
#time_table_contents table.table01 p.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
#time_table_contents table.table01 p.indent_7 {
  text-indent: -7.25em;
  padding-left: 7.25em;
}
#time_table_contents table.table01 .list01 {
  width: 13.3%;
}
#time_table_contents table.table01 .list02 {
  width: 34.7%;
}
#time_table_contents table.table01 .list03 {
  width: 18%;
}
#time_table_contents table.table01 .list04 {
  width: 7.2%;
}
#time_table_contents table.table01 .list05 {
  width: 10.2%;
}
#time_table_contents table.table01 .list06 {
  width: 13.6%;
}
#time_table_contents table.table01 span.bld {
  font-weight: 600;
}
#time_table_contents table.table02 {
  width: 100%;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  background-color: #fff;
}
#time_table_contents table.table02 td.color1 {
  background-color: rgba(102, 102, 102, 0.2);
}
#time_table_contents table.table02 td.color2 {
  background-color: rgba(25, 136, 214, 0.6);
}
#time_table_contents table.table02 td.color3 {
  background-color: rgba(25, 136, 214, 0.2);
}
#time_table_contents table.table02 td {
  padding: 1em 1em;
  text-align: center;
  line-height: 180%;
}
#time_table_contents table.table02 td.textleft {
  text-align: left;
}
#time_table_contents table.table02 tr.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table02 td.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table02 td.rightline {
  border-right: 1px solid #666;
}
#time_table_contents table.table02 td.bottomline {
  border-bottom: 1px solid #666;
}
#time_table_contents table.table02 td.texttop {
  vertical-align: top;
}
#time_table_contents table.table02 p.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
#time_table_contents table.table02 p.indent_7 {
  text-indent: -7.25em;
  padding-left: 7.25em;
}
#time_table_contents table.table02 .list01 {
  width: 13.3%;
}
#time_table_contents table.table02 .list02 {
  width: 32.7%;
}
#time_table_contents table.table02 .list03 {
  width: 14%;
}
#time_table_contents table.table02 .list04 {
  width: 12.2%;
}
#time_table_contents table.table02 .list05 {
  width: 10.2%;
}
#time_table_contents table.table02 .list06 {
  width: 14.6%;
}
#time_table_contents table.table02 span.bld {
  font-weight: 600;
}
#time_table_contents table.table02 span.minis {
  font-size: 90%;
  line-height: 140%;
  display: inline-block;
}
#time_table_contents table.table03 {
  width: 100%;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  background-color: #fff;
}
#time_table_contents table.table03 td.color1 {
  background-color: rgba(102, 102, 102, 0.2);
}
#time_table_contents table.table03 td.color2 {
  background-color: rgba(25, 136, 214, 0.6);
}
#time_table_contents table.table03 td.color3 {
  background-color: rgba(25, 136, 214, 0.2);
}
#time_table_contents table.table03 td {
  padding: 1em 1em;
  text-align: center;
  line-height: 180%;
}
#time_table_contents table.table03 td.textleft {
  text-align: left;
}
#time_table_contents table.table03 tr.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table03 td.topline {
  border-top: 2px solid #666;
}
#time_table_contents table.table03 td.rightline {
  border-right: 1px solid #666;
}
#time_table_contents table.table03 td.bottomline {
  border-bottom: 1px solid #666;
}
#time_table_contents table.table03 td.texttop {
  vertical-align: top;
}
#time_table_contents table.table03 p.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
#time_table_contents table.table03 p.indent_7 {
  text-indent: -7.25em;
  padding-left: 7.25em;
}
#time_table_contents table.table03 .list01 {
  width: 13.3%;
}
#time_table_contents table.table03 .list02 {
  width: 34.7%;
}
#time_table_contents table.table03 .list03 {
  width: 12%;
}
#time_table_contents table.table03 .list04 {
  width: 7.2%;
}
#time_table_contents table.table03 .list05 {
  width: 10.2%;
}
#time_table_contents table.table03 .list06 {
  width: 18.6%;
}
#time_table_contents table.table03 span.bld {
  font-weight: 600;
}
#time_table_contents table.table03 span.minis {
  font-size: 90%;
  line-height: 140%;
  display: inline-block;
}

#movie_all .secins {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}/*# sourceMappingURL=under_common.css.map */