@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
body {
  font-family: "YuGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", san-serif;
}

main {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
}
/* Animation */
/* Main Title */
#mainimg {
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainimg {
    border-radius: 0;
  }
}
#mainimg h1 {
  width: 100%;
}
#mainimg h1 img {
  width: 100%;
}

#subimg img {
  width: 100%;
}

/* Article */
article {
  position: relative;
  padding: 2em 2vw;
}
@media screen and (max-width: 768px) {
  article {
    padding: 2em 0;
  }
}
article .content {
  position: relative;
  width: 100%;
  max-width: 30%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
  z-index: 3;
}
@media screen and (max-width: 1244px) {
  article .content {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  article .content {
    max-width: 100%;
  }
}
article .sec01 {
  padding: 0 4vw;
  background-image: url(images/bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  article .sec01 {
    padding: 1em 4vw 20em;
  }
}
article .sec01 .movie video {
  width: 100%;
  display: block;
}
article .sec02 .sec02-body {
  padding: 0 0 5em;
}
@media screen and (max-width: 768px) {
  article .sec02 .sec02-body {
    padding: 0 4vw 5em;
  }
}
article .sec02 .sec02-body .img {
  text-align: center;
  position: relative;
}
article .sec02 .sec02-body .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .sec02 .sec02-body h2 {
  max-width: 64%;
  margin: 0 1.5vw;
}
article .sec02 .sec02-body h2 img {
  width: 100%;
}
article .sec02 .sec02-body .item-box {
  padding: 2em 0 1em;
}
article .sec02 .sec02-body .item-box .item-img {
  max-width: 71.7333333333%;
  margin: 0 auto;
}
article .sec02 .sec02-body .item-box .item-img img {
  width: 100%;
}
article .sec02 .sec02-body .item-box .txt {
  text-align: center;
  padding: 2em 0 1.5em;
}
article .sec02 .sec02-body .item-box .btn {
  margin: 0 auto;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  article .sec02 .sec02-body .item-box .btn {
    width: 100%;
  }
}
article .sec02 .sec02-body .item-box .btn::after {
  display: none;
}
article .sec02 .sec02-body .item-box .btn a {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #2ea5de;
  border: #2ea5de 1px solid;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.25em 2vw;
  width: 100%;
}
article .sec02 .sec02-body .item-box .btn a:hover {
  background-color: #fff;
  color: #2ea5de;
}
article .sec02 .sec02-body .item-box .date {
  text-align: center;
}
article .sec02 .sec02-body .item-box .date p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em 0 0;
}
article .sec02 .sec02-body .item-box .date p span {
  font-size: 1.6rem;
  border: #000 2px solid;
  padding: 0.5em;
  margin: 0 1em 0 0;
}
article .sec02 .sec02-body .item-box .cau {
  text-align: center;
  padding: 1em 0 0;
}
article .sec02.item01 .sec02-body .img::after {
  background-image: url(images/img01_s.png);
}
article .sec02.item02 {
  background-color: #2ea5de;
}
article .sec02.item02 .sec02-body {
  color: #fff;
}
article .sec02.item02 .sec02-body .date p span {
  border: #fff 2px solid;
}
article .sec02.item02 .sec02-body .item-box .btn a {
  background-color: #fff;
  color: #2ea5de;
}
article .sec02.item02 .sec02-body .item-box .btn a:hover {
  background-color: #2ea5de;
  border: #fff 1px solid;
  color: #fff;
}
article .sec02.item03 .sec02-body {
  padding: 0 0 2em;
}
article .sec03 .sec03-body {
  padding: 0 0 2em;
}
@media screen and (max-width: 768px) {
  article .sec03 .sec03-body {
    padding: 0 4vw 2em;
  }
}
article .sec03 .sec03-body h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
article .sec03 .sec03-body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article .sec03 .sec03-body ul li {
  width: 48.5%;
  padding: 0 0 1em;
}
article .sec03 .sec03-body ul li a {
  display: block;
  color: #000;
}
article .sec03 .sec03-body ul li a p {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article .sec03 .sec03-body ul li a p {
    font-size: 1.4rem;
    text-align: left;
  }
}
article .sec04 .sec04-body {
  padding: 0 1.5vw 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article .sec04 .sec04-body {
    padding: 0 4vw 2em;
  }
}
article .sec04 .sec04-body h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 1em;
}

.menu {
  position: relative;
  background-color: #fff;
  z-index: 9999;
}

#foot {
  position: relative;
  z-index: 9998;
}

.menu #event_all {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-top: 6em;
}/*# sourceMappingURL=style.css.map */