@charset "UTF-8";
main {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

#keyvisual {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 80px), 0 100%);
}
#keyvisual #backgrounds {
  width: 100%;
}
#keyvisual .wrapper {
  position: absolute;
  bottom: 24%;
  left: 50px;
}
@media screen and (max-width: 768px) {
  #keyvisual .wrapper {
    bottom: 30%;
    left: 4%;
  }
}
#keyvisual .wrapper .keyvisual-shape {
  font-size: 23px;
  color: #FFF;
}
#keyvisual .wrapper .keyvisual-shape span {
  font-size: 15px;
  background-color: #000;
  padding: 8px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  #keyvisual .wrapper .keyvisual-shape {
    font-size: 18px;
  }
  #keyvisual .wrapper .keyvisual-shape span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #keyvisual .wrapper .keyvisual-shape {
    padding-bottom: 0.5em;
    font-size: 15px;
  }
  #keyvisual .wrapper .keyvisual-shape span {
    font-size: 10px;
  }
}
#keyvisual .wrapper h1 {
  font-size: 120px;
  color: #FFF;
}
@media screen and (max-width: 1400px) {
  #keyvisual .wrapper h1 {
    font-size: 8vw;
  }
}

#message, #about {
  position: relative;
}
#message .wrapper .contents, #about .wrapper .contents {
  width: 50%;
}

#message {
  z-index: 9;
  margin-top: -80px;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(15vw + 30px) 0;
  background: url(../image/common/bg.jpg) no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 40px));
}
#message .contents {
  width: 45%;
  position: relative;
  font-size: 1vw;
  padding: 0 2%;
  line-height: 2.2;
  color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 1400px) {
  #message .contents {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #message .contents {
    width: 100%;
    padding: 0 4%;
    padding-top: 40vw;
  }
}
@media screen and (max-width: 1400px) {
  #message {
    height: auto;
    padding: calc(15vw + 60px) 0 200px 0;
  }
  #message .contents {
    padding-left: 2%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #message {
    padding-bottom: 100px;
  }
}

#about {
  background: url(../image/common/bg2.jpg) no-repeat;
  background-size: cover;
  margin-top: -40px;
  clip-path: polygon(0 0px, 100% 50px, 100% 100%, 0 calc(100% + 60px));
}

#outline {
  width: 50%;
  padding: 100px 3% 0 3%;
}
@media screen and (max-width: 768px) {
  #outline {
    width: 100%;
    padding: 100px 4% 0 4%;
  }
}
#outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px dotted #aaa;
  margin: 0 auto;
}
#outline dl dt {
  font-weight: 600;
  width: 25%;
}
#outline dl dd {
  width: 75%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #outline dl dt {
    font-weight: 600;
    width: 25%;
  }
  #outline dl dd {
    width: 75%;
  }
}
#outline ul {
  margin: 2em auto 0 auto;
}
#outline ul li {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
  font-size: 90%;
}
#outline ul li::before {
  content: "*";
  position: absolute;
  left: 0px;
}
#outline h2 {
  margin: 0 auto;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #outline h2 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#outline h2 span {
  font-size: 14px;
  margin-left: 1.5em;
}
#outline dl, #outline ul, #outline h2 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #outline dl, #outline ul, #outline h2 {
    width: 100%;
  }
}

#schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 25vw;
  padding-bottom: 100px;
}
#schedule div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #schedule div {
    width: 100%;
  }
}
#schedule h2 {
  margin: 0 auto 20px auto;
  font-size: 40px;
}
#schedule h2 span {
  font-size: 14px;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #schedule h2 {
    margin-left: 4%;
  }
}
#schedule ul {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #schedule ul {
    font-size: 4vw;
    padding: 3%;
  }
}
#schedule ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
#schedule ul li span.header {
  font-size: 140%;
  margin-right: 10px;
}
#schedule ul li span:not(.header) {
  background-color: #476EA2;
  color: #FFF;
  display: inline-block;
  margin-left: 0.5em;
  border-radius: 30px;
  padding: 0.1em 0.5em;
  font-weight: normal;
}
#schedule ul li span:not(.header)::after {
  content: "日";
  font-size: 80%;
}

#access {
  background: url(../image/common/bg.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #access {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
#access h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
#access h2 span {
  font-size: 14px;
  display: block;
}
#access .info {
  position: absolute;
  bottom: 25%;
  left: 55%;
  width: 45%;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  #access .info {
    position: relative;
    width: 100%;
    padding: 0 4%;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  #access .info ul {
    padding-top: 2em;
  }
}
#access .info ul li {
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #access .info ul li {
    font-size: 12px;
    font-weight: normal;
  }
}
#access .info ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/access/n1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#access .info ul li:nth-child(2):before {
  background: url(../image/access/n2.png) no-repeat;
  background-size: contain;
}
#access .info ul li:nth-child(3):before {
  background: url(../image/access/n3.png) no-repeat;
  background-size: contain;
}
#access .map {
  text-align: center;
}
#access .map a.map {
  display: block;
  border: 2px solid #FFF;
  color: #FFF;
  width: 80%;
  max-width: 500px;
  padding: 1em;
  text-decoration: none;
  border-radius: 6px;
  margin: 20px auto;
}
#access .map a:not(.map) {
  color: #FFF;
  display: inline-block;
  margin-top: 1em;
}

#rule {
  padding-top: 100px;
}

#entry {
  padding-top: 60px;
}

#rule, #entry {
  text-align: center;
}
#rule h2, #entry h2 {
  background-color: #476EA2;
  color: white;
  display: inline-block;
  padding: 10px;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #rule h2, #entry h2 {
    margin-bottom: 30px;
  }
}
#rule ul li, #entry ul li {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #rule ul li, #entry ul li {
    font-size: 14px;
  }
}
#rule ul li::after, #entry ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../../assets/image/rule/rounddot.svg) no-repeat;
  background-position: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #rule p, #entry p {
    font-size: 14px;
  }
}
#rule h3, #entry h3 {
  font-size: 30px;
}
#rule h3.mixi, #entry h3.mixi {
  color: #B48300;
}
#rule h3.form, #entry h3.form {
  color: #646464;
}
#rule h3 span, #entry h3 span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #rule h3, #entry h3 {
    font-size: 20px;
  }
  #rule h3 span, #entry h3 span {
    font-size: 30px;
  }
}

.button {
  background-color: #D06D6D;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 0;
  width: 80%;
  max-width: 300px;
  display: inline-block;
  margin-top: 30px;
}
.button.mixi {
  background-color: #FFB800;
}

@media screen and (max-width: 1400px) {
  #outline, #schedule {
    height: auto;
  }
  #outline {
    padding-bottom: 100px;
  }
  #schedule {
    padding-top: 0px;
  }
}
.line-hr {
  margin: 3em auto;
  position: relative;
  width: 80%;
  max-width: 600px;
  font-size: 20px;
}
.line-hr::after {
  content: "";
  width: calc(50% - 3em);
  height: 1px;
  background-color: #aaa;
  position: absolute;
  left: 0px;
  top: 50%;
}
.line-hr::before {
  content: "";
  width: calc(50% - 3em);
  height: 1px;
  background-color: #aaa;
  position: absolute;
  right: 0px;
  top: 50%;
}

/*FLOATING PHOTO*/
.floating-photo {
  height: 0px;
  position: relative;
  z-index: 1000;
}
.floating-photo .title {
  position: absolute;
  right: 50%;
  -webkit-transform: translate3d(100%, 0, 0) rotate(-4deg);
          transform: translate3d(100%, 0, 0) rotate(-4deg);
}
.floating-photo .title span {
  display: inline-block;
  padding-left: 0.3em;
  background-color: #FFF;
  font-size: 2.8vw;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .floating-photo .title {
    right: auto;
    left: 0%;
    -webkit-transform: translate3d(40%, 120%, 0) rotate(-4deg);
            transform: translate3d(40%, 120%, 0) rotate(-4deg);
  }
  .floating-photo .title span {
    font-size: 4.4vw;
  }
}
.floating-photo .inner {
  position: absolute;
  width: 55vw;
  height: 50vw;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
@media screen and (max-width: 768px) {
  .floating-photo .inner {
    width: 50%;
  }
}
.floating-photo.right .inner {
  right: 0;
}
.floating-photo:nth-of-type(1) {
  -webkit-filter: drop-shadow(20px 20px 0px #3D7FAF);
          filter: drop-shadow(20px 20px 0px #3D7FAF);
}
.floating-photo:nth-of-type(1) .inner {
  background: url(../image/about/0.jpg) no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 10%, 90% 90%, 0 100%);
}
.floating-photo:nth-of-type(2) {
  -webkit-filter: drop-shadow(-20px 20px 0px #77BCD1);
          filter: drop-shadow(-20px 20px 0px #77BCD1);
}
.floating-photo:nth-of-type(2) .inner {
  background: url(../image/about/1.jpg) no-repeat;
  background-size: cover;
  clip-path: polygon(10% 15%, 100% 0%, 100% 100%, 20% 80%);
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
@media screen and (max-width: 768px) {
  .floating-photo:nth-of-type(2) .inner {
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0);
  }
}
.floating-photo:nth-of-type(3) {
  -webkit-filter: drop-shadow(20px 20px 0px #77BCD1);
          filter: drop-shadow(20px 20px 0px #77BCD1);
}
.floating-photo:nth-of-type(3) .inner {
  background: url(../image/about/2.jpg) no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 10%, 90% 90%, 0 100%);
  width: 45vw;
  height: 40vw;
  -webkit-transform: translate3d(0, -80%, 0);
          transform: translate3d(0, -80%, 0);
}
@media screen and (max-width: 768px) {
  .floating-photo:nth-of-type(3) .inner {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
}

.aboutpark {
  background-color: #0d425b;
  color: #FFF;
  text-align: center;
  padding: 60px 0 0px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .aboutpark p {
    padding: 0 3%;
    text-align: left;
  }
}
.aboutpark h2 {
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .aboutpark h2 {
    text-align: center;
    font-size: 7vw;
  }
}
.aboutpark .swiper {
  margin-top: 40px;
}
.aboutpark a {
  color: #FFF;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}