/*Base*/
@media screen and (min-width: 591px) {
  .u-sp_dispBlock, .u-sp_dispInBlock, .u-sp_dispInline, .u-sp_dispFlex {
    display: none;
  }
  .u-pc_dispBlock {
    display: block;
  }
  .u-pc_dispInBlock {
    display: inline-block;
  }
  .u-pc_dispInline {
    display: inline;
  }
  .u-pc_dispFlex {
    display: flex;
  }
  .u-tab_dispBlock {
    display: none;
  }
  .u-tabsp_dispBlock {
    display: none;
  }
  .u-nottab_dispBlock {
    display: block;
  }
  .u-notsp_dispBlock {
    display: block;
  }
}
@media screen and (min-width: 591px) and (max-width: 1280px) {
  .u-pc_dispInline {
    display: inline;
  }
  .u-tab_dispBlock {
    display: block;
  }
  .u-tabsp_dispBlock {
    display: block;
  }
  .u-pc_dispBlock {
    display: none;
  }
  .u-nottab_dispBlock {
    display: none;
  }
  .u-notsp_dispBlock {
    display: block;
  }
}
@media screen and (max-width: 590px) {
  .u-tab_dispBlock {
    display: none;
  }
  .u-pc_dispBlock, .u-pc_dispInBlock, .u-pc_dispInline, .u-pc_dispFlex {
    display: none;
  }
  .u-sp_dispBlock {
    display: block;
  }
  .u-sp_dispInBlock {
    display: inline-block;
  }
  .u-sp_dispInline {
    display: inline;
  }
  .u-sp_dispFlex {
    display: flex;
  }
  .u-tabsp_dispBlock {
    display: block;
  }
  .u-nottab_dispBlock {
    display: block;
  }
  .u-notsp_dispBlock {
    display: none;
  }
}
/* CSS Document */
.H-wrap {
  max-width: 590px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.H-wrap input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}
.H-wrap input::-webkit-search-decoration {
  display: none;
}
.H-wrap input:focus {
  outline-offset: -2px;
}
.H-wrap input[type=image] {
  -webkit-appearance: none;
}
.H-wrap img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.js-zoomIn {
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-zoomIn.js-observe {
  animation-name: zoomIn;
}

.js-slideIn {
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-slideIn.js-observe {
  animation-name: slideIn;
}

.delay_01 {
  animation-delay: 0.2s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.accordion__item {
  width: 504px;
  margin: 0 auto 5%;
}
@media screen and (max-width: 590px) {
  .accordion__item {
    width: 85.4237288136vw;
  }
}
.accordion__btn {
  position: relative;
  cursor: pointer;
}
.accordion__btn::before, .accordion__btn::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  background-color: #e35205;
  top: 5%;
  bottom: 0;
  margin: auto;
  right: 4.9%;
}
@media screen and (max-width: 590px) {
  .accordion__btn::before, .accordion__btn::after {
    width: 2.7118644068vw;
    height: 0.3389830508vw;
  }
}
.element__item .accordion__btn::before, .element__item .accordion__btn::after {
  right: 3.9%;
}
.accordion__btn::after {
  transform: rotate(90deg);
  transition-duration: 0.5s;
}
.accordion__btn.js-active::after {
  transform: rotate(0deg);
}

.fv_obj_01 {
  width: 17.1186440678%;
  top: 32.5%;
  left: 75%;
}
.fv_obj_02 {
  width: 62.3728813559%;
  top: 79.2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fv_obj_03 {
  width: 76.1016949153%;
  top: 83.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cta_obj {
  width: 69.1525423729%;
  top: 6.7%;
  left: 1%;
  right: 0;
  margin: 0 auto;
}
.cta_btn {
  width: 76.2711864407%;
  top: 88.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.cta_btn::before {
  position: absolute;
  content: "";
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.6));
  transform: skewX(-25deg);
}
@keyframes Button_shine__fJMw5 {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.cta_btn.js-observe::before {
  animation: Button_shine__fJMw5 4s 0s infinite;
}
.cta_btn_02 {
  width: 76.2711864407%;
  top: 70.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cta_btn_point {
  top: 82.8%;
}

.c-btn-single {
  width: 76.2711864407%;
  margin: 10% auto;
  display: block;
}

.info_obj_01 {
  width: 62.3728813559%;
  top: 8.7%;
  left: 2%;
  right: 0;
  margin: 0 auto;
}
.info_obj_02 {
  width: 64.9152542373%;
  top: 10.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point_obj_01 {
  width: 45.4237288136%;
  top: 13.3%;
  left: 8.7%;
}
.point_obj_02 {
  width: 74.2372881356%;
  top: 21%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.point_obj_03 {
  width: 70.8474576271%;
  top: 17.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.point_obj_04 {
  top: 0.7%;
  left: 48.8%;
  width: 5.593220339%;
  height: 85px;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  .point_obj_04 {
    height: 14.406779661vw;
  }
}
.point_obj_04 img {
  animation: lineMove 2s 0s infinite;
}
@keyframes lineMove {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

.voice_obj_01 {
  width: 6.7796610169%;
  top: 22%;
  left: 11.7%;
}
.voice_obj_02 {
  top: 7%;
  width: 74.9152542373%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.howto_mp4 {
  overflow: hidden;
  width: 31.5254237288%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 28.8%;
  left: 8.1%;
}
.howto_mp4 video {
  width: 100%;
  height: 100%;
}

.qa {
  background-color: #fafafa;
  position: relative;
}
.qa_bg {
  width: 100%;
  position: absolute;
  top: 0;
}
.qa_wrap {
  position: relative;
  z-index: 1;
}
.qa_obj_01 {
  width: 11.6949152542%;
  top: 15.5%;
  left: 74.3%;
}

.best_obj_01 {
  width: 83.7288135593%;
  top: 8%;
  left: 8%;
}
.best_obj_02 {
  width: 82.0338983051%;
  top: 10%;
  left: 8.7%;
}

.best_02_obj_01 {
  width: 79.5762711864%;
  top: 7.4%;
  left: 11.9%;
}

.best_02_obj_02 {
  width: 47.1186440678%;
  top: 24.2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlayArea {
  position: relative;
}
.overlayItem {
  position: absolute;
}

@keyframes leftSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightSlideIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.kenzya_01_obj_01 {
  width: 37.716949%;
  top: 7%;
  left: 14%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_01_obj_01 {
  animation-name: leftSlideIn;
}
.kenzya_01_obj_02 {
  width: 36.816949%;
  top: 18.6%;
  left: 56.6%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_01_obj_02 {
  animation-name: leftSlideIn;
}
.kenzya_01_obj_03 {
  width: 46.1016949153%;
  top: 28.6%;
  left: 45.3%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.js-observe .kenzya_01_obj_03 {
  animation-name: rightSlideIn;
}
.kenzya_02_obj_01 {
  width: 37.7%;
  top: 7%;
  left: 14%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_02_obj_01 {
  animation-name: leftSlideIn;
}
.kenzya_02_obj_02 {
  width: 18%;
  top: 18%;
  left: 56.7%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_02_obj_02 {
  animation-name: leftSlideIn;
}
.kenzya_02_obj_03 {
  width: 38.5%;
  top: 27.9%;
  left: 45.3%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.js-observe .kenzya_02_obj_03 {
  animation-name: rightSlideIn;
}
.kenzya_03_obj_01 {
  width: 37.7%;
  top: 8%;
  left: 14%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_03_obj_01 {
  animation-name: leftSlideIn;
}
.kenzya_03_obj_02 {
  width: 36.5%;
  top: 20.8%;
  left: 56.7%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.js-observe .kenzya_03_obj_02 {
  animation-name: leftSlideIn;
}
.kenzya_03_obj_03 {
  width: 40.5%;
  top: 32.3%;
  left: 45.3%;
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.js-observe .kenzya_03_obj_03 {
  animation-name: rightSlideIn;
}/*# sourceMappingURL=base.css.map */