@charset "UTF-8";
#top {
  overflow: hidden;
}
#top #link01,
#top #link02 {
  margin-top: -230px;
  padding-top: 230px;
}
@media screen and (max-width: 820px), print {
  #top #link01,
  #top #link02 {
    margin-top: -150px;
    padding-top: 150px;
  }
}
#top #link03 {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 820px), print {
  #top #link03 {
    margin-top: -100px;
    padding-top: 100px;
  }
}
#top #link04 {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 820px), print {
  #top #link04 {
    margin-top: -50px;
    padding-top: 50px;
  }
}
#top .deco {
  position: absolute;
  z-index: -1;
}
#top .star {
  position: absolute;
}
#top .cls-01 {
  fill: #e60012;
}
#top .cls-02 {
  fill: #0068b7;
}
#top .cls-03 {
  fill: #e2e2e2;
  stroke: none;
}
#top .cls-04 {
  fill: #e2e7eb;
  stroke: none;
}
#top .cls-05 {
  fill: #d10011;
}
#top .cls-06 {
  fill: #efefef;
}
#top #main {
  position: relative;
}
#top #main #maskPath {
  stroke-dasharray: 5000; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 5000;
}
_::-webkit-full-page-media, _:future, :root #top #main #maskPath {
  opacity: 0;
  transition: all 0.7s;
  stroke-dasharray: 0; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 0;
}

_::-webkit-full-page-media, _:future, :root #top #main #maskPath.active {
  opacity: 1;
}

#top #main #maskPath02 {
  stroke-dasharray: 5000; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 5000;
}
_::-webkit-full-page-media, _:future, :root #top #main #maskPath02 {
  opacity: 0;
  transition: all 0.7s;
  stroke-dasharray: 0; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 0;
}

_::-webkit-full-page-media, _:future, :root #top #main #maskPath02.active {
  opacity: 1;
}

#top #main #maskPath_sp {
  stroke-dasharray: 5000; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 5000;
}
_::-webkit-full-page-media, _:future, :root #top #main #maskPath_sp {
  opacity: 0;
  transition: all 0.7s;
  stroke-dasharray: 0; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 0;
}

_::-webkit-full-page-media, _:future, :root #top #main #maskPath_sp.active {
  opacity: 1;
}

#top #main #maskPath02_sp {
  stroke-dasharray: 5000; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 5000;
}
_::-webkit-full-page-media, _:future, :root #top #main #maskPath02_sp {
  opacity: 0;
  transition: all 0.7s;
  stroke-dasharray: 0; /* 適当な大きめの値を先に入れておく */
  stroke-dashoffset: 0;
}

_::-webkit-full-page-media, _:future, :root #top #main #maskPath02_sp.active {
  opacity: 1;
}

#top #main path.stroke {
  fill: none;
  stroke: white;
  stroke-width: 40;
}
#top #main .mainFade {
  opacity: 0;
  transition: all 0.6s;
}
#top #main .mainFade.active {
  opacity: 1;
}
#top #main .mainFade02 {
  opacity: 0;
  transition: all 0.5s;
}
#top #main .mainFade02.active {
  opacity: 1;
}
#top #main .drawn,
#top #main .drawn02 {
  opacity: 0;
  transition: all 0.5s;
}
#top #main .drawn.active,
#top #main .drawn02.active {
  opacity: 1;
}
#top #main .drawn.fuwa {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
#top #main .drawn02.fuwa {
  animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}
#top #main .plane {
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-100px);
}
#top #main .plane.active {
  opacity: 1;
  transform: translateX(0);
}
#top #main .mainTextArea {
  position: absolute;
  top: 13vw;
  left: 5.2vw;
}
@media screen and (max-width: 820px), print {
  #top #main .mainTextArea {
    position: relative;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
  }
}
@media print {
  #top #main .mainTextArea {
    top: -30px;
  }
}
#top #main .mainTextArea .mainTitle {
  font-size: 2.3vw;
  line-height: 4vw;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #top #main .mainTextArea .mainTitle {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 5.3vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainTextArea .mainTitle {
    font-size: 5.5vw;
  }
}
#top #main .mainTextArea .mainTitle span {
  font-size: 1.4vw;
  line-height: 2.3vw;
  display: block;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 820px), print {
  #top #main .mainTextArea .mainTitle span {
    font-size: 3.8vw;
    line-height: 5.3vw;
    margin-top: 2.8vw;
  }
}
#top #main .mainTextArea .mainDay {
  margin-top: 2.6vw;
  width: 19vw;
}
@media screen and (max-width: 1024px) {
  #top #main .mainTextArea .mainDay {
    width: 22vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #main .mainTextArea .mainDay {
    width: 50vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #main .mainImage {
    margin-top: 13vw;
  }
}
@media print {
  #top #main .mainImage {
    margin-top: 10px;
  }
}
#top #main .countArea {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 41.7vw;
  color: #fff;
}
@media screen and (max-width: 820px), print {
  #top #main .countArea {
    width: 100%;
    top: 154vw;
  }
}
@media print {
  #top #main .countArea {
    top: 230vw;
  }
}
#top #main .countArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/cdDeco@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30vw;
  max-width: 575px;
  height: 24px;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 820px), print {
  #top #main .countArea::before {
    width: 76vw;
    bottom: -7vw;
  }
}
#top #main .countArea .kaisai {
  font-size: 1.2vw;
  line-height: 1;
  margin-bottom: 0.7vw;
}
@media screen and (max-width: 820px), print {
  #top #main .countArea .kaisai {
    font-size: 3vw;
    margin-bottom: 3px;
  }
}
#top #main .countArea .cdt-v {
  font-weight: 500;
  font-size: 4vw;
  line-height: 4vw;
  display: inline-block;
  width: 4.4vw;
}
@media screen and (max-width: 820px), print {
  #top #main .countArea .cdt-v {
    line-height: 10vw;
    font-size: 10vw;
    width: 12vw;
  }
}
#top #main .countArea .tani {
  font-size: 1.6vw;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #top #main .countArea .tani {
    font-size: 25px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .countArea .tani {
    font-size: 4.2vw;
  }
}
#top #main .countArea .tani + .cdt-v {
  margin-left: 10px;
}
@media screen and (max-width: 820px), print {
  #top #main .countArea .tani + .cdt-v {
    margin-left: 0;
  }
}
#top #lead .leadArea {
  margin-left: auto;
  margin-right: 14vw;
  margin-top: -13vw;
  width: max-content;
  margin-bottom: 13vw;
}
@media screen and (max-width: 1300px) {
  #top #lead .leadArea {
    margin-top: -10vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #lead .leadArea {
    margin-top: -5vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #lead .leadArea {
    width: 85%;
    margin: 8vw auto 90px;
  }
}
#top #lead .leadArea .leadTitle {
  font-size: 54px;
  font-weight: 500;
  line-height: 95px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  #top #lead .leadArea .leadTitle {
    font-size: 42px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top #lead .leadArea .leadTitle {
    font-size: 38px;
  }
}
@media screen and (max-width: 820px), print {
  #top #lead .leadArea .leadTitle {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 520px) {
  #top #lead .leadArea .leadTitle {
    font-size: 32px;
  }
}
#top #lead .leadArea .leadText {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  #top #lead .leadArea .leadText {
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #top #lead .leadArea .leadText {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 520px) {
  #top #lead .leadArea .leadText {
    letter-spacing: 0.12rem;
  }
}
_::-webkit-full-page-media, _:future, :root #top #lead .leadArea .leadText {
  letter-spacing: 0.05rem;
}

#top #image {
  position: relative;
}
#top #image .deco01 {
  width: 100%;
  top: -17.7vw;
  left: 0;
}
@media screen and (max-width: 520px) {
  #top #image .deco01 {
    top: 28vw;
    width: 260%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#top #image .deco02 {
  width: 100%;
  bottom: -15.9vw;
  left: 0;
}
@media screen and (max-width: 520px) {
  #top #image .deco02 {
    width: 170%;
    bottom: -22.7vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#top #image .imageFlex {
  margin-bottom: 200px;
  align-items: flex-start;
}
@media screen and (max-width: 820px), print {
  #top #image .imageFlex {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex {
    flex-direction: column;
  }
}
#top #image .imageFlex .imageLeft {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageLeft {
    width: 100%;
  }
}
#top #image .imageFlex .imageLeft .imgBig {
  padding-right: 7.8vw;
  padding-bottom: 12vw;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageLeft .imgBig {
    padding-right: 50px;
    padding-bottom: 90px;
  }
}
@media print {
  #top #image .imageFlex .imageLeft .imgBig {
    opacity: 1;
  }
}
#top #image .imageFlex .imageLeft .imgBig.active {
  opacity: 1;
}
#top #image .imageFlex .imageLeft .imgSmall {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.8vw;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageLeft .imgSmall {
    width: 45%;
  }
}
@media print {
  #top #image .imageFlex .imageLeft .imgSmall {
    opacity: 1;
  }
}
#top #image .imageFlex .imageLeft .imgSmall.active {
  opacity: 1;
}
#top #image .imageFlex .imageRight {
  width: 41.7%;
  margin-top: 7.3vw;
  position: relative;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageRight {
    width: 100%;
    margin-top: 30px;
  }
}
#top #image .imageFlex .imageRight .imgBig {
  opacity: 0;
  transition: all 0.3s;
  padding-left: 19.2vw;
  padding-top: 1.8vw;
  padding-bottom: 12.2vw;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageRight .imgBig {
    padding: 0 132px 134px 35px;
  }
}
@media print {
  #top #image .imageFlex .imageRight .imgBig {
    opacity: 1;
  }
}
#top #image .imageFlex .imageRight .imgBig.active {
  opacity: 1;
}
#top #image .imageFlex .imageRight .imgMid {
  position: absolute;
  left: 9.7vw;
  bottom: 0;
  width: 22.9vw;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageRight .imgMid {
    width: 42.8%;
    left: 100px;
    bottom: 0;
  }
}
@media print {
  #top #image .imageFlex .imageRight .imgMid {
    opacity: 1;
  }
}
#top #image .imageFlex .imageRight .imgMid.active {
  opacity: 1;
}
#top #image .imageFlex .imageRight .imgSmall {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.8vw;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  #top #image .imageFlex .imageRight .imgSmall {
    width: 52.8%;
    left: auto;
    top: auto;
    right: 15px;
    bottom: 100px;
    z-index: 1;
  }
}
@media print {
  #top #image .imageFlex .imageRight .imgSmall {
    opacity: 1;
  }
}
#top #image .imageFlex .imageRight .imgSmall.active {
  opacity: 1;
}
#top #summary {
  position: relative;
}
#top #summary .deco03 {
  width: 530px;
  right: -11.5vw;
  top: 12vw;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#top #summary .deco03.active {
  opacity: 1;
  transform: scale(1);
}
#top #summary .deco03.fuwa {
  animation: floating-y02 1s ease-in-out infinite alternate-reverse;
}
#top #summary .deco04 {
  width: 1017px;
  left: -26.2vw;
  top: 65vw;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  #top #summary .deco04 {
    width: 800px;
  }
}
@media screen and (max-width: 820px), print {
  #top #summary .deco04 {
    width: 600px;
    bottom: auto;
    top: 230vw;
  }
}
#top #summary .deco04.active {
  opacity: 1;
  transform: scale(1);
}
#top #summary .deco04.fuwa {
  animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}
#top #summary .gaiyouTable {
  margin-bottom: 170px;
  background-color: #fff;
}
@media screen and (max-width: 820px), print {
  #top #summary .gaiyouTable {
    margin-bottom: 80px;
  }
}
@media print {
  #top #summary .gaiyouTable {
    padding-bottom: 80px;
  }
}
#top #summary .gaiyouTable dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 40px;
}
#top #summary .gaiyouTable dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #top #summary .gaiyouTable dl {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #summary .gaiyouTable dl {
    flex-direction: column;
    padding: 15px;
  }
}
#top #summary .gaiyouTable dl dt {
  font-size: 20px;
  width: 220px;
}
@media screen and (max-width: 1024px) {
  #top #summary .gaiyouTable dl dt {
    width: 200px;
    font-size: 18px;
  }
}
@media screen and (max-width: 820px), print {
  #top #summary .gaiyouTable dl dt {
    width: 170px;
  }
}
@media screen and (max-width: 520px) {
  #top #summary .gaiyouTable dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top #summary .gaiyouTable dl dd {
  width: calc(100% - 230px);
  letter-spacing: 0.08rem;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  #top #summary .gaiyouTable dl dd {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 820px), print {
  #top #summary .gaiyouTable dl dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 520px) {
  #top #summary .gaiyouTable dl dd {
    letter-spacing: 0.04rem;
    width: 100%;
    line-height: 22px;
  }
}
#top #access {
  position: relative;
}
#top #access .deco05 {
  width: 365px;
  top: -7.3vw;
  right: 8vw;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 820px), print {
  #top #access .deco05 {
    width: 280px;
    top: -14.1vw;
    right: -3vw;
  }
}
@media screen and (max-width: 520px) {
  #top #access .deco05 {
    width: 165px;
    right: 1vw;
  }
}
#top #access .deco05.active {
  opacity: 1;
  transform: scale(1);
}
#top #access .deco05.fuwa {
  animation: floating-y02 1.2s ease-in-out infinite alternate-reverse;
}
#top #access .whiteBg {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(76, 73, 73, 0.1);
  border-radius: 10px;
  padding: 75px;
  z-index: 1;
  position: relative;
  margin-bottom: 280px;
}
@media screen and (max-width: 820px), print {
  #top #access .whiteBg {
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 520px) {
  #top #access .whiteBg {
    padding: 40px 20px;
  }
}
#top #access .whiteBg + .whiteBg {
  margin-top: 90px;
}
#top #access .accessFlex {
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex {
    flex-direction: column;
  }
}
#top #access .accessFlex .addressArea {
  width: 46.5%;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .addressArea {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #access .accessFlex .addressArea .placeName {
  font-size: 24px;
}
@media screen and (max-width: 820px), print {
  #top #access .accessFlex .addressArea .placeName {
    font-size: 18px;
  }
}
#top #access .mapArea {
  width: 46.5%;
}
@media screen and (max-width: 520px) {
  #top #access .mapArea {
    width: 100%;
  }
}
#top #access .mapArea .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75.9493%; /* 比率を4:3に固定 */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#top #access .mapArea .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#top #access .mapArea .addressLink a {
  font-size: 18px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 520px) {
  #top #access .mapArea .addressLink a {
    font-size: 16px;
  }
}
#top #access .mapArea .addressLink a::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px), print {
  #top #access .mapArea .addressLink a::before {
    transform: none;
    top: auto;
    bottom: 5px;
  }
}
#top #access .accessText {
  line-height: 32px;
}
@media screen and (max-width: 520px) {
  #top #access .accessText {
    line-height: 28px;
  }
}
#top #schedule .scheduleBg {
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  box-shadow: 0 -30px 20px rgba(76, 73, 73, 0.1);
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #top #schedule .scheduleBg {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleBg {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg {
    padding-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg {
    border-radius: 30px 30px 0 0;
  }
}
#top #schedule .scheduleBg .deco06 {
  width: 100%;
  top: -26vw;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .deco06 {
    top: -23vw;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .deco06 {
    top: -25vw;
  }
}
#top #schedule .scheduleBg .deco06 .wave01 {
  animation: floating-y02 1.2s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .deco06 .wave02 {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .deco06 .wave03 {
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .deco07 {
  width: 40.9vw;
  top: 10vw;
  left: -11vw;
  z-index: 0;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleBg .deco07 {
    top: 30vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .deco07 {
    top: 22vw;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .deco07 {
    top: 39vw;
  }
}
#top #schedule .scheduleBg .deco07.active {
  opacity: 1;
  transform: scale(1);
}
#top #schedule .scheduleBg .deco07.fuwa {
  animation: floating-y02 1s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .deco08 {
  width: 100%;
  top: 28.2vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .deco08 {
    top: 112.2vw;
  }
}
#top #schedule .scheduleBg .deco09 {
  width: 420px;
  bottom: 4.2vw;
  right: -7.5vw;
  z-index: 0;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .deco09 {
    width: 420px;
    bottom: 46.2vw;
  }
}
#top #schedule .scheduleBg .deco09.active {
  opacity: 1;
  transform: scale(1);
}
#top #schedule .scheduleBg .deco09.fuwa {
  animation: floating-y02 1.2s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .deco10 {
  width: 920px;
  bottom: -19.3vw;
  left: -8.3vw;
  z-index: 0;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .deco10 {
    width: 320px;
    bottom: -39.3vw;
  }
}
#top #schedule .scheduleBg .deco10.active {
  opacity: 1;
  transform: scale(1);
}
#top #schedule .scheduleBg .deco10.fuwa {
  animation: floating-y 0.8s ease-in-out infinite alternate-reverse;
}
#top #schedule .scheduleBg .star01 {
  top: 12.5vw;
  right: 15.6vw;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top #schedule .scheduleBg .star01 {
    top: 16.7vw;
    right: 5.5vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .star01 {
    top: 20.7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .star01 {
    top: 41vw;
    width: 20vw;
  }
}
#top #schedule .scheduleBg .star02 {
  top: 820px;
  left: 170px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  #top #schedule .scheduleBg .star02 {
    top: 42.7vw;
    left: 8.9vw;
  }
}
@media screen and (max-width: 1800px) {
  #top #schedule .scheduleBg .star02 {
    top: 45vw;
    left: 5vw;
  }
}
@media screen and (max-width: 1700px) {
  #top #schedule .scheduleBg .star02 {
    top: 50vw;
    left: 3vw;
  }
}
@media screen and (max-width: 1600px) {
  #top #schedule .scheduleBg .star02 {
    top: 60vw;
    left: -1vw;
  }
}
@media screen and (max-width: 1400px) {
  #top #schedule .scheduleBg .star02 {
    top: 70vw;
    left: -3vw;
  }
}
@media screen and (max-width: 1200px) {
  #top #schedule .scheduleBg .star02 {
    top: 80vw;
    left: -4vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleBg .star02 {
    width: 150px;
    top: 100vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .star02 {
    top: 130vw;
  }
}
@media screen and (max-width: 700px) {
  #top #schedule .scheduleBg .star02 {
    top: 150vw;
  }
}
@media screen and (max-width: 580px) {
  #top #schedule .scheduleBg .star02 {
    top: 170vw;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .star02 {
    display: none;
  }
}
@media print {
  #top #schedule .scheduleBg .star02 {
    display: none;
  }
}
#top #schedule .scheduleBg .star03 {
  bottom: -170px;
  right: 215px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleBg .star03 {
    width: 200px;
    bottom: -200px;
    right: 100px;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleBg .star03 {
    bottom: -100px;
    right: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleBg .star03 {
    width: 150px;
  }
}
@media print {
  #top #schedule .scheduleBg .star03 {
    width: 150px;
  }
}
#top #schedule .scheduleArea {
  padding: 85px 90px 0;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  background-size: 100% 100%;
  filter: drop-shadow(0 0 30px rgba(254, 255, 217, 0.75));
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleArea {
    padding: 85px 40px 0;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea {
    padding: 70px 35px 0;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea {
    padding: 60px 20px 0;
  }
}
@media print {
  #top #schedule .scheduleArea {
    page-break-inside: avoid;
  }
}
#top #schedule .scheduleArea.blue {
  background-image: url(../images/top/scheduleBg01@2x.png);
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleArea.blue {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea.blue {
    background-image: url(../images/top/scheduleBg01_ipad@2x.png);
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea.blue {
    background-image: url(../images/top/scheduleBg01_sp@2x.png);
  }
}
#top #schedule .scheduleArea.red {
  background-image: url(../images/top/scheduleBg02@2x.png);
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleArea.red {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea.red {
    background-image: url(../images/top/scheduleBg02_ipad@2x.png);
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea.red {
    background-image: url(../images/top/scheduleBg02_sp@2x.png);
  }
}
#top #schedule .scheduleArea + .scheduleArea {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea + .scheduleArea {
    margin-top: 30px;
  }
}
#top #schedule .scheduleArea .scheduleDay {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 20px;
  font-family: "Outfit", sans-serif;
  display: inline-block;
}
#top #schedule .scheduleArea .scheduleTitle {
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #top #schedule .scheduleArea .scheduleTitle {
    font-size: 45px;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .scheduleTitle {
    font-size: 34px;
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea .scheduleTitle {
    font-size: 25px;
  }
}
#top #schedule .scheduleArea .scheduleTitle span {
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px 25px;
  margin-right: 30px;
  font-weight: normal;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .scheduleTitle span {
    font-size: 18px;
    padding: 5px 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea .scheduleTitle span {
    font-size: 10px;
    padding: 5px 15px;
  }
}
#top #schedule .scheduleArea .scheduleFlex {
  align-items: flex-start;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .scheduleFlex {
    flex-direction: column;
  }
}
#top #schedule .scheduleArea .scheduleFlex .scheduleImage {
  width: 44.7%;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .scheduleFlex .scheduleImage {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#top #schedule .scheduleArea .scheduleFlex .scheduleTextArea {
  width: 48.5%;
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .scheduleFlex .scheduleTextArea {
    width: 100%;
    margin: 0 auto;
  }
}
#top #schedule .scheduleArea .scheduleFlex .scheduleTextArea .button01 {
  margin: 0 auto;
}
#top #schedule .scheduleArea .scheduleFlex .scheduleText {
  line-height: 28px;
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #top #schedule .scheduleArea .scheduleFlex .scheduleText {
    margin-bottom: 25px;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 820px), print {
  #top #schedule .scheduleArea .comming {
    margin: 0 auto;
  }
}
#top #support {
  position: relative;
}
@media print {
  #top #support {
    padding: 0 0 calc(20.1vw + 50px);
  }
}
#top #support .supportDeco01 {
  background-image: url(../images/top/supportDeco01@2x.png);
  width: 447px;
  height: 307px;
  top: 35px;
  left: 180px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top #support .supportDeco01 {
    width: 30vw;
    height: 21vw;
    left: 10vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #support .supportDeco01 {
    width: 289px;
    height: 197px;
  }
}
#top #support .supportDeco02 {
  background-image: url(../images/top/supportDeco02@2x.png);
  width: 736px;
  height: 601px;
  top: -130px;
  right: 140px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top #support .supportDeco02 {
    width: 626px;
    height: 511px;
    top: -10vw;
    right: 5vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #support .supportDeco02 {
    width: 406px;
    height: 341px;
    top: 40vw;
  }
}
#top #support .supportDeco03 {
  background-image: url(../images/top/supportDeco03@2x.png);
  width: 1090px;
  height: 665px;
  bottom: 340px;
  left: -365px;
  z-index: 1;
}
@media screen and (max-width: 820px), print {
  #top #support .supportDeco03 {
    width: 660px;
    height: 515px;
    bottom: 500px;
  }
}
#top #support .supportDeco04 {
  background-image: url(../images/top/supportDeco04@2x.png);
  width: 505px;
  height: 375px;
  bottom: 485px;
  right: 80px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top #support .supportDeco04 {
    width: 34vw;
    height: 25vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #support .supportDeco04 {
    width: 335px;
    height: 245px;
    right: 0px;
  }
}
#top #support .supportBg {
  background-color: #efefef;
  position: relative;
  margin: calc(15.2vw + 270px) 0 calc(20.1vw + 50px);
}
@media screen and (max-width: 820px), print {
  #top #support .supportBg {
    margin: calc(15.2vw + 180px) 0 calc(20.1vw + 50px);
    padding: 50px 0;
  }
}
#top #support .supportBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/supportBg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -14.8vw;
  width: 100%;
  height: 15.2vw;
  z-index: -1;
}
#top #support .supportBg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/supportBg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19.8vw;
  width: 100%;
  height: 20.1vw;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #top #support .supportBg::after {
    background-image: url(../images/top/supportBg02_sp.png);
    bottom: -29.8vw;
    height: 30.1vw;
  }
}
#top #support .subTitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #top #support .subTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #top #support .subTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#top #support #school {
  position: relative;
  z-index: 2;
  margin-bottom: 140px;
}
@media screen and (max-width: 820px), print {
  #top #support #school {
    margin-bottom: 70px;
  }
}
#top #support #school .schoolFlex {
  flex-wrap: wrap;
}
#top #support #school .schoolFlex .school {
  width: 48.5%;
}
#top #support #school .schoolFlex .school:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  #top #support #school .schoolFlex .school {
    width: 100%;
  }
  #top #support #school .schoolFlex .school:nth-child(n+2) {
    margin-top: 30px;
  }
}
#top #support #school .schoolFlex .school .schoolName {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #top #support #school .schoolFlex .school .schoolName {
    margin-top: 5px;
  }
}
#top #support #organizing {
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px), print {
  #top #support #organizing {
    margin-bottom: 70px;
  }
}
#top #support #organizing .organizFlex {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #top #support #organizing .organizFlex {
    flex-wrap: wrap;
  }
}
#top #support #organizing .organizFlex .orgItem {
  width: 30%;
}
@media screen and (max-width: 820px), print {
  #top #support #organizing .organizFlex .orgItem {
    width: 48%;
  }
  #top #support #organizing .organizFlex .orgItem:nth-child(n+3) {
    margin-top: 30px;
  }
  #top #support #organizing .organizFlex .orgItem img {
    width: 100%;
  }
}
#top #support #organizing .sustaFlex .sustaImage {
  width: 32%;
}
#top #support #organizing .sustaFlex .sustaText {
  width: 64%;
}
#top #support #supporter {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #top #support #supporter .supporterFlex {
    flex-direction: column;
  }
}
#top #support #supporter .supporterFlex .supportItem {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  #top #support #supporter .supporterFlex .supportItem {
    width: 100%;
  }
  #top #support #supporter .supporterFlex .supportItem + .supportItem {
    margin-top: 45px;
  }
}
#top #support #supporter .supporterFlex .supportItem .supportText {
  margin: 20px 0 30px;
}
@media screen and (max-width: 820px), print {
  #top #support #supporter .supporterFlex .supportItem .supportText {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 520px) {
  #top #support #supporter .supporterFlex .supportItem .supportText {
    margin: 10px 0 15px;
  }
}
#top #support #supporter .supporterFlex .supportItem .detailLink {
  margin-top: auto;
}
#top #support #supporter .supporterFlex .supportItem .detailLink a {
  font-size: 18px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 520px) {
  #top #support #supporter .supporterFlex .supportItem .detailLink a {
    font-size: 16px;
  }
}
#top #support #supporter .supporterFlex .supportItem .detailLink a::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}