@charset "UTF-8";
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ヘッダー **************************************** */
header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FAD182;
  padding: 12px;
  z-index: 999;
  width: 100%;

}

header h1{
  width: 30%;
  max-width: 220px;
}
header > a{
  width: 40%;
  max-width: 220px;

}
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
body {
  background-color: #fff3c3;
}
.fadein {
  transform: translateY(80px);
  opacity: 0;
}

.fadein.active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0px);
}

.fadein01 {
  transform: translateY(-40px);
  opacity: 0;
  animation-delay: 0s;
  animation: btn_animation02 1s infinite;
}

.fadein01.active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0px);
  transition-delay: 0s;
}

.fadein02 {
  transform: translateY(-40px);
  opacity: 0;
  animation-delay: 0.2s;
  animation: btn_animation02 1s infinite;

}

.fadein02.active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0px);
  transition-delay: 0.2s;
}

.fadein03 {
  transform: translateY(-40px);
  opacity: 0;
  transition-delay: 0.4s;
  animation: btn_animation02 1s infinite;

}

.fadein03.active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0px);
  transition-delay: 0.4s;

}

main{
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding-top: 56px;
}
.mail-page{
  padding: 0;
}
.fv {
  position: relative;
  margin-bottom: 10%;
}
.fv > img{
  position: relative;
  z-index: -1;
}
.fv h2{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25%;
  width: 90;
}

.fv h3{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25%;
  width: 80%;
  animation: btn_animation 1s infinite;
}
.fv ul{
  position: absolute;
  display:flex;
  justify-content: space-between;
  gap:12px;
  padding: 4%;
  bottom: 0;
}
.fv ul li{
  width: calc((100% - 24px) /3);
  height: auto;
}
.fv ul li img{
  display: block;
  height: auto;
  width: 100%;
}
.btn{
  display: block;
  margin: 12px auto 24px auto;
  width: 94%;
}
.btn img{
  display: block;
　background: #FFF9E2;
  animation: flash 1s linear infinite;
}

.section06{
  position: relative;
}
.section06 .btn{
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
}
.section06-2{
  width: 100%;
  margin: 0;
}
.section08-2{
  position: relative;
  background: url(../image/section8-2.jpg);
  background-size: cover;
  background-position: center;
  padding: 2% 0px;
}
.section08-2 a{
  display: block;
  margin-bottom: 24px;
}
.section9-2{
  position: relative;
}
.section9-2 a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: auto;
}
.form-section{
  padding: 10% 0;
  background: #FAD182;
}
.form-section h2{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}
.form-section h2{
  width: 72%;
  margin: 0 auto 24px auto;
}
.formTable h3{
  margin-bottom: 4px;
}
.formTable h3 span{
  color: #fff;
  background: #DC2467;
  display: inline-block;
  padding: 0px 4px;
  margin-left: 1em;
}
.formTable{
  width: 90%;
  margin: 0 auto;
}
.formTable li{
  margin-bottom: 16px;
}
.formTable li p{
  border-bottom: solid 2px #333;
}
.formTable li p input{
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding: 0.5em 1em;
}
.Form-Btn{
  display: block;
  width: 100%;
  height: auto;
  padding: 1em;
  background: #56BE51;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #FFFD4D;
  border-radius: 12px;
}
footer{
  background: #FAD182;
  padding: 16px;
}
footer a{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 10px;
}
footer small{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;

}

@keyframes btn_animation {
  0% {
      transform: scale(1, 0.9);
  }
  20% {
      transform: scale(0.9, 1.1);
  }
  95% {
      transform: scale(1, 1);
  }
  100% {
      transform: scale(1, 0.9);
  }
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}
@keyframes btn_animation02 {
  0% {
      transform: translate(0, 10px);
  }
  100% {
      transform: translate(0px, 0px);
  }
}
.chakuchi{
  animation: chakuchi 1s linear forwards;
}
@keyframes chakuchi {
	0%   { transform: scale(0.8, 1.4) translate(0%, -100%);opacity: 0; }
	10%  { transform: scale(0.8, 1.4) translate(0%, -15%);opacity: 1; }
	20%  { transform: scale(1.4, 0.6) translate(0%, 30%);opacity: 1; }
	30%  { transform: scale(0.9, 1.1) translate(0%, -10%);opacity: 1; }
	40%  { transform: scale(0.95, 1.2) translate(0%, -30%);opacity: 1; }
	50%  { transform: scale(0.95, 1.2) translate(0%, -10%);opacity: 1; }
	60%  { transform: scale(1.1, 0.9) translate(0%, 5%);opacity: 1; }
	70%  { transform: scale(1.0, 1.0) translate(0%, 0%);opacity: 1; }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%);opacity: 1; }
}

.delay01 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay02 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay03 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}


/* モーダルCSS */
.modalArea {
  /* display: none; */
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 500px;
}
.modalContents{
  display: block;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.pp-toku{
  padding: 100px 0;
  width: 90%;
  margin: 0 auto;
}
.pp-toku h2{
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
.pp-toku li{
  margin-bottom: 12px;
}