@charset "UTF-8";
html{
  scroll-behavior: smooth;
}

body {
  width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
   Meiryo,
  sans-serif;
}

img {
  width: 100%;
}

.fixed_btn{
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,1));
  padding: 10px;
}

.fv,.cta_area,.tokuten_area,.intro_area,.qa_area,#info_area{
  position: relative;
}

.fv{
  z-index: -2;
}

.cta_area{
  bottom: 355px;
  z-index: 1;
}
.cta_btn{
  width: 96%;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 20px;
  margin: auto
}

.tokuten_area{
  bottom: 440px;
}
.cta_btn_tokuten{
  width: 96%;
  position: absolute;
  bottom: 230px;
  right: 0;
  left: 20px;
  margin: auto
}
.intro_area{
  background-image: url(../img/intro_bg.png);
  background-repeat: no-repeat;
  background-position: 0 700px;
  bottom: 620px;
  padding-bottom: 250px;
}

.sride_bg{
  margin-top: 50px;
}

.swiper{
  width: 100%;
  margin-top: -220px;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide{
  width: 250% !important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.qa_area{
  bottom: 750px;
}
.qa_list{
  width: 95%;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
}

#info_area{
  width: 90%;
  margin: 0 auto 70px;
  bottom: 650px;
}
.neko1{
  width: 20%;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  right: 0;
  margin: auto;
}
.nekoName{
  position: absolute;
  top: -30px;
  right: 130px;
  color: darkgray;
}
.url_btn {
  background: none;
  border: none;
  position: absolute;
  left: 50%;
  bottom: 277px;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.url_btn :hover {
  opacity: 0.8;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: 24px;
  position: absolute;
  left: 48%;
  bottom: 210px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 40px;
  color: #000000;
  filter: drop-shadow(10px 10px 10px rgba(71, 121, 163, 0.4));
}
.clipboard-success:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.map{
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}

.caution{
  margin-top: -720px;
}

/*form_area*/
  #form_area{
    background-image: url(../img/form_bg.jpg);
  }
  form {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 70px 0 250px;
  }
  .form_ttl {
    border-radius: 15px 15px 0px 0px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    background-color: #ff7c00;
    padding: 20px 0;
    letter-spacing: 2px;
  }
  .form_wrapper {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 15px 15px;
    text-align: center;
  }
  form dl {
    text-align: left;
    padding-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 0px;
  }
  form dt {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    width: 30%;
    font-size: 28px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  form dd {
    margin-bottom: 20px;
    width: 340px;
    margin-bottom: 15px;
  }
  form input, select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
  }
  form input[type="text"], form input[type="email"] , form input[type="number"] {
    width: 100%;
    display: block;
    font-family: inherit;
    line-height: 1.5;
    font-size: 30px;
    border: #9A9A9A solid 1px;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px 20px;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
  }
  form select {
    width: 100%;
    border-radius: 8px;
    margin: 1rem 0 0 0;
    background: #f7f7f7;
    font-size: 28px;
    border: #9A9A9A solid 1px;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px 20px;
    line-height: 1.3;
    color: #000;
  }
  .select_box {
    position: relative;
  }
  .select_box:after {
    position: absolute;
    content: "▼";
    right: 25px;
    top: 50%;
  }
  form .pv {
    font-size: 20px;
    margin: 20px 0 10px;
    text-align: center;
  }
  form .pv a {
    color: #296DCC;
  }
  form .pv a[target="_blank"] {
    background: url(../img/icon_new_window.svg) no-repeat right center;
    margin-right: 3px;
  }
  form .pv a:hover {
    text-decoration: underline;
  }
  .send_btn{
    width: 90%;
  }

footer{
  margin-top: -200px;
  color: #fff;
}
