@charset "UTF-8";

/*================================================================
# メディアクエリとブレイクポイント
================================================================ */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

body {
  color: #060606;
  background: radial-gradient(#3b4278, #151717) fixed;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
}

.inner {
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --background: #424346;
  --background_blue: #00bf67;
  --background_yl: #afa100;
  --accent: #fff330;
}

.fv-bg__container {
  width: 100%;
}

.fv__inner {
  display: grid;
  /* border: 10px solid yellow; */
  overflow: hidden;
  max-width: 428px;
  position: relative;
}

.fv__inner > * {
  grid-area: 1/-1;
  width: 100%;
}

.fv__catch {
  width: 93.5897435897%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.4358974359%;
}

.fv-machine__container {
  width: 111.8%;
  margin-left: -12.8%;
  margin-top: -11.7%;
}

.fv-benefit__container {
  width: 96.410256%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.2%;
}

.fv-symbol__container {
  width: 84.671795%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3%;
}

.section__title {
  font-size: 0;
}

.benefit__container--secondary {
  margin-top: -0.2%;
}

.catalog__wrapper {
  background-color: white;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 1%;
  padding-bottom: 5%;
}

.catalog-relative {
  position: relative;
}

.catalog__between {
  position: absolute;
  top: -5%;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 1%;
  padding-bottom: 5%;
}

.question__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.award_container {
  max-width: 660px;
  height: auto;
  margin: 0 auto;
}

.question__container {
  background-color: #000;
  padding-top: 48px;
}

.form-secondary {
  position: relative;
  z-index: 200;
}

.top_cta {
  position: relative;
  background-color: var(--background);
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 40px 10px 20px;
  color: #fff;
  max-width: 428px;
}

.top_cta .inner {
  max-width: 100%;
}

.top_cta .title01 {
  width: 90%;
  margin: 36px auto;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.top_cta .title {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3.2vw;
  /* margin: 4.2vw 2.4vw; */
  letter-spacing: 8;
}

.top_cta .btns {
  display: block;
  width: 95%;
  margin: 0 auto;
}

.btn_dl a {
  display: block;
  background: linear-gradient(to bottom right, #e649bc, #962aa2);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 3px 2px #014a15;
  padding: 40px 0 20px;
}

.btn_dl2 a {
  display: block;
  background-color: #fff;
  color: #636cef;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 3px 2px rgba(90, 77, 27, 0.507);
  padding: 40px 0 20px;
}

.btn_dl a,
.btn_dl2 a {
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  margin-bottom: 40px;
}

.btn_dl:hover,
.btn_dl2:hover {
  filter: brightness(1.2);
  transition: all 0.2s;
}

.btn_dl a span {
  position: absolute;
  top: 24px;
  left: 50%;
  font-size: 16px;
  padding: 2vw 8vw 0 8vw;
  color: #fff;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.btn_dl2 a span {
  position: absolute;
  top: 30px;
  left: 50%;
  border-radius: 12px;
  font-size: 19px;
  padding: 0 8vw;
  color: #636cef;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.span02 {
  font-size: 1.2vw;
}

/* .btn_dl a::before {
  position: absolute;
  left: 18px;
  bottom: 25px;
  content: '\f0e0'; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  
} */

.btn_dl a::after {
  content: "";
  display: block;
  position: absolute;
  width: 2vw;
  top: 50%;
  right: 4vw;
  height: 2vw;
  border-width: 0.5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* .btn_dl2 a::before {
  position: absolute;
  left: 20px;
  bottom: 25px;
  content: '\f2a0'; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
} */

.btn_dl2 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 2vw;
  top: 55%;
  right: 4vw;
  height: 2vw;
  border-width: 0.5vw;
  border-top: 2px solid #636cef;
  border-right: 2px solid #636cef;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .btn__contact {
    max-width: 50%;
  }

  .top_cta {
    position: relative;
    background-color: var(--background);
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
  }

  .top_cta .inner {
    max-width: 428px;
  }

  .top_cta .title01 {
    margin: 36px auto;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.6px;
  }

  .btn_dl a {
    display: block;
    background: linear-gradient(to bottom right, #e649bc, #962aa2);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 3px 2px #014a15;
    padding: 40px 0 16px;
  }

  .btn_dl2 a {
    display: block;
    background-color: #fff;
    color: #636cef;
    font-weight: bold;
    box-shadow: 0 3px 2px rgba(90, 77, 27, 0.507);
    padding: 40px 0 16px;
  }

  .btn_dl a,
  .btn_dl2 a {
    border-radius: 50px;
    text-decoration: none;
    font-size: 23px;
    position: relative;
  }

  .btn_dl a span {
    position: absolute;
    top: 29%;
    left: 50%;
    border-radius: 12px;
    font-size: 15px;
    padding: 0 2vw;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    border-width: 0.5vw;
    color: #fff;
  }

  .btn_dl2 a span {
    position: absolute;
    top: 30px;
    left: 50%;
    border-radius: 16px;
    font-size: 16px;
    padding: 0 3vw;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    border-width: 0.5vw;
  }

  .span02 {
    font-size: 1.2vw;
  }

  .btn_dl a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.8vw;
    height: 0.8vw;
    top: 50%;
    right: 2vw;
    border-width: 0.5vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }

  .btn_dl2 a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.8vw;
    height: 0.8vw;
    top: 50%;
    right: 2vw;
    border-width: 0.5vw;
    border-top: 2px solid #636cef;
    border-right: 2px solid #636cef;
    transform: translateY(-50%) rotate(45deg);
  }
}

.keyframe6 {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 30px auto;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /* overflow: hidden; */
}

.keyframe6:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
}

/*ぽよぽよアニメーション*/
.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.one {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

/*右下固定バナー*/

.fixed_banner {
  position: fixed;
  z-index: 99999;
  bottom: 25px;
  right: 10px;
  padding: 0;
  width: 250px;
  height: 250px;
  border: none;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}

.active2 {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.fixed_banner a {
  display: block;
  text-align: center;
}

.fixed_banner_pc {
  width: 250px;
  height: 250px;
}

.floating-banner:hover {
  opacity: 0.8;
}

.fixed_banner_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .fixed_banner {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .btn__contact {
    display: none;
  }
}

/*実績スライダー*/

.slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .slider {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .header__inner {
    position: fixed;
    width: 100%;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  .btn__contact {
    display: block;
    max-width: 600px;
    width: 97.9487179487%;
    position: absolute;
    z-index: 10;
    top: 90vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .active {
    opacity: 1;
    visibility: visible;
  }

  .btn__contact:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.97);
    transform: translate(-50%, -50%) scale(0.97);
  }
}

#form {
  max-width: 428px;
  margin: 0 auto;
}

.title01 span {
  color: #faf33e;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fv_wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 78px;
  left: 21px;
  display: block;
  background: linear-gradient(to bottom right, #e649bc, #962aa2);
  color: #171822;
  box-shadow: 0 3px 5px #962aa2;
  border-radius: 50px;
  bottom: 2vh;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.fv_wrap a {
  text-decoration: none;
  color: #fff;
}

.fv_wrap .span01 {
  font-size: 14px;
}

.fv_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 450px) {
  .fv_wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 78px;
    left: 21px;
    display: block;
    background: linear-gradient(to bottom right, #e649bc, #962aa2);
    color: #171822;
    box-shadow: 0 3px 5px #962aa2;
    border-radius: 50px;
    bottom: 3vh;
    text-align: center;
    font-weight: bold;
  }
}

.fv_wrap:hover {
  filter: brightness(1.12);
  transition: all 0.2s;
}

.accordion-container {
  background-color: #f0f4f5;
  max-width: 428px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 34px 60px;
  font-size: 16px;
}

details {
  border-radius: 4px;
  margin-bottom: 20px;
}

summary {
  /* display: block; */
  list-style: none;
  font-weight: bold;
  padding: 20px 15px;
  cursor: pointer;
  background-color: #636cef;
  color: #fff;
}

summary::before {
  content: "";
  background-image: url(../img/downIcon.png);
  display: inline-block;
  width: 21px;
  height: 12px;
  background-size: cover;
  margin-right: 12px;
  vertical-align: middle;
}

details[open] summary::before {
  content: "";
  background-image: url(../img/upIcon.png);
  width: 21px;
  height: 12px;
  margin-right: 12px;
}

summary::-webkit-details-marker {
  display: none;
}

.sum_title {
  padding: 25px;
  border-radius: 10px;
  text-align: left;
}

.accordion-content {
  padding: 20px 26px 10px;
  text-align: left;
}

.accordion-content p {
  line-height: 2;
}

.accordion-container h3 {
  margin: 10px 0 40px;
  font-size: 26px;
  font-weight: bold;
}

details[open] summary {
  background-color: #636cef;
  color: #fff;
}

.deta_wrap {
  margin-bottom: 28px;
}

.play_container {
  max-width: 428px;
  background-color: #F0F4F5;
  margin: 0 auto;
  text-align: center;
}

.play_container p{
  padding: 5px 20px 18px;
  font-weight: bold;
  color: #636CEF;
  font-size: 18px;
  font-weight: bold;
}

.play_wrap {
  max-width: 260px;
  height: 490px;
  margin: 0 auto;
}

.form_privacy p{
  color: #fff;
  font-size: 14px;
  
}