@charset "UTF-8";
[id*=_cmp_elm] {
  font-size: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #40cf00;
}

::selection {
  color: #fff;
  background: #40cf00;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}

body {
  overflow-y: scroll;
}

.fade {
  cursor: pointer;
  opacity: 1;
  transition: all 300ms ease;
}
.fade:hover {
  cursor: pointer;
  opacity: 0.5;
}

.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

.wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.wrapperBg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.wrapperBg::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 130vh;
  content: "";
  background: url(../img/bg.jpg) center/cover no-repeat;
  transform: translate3d(0, 0, 1px);
}

.imgFull {
  width: 100%;
}
.imgFull img {
  width: 100%;
  height: auto;
}

.on {
  display: block;
  opacity: 1;
}

.off {
  display: none;
  opacity: 0;
}

/*=============================
 header
===============================*/
.header {
  position: relative;
}
.header__logo {
  width: 401px;
  margin: 20px auto 0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
.header__title {
  width: 933px;
  margin: 0 auto;
}
.header__subTitle {
  width: 625px;
  margin: 0 auto;
}
.header__chara01 {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  display: block;
  width: 25vw;
  max-width: 415px;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 36, 90, 0.6));
}
.header__chara02 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  display: block;
  width: 25vw;
  max-width: 415px;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 36, 90, 0.6));
}

/*=============================
 guideline
===============================*/
.guideline {
  position: relative;
  width: 90%;
  max-width: 800px;
  padding: 1em 2em 2em;
  margin: 80px auto 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 5px;
}
.guideline__title {
  padding: 0;
  margin: 2.5em 0 1.5em;
  line-height: 1;
}
.guideline__title span {
  padding: 1px 15px;
  margin: 0;
  font-family: "UDKakugo_LargePr6-B", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 1px;
  background: #ff2b8f;
}
.guideline__text {
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.8;
  color: #1e263d;
}
.guideline__list_item {
  margin: 0 0 1em 1.5em;
  font-size: 16px;
  line-height: 1.5;
  color: #1e263d;
  letter-spacing: 1px;
  list-style: disc;
}
.guideline__mail {
  font-size: 16px;
  text-indent: 1.5em;
}
.guideline__mail_link {
  color: #ff2b8f;
}
.guideline__date {
  margin-top: 3em;
  font-size: 14px;
  text-align: right;
}

/*=============================
 footer
=============================*/
footer {
  position: relative;
  z-index: 1000;
}
footer .com a {
  text-decoration: none;
}
@media (max-width: 1024px){
  .header__title {
    width: 100%;
  }
  .header__subTitle {
    width: 95%;
  }
}
@media (max-width: 640px){
  html, body {
    font-size: 100%;
    font-size: 4vw;
  }
  .fade:hover {
    cursor: pointer;
    opacity: 1;
  }
  .header__logo {
    width: 60vw;
    margin: 40px auto 20px;
  }
  .header__chara01 {
    top: 0;
    left: -15vw;
    width: 40vw;
  }
  .header__chara02 {
    top: 0;
    right: -15vw;
    width: 40vw;
  }
  .guideline {
    padding: 0 1em 1em;
    margin: 40px auto;
  }
  .guideline__title {
    margin: 1.5em 0 0.8em;
  }
  .guideline__title span {
    padding: 1px 12px;
    font-size: 4.5vw;
    vertical-align: baseline;
  }
  .guideline__text {
    font-size: 3vw;
  }
  .guideline__list_item {
    font-size: 3vw;
  }
  .guideline__mail {
    font-size: 3vw;
  }
}