/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  .formCheck label a:active {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
  .formBtn--wrapper .formBtn input[type=submit]:active {
    background-color: #000;
  }
  .formBtn--wrapper .formBtn--back input[type=button]:active {
    text-decoration-color: rgba(var(--color-text), 1);
  }
  /* ============================================================================================ formArticle */
  .formArticle {
    margin-top: 133px;
    padding-bottom: 75px;
  }
  /* ============================================================== formSection__formNav */
  .formSection .formSection__formNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .formSection .formSection__formNav::after {
    top: 12px;
    left: 0;
    border-top: 1px;
    border-top-style: dashed;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-left: 0;
  }
  /* --------------------------------------- formSection__formNav--flexBox */
  .formSection__formNav--flexBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
  }
  .formSection__formNav--circle {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
  .formSection__formNav--text {
    position: absolute;
    top: 37px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
  }
  /* ============================================================== formSection__formContents */
  /* --------------------------------------- formText */
  .formText {
    margin-bottom: 60px;
  }
  .thanks .formTitle {
    font-size: 13px;
  }
  /* --------------------------------------- formBlock */
  .formBlock {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .formBlock__title {
    width: auto;
    font-size: 13px;
    margin-bottom: 18px;
  }
  .formBlock__target {
    position: relative;
    width: auto;
  }
  .formBlock__title--required {
    font-size: 11px;
  }
  /* -------------------- radioBtn */
  .radioBtn label {
    padding-left: 45px;
  }
  /* -------------------- form select */
  form select {
    padding: 21px 25px;
  }
  .selectIcon {
    right: 25px;
  }
  /* -------------------- form input[type="text"] form textarea */
  form input[type=text],
  form textarea {
    padding: 15px 25px;
    font-size: 13px;
  }
  /* -------------------- formBlock__target--fileBtn */
  input[type=file]::file-selector-button,
  input[type=file]::-webkit-file-upload-button {
    width: 145px;
  }
  .formAside {
    font-size: 11px;
  }
  /* -------------------- formCheck */
  .formCheck {
    padding-top: 30px;
  }
  .formCheck label {
    font-size: 13px;
  }
  /* --------------------------------------- formBtn */
  .formBtn--wrapper {
    margin-top: 30px;
  }
  .formBtn--wrapper .formBtn input[type=submit] {
    font-size: 13px;
  }
  .confirm .formBtn--wrapper .formBtn--back {
    width: 50%;
  }
  .confirm .formBtn--wrapper .formBtn--back input[type=button] {
    font-size: 13px;
  }
  /* --------------------------------------- thanks pagesKv__navTarget */
  .thanks .cateNav__title {
    font-size: 13px;
  }
}/*# sourceMappingURL=form-sp.css.map */