@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.logo {
  top: 10px;
}

#fv {
  padding-top: 6em;
  background-image: url("../img/fv-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  /* padding-bottom: 40px; */
}

@media screen and (max-width: 767px) {
  #fv {
    padding-top: 5em;
  }
}

.main {
  max-width: 600px;
}

.fv {
  overflow: hidden;
  position: relative;
}


.fv .wht-rarara {
  position: relative;
  z-index: 1;
}

.fv__logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px auto 30px;
  z-index: 1;
  max-width: 350px;
}

.fv__about {
  position: relative;
  width: 95%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .fv__about {
    font-size: 1.2em;
  }

  .fv__logo {
    width: 55%
  }



}

.fv__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  z-index: 1;
}
/* 
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 90%;
  }
} */

.fv__ttl h2 {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.fv__kikan {
  position: relative;
  text-align: center;
  z-index: 1;
  background: #004EA2;
  padding-bottom: 4px;
}

.fv__kikan p {
  /* display: inline-block; */
  /* max-width: 700px; */
  border-radius: 50px;
  padding: 10px 1em;
  /* background: #FFF100; */
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .fv__kikan p {
    font-size: 1.2em;
    padding: 8px 0 2px;
    line-height: 1.6;
    /* margin-top: 2em; */
  }
}

.fv__kikan p span {
  background: #fff;
  color: #004EA2;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 4px;
  font-weight: 700;
  font-size: .8em;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .fv__kikan p span {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.fv__lineup {
  text-align: center;
}

#cp-area {
  position: relative;
  margin-top: 40px;
  padding-bottom: 20px;
  z-index: 1;
}

.green-line-box {
  margin-top: 0;
  border: solid 3px #004EA2;
  padding: 10px;
  width: 80%;
  max-width: 380px;
  border-radius: 50px;
  margin: 0 auto;
  letter-spacing: 2px;
  margin-top: 30px;
  background: #fff;
  z-index: 10;
  position: relative;
}

.green-line-box p {
  color: #004EA2;
}

.taisho-box {
  margin-bottom: 8px;
  border: 3px solid #004EA2;
  border-radius: 40px;
  padding: 1em;
  margin-top: -30px;
  padding-top: 3em;
}

@media screen and (max-width: 767px) {
  .taisho-box {
    /* margin-top: 12px; */
    border-radius: 20px;
  }
}

.taisho-box .item-txt {
  color: #fff;
}

.itirei-img {
  width: 95%;
  max-width: 640px;
  margin-top: 0;
}

.itirei-notice {
  color: #202020;
  margin-top: 20px;
  line-height: 1.4;
  font-size: .9em;
}

#entry_area {
  margin-top: 40px;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



.notice-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.notice-wrap::after {
  position: absolute;
  z-index: 5;
  content: "※画像は一例です。";
  font-size: 1em;
  color: #fff;

  text-align: end;
  font-weight: 400;
  padding: 0;
  bottom: -15px;
  right: 0px
}



@media screen and (max-width:960px) {
  .notice-wrap::after {
    font-size: 0.85em;
    bottom: 72px;
  }

  .fv__kikan {
    margin-top: 2em;
  }
}


@media screen and (max-width:540px) {
  .fv__kikan {
    margin-top: 1em;
  }

  .notice-wrap::after {
    font-size: 0.8em;
    bottom: 71px;
  }

}



@media screen and (max-width:490px) {
  .notice-wrap::after {

    bottom: 82px;
  }
}




.animation {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.yellow-txt {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .yellow-txt {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .marker {
    background: linear-gradient(transparent 75%, #FFEB5F 25%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }
}

.step-img {
  margin-top: 2em;
}