body {
  background-image: url(../images/yellow_bg.png);
  background-size: 13px auto;
  background-repeat: repeat;
  background-position: center top;
}
@media screen and (max-width: 1180px) {
  body {
    background-size: 1.1vw auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 1.7vw auto;
  }
}

main {
  overflow: hidden;
}

.wrap01 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  .wrap01 {
    max-width: none;
    width: 83.1vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    max-width: none;
    width: 93.1%;
  }
}

.wrap_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mv {
  background-image: url(../images/mv_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  min-height: 750px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  #mv {
    min-height: 63.6vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../images/mv_bg_sp.png);
    min-height: 182.9vw;
  }
}
#mv .bg_circle {
  background-image: url(../images/mv_circle_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 1760px auto;
  background-position: center top -180px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  #mv .bg_circle {
    background-size: 149.2vw auto;
    background-position: center top -15.3vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .bg_circle {
    background-image: url(../images/mv_circle_bg_sp.png);
    background-size: 158.7vw auto;
    background-position: center top -30.6vw;
  }
}
@media screen and (max-width: 768px) {
  #mv h1 {
    width: 106.7%;
    margin-left: -3.35%;
    margin-right: -3.35%;
  }
}

#message {
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  #message {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #message {
    margin-top: -21.7vw;
    background-image: url(../images/circle_bg_sp.png);
    background-size: 158.7vw auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  #message .wrap01 {
    width: 100%;
    background-image: url(../images/star_bg_sp.png);
    background-size: 113.3vw auto;
    background-repeat: no-repeat;
    background-position: center top 30vw;
  }
}
#message .txt02 {
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  #message .txt02 {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #message .txt02 {
    margin-top: 8vw;
  }
}
#message .txt03 {
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  #message .txt03 {
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #message .txt03 {
    width: 89.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5vw;
  }
}

.bg_circle02 {
  background-image: url(../images/circle_bg_pc.png);
  background-repeat: repeat-y;
  background-size: 1760px auto;
  background-position: center top;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .bg_circle02 {
    background-size: 149.2vw auto;
    padding-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .bg_circle02 {
    background-image: url(../images/circle_bg_sp.png);
    background-size: 158.7vw auto;
    padding-top: 12vw;
  }
}

.bg_star {
  background-image: url(../images/star_bg_pc.png);
  background-repeat: repeat-y;
  background-size: 1400px auto;
  background-position: center top;
}
@media screen and (max-width: 1180px) {
  .bg_star {
    background-size: 118.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  .bg_star {
    background-image: url(../images/star_bg_sp.png);
    background-size: 113.3vw auto;
  }
}

#about {
  position: relative;
}
#about .star01 {
  position: absolute;
  top: -43px;
  left: 60px;
  width: 52px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  #about .star01 {
    top: -3.6vw;
    left: 5.1vw;
    width: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .star01 {
    width: 16.7vw;
    top: auto;
    left: auto;
    bottom: -14.9vw;
    right: 2vw;
  }
}
#about .star02 {
  position: absolute;
  left: -116px;
  top: 122px;
  width: 155px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  #about .star02 {
    left: -9.8vw;
    top: 10.3vw;
    width: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  #about .star02 {
    display: none;
  }
}
#about .star03 {
  position: absolute;
  right: 60px;
  bottom: 550px;
  width: 52px;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  #about .star03 {
    right: 5.1vw;
    bottom: 46.6vw;
    width: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .star03 {
    display: none;
  }
}
#about h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  #about h2 {
    margin-bottom: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    margin-bottom: 7.7vw;
  }
}
#about .txt01 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #about .txt01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt01 {
    font-size: 5.1vw;
  }
}
#about .txt02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9em;
  text-align: justify;
}
@media screen and (max-width: 1180px) {
  #about .txt02 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt02 {
    font-size: 3.7vw;
  }
}
#about .txt03 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 1180px) {
  #about .txt03 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt03 {
    font-size: 2.4vw;
  }
}
#about .txt04 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0.1em;
}
@media screen and (max-width: 1180px) {
  #about .txt04 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt04 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about .about01 {
    width: 82.7vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .about01 .img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#about .about01 .txt01, #about .about01 .txt02, #about .about01 .txt03 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #about .about01 .txt01, #about .about01 .txt02, #about .about01 .txt03 {
    max-width: none;
    width: 50.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about01 .txt01, #about .about01 .txt02, #about .about01 .txt03 {
    max-width: none;
    width: 100%;
  }
}
#about .about01 .txt01 {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #about .about01 .txt01 {
    margin-top: 1.1em;
  }
}
#about .about01 .txt02 {
  margin-top: 1em;
}
#about .about01 .txt03 {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #about .about01 .txt03 {
    margin-top: 2em;
  }
}
#about .about02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #about .about02 {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about02 {
    display: block;
    width: 82.7vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7vw;
  }
}
#about .about02 .about_block {
  width: 46.9%;
}
@media screen and (max-width: 768px) {
  #about .about02 .about_block {
    width: 100%;
  }
}
#about .about02 .about_block .title_box {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  #about .about02 .about_block .title_box {
    min-height: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about02 .about_block .title_box {
    min-height: 1;
    padding-top: 3.3vw;
    padding-bottom: 3.3vw;
  }
}
#about .about02 hr {
  border: none;
  border-left: 4px dotted #000;
}
@media screen and (max-width: 768px) {
  #about .about02 hr {
    border: none;
  }
  #about .about02 hr + .about_block {
    margin-top: 10.7vw;
  }
}
#about .about02 .txt05 {
  display: none;
}
@media screen and (max-width: 768px) {
  #about .about02 .txt05 {
    display: inline-block;
    font-size: 2.6vw;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    margin-left: 0.1em;
    margin-right: 0;
  }
}

#cast {
  margin-top: 80px;
}
@media screen and (max-width: 1180px) {
  #cast {
    margin-top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  #cast {
    margin-top: 11.3vw;
  }
}
#cast .cast_box {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #cast .cast_box {
    max-width: none;
    width: 74.6vw;
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #cast .cast_box {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7vw;
  }
}
#cast .cast_box .cast_block {
  width: 21.4%;
}
@media screen and (max-width: 768px) {
  #cast .cast_box .cast_block {
    width: 28.9%;
  }
}
#cast .cast_box .cast_block:nth-child(n+5) {
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  #cast .cast_box .cast_block:nth-child(n+5) {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #cast .cast_box .cast_block:nth-child(n+4) {
    margin-top: 5.3vw;
  }
}
#cast .cast_box .cast_block .c_img01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#cast .cast_box .cast_block .c_name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1180px) {
  #cast .cast_box .cast_block .c_name {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #cast .cast_box .cast_block .c_name {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 3vw;
  }
}

#schedule {
  margin-top: 80px;
  background-color: #fff;
  box-shadow: 8px 8px 0px 0px rgb(255, 150, 0);
  padding: 60px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1180px) {
  #schedule {
    margin-top: 6.8vw;
    box-shadow: 0.7vw 0.7vw 0px 0px rgb(255, 150, 0);
    padding: 5.1vw 0;
  }
}
@media screen and (max-width: 768px) {
  #schedule {
    width: 100%;
    margin-top: 11.3vw;
    box-shadow: none;
    padding: 7.6vw 0;
  }
}
#schedule .star01 {
  position: absolute;
  top: -160px;
  right: -122px;
  width: 155px;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  #schedule .star01 {
    top: -13.6vw;
    right: -10.3vw;
    width: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .star01 {
    display: none;
  }
}
#schedule .star02 {
  position: absolute;
  bottom: 780px;
  left: -154px;
  width: 155px;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  #schedule .star02 {
    bottom: 66.1vw;
    left: -13.1vw;
    width: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .star02 {
    display: none;
  }
}
#schedule h2 {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  #schedule h2 {
    max-width: none;
    width: 74.6vw;
    margin-bottom: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule h2 {
    width: 92.9%;
    margin-bottom: 7.7vw;
  }
}
#schedule .day_schedule {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule {
    max-width: none;
    width: 66.9vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule {
    width: 86.7%;
  }
}
#schedule .day_schedule h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule h3 {
    margin-bottom: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule h3 {
    margin-bottom: 4.3vw;
  }
}
#schedule .day_schedule .day_head_txt01 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .day_head_txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .day_head_txt01 {
    font-size: 3.7vw;
  }
}
#schedule .day_schedule .time_line_box {
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box {
    margin-top: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box {
    margin-top: 5.3vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  background-color: #ffe300;
  border-radius: 8px;
  position: relative;
  padding: 0 13px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block {
    min-height: 5.9vw;
    border-radius: 0.7vw;
    padding: 0 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block {
    min-height: 13.1vw;
    border-radius: 1.1vw;
    padding: 2vw 2vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block + .time_line_block {
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block + .time_line_block {
    margin-top: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block + .time_line_block {
    margin-top: 3.6vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .time {
  width: 110px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  font-weight: 900;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .time {
    width: 9.3vw;
    height: 3.9vw;
    line-height: 3.9vw;
    font-size: 1.9vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .time {
    width: 13.6vw;
    height: 8.7vw;
    line-height: 8.7vw;
    font-size: 3.5vw;
    border-radius: 0.8vw;
  }
  #schedule .day_schedule .time_line_box .time_line_block .time.sph1 {
    height: 12.8vw;
    line-height: 12.8vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .title {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3em;
  margin-left: 12px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .title {
    font-size: 1.8vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .title {
    font-size: 3.2vw;
    line-height: 1.4em;
    margin-left: 2vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .title .sub_txt01 {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2em;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .title .sub_txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .title .sub_txt01 {
    font-size: 3.2vw;
    line-height: 1.4em;
    margin-left: -0.8em;
    margin-right: -0.8em;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .title .sub_txt02 {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .title .sub_txt02 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .title .sub_txt02 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .title.sp_title01 {
    font-size: 2.8vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .img {
    right: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img {
    right: 2vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .img.img01 {
  width: 99px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img01 {
    width: 8.4vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img01 {
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img01.sp_img01 {
    right: 1vw;
  }
}
#schedule .day_schedule .time_line_box .time_line_block .img.img02 {
  width: 208px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img02 {
    width: 17.6vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img02 {
    width: 33.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img02.sp_img02 {
    width: 31.1vw;
    right: -1vw;
    transform: translateY(-60%);
  }
}
#schedule .day_schedule .time_line_box .time_line_block .img.img03 {
  width: 316px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img03 {
    width: 26.8vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img03 {
    width: 51.1vw;
    top: auto;
    bottom: 2vw;
    transform: translateY(0);
  }
}
#schedule .day_schedule .time_line_box .time_line_block .img.img04 {
  width: 148px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img04 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block .img.img04 {
    width: 22.4vw;
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .time_line_box .time_line_block.sp_block02 {
    align-items: flex-start;
  }
  #schedule .day_schedule .time_line_box .time_line_block.sp_block02 .time {
    min-height: 26.8vw;
    line-height: 26.8vw;
  }
}
#schedule .day_schedule .special_box {
  margin-top: 56px;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .special_box {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .special_box {
    margin-top: 9.3vw;
  }
}
#schedule .day_schedule .special_box .special_pho_box {
  max-width: 755px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .special_box .special_pho_box {
    max-width: none;
    width: 64vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .special_box .special_pho_box {
    display: block;
    width: 64vw;
    margin-top: 5.3vw;
  }
}
#schedule .day_schedule .special_box .special_pho_box .pho_block {
  width: 29.8%;
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .special_box .special_pho_box .pho_block {
    width: 100%;
  }
  #schedule .day_schedule .special_box .special_pho_box .pho_block + .pho_block {
    margin-top: 8vw;
  }
}
#schedule .day_schedule .special_box .special_pho_box .pho_block .sp_txt01 {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1180px) {
  #schedule .day_schedule .special_box .special_pho_box .pho_block .sp_txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .day_schedule .special_box .special_pho_box .pho_block .sp_txt01 {
    margin-top: 0.5em;
    font-size: 4.3vw;
  }
}
#schedule .line01 {
  border: none;
  border-top: 4px dotted #000;
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #schedule .line01 {
    max-width: none;
    width: 74.6vw;
    margin-top: 3.8vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #schedule .line01 {
    width: 86.7vw;
    margin-top: 10.7vw;
    margin-bottom: 5.3vw;
  }
}

#access {
  margin-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1180px) {
  #access {
    margin-top: 6.8vw;
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  #access {
    margin-top: 13.3vw;
    padding-bottom: 13.3vw;
  }
}
#access h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  #access h2 {
    margin-bottom: 3.4vw;
  }
}
#access .access_box {
  width: 89.8%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 1180px) {
  #access .access_box {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box {
    width: 100%;
    margin-top: 6vw;
  }
}
#access .access_box .access_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block {
    display: block;
  }
}
#access .access_box .access_block .a_title {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 12px;
  width: 30%;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .a_title {
    padding-top: 1.9vw;
    padding-bottom: 1.9vw;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .a_title {
    padding-top: 3.3vw;
    padding-bottom: 2.3vw;
    padding-left: 0;
    width: 40.3vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#access .access_box .access_block .a_title > span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1em;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.7em 0 0.8em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .a_title > span {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .a_title > span {
    font-size: 3.2vw;
    padding: 0.5em 0 0.5em;
  }
}
#access .access_box .access_block .a_title > span .sub_txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin-left: -0.3em;
  margin-right: -0.3em;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .a_title > span .sub_txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .a_title > span .sub_txt {
    font-size: 2.8vw;
  }
}
#access .access_box .access_block .txt_block {
  width: 67.6%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .txt_block {
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .txt_block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 3.3vw;
  }
}
#access .access_box .access_block .txt_block .txt01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .txt_block .txt01 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .txt_block .txt01 {
    font-size: 3.2vw;
    text-align: center;
  }
}
#access .access_box .access_block .txt_block .txt01 strong {
  font-weight: bold;
  color: #d50011;
}
#access .access_box .access_block .txt_block .txt01 + .txt01 {
  margin-top: 0.7em;
}
#access .access_box .access_block .txt_block .txt02 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .txt_block .txt02 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .txt_block .txt02 {
    font-size: 4.5vw;
    text-align: center;
  }
}
#access .access_box .access_block .txt_block .txt03 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0em;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .txt_block .txt03 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .txt_block .txt03 {
    font-size: 4.3vw;
    text-align: center;
  }
}
#access .access_box .access_block .txt_block .txt04 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 1.5em;
}
@media screen and (max-width: 1180px) {
  #access .access_box .access_block .txt_block .txt04 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #access .access_box .access_block .txt_block .txt04 {
    margin-top: 0.5em;
    font-size: 2.9vw;
    text-align: center;
  }
}
#access .map_box {
  width: 76.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  #access .map_box {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #access .map_box {
    width: 100%;
    margin-top: 7.3vw;
  }
}
#access .map_box iframe {
  width: 100% !important;
  height: 504px !important;
  border: none;
}
@media screen and (max-width: 1180px) {
  #access .map_box iframe {
    height: 42.7vw !important;
  }
}
@media screen and (max-width: 768px) {
  #access .map_box iframe {
    height: 57.3vw !important;
  }
}
#access .btn01 {
  width: 51%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  #access .btn01 {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #access .btn01 {
    width: 100%;
    margin-top: 7.6vw;
  }
}

#caution {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #caution {
    max-width: none;
    width: 74.6vw;
  }
}
@media screen and (max-width: 768px) {
  #caution {
    width: 90.6%;
    margin-top: 0;
  }
}
#caution .star01 {
  position: absolute;
  right: -184px;
  bottom: -84px;
  width: 155px;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  #caution .star01 {
    right: -15.6vw;
    bottom: -7.1vw;
    width: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  #caution .star01 {
    display: none;
  }
}
#caution h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #caution h2 {
    font-size: 1.7vw;
    margin-bottom: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #caution h2 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#caution h2 .line {
  width: calc((100% - 5em) / 2);
  height: 1px;
  background-color: #000;
  border-radius: 0;
}
#caution h2 .txt {
  width: 5em;
}
#caution .txt_list li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7em;
}
@media screen and (max-width: 1180px) {
  #caution .txt_list li {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #caution .txt_list li {
    font-size: 2.4vw;
  }
}

#share {
  max-width: 163px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #share {
    margin-top: 4.2vw;
    max-width: none;
    width: 13.8vw;
  }
}
@media screen and (max-width: 768px) {
  #share {
    max-width: none;
    width: 36.3vw;
    margin-top: 7.5vw;
  }
}
#share .share_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#share .share_list li {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1180px) {
  #share .share_list li {
    height: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #share .share_list li {
    height: 8vw;
  }
}
#share .share_list li a {
  width: auto;
  height: 100%;
}
#share .share_list li a img {
  width: auto;
  height: 100%;
}

.privacy_policy {
  max-width: 328px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  .privacy_policy {
    margin-top: 4.2vw;
    max-width: none;
    width: 27.8vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_policy {
    width: 77.3vw;
    margin-top: 8vw;
  }
}

.chara_img01 {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
}
@media screen and (max-width: 1180px) {
  .chara_img01 {
    margin-top: 7.2vw;
    max-width: none;
    width: 37.3vw;
  }
}
@media screen and (max-width: 768px) {
  .chara_img01 {
    max-width: none;
    width: 58.7vw;
    margin-top: 13.5vw;
  }
}

footer {
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  footer {
    margin-top: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 6vw;
  }
}
footer .sponsor {
  padding: 40px 0;
}
@media screen and (max-width: 1180px) {
  footer .sponsor {
    padding: 3.4vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .sponsor {
    padding: 5.3vw 0;
  }
}
footer .sponsor .txt01 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  footer .sponsor .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sponsor .txt01 {
    font-size: 3.7vw;
  }
}
footer .sponsor .logo_box {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  footer .sponsor .logo_box {
    max-width: none;
    width: 58.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sponsor .logo_box {
    max-width: none;
    width: 82.7vw;
    justify-content: space-between;
  }
}
footer .sponsor .logo_box .logo01 {
  width: 318px;
}
@media screen and (max-width: 1180px) {
  footer .sponsor .logo_box .logo01 {
    width: 26.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sponsor .logo_box .logo01 {
    width: 49.6vw;
  }
}
footer .sponsor .logo_box .logo02 {
  width: 136px;
  margin-left: 75px;
}
@media screen and (max-width: 1180px) {
  footer .sponsor .logo_box .logo02 {
    width: 11.5vw;
    margin-left: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sponsor .logo_box .logo02 {
    width: 21.2vw;
    margin-left: 0;
  }
}
footer .bottm_box {
  background-color: #d50011;
}
footer .bottm_box .wrap01 {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1180px) {
  footer .bottm_box .wrap01 {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .bottm_box .wrap01 {
    display: block;
    padding: 5.7vw 0 3.1vw;
  }
}
footer .bottm_box .wrap01 .logo03 {
  width: 243px;
}
@media screen and (max-width: 1180px) {
  footer .bottm_box .wrap01 .logo03 {
    width: 20.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottm_box .wrap01 .logo03 {
    width: 53.3vw;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .bottm_box .wrap01 .copyright {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 1180px) {
  footer .bottm_box .wrap01 .copyright {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .bottm_box .wrap01 .copyright {
    font-size: 2.6vw;
    text-align: center;
    margin-top: 4.8vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}

#mv {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#mv.act {
  opacity: 1;
}
#mv h1 img {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.08, 1.41, 0.63, 1.52);
  transform: scale(1.2);
}
#mv h1.act img {
  opacity: 1;
  transform: scale(1);
}

#message .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#message .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.1s;
}
#message .txt03 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.2s;
}
#message.deactive .txt01 {
  opacity: 0;
  transform: scale(0.8);
  transition: 0s;
  transition-delay: 0s;
}
#message.deactive .txt02 {
  opacity: 0;
  transform: scale(0.8);
  transition: 0s;
  transition-delay: 0s;
}
#message.deactive .txt03 {
  opacity: 0;
  transform: scale(0.8);
  transition: 0s;
  transition-delay: 0s;
}/*# sourceMappingURL=style.css.map */