@charset "UTF-8";
/* CSS Document */
/* =================
//		FontColor
================== */
.gold {
  color: #ddbd6e;
}

.yellow {
  color: #fff600;
}

.green {
  color: #0ea100;
}

.red {
  color: #a62626;
}

.white {
  color: #fff;
}

/* =================
//		FontSize
================== */
/* =================
//		FontFamify
================== */
.num {
  font-family: 'urw-din-semi-condensed', sans-serif;
  font-weight: 600;
}

/*SP*/
html {
  scroll-behavior: smooth;
  color: #313131;
  font-weight: 500;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',
    Meiryo, 'メイリオ', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  scroll-padding-top: -80px;
  margin-top: 0 !important;
}
html body {
  color: #313131;
  background-color: #fff;
  margin-top: -32px;
}
html body.hidden {
  overflow: hidden;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.sec-title {
  font-size: 28.3px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 45px;
  z-index: 5;
}
.sec-title .en {
  font-family: 'polymath-display', sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.08em;
  font-size: 30px;
  color: #83764d;
  opacity: 0.45;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec-title::after {
  content: '';
  display: block;
  width: 115px;
  height: 2px;
  background: #83764d;
  margin: 10px auto 0;
}

#lp_gouken {
  margin-top: 32px;
}
#lp_gouken .fv {
  width: 100%;
  background: url(../../img/lp/fv_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#lp_gouken .fv__wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
#lp_gouken .fv__wrapper .fv_title {
  width: 100%;
  margin: 0 auto 35px;
  font-size: 2.0625rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(
    to right,
    #c89b3c 0%,
    #fffdca 20%,
    #cca13e 40%,
    #e5bf5e 60%,
    #9a6f1b 80%,
    #fbe68a 100%
  );
}
#lp_gouken .fv__wrapper .fv_main {
  position: relative;
}
#lp_gouken .fv__wrapper .fv_main .left__title span {
  display: block;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
}
#lp_gouken .fv__wrapper .fv_main .left__title span .num {
  width: 52%;
  max-width: 215px;
}
#lp_gouken .fv__wrapper .fv_main .left__title span .num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .fv__wrapper .fv_main .left__title .ribon {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 5px;
  font-size: 30px;
  line-height: 1;
}
#lp_gouken .fv__wrapper .fv_main .left__title .ribon img {
  width: 230px;
}
#lp_gouken .fv__wrapper .fv_main .left__title .flex {
  display: flex;
  align-items: center;
}
#lp_gouken .fv__wrapper .fv_main .left__title .flex .ver {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}
#lp_gouken .fv__wrapper .fv_main .left__title .note {
  margin: 5px 0 40px 60px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
}
#lp_gouken .fv__wrapper .fv_main .right {
  width: 74%;
  max-width: 294px;
  position: absolute;
  top: -4%;
  right: -73px;
}
#lp_gouken .fv__wrapper .fv_main .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down {
  display: flex;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down__left {
  display: inline-block;
  width: 130px;
  height: 35px;
  color: #fff;
  background-color: #4b4b4b;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 3px;
  text-align: center;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 35px;
  background-color: #fff;
  color: #4b4b4b;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down__right .num {
  font-size: 24px;
  margin-bottom: 1px;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down__right .yellow {
  color: #4b4b4b;
}
#lp_gouken .fv__wrapper .fv_main .btm .count-down__right .white {
  color: #4b4b4b;
}
#lp_gouken .fv__wrapper .fv_feature {
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
}
#lp_gouken .fv__wrapper .fv_feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .fv__wrapper .fv_cta-area .microcopy {
  display: block;
  width: 311px;
  margin: 0 auto 5px;
}
#lp_gouken .fv__wrapper .fv_cta-area .microcopy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .fv__wrapper .fv_cta-area .cta-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .fv__wrapper .fv_cta-area .cta-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .fv__wrapper .fv_cta-area .note {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 10px;
}
#lp_gouken .fv::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.5)
  );
  top: 0;
  left: 0;
  z-index: -5;
}
#lp_gouken .howto {
  padding: 25px 0 30px;
}
#lp_gouken .howto__wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .howto__wrapper .sec-title {
  font-size: 28px;
  margin-bottom: 35px;
  position: relative;
}
#lp_gouken .howto__wrapper .sec-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #d6d6d6;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .howto__wrapper .sec-title::after {
  display: none;
}
#lp_gouken .howto__wrapper .img {
  width: 100%;
}
#lp_gouken .howto__wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .howto__wrapper .note {
  text-align: center;
  font-size: 0.75rem;
}
#lp_gouken .cta-sec {
  padding: 25px 0;
  background-color: #a62626;
}
#lp_gouken .cta-sec__wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .cta-sec__wrapper .flex .sec-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
  font-size: clamp(16px, 6vw, 28px);
  font-weight: bold;
  text-align: center;
  color: #a62626;
  background: linear-gradient(
    to right,
    #c89b3c 0%,
    #f9e29c 20%,
    #e5b63c 40%,
    #f3e27e 60%,
    #d4a843 80%,
    #f9e29c 100%
  );
}
#lp_gouken .cta-sec__wrapper .flex .sec-title:after {
  display: none;
}
#lp_gouken .cta-sec__wrapper .flex .count-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  line-height: 42px;
}
#lp_gouken .cta-sec__wrapper .flex .count-down span {
  display: inline-block;
  line-height: 42px;
  font-size: clamp(30px, 10vw, 42px);
  letter-spacing: 0.04em;
}
#lp_gouken .cta-sec__wrapper .flex .count-down span .yellow {
  font-size: clamp(30px, 13.5vw, 40px);
  vertical-align: top;
}
#lp_gouken .cta-sec__wrapper .flex .count-down span .ja {
  font-size: clamp(30px, 10vw, 40px);
}
#lp_gouken .cta-sec__wrapper .flex .count-down span .white {
  font-size: clamp(16px, 6vw, 30px);
  color: #fff;
}
#lp_gouken .cta-sec__wrapper .inner {
  background-color: #fff;
  width: 100%;
  margin: 25px auto 0;
  padding: 25px 20px 30px;
}
#lp_gouken .cta-sec__wrapper .inner .copy {
  text-align: center;
}
#lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span {
  font-size: clamp(16px, 5vw, 24px);
  font-weight: bold;
}
#lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span .dott {
  position: relative;
}
#lp_gouken
  .cta-sec__wrapper
  .inner
  .copy
  .copy-wrap
  .copy-text
  span
  .dott:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a62626;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span .big {
  font-size: clamp(18px, 6vw, 20px);
}
#lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .off {
  width: 100%;
  margin: 25px auto 30px;
}
#lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .off img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .cta-sec__wrapper .inner .copy .img {
  width: 100%;
}
#lp_gouken .cta-sec__wrapper .inner .copy .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .cta-sec__wrapper .note {
  margin: 15px auto 0;
  color: #fff;
  font-size: 0.75rem;
}
#lp_gouken .commitment {
  background-color: #313131;
  position: relative;
  padding-top: 50px;
}
#lp_gouken .commitment__wrapper {
  position: relative;
  z-index: 1;
}
#lp_gouken .commitment__wrapper .sec-title {
  font-size: 28.3px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
#lp_gouken .commitment__wrapper .sec-title::after {
  content: '';
  display: block;
  width: 115px;
  height: 2px;
  background: #83764d;
  margin: 10px auto 0;
}
#lp_gouken .commitment__wrapper .text {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
#lp_gouken .commitment__wrapper .text p {
  text-align: center;
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: bold;
  line-height: 1.84;
}
#lp_gouken .commitment__wrapper .secret {
  width: 90%;
  max-width: 400px;
  margin: 100px auto 0;
  padding-bottom: 65px;
}
#lp_gouken .commitment__wrapper .secret .sub-title {
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#lp_gouken .commitment__wrapper .secret .sub-title .yellow {
  color: #fff600;
}
#lp_gouken .commitment__wrapper .secret .sub-title .dott {
  position: relative;
}
#lp_gouken .commitment__wrapper .secret .sub-title .dott:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff600;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .commitment__wrapper .secret ul {
  margin-top: 40px;
}
#lp_gouken .commitment__wrapper .secret ul li {
  display: block;
  position: relative;
  margin-bottom: 45px;
}
#lp_gouken .commitment__wrapper .secret ul li .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-family: 'futura-pt', sans-serif;
  font-size: 35px;
  font-weight: 500;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .commitment__wrapper .secret ul li .content {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 15px;
}
#lp_gouken .commitment__wrapper .secret ul li .content p {
  text-align: center;
  font-size: clamp(16px, 5vw, 21px);
  font-weight: bold;
}
#lp_gouken .commitment__wrapper .secret ul li:first-child:before {
  background: url(../../img/lp/24h.png) no-repeat;
  background-size: contain;
  width: 89px;
  height: 89px;
}
#lp_gouken .commitment__wrapper .secret ul li:nth-child(2):before {
  background: url(../../img/lp/secret02.png) no-repeat;
  background-size: contain;
  width: 93px;
  height: 89px;
}
#lp_gouken .commitment__wrapper .secret ul li:last-child {
  margin-bottom: 0;
}
#lp_gouken .commitment__wrapper .secret ul li:last-child:before {
  background: url(../../img/lp/secret03.png) no-repeat;
  background-size: contain;
  width: 96px;
  height: 101px;
}
#lp_gouken .commitment__wrapper .secret ul li:before {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#lp_gouken .commitment::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 420px;
  background-image: url(../../img/lp/commitment_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
  top: 0;
  left: 0;
  z-index: 0;
}
#lp_gouken .commitment::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 420px;
  background-color: #e9e9e9;
  opacity: 0.86;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
  top: 0;
  left: 0;
  z-index: 0;
}
#lp_gouken .comparison {
  padding: 60px 0;
  background-color: #eee;
}
#lp_gouken .comparison__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#lp_gouken .comparison__wrapper .sec-title .en {
  opacity: 0.2;
}
#lp_gouken .comparison__wrapper .table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
  position: relative;
}
#lp_gouken .comparison__wrapper .table-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
  border: 2px solid #aaa;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table th,
#lp_gouken .comparison__wrapper .table-scroll .comparison-table td {
  border: 1px solid #aaa;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table th img,
#lp_gouken .comparison__wrapper .table-scroll .comparison-table td img {
  width: 110px;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table th {
  background-color: #e4e4e4;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table th:first-child,
#lp_gouken .comparison__wrapper .table-scroll .comparison-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #f3efd2;
  border-left: none;
  border-right: none;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  th:first-child:before,
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  td:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103%;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: #f3efd2;
  z-index: -1;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  tr
  th:first-child {
  background-color: #fff;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  tr
  th:first-child:before {
  background: #fff;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  tr
  th:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 107%;
  height: 2px;
  background-color: #aaa;
  transform: rotate(20deg);
  transform-origin: top left;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table thead th {
  background-color: #f5f5f5;
  font-weight: bold;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  th:first-child {
  border-top: none;
  background-color: #fff;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  .highlight {
  background-color: #a62626;
  border: solid 4px #a62626;
  color: #fff;
  font-weight: bold;
  width: 150px;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  thead
  .highlight
  img {
  margin-bottom: 3px;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table tbody th {
  background-color: #f3efd2;
  font-weight: bold;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  tbody
  th
  .sp400 {
  display: none;
}
#lp_gouken .comparison__wrapper .table-scroll .comparison-table tbody td {
  background-color: #fff;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  tbody
  .highlight {
  font-weight: bold;
  border-right: solid 4px #a62626;
  border-left: solid 4px #a62626;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  tbody
  tr:last-child
  .highlight {
  border-bottom: solid 4px #a62626;
}
#lp_gouken
  .comparison__wrapper
  .table-scroll
  .comparison-table
  tbody
  tr:last-child
  th:before {
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table {
    min-width: 590px;
    font-size: 14px;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table th,
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table td {
    padding: 10px 8px;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table th img,
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table td img {
    width: 90px;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    th:first-child:before,
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    td:first-child:before {
    left: -1px;
    width: 102%;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    tr
    th:first-child:after {
    width: 116%;
    height: 1px;
    transform: rotate(30deg);
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    tbody
    th
    .sp400 {
    display: block;
  }
}
#lp_gouken .comparison__wrapper .scroll {
  width: 89px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 14px;
}
#lp_gouken .comparison__wrapper .scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 15px;
}
#lp_gouken .comparison__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 39px;
  background: url(../../img/lp/scroll_gray.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
}
#lp_gouken .comparison__wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(238, 238, 238, 0), #eee);
  top: 0;
  right: 0;
  z-index: 2;
}
#lp_gouken .archivement {
  padding: 65px 0 50px;
}
#lp_gouken .archivement__wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .archivement__wrapper .sec-title {
  margin-bottom: 45px;
}
#lp_gouken .archivement__wrapper .sec-title .en {
  opacity: 0.2;
}
#lp_gouken .archivement__wrapper .gold {
  text-align: center;
  font-size: 1.375rem;
  color: #83764d;
  font-weight: bold;
  margin-bottom: 15px;
}
#lp_gouken .archivement__wrapper .bubble {
  background-color: #343434;
  width: 100%;
  border-radius: 5px;
  padding: 15px 0;
  position: relative;
}
#lp_gouken .archivement__wrapper .bubble::before {
  content: '';
  display: block;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #343434;
  width: 19.88px;
  height: 17.22px;
  bottom: -16.22px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .archivement__wrapper .bubble p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 4vw, 17px);
}
#lp_gouken .archivement .logo-area {
  margin-top: 27px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#lp_gouken .archivement .logo-area .scroll-infinity.sp .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#lp_gouken .archivement .logo-area .scroll-infinity.sp .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#lp_gouken
  .archivement
  .logo-area
  .scroll-infinity.sp
  .scroll-infinity__list--left {
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
}
#lp_gouken .archivement .logo-area .scroll-infinity.sp .scroll-infinity__item {
  width: 550px;
  margin-right: 15px;
}
#lp_gouken
  .archivement
  .logo-area
  .scroll-infinity.sp
  .scroll-infinity__item
  > img {
  width: 99%;
  height: 100px;
}
#lp_gouken .archivement .gym-area {
  margin-top: 40px;
  position: relative;
}
#lp_gouken .archivement .gym-area .wrapper .column-area {
  width: 100%;
  position: relative;
}
#lp_gouken .archivement .gym-area .wrapper .column-area .column-list {
  justify-content: space-between;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item {
  max-width: 150px;
  margin-bottom: 20px;
  margin: 0 10px;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item
  .thumbnail {
  width: 150px;
  height: 100px;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item
  .thumbnail
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item
  .content {
  margin-top: 10px;
  padding-left: 10px;
  border-left: solid 4px #83764d;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item
  .content
  .cat {
  color: #83764d;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list
  .column-item
  .content
  .column-title {
  width: 135px;
  height: 48px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#lp_gouken
  .archivement
  .gym-area
  .wrapper
  .column-area
  .column-list::-webkit-scrollbar {
  display: none;
}
#lp_gouken .archivement .gym-area .wrapper .slick-dots li button:before {
  color: #83764d !important;
  font-size: 8px !important;
}
#lp_gouken .archivement .gym-area .gym-note {
  position: absolute;
  bottom: -50px;
  right: 10px;
  font-size: 10px;
  text-align: right;
  font-weight: 500;
}
#lp_gouken .price {
  background: #eee;
  padding: 40px 20px 50px;
}
#lp_gouken .price__wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#lp_gouken .price__lead {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
#lp_gouken .price__catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#lp_gouken .price__catch .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #a62626;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 25.68px;
}
#lp_gouken .price__catch .multiply {
  font-size: 48px;
}
#lp_gouken .price__catch .text {
  font-size: 26.53px;
  font-weight: bold;
}
#lp_gouken .price__strong {
  margin: 25px 0 35px;
}
#lp_gouken .price__strong .bg-red {
  display: inline-block;
  height: 35px;
  line-height: 32px;
  font-size: clamp(20px, 6vw, 26px);
  padding: 0 15px;
  background-color: #a62626;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
}
#lp_gouken .price__strong .bg-red:last-child {
  margin-bottom: 0;
}
#lp_gouken .price__table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 20px;
  border: 2px solid #aaa;
}
#lp_gouken .price__table th,
#lp_gouken .price__table td {
  border: 1px solid #aaa;
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
}
#lp_gouken .price__table td {
  background-color: #fff;
}
#lp_gouken .price__table thead th {
  background-color: #f7f2cd;
  font-weight: bold;
  font-size: clamp(12px, 3.5vw, 14px);
}
#lp_gouken .price__table thead tr th:first-child {
  background-color: #fff;
  position: relative;
}
#lp_gouken .price__table thead tr th:first-child:before {
  background: #fff;
}
#lp_gouken .price__table thead tr th:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 2px;
  background-color: #aaa;
  transform: rotate(23deg);
  transform-origin: top left;
}
#lp_gouken .price__table tbody th {
  background-color: #eee;
  font-size: 16px;
}
#lp_gouken .price__table .highlight {
  background-color: #ffd6d6;
  border: solid 4px #a62626;
}
#lp_gouken .price__table .highlight th {
  background-color: #a62626;
  color: #fff;
}
#lp_gouken .price__table .highlight th img {
  width: 90px;
  vertical-align: middle;
  margin-bottom: 3px;
}
#lp_gouken .price__table .highlight td {
  font-size: 16px;
  font-weight: bold;
  color: #a62626;
  background-color: #ffd6d6;
}
#lp_gouken .sale {
  background-color: #fff;
}
#lp_gouken .sale__header {
  width: 100%;
  background-color: #343434;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
#lp_gouken .sale__header .sale_balloon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 78.36px;
  height: 78.36px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
}
#lp_gouken .sale__header .sale_balloon::before {
  content: '';
  display: block;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #fff;
  width: 16.97px;
  height: 14.72px;
  bottom: -8px;
  right: 2px;
  transform: translateX(-50%);
  rotate: 69deg;
}
#lp_gouken .sale__header .sale_title {
  font-size: clamp(30px, 10vw, 41px);
  font-weight: bold;
  color: #fff;
}
#lp_gouken .sale__wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .sale__wrapper .sale_lead {
  font-size: clamp(14px, 4.6vw, 20px);
  margin-top: 12px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#lp_gouken .sale__wrapper .sale_lead .sale__note {
  font-size: clamp(14px, 4vw, 18px);
  color: #555;
  display: block;
  margin-top: 5px;
}
#lp_gouken .sale__wrapper .cp_box *,
#lp_gouken .sale__wrapper .cp_box *:before,
#lp_gouken .sale__wrapper .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lp_gouken .sale__wrapper .cp_box {
  margin-top: 20px;
  position: relative;
}
#lp_gouken .sale__wrapper .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
  background-color: #fff;
}
#lp_gouken .sale__wrapper .cp_box input:checked + label {
  background: inherit;
}
#lp_gouken .sale__wrapper .cp_box label:after {
  content: '';
  display: block;
  position: absolute;
  content: 'もっと見る';
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 45px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  font-weight: bold;
  color: #999;
  border-radius: 100px;
  background-color: #fff;
  border: solid 2px #999;
  transition: all 0.4s ease;
}
#lp_gouken .sale__wrapper .cp_box label:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../../img/lp/arrow_gray.png) no-repeat;
  width: 18px;
  height: 11px;
  background-size: contain;
  color: #999;
  bottom: 35px;
  left: 75%;
  transform: translate(-50%, 0);
  z-index: 3;
}
#lp_gouken .sale__wrapper .cp_box label:hover:after {
  background-color: #999;
  color: #fff;
  cursor: pointer;
}
#lp_gouken .sale__wrapper .cp_box input {
  display: none !important;
}
#lp_gouken .sale__wrapper .cp_box .cp_container {
  overflow: hidden;
  height: 400px;
  transition: all 0.5s;
}
#lp_gouken .sale__wrapper .cp_box input:checked + label:after {
  content: '閉じる';
  font-weight: bold;
}
#lp_gouken .sale__wrapper .cp_box input:checked + label:before {
  background: url(../../img/lp/arrow_top_white.png) no-repeat;
  width: 18px;
  height: 11px;
  background-size: contain;
}
#lp_gouken .sale__wrapper .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  transition: all 0.5s;
}
#lp_gouken .sale__wrapper .sale_items {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(160px, 5vw, 185px), 1fr)
  );
  gap: 30px 15px;
  margin-top: 5px;
}
#lp_gouken .sale__wrapper .sale_items__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: solid 1px #e7eded;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_name {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
  min-height: 30px;
  height: auto;
  display: block;
  order: 1;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_img {
  width: 100%;
  height: auto;
  max-height: 164px;
  min-height: 163px;
  margin-bottom: 10px;
  order: 2;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price {
  order: 3;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: #333;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price .value {
  display: block;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price .value.nomal {
  position: relative;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price .value.nomal::before {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #313131;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price--sale {
  margin-top: 8px;
  align-items: center;
  order: 4;
}
#lp_gouken .sale__wrapper .sale_items__item .sale_price--sale .label {
  display: flex;
  align-items: center;
  height: 17px;
  line-height: 15px;
  background-color: #a62626;
  color: #fff;
  padding: 0 2px;
  font-size: 11px;
}
#lp_gouken .sale__wrapper .sale_items__item .value.red {
  font-weight: bold;
}
#lp_gouken .sale__wrapper .sale_items__item:first-child .sale_img {
  height: 164px;
}
#lp_gouken .sale__wrapper .sale_items__item:first-child .sale_img img {
  object-fit: cover;
}
#lp_gouken .sale__wrapper .sale_items__item:nth-child(20) .sale_img {
  width: 107%;
}
#lp_gouken .sale__wrapper .sale_items__item:nth-child(34) .sale_img img,
#lp_gouken .sale__wrapper .sale_items__item:nth-child(35) .sale_img img {
  object-fit: cover;
}
#lp_gouken .sale__wrapper__more {
  display: inline-block;
  padding: 12px 24px;
  background: none;
  border: 2px solid #aaa;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
#lp_gouken .sale__wrapper__more:hover {
  background: #eee;
}
#lp_gouken .support {
  padding: 50px 5%;
  text-align: center;
}
#lp_gouken .support__wrapper {
  position: relative;
}
#lp_gouken .support__wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 112%;
  background-color: #eee;
  clip-path: polygon(100% 0, 100% 94%, 50% 100%, 0 94%, 0% 0%);
  top: 0;
  left: 0;
  z-index: -1;
}
#lp_gouken .support__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #a62626;
  letter-spacing: 0.034em;
}
#lp_gouken .support__lead {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  position: relative;
}
#lp_gouken .support__lead span {
  display: inline-block;
}
#lp_gouken .support__lead:before,
#lp_gouken .support__lead:after {
  content: '';
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #a62626;
  bottom: 26px;
}
#lp_gouken .support__lead:before {
  left: 6%;
  rotate: 65deg;
}
#lp_gouken .support__lead:after {
  right: 6%;
  rotate: -65deg;
}
#lp_gouken .support__note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 35px;
  line-height: 34px;
  background-color: #343434;
  color: #fff;
  display: inline-block;
  font-size: clamp(14px, 4vw, 19px);
  letter-spacing: 0.01em;
  margin: 20px auto;
}
#lp_gouken .support__gyms {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .support__gym {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
}
#lp_gouken .support__gym .img {
  width: 50%;
  height: 100%;
}
#lp_gouken .support__gym .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .support__gym:nth-child(even) {
  flex-direction: row-reverse;
}
#lp_gouken .support__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 20px 0 25px;
}
#lp_gouken .support__text .img {
  width: 90%;
  max-width: 160px;
  height: auto;
  position: relative;
}
#lp_gouken .support__text .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .support__text .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 156px;
  height: 2px;
  background: #d6d6d6;
  bottom: -5px;
  left: 0;
}
#lp_gouken .support__name {
  font-size: 18px;
  font-weight: bold;
}
#lp_gouken .support__bottom {
  margin-top: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.15;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
}
#lp_gouken .support__bottom .yellow {
  color: #fff600;
}
#lp_gouken .support__bottom .polygon {
  width: 256px;
  height: 88px;
  background-color: #a62626;
  filter: drop-shadow(10px 10px 10px #313131);
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0% 0%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#lp_gouken .support__flow {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 65px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#lp_gouken .support__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#lp_gouken .support__steps .img {
  width: 93%;
  max-width: 380px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#lp_gouken .support__steps .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#lp_gouken .support__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  border: solid 2px #313131;
  padding: 25px 0 15px;
  width: 45%;
  position: relative;
  margin-top: 10%;
}
#lp_gouken .support__step:nth-child(2) {
  margin: 0 28%;
}
#lp_gouken .support__step-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 156px;
  height: 30px;
  background: #343434;
  color: #fff;
  font-size: clamp(15px, 4vw, 17px);
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#lp_gouken .support__step-text {
  font-size: clamp(11px, 3vw, 14px);
  color: #333;
  line-height: 1.5;
}
#lp_gouken .support__after {
  margin-top: 60px;
  padding: 60px 5%;
  text-align: center;
  background-color: #eee;
}
#lp_gouken .support__after .sec-title .en {
  opacity: 0.2;
}
#lp_gouken .support__after-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .support__after-item {
  width: 47.5%;
  max-width: 190px;
  height: 90px;
  background: #fff;
  border: 2px solid #8b1e1e;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 6px #aaa;
}
#lp_gouken .support__after-item:last-child {
  margin: 0 auto;
}
#lp_gouken .support__after-item h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #a62626;
  color: #fff;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
#lp_gouken .support__after-item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 30px);
  font-size: clamp(11px, 3vw, 14px);
  color: #333;
  line-height: 1.4;
}
#lp_gouken .support__after-item--wide {
  grid-column: span 2;
}
@media (min-width: 900px) {
  #lp_gouken .support__after-item--wide {
    grid-column: span 3;
  }
}
#lp_gouken .faq {
  padding: 50px 0 40px;
  background-color: #999;
}
#lp_gouken .faq__wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .faq__wrapper .sec-title {
  margin-bottom: 40px;
}
#lp_gouken .faq__wrapper .sec-title .en {
  color: #fff;
  opacity: 0.6;
}
#lp_gouken .faq__wrapper .sec-title::after {
  background-color: #fff;
  opacity: 0.6;
}
#lp_gouken .faq__wrapper .slide-nav {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#lp_gouken .faq__wrapper .slide-nav .answer {
  margin-bottom: 10px;
  border-bottom: solid 0.5px #cdd6dd;
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  position: relative;
  padding: 0 30px 0 10px;
  background-color: #fff;
  height: 50px;
  transition: all 0.4s ease;
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild {
  position: relative;
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild span {
  display: inline-block;
  font-size: clamp(12px, 4vw, 16px);
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild span .q {
  display: inline-block;
  font-size: clamp(16px, 5vw, 21px);
  color: #999;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  margin-right: clamp(8px, 2vw, 15px);
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:before,
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:after {
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:before {
  content: '+';
  color: #999;
  font-size: 24px;
  line-height: 1;
  top: 46%;
  right: 14px;
  transform: translateY(-50%);
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:after {
  width: 26px;
  height: 26px;
  border: solid 2px #999;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transition: all 0.3s ease;
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild.open:before {
  content: 'ー';
  font-size: 15px;
  top: 48.5%;
  right: 14.5px;
}
#lp_gouken .faq__wrapper .slide-nav .answer .menu-title:hover {
  cursor: pointer;
}
#lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
#lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .menu-title {
  display: block;
  padding-left: 20px;
  margin: 15px 0;
  font-size: 16px;
}
#lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .menu-detail {
  background-color: #fff;
  font-weight: 500;
  padding: 20px 20px 20px 55px;
  border-top: solid 2px #eee;
  font-size: 14px;
}
#lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .nav-menu {
  position: relative;
}
#lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav.open {
  height: auto;
}
#lp_gouken .form {
  background: #fff;
  padding: 40px 20px;
}
#lp_gouken .form__wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#lp_gouken .form__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#lp_gouken .form__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #c1a648;
  margin: 10px auto 0;
}
#lp_gouken .form__group {
  margin-bottom: 20px;
}
#lp_gouken .form__group label {
  display: flex;
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: 0.14em;
  font-size: clamp(14px, 4vw, 16px);
}
#lp_gouken .form__group input,
#lp_gouken .form__group select,
#lp_gouken .form__group textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #d5d4d4;
  font-size: 14px;
}
#lp_gouken .form__group .checkbox-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#lp_gouken .form__group .checkbox-wrap .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
#lp_gouken .form__group .checkbox-wrap .checkmark {
  width: 25px;
  height: 25px;
  border: 2px solid #d5d4d4;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  margin-right: 8px;
}
#lp_gouken .form__group .checkbox-wrap .checkmark::before {
  content: '';
  position: absolute;
  background: url(../../img/lp/check.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#lp_gouken .form__group .checkbox-wrap .checkbox:checked + .checkmark {
  border-color: #e61c15;
  background-color: #e61c15;
}
#lp_gouken .form__group .checkbox-wrap .checkbox:checked + .checkmark::before {
  opacity: 1;
}
#lp_gouken .form__group .select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
#lp_gouken .form__group .select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
#lp_gouken .form__group .select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url(../../img/lp/arrow_bottom.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
#lp_gouken .form__group textarea {
  resize: vertical;
}
#lp_gouken .form__group.kentou > label {
  flex-direction: column;
  margin-bottom: 15px;
}
#lp_gouken .form__group.kentou > label .flex {
  display: flex;
  align-items: center;
}
#lp_gouken .form__group.kentou > label .flex .required {
  margin-left: 0;
}
#lp_gouken .form__group.kentou > label .flex .note {
  font-size: 14px;
  color: #e61c15;
  margin-left: 5px;
}
#lp_gouken .form .required {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 26px;
  line-height: 25px;
  color: #e61c15;
  font-size: 14px;
  margin-left: 6px;
  border: solid 1px #e61c15;
  border-radius: 4px;
}
#lp_gouken .form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#lp_gouken .form__checkboxes label {
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
  margin-bottom: 0;
}
#lp_gouken .form__checkboxes label input {
  margin-right: 8px;
}
#lp_gouken .form__notice {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin: 30px 0;
}
#lp_gouken .form__notice a {
  color: #007bff;
  text-decoration: underline;
}
#lp_gouken .form__submit {
  text-align: center;
}
#lp_gouken .form__submit .wpcf7-submit {
  width: 95%;
  max-width: 350px;
  margin: 0 auto;
  background: #ffe400 !important;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
#lp_gouken .form__submit .wpcf7-submit:hover {
  opacity: 0.9;
}
#lp_gouken .form .form__checkboxes .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#lp_gouken .form .form__checkboxes .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  white-space: nowrap;
}
#lp_gouken .form .wpcf7-list-item {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
#lp_gouken .form input[type='checkbox'] {
  display: none;
}
#lp_gouken .form .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
}
#lp_gouken .form .wpcf7-list-item-label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #d5d4d4;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}
#lp_gouken
  .form
  input[type='checkbox']:checked
  + .wpcf7-list-item-label::before {
  border: 2px solid #e61c15;
  background-color: #e61c15;
  background-image: url('../../img/lp/check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
#lp_gouken .form .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
#lp_gouken .form .wpcf7-response-output {
  font-size: 10px;
}

.l-footer {
  padding: 20px 0 0 !important;
  background: #2c2c2c;
  color: #999;
  text-align: center;
}
.l-footer .recapcha {
  font-size: 10px;
}
.l-footer .l-footer__copy {
  margin-top: 20px !important;
  font-size: 12px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 1025px) {
  html {
    scroll-behavior: smooth;
    color: #313131;
    font-weight: 500;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro',
      'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    scroll-padding-top: -80px;
  }
  html body {
    margin-top: -46px;
  }
  html body.hidden {
    overflow: hidden;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .sec-title {
    font-size: 28.3px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
    z-index: 5;
  }
  .sec-title .en {
    font-family: 'polymath-display', sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.08em;
    font-size: 30px;
    color: #83764d;
    opacity: 0.45;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .sec-title::after {
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    background: #83764d;
    margin: 10px auto 0;
  }
  #lp_gouken {
    margin-top: 46px;
  }
  #lp_gouken .fv {
    background: url(../../img/lp/fv_bg.jpg) repeat;
  }
  #lp_gouken .fv__wrapper {
    max-width: 800px;
    padding: 25px 0;
  }
  #lp_gouken .fv__wrapper .fv_title {
    margin: 0 auto 20px;
    width: 580px;
  }
  #lp_gouken .fv__wrapper .fv_main {
    position: relative;
    width: 580px;
    margin: 0 auto;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title span {
    font-size: 26px;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title span .num {
    max-width: 330px;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title .ribon {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 5px;
    font-size: 30px;
    line-height: 1;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title .ribon img {
    width: 360px;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title .flex {
    align-items: end;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title .flex .ver {
    font-size: 1.5rem;
  }
  #lp_gouken .fv__wrapper .fv_main .left__title .note {
    margin: 5px 0 5px 60px;
    font-size: 10px;
    text-align: right;
    width: 50%;
  }
  #lp_gouken .fv__wrapper .fv_main .right {
    width: 74%;
    max-width: 410px;
    top: -9%;
    right: -110px;
  }
  #lp_gouken .fv__wrapper .fv_main .btm {
    width: 370px;
  }
  #lp_gouken .fv__wrapper .fv_main .btm .count-down {
    width: 360px;
  }
  #lp_gouken .fv__wrapper .fv_main .btm .count-down__left {
    width: 130px;
    height: 43px;
    font-size: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lp_gouken .fv__wrapper .fv_main .btm .count-down__right {
    width: 350px;
    height: 43px;
    background-color: #fff;
    color: #4b4b4b;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #lp_gouken .fv__wrapper .fv_main .btm .count-down__right .num {
    font-size: 29px;
    margin-bottom: 1px;
  }
  #lp_gouken .fv__wrapper .fv_main .btm .count-down__right .white {
    color: #4b4b4b;
  }
  #lp_gouken .fv__wrapper .fv_feature {
    margin-top: 10px;
    max-width: 450px;
    margin: 10px auto 0;
  }
  #lp_gouken .fv__wrapper .fv_cta-area .microcopy {
    display: block;
    width: 470px;
    margin: 0 auto 5px;
  }
  #lp_gouken .fv__wrapper .fv_cta-area .cta-btn {
    max-width: 790px;
  }
  #lp_gouken .fv__wrapper .fv_cta-area .note {
    margin-top: 10px;
  }
  #lp_gouken .howto {
    padding: 50px 0 60px;
  }
  #lp_gouken .howto__wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  #lp_gouken .howto__wrapper .sec-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #lp_gouken .howto__wrapper .sec-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 305px;
    bottom: -15px;
  }
  #lp_gouken .howto__wrapper .img {
    width: 100%;
  }
  #lp_gouken .howto__wrapper .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .howto__wrapper .note {
    width: 330px;
    margin: 0 auto;
    text-align: left;
  }
  #lp_gouken .cta-sec {
    padding: 45px 0;
  }
  #lp_gouken .cta-sec__wrapper {
    width: 100%;
    max-width: 900px;
  }
  #lp_gouken .cta-sec__wrapper .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #lp_gouken .cta-sec__wrapper .flex .sec-title {
    width: 440px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: clamp(16px, 6vw, 28px);
  }
  #lp_gouken .cta-sec__wrapper .flex .count-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 42px;
    line-height: 42px;
  }
  #lp_gouken .cta-sec__wrapper .flex .count-down span {
    display: inline-block;
    line-height: 42px;
    font-size: clamp(30px, 10.5vw, 49px);
    letter-spacing: 0.06em;
  }
  #lp_gouken .cta-sec__wrapper .flex .count-down span .yellow {
    font-size: clamp(40px, 15vw, 60px);
  }
  #lp_gouken .cta-sec__wrapper .flex .count-down span .ja {
    font-size: clamp(30px, 10.5vw, 49px);
  }
  #lp_gouken .cta-sec__wrapper .flex .count-down span .white {
    font-size: clamp(16px, 6vw, 30px);
  }
  #lp_gouken .cta-sec__wrapper .inner {
    width: 900px;
    height: 290px;
    margin: 25px auto 0;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy {
    text-align: center;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap {
    display: flex;
    align-items: center;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text {
    text-align: left;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span {
    font-size: clamp(24px, 5vw, 29px);
    font-weight: bold;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span .dott {
    position: relative;
  }
  #lp_gouken
    .cta-sec__wrapper
    .inner
    .copy
    .copy-wrap
    .copy-text
    span
    .dott:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a62626;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .copy-text span .big {
    font-size: clamp(18px, 6vw, 29px);
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .off {
    width: 405px;
    margin: 25px auto 30px;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .copy-wrap .off img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .img {
    display: block;
    width: 100%;
  }
  #lp_gouken .cta-sec__wrapper .inner .copy .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .cta-sec__wrapper .note {
    width: 410px;
    margin: 30px auto 0;
  }
  #lp_gouken .commitment {
    background-color: #313131;
    position: relative;
    padding-top: 50px;
  }
  #lp_gouken .commitment__wrapper {
    position: relative;
    z-index: 1;
  }
  #lp_gouken .commitment__wrapper .sec-title {
    font-size: 28.3px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
  }
  #lp_gouken .commitment__wrapper .sec-title::after {
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    background: #83764d;
    margin: 10px auto 0;
  }
  #lp_gouken .commitment__wrapper .text {
    width: 380px;
    margin: 0 auto;
  }
  #lp_gouken .commitment__wrapper .secret {
    width: 90%;
    max-width: 945px;
    margin: 134px auto 0;
    padding-bottom: 80px;
  }
  #lp_gouken .commitment__wrapper .secret .sub-title {
    font-size: 39px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  #lp_gouken .commitment__wrapper .secret .sub-title .yellow {
    color: #fff600;
  }
  #lp_gouken .commitment__wrapper .secret .sub-title .dott {
    position: relative;
  }
  #lp_gouken .commitment__wrapper .secret ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  #lp_gouken .commitment__wrapper .secret ul li {
    margin-bottom: 0;
    width: 300px;
  }
  #lp_gouken .commitment__wrapper .secret ul li .num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 35px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp_gouken .commitment__wrapper .secret ul li .content {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 15px;
  }
  #lp_gouken .commitment__wrapper .secret ul li .content p {
    text-align: center;
    font-size: clamp(16px, 5vw, 21px);
    font-weight: bold;
  }
  #lp_gouken .commitment__wrapper .secret ul li:first-child:before {
    background: url(../../img/lp/24h.png) no-repeat;
    background-size: contain;
    width: 89px;
    height: 89px;
  }
  #lp_gouken .commitment__wrapper .secret ul li:nth-child(2):before {
    background: url(../../img/lp/secret02.png) no-repeat;
    background-size: contain;
    width: 93px;
    height: 89px;
  }
  #lp_gouken .commitment__wrapper .secret ul li:last-child {
    margin-bottom: 0;
  }
  #lp_gouken .commitment__wrapper .secret ul li:last-child:before {
    background: url(../../img/lp/secret03.png) no-repeat;
    background-size: contain;
    width: 96px;
    height: 101px;
  }
  #lp_gouken .commitment__wrapper .secret ul li:before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #lp_gouken .commitment::before {
    content: '';
    display: block;
    position: absolute;
    height: 420px;
    background-image: url(../../img/lp/commitment_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 0, 100% 80%, 100% 100%, 0 100%, 0% 0%);
  }
  #lp_gouken .commitment::after {
    content: '';
    display: block;
    position: absolute;
    height: 420px;
    background-color: #e9e9e9;
    background: linear-gradient(
      to right,
      rgb(233, 233, 233) 0%,
      rgb(233, 233, 233) 35%,
      rgba(233, 233, 233, 0.8) 40%,
      rgba(233, 233, 233, 0.8) 60%,
      rgb(233, 233, 233) 65%,
      #e9e9e9 100%
    );
    opacity: 0.86;
    clip-path: polygon(100% 0, 100% 80%, 100% 100%, 0 100%, 0% 0%);
    top: 0;
    left: 0;
    z-index: 0;
  }
  #lp_gouken .comparison {
    padding: 60px 0;
    background-color: #eee;
  }
  #lp_gouken .comparison__wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #lp_gouken .comparison__wrapper .sec-title .en {
    opacity: 0.2;
  }
  #lp_gouken .comparison__wrapper .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table {
    width: 760px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border: 2px solid #aaa;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table th,
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table td {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table th img,
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table td img {
    width: 110px;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table th {
    background-color: #e4e4e4;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    th:first-child,
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #f3efd2;
    border-left: none;
    border-right: none;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    th:first-child:before,
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    td:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 103%;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #f3efd2;
    z-index: -1;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    tr
    th:first-child {
    background-color: #fff;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    tr
    th:first-child:before {
    background: #fff;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    tr
    th:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 107%;
    height: 2px;
    background-color: #aaa;
    transform: rotate(20deg);
    transform-origin: top left;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table thead th {
    background-color: #f5f5f5;
    font-weight: bold;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    th:first-child {
    border-top: none;
    background-color: #fff;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    .highlight {
    background-color: #a62626;
    border: solid 4px #a62626;
    color: #fff;
    font-weight: bold;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    thead
    .highlight
    img {
    margin-bottom: 3px;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table tbody th {
    background-color: #f3efd2;
    font-weight: bold;
  }
  #lp_gouken .comparison__wrapper .table-scroll .comparison-table tbody td {
    background-color: #fff;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    tbody
    .highlight {
    font-weight: bold;
    border-right: solid 4px #a62626;
    border-left: solid 4px #a62626;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    tbody
    tr:last-child
    .highlight {
    border-bottom: solid 4px #a62626;
  }
  #lp_gouken
    .comparison__wrapper
    .table-scroll
    .comparison-table
    tbody
    tr:last-child
    th:before {
    border-bottom: 1px solid #121212;
  }
  #lp_gouken .comparison__wrapper .scroll {
    display: none;
  }
  #lp_gouken .comparison__wrapper:before {
    display: none;
  }
  #lp_gouken .comparison__wrapper:after {
    display: none;
  }
  #lp_gouken .archivement {
    padding: 65px 0 50px;
  }
  #lp_gouken .archivement__wrapper {
    width: 100%;
    max-width: 2000px;
  }
  #lp_gouken .archivement__wrapper .sec-title {
    margin-bottom: 45px;
  }
  #lp_gouken .archivement__wrapper .sec-title .en {
    opacity: 0.2;
  }
  #lp_gouken .archivement__wrapper .gold {
    font-size: 30px;
  }
  #lp_gouken .archivement__wrapper .bubble {
    width: 500px;
    height: 85px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lp_gouken .archivement__wrapper .bubble::before {
    content: '';
    display: block;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #343434;
    width: 19.88px;
    height: 17.22px;
    bottom: -16.22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp_gouken .archivement__wrapper .bubble p {
    font-size: 20px;
  }
  #lp_gouken .archivement .logo-area {
    margin-top: 27px;
  }
  #lp_gouken .archivement .logo-area .scroll-infinity.sp {
    display: none;
  }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #lp_gouken
    .archivement
    .logo-area
    .scroll-infinity.pc
    .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  #lp_gouken
    .archivement
    .logo-area
    .scroll-infinity.pc
    .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  #lp_gouken
    .archivement
    .logo-area
    .scroll-infinity.pc
    .scroll-infinity__list--left {
    animation: infinity-scroll-left 36s infinite linear 0.5s both;
  }
  #lp_gouken
    .archivement
    .logo-area
    .scroll-infinity.pc
    .scroll-infinity__item {
    width: 1768px;
    height: 67px;
    margin-right: 15px;
  }
  #lp_gouken
    .archivement
    .logo-area
    .scroll-infinity.pc
    .scroll-infinity__item
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .archivement .gym-area {
    margin-top: 60px;
  }
  #lp_gouken .archivement .gym-area .wrapper .column-area .column-list {
    padding-bottom: 20px;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list
    .column-item {
    max-width: 280px;
    margin-bottom: 20px;
    margin: 0 10px;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list
    .column-item
    .thumbnail {
    width: 280px;
    height: 160px;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list
    .column-item
    .content {
    margin-top: 20px;
    padding-left: 25px;
    border-left: solid 6px #83764d;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list
    .column-item
    .content
    .cat {
    font-size: 24px;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list
    .column-item
    .content
    .column-title {
    width: 250px;
    height: 70px;
    line-height: 1.4;
    font-size: 28px;
  }
  #lp_gouken
    .archivement
    .gym-area
    .wrapper
    .column-area
    .column-list::-webkit-scrollbar {
    display: none;
  }
  #lp_gouken .archivement .gym-area .wrapper .slick-dots li button:before {
    color: #83764d !important;
    font-size: 8px !important;
  }
  #lp_gouken .archivement .gym-area .gym-note {
    position: absolute;
    bottom: -50px;
    right: 10px;
    font-size: 10px;
    text-align: right;
    font-weight: 500;
  }
  #lp_gouken .price {
    background: #eee;
    padding: 40px 20px 50px;
  }
  #lp_gouken .price__wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  #lp_gouken .price__lead {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
  }
  #lp_gouken .price__catch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #lp_gouken .price__catch .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #a62626;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 25.68px;
  }
  #lp_gouken .price__catch .multiply {
    font-size: 48px;
  }
  #lp_gouken .price__catch .text {
    font-size: 26.53px;
    font-weight: bold;
  }
  #lp_gouken .price__strong {
    margin: 25px 0 35px;
  }
  #lp_gouken .price__strong .bg-red {
    display: inline-block;
    height: 35px;
    line-height: 32px;
    font-size: clamp(20px, 6vw, 26px);
    padding: 0 15px;
    background-color: #a62626;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 500;
  }
  #lp_gouken .price__strong .bg-red:last-child {
    margin-bottom: 0;
  }
  #lp_gouken .price__table {
    max-width: 495px;
    margin-top: 20px;
    border: 2px solid #aaa;
  }
  #lp_gouken .price__table th,
  #lp_gouken .price__table td {
    border: 1px solid #aaa;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
  }
  #lp_gouken .price__table td {
    background-color: #fff;
  }
  #lp_gouken .price__table thead th {
    background-color: #f7f2cd;
    font-weight: bold;
    font-size: clamp(12px, 3.5vw, 14px);
  }
  #lp_gouken .price__table thead tr th:first-child {
    background-color: #fff;
    position: relative;
  }
  #lp_gouken .price__table thead tr th:first-child:before {
    background: #fff;
  }
  #lp_gouken .price__table thead tr th:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 107%;
    height: 2px;
    background-color: #aaa;
    transform: rotate(20deg);
    transform-origin: top left;
  }
  #lp_gouken .price__table tbody th {
    background-color: #eee;
    font-size: 16px;
  }
  #lp_gouken .price__table .highlight {
    background-color: #ffd6d6;
    border: solid 4px #a62626;
  }
  #lp_gouken .price__table .highlight th {
    background-color: #a62626;
    color: #fff;
  }
  #lp_gouken .price__table .highlight th img {
    width: 90px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  #lp_gouken .price__table .highlight td {
    font-size: 16px;
    font-weight: bold;
    color: #a62626;
    background-color: #ffd6d6;
  }
  #lp_gouken .sale {
    background-color: #fff;
  }
  #lp_gouken .sale__header {
    width: 100%;
    background-color: #343434;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
  }
  #lp_gouken .sale__header .sale_balloon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 78.36px;
    height: 78.36px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  #lp_gouken .sale__header .sale_balloon::before {
    content: '';
    display: block;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: #fff;
    width: 16.97px;
    height: 14.72px;
    bottom: -8px;
    right: 2px;
    transform: translateX(-50%);
    rotate: 69deg;
  }
  #lp_gouken .sale__header .sale_title {
    font-size: clamp(30px, 10vw, 41px);
    font-weight: bold;
    color: #fff;
  }
  #lp_gouken .sale__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #lp_gouken .sale__wrapper .sale_lead {
    width: 520px;
    margin: 0 auto;
    font-size: 29.5px;
    letter-spacing: 0.03em;
  }
  #lp_gouken .sale__wrapper .sale_lead .sale__note {
    font-size: 26px;
  }
  #lp_gouken .sale__wrapper .cp_box label:after {
    content: '';
    display: block;
    position: absolute;
    content: 'もっと見る';
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    font-weight: bold;
    color: #999;
    border-radius: 100px;
    background-color: #fff;
    border: solid 2px #999;
    transition: all 0.4s ease;
  }
  #lp_gouken .sale__wrapper .cp_box label:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../img/lp/arrow_gray.png) no-repeat;
    width: 18px;
    height: 11px;
    background-size: contain;
    color: #999;
    bottom: 35px;
    left: 58%;
    transform: translate(-50%, 0);
    z-index: 3;
  }
  #lp_gouken .sale__wrapper .cp_box label:hover:after {
    background-color: #999;
    color: #fff;
    cursor: pointer;
  }
  #lp_gouken .sale__wrapper .cp_box .cp_container {
    overflow: hidden;
    height: 400px;
    transition: all 0.5s;
  }
  #lp_gouken .sale__wrapper .cp_box input:checked + label:after {
    content: '閉じる';
    font-weight: bold;
  }
  #lp_gouken .sale__wrapper .cp_box input:checked + label:before {
    background: url(../../img/lp/arrow_top_white.png) no-repeat;
    width: 18px;
    height: 11px;
    background-size: contain;
  }
  #lp_gouken .sale__wrapper .cp_box input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
  }
  #lp_gouken .sale__wrapper .sale_items {
    display: grid;
    grid-template-columns: repeat(
      auto-fit,
      minmax(clamp(200px, 25%, 270px), 1fr)
    );
    margin-top: 5px;
  }
  #lp_gouken .sale__wrapper .sale_items__item {
    display: block;
    border-bottom: solid 1px #e7eded;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_name {
    font-size: 20px;
    margin-bottom: 5px;
    height: 38px;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_img {
    width: 100%;
    height: 280px;
    max-height: 280px;
    min-height: 280px;
    margin-bottom: 10px;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_price {
    font-size: 19px;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_price--sale {
    margin-top: 10px;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_price--sale .label {
    height: 25px;
    line-height: 23px;
    padding: 0 5px;
    font-size: 19px;
  }
  #lp_gouken .sale__wrapper .sale_items__item .sale_price--sale .value.red {
    font-weight: bold;
  }
  #lp_gouken .sale__wrapper .sale_items__item:first-child .sale_img {
    height: 280px;
  }
  #lp_gouken .sale__wrapper .sale_items__item:first-child .sale_img img {
    object-fit: cover;
  }
  #lp_gouken .sale__wrapper .sale_items__item:nth-child(20) .sale_img {
    width: 107%;
  }
  #lp_gouken .sale__wrapper .sale_items__item:nth-child(34) .sale_img img,
  #lp_gouken .sale__wrapper .sale_items__item:nth-child(35) .sale_img img {
    object-fit: cover;
  }
  #lp_gouken .sale__wrapper .sale_items__item:nth-child(odd) {
    padding-right: 0px;
  }
  #lp_gouken .sale__wrapper .sale_items__item:nth-child(even) {
    padding-left: 20px;
  }
  #lp_gouken .sale__wrapper__more {
    display: inline-block;
    padding: 12px 24px;
    background: none;
    border: 2px solid #aaa;
    border-radius: 30px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
  }
  #lp_gouken .sale__wrapper__more:hover {
    background: #eee;
  }
  #lp_gouken .support {
    text-align: center;
  }
  #lp_gouken .support__wrapper {
    padding: 70px 5% 0;
    position: relative;
  }
  #lp_gouken .support__wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 112%;
    background-color: #eee;
    clip-path: polygon(100% 0, 100% 94%, 50% 100%, 0 94%, 0% 0%);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #lp_gouken .support__title {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #a62626;
    letter-spacing: 0.034em;
  }
  #lp_gouken .support__lead {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    position: relative;
  }
  #lp_gouken .support__lead span {
    display: inline-block;
  }
  #lp_gouken .support__lead:before,
  #lp_gouken .support__lead:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #a62626;
    bottom: 26px;
  }
  #lp_gouken .support__lead:before {
    left: 6%;
    rotate: 65deg;
  }
  #lp_gouken .support__lead:after {
    right: 6%;
    rotate: -65deg;
  }
  #lp_gouken .support__note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    height: 35px;
    line-height: 34px;
    background-color: #343434;
    color: #fff;
    display: inline-block;
    font-size: clamp(14px, 4vw, 19px);
    letter-spacing: 0.01em;
    margin: 20px auto;
  }
  #lp_gouken .support__gyms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  #lp_gouken .support__gym {
    flex-direction: column;
    width: 200px;
    margin: 0 0 20px 0;
    height: 240px;
  }
  #lp_gouken .support__gym .img {
    width: 100%;
    height: 120px;
  }
  #lp_gouken .support__gym .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    height: 120px;
  }
  #lp_gouken .support__gym:nth-child(even) {
    flex-direction: column;
  }
  #lp_gouken .support__gym:nth-child(4) {
    margin: 0 10px 0 auto;
  }
  #lp_gouken .support__gym:nth-child(5) {
    margin: 0 auto 0 10px;
  }
  #lp_gouken .support__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 0 25px;
  }
  #lp_gouken .support__text .img {
    width: 90%;
    max-width: 160px;
    height: auto;
    position: relative;
  }
  #lp_gouken .support__text .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .support__text .img::before {
    content: '';
    display: block;
    position: absolute;
    width: 156px;
    height: 2px;
    background: #d6d6d6;
    bottom: -5px;
    left: 0;
  }
  #lp_gouken .support__name {
    font-size: 18px;
    font-weight: bold;
  }
  #lp_gouken .support__bottom {
    margin-top: 70px;
    font-size: 26px;
    line-height: 1.15;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
  }
  #lp_gouken .support__flow {
    width: 90%;
    max-width: 620px;
    margin-top: 65px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #lp_gouken .support__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #lp_gouken .support__steps .img {
    width: 93%;
    max-width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  #lp_gouken .support__steps .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #lp_gouken .support__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #313131;
    padding: 25px 35px 15px;
    width: auto;
    min-width: 220px;
    position: relative;
    margin-top: 30px;
  }
  #lp_gouken .support__step:nth-child(2) {
    margin: 0 32%;
  }
  #lp_gouken .support__step:nth-child(5) {
    margin: 45px auto 0;
  }
  #lp_gouken .support__step:nth-child(6) {
    margin: 45px auto 0;
  }
  #lp_gouken .support__step-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 156px;
    height: 30px;
    background: #343434;
    color: #fff;
    font-size: clamp(15px, 4vw, 17px);
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp_gouken .support__step-text {
    font-size: clamp(11px, 3vw, 14px);
    color: #333;
    line-height: 1.5;
  }
  #lp_gouken .support__after {
    margin-top: 80px;
    padding: 80px 5%;
    text-align: center;
    background-color: #eee;
  }
  #lp_gouken .support__after .sec-title .en {
    opacity: 0.2;
  }
  #lp_gouken .support__after-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
  }
  #lp_gouken .support__after-item {
    width: 47.5%;
    max-width: 250px;
    height: 110px;
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 6px #aaa;
  }
  #lp_gouken .support__after-item:nth-child(3) {
    margin-right: 0;
  }
  #lp_gouken .support__after-item:last-child {
    margin: 0;
  }
  #lp_gouken .support__after-item h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    background: #a62626;
    color: #fff;
    font-size: clamp(12px, 3vw, 15px);
    font-weight: bold;
    border-radius: 4px 4px 0 0;
  }
  #lp_gouken .support__after-item p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 30px);
    font-size: clamp(11px, 3vw, 14px);
    color: #333;
    line-height: 1.4;
  }
  #lp_gouken .support__after-item--wide {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) and (min-width: 900px) {
  #lp_gouken .support__after-item--wide {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1025px) {
  #lp_gouken .faq {
    padding: 90px 0 75px;
  }
  #lp_gouken .faq__wrapper {
    max-width: 600px;
  }
  #lp_gouken .faq__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #lp_gouken .faq__wrapper .sec-title .en {
    color: #fff;
    opacity: 0.6;
  }
  #lp_gouken .faq__wrapper .sec-title::after {
    background-color: #fff;
    opacity: 0.6;
  }
  #lp_gouken .faq__wrapper .slide-nav {
    width: 100%;
    max-width: 700px;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer {
    margin-bottom: 10px;
    border-bottom: solid 0.5px #cdd6dd;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title {
    padding: 0 30px 0 10px;
    height: 50px;
    transition: all 0.4s ease;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild span {
    font-size: clamp(16px, 5vw, 18px);
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild span .q {
    font-size: 25px;
    margin-right: clamp(8px, 2vw, 15px);
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:before,
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:after {
    content: '';
    display: block;
    position: absolute;
    transform: translateY(-50%);
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:before {
    content: '+';
    color: #999;
    font-size: 24px;
    line-height: 1;
    top: 46%;
    right: 14px;
    transform: translateY(-50%);
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild:after {
    width: 26px;
    height: 26px;
    border: solid 2px #999;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transition: all 0.3s ease;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title.hasChild.open:before {
    content: 'ー';
    font-size: 15px;
    top: 48.5%;
    right: 14.5px;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .menu-title:hover {
    cursor: pointer;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .menu-title {
    display: block;
    padding-left: 20px;
    margin: 15px 0;
    font-size: 16px;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .menu-detail {
    padding: 20px 20px 20px 55px;
    border-top: solid 2px #eee;
    font-size: 15px;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav .nav-menu {
    position: relative;
  }
  #lp_gouken .faq__wrapper .slide-nav .answer .slide-child-nav.open {
    height: auto;
  }
  #lp_gouken .form {
    padding: 120px 20px;
  }
  #lp_gouken .form__wrapper {
    width: 100%;
    max-width: 550px;
  }
  #lp_gouken .form__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #lp_gouken .form__title::after {
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
  }
  #lp_gouken .form__group {
    margin-bottom: 20px;
  }
  #lp_gouken .form__group label {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  #lp_gouken .form__group label .flex {
    display: flex;
  }
  #lp_gouken .form__group input,
  #lp_gouken .form__group select,
  #lp_gouken .form__group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #d5d4d4;
    font-size: 14px;
  }
  #lp_gouken .form__group .checkbox-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  #lp_gouken .form__group .checkbox-wrap .checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }
  #lp_gouken .form__group .checkbox-wrap .checkmark {
    width: 25px;
    height: 25px;
    border: 2px solid #d5d4d4;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    margin-right: 8px;
  }
  #lp_gouken .form__group .checkbox-wrap .checkmark::before {
    content: '';
    position: absolute;
    background: url(../../img/lp/check.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #lp_gouken .form__group .checkbox-wrap .checkbox:checked + .checkmark {
    border-color: #e61c15;
    background-color: #e61c15;
  }
  #lp_gouken
    .form__group
    .checkbox-wrap
    .checkbox:checked
    + .checkmark::before {
    opacity: 1;
  }
  #lp_gouken .form__group .select-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  #lp_gouken .form__group .select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
  }
  #lp_gouken .form__group .select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url(../../img/lp/arrow_bottom.png) no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  #lp_gouken .form__group textarea {
    resize: vertical;
  }
  #lp_gouken .form__group.kentou > label {
    flex-direction: row;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  #lp_gouken .form__group.kentou > label .flex {
    display: flex;
    align-items: center;
  }
  #lp_gouken .form__group.kentou > label .flex .required {
    margin-left: 0;
  }
  #lp_gouken .form__group.kentou > label .flex .note {
    font-size: 16px;
    margin-left: 3px;
  }
  #lp_gouken .form .required {
    width: 50px;
    height: 26px;
    line-height: 25px;
    font-size: 16px;
    margin-left: 6px;
    padding-bottom: 2px;
  }
  #lp_gouken .form__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #lp_gouken .form__checkboxes label {
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    align-items: center;
    margin-bottom: 0;
  }
  #lp_gouken .form__checkboxes label input {
    margin-right: 8px;
  }
  #lp_gouken .form__notice {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 30px 0;
  }
  #lp_gouken .form__notice a {
    color: #007bff;
    text-decoration: underline;
  }
  #lp_gouken .form__submit {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #lp_gouken .form__submit button {
    width: 95%;
    max-width: 350px;
    margin: 0 auto;
    background: #ffe400;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
  #lp_gouken .form__submit button:hover {
    opacity: 0.9;
  }
  #lp_gouken .form__submit .wpcf7-spinner::before {
    margin: 0 auto;
  }
}
.menu_2 {
  display: flex;
}

#lp_gouken02 {
  width: 100%;
  background: url(../../img/lp/gouken02/fv_bg_sp.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: fit-content;
}

#lp_gouken02 .wrapper {
  width: 100vw;
}

#lp_gouken02 .fv_content {
  margin: 0 auto;
}

#lp_gouken02 .cta {
  color: white;
  padding: 10px 10px 10px 18px;
}

#lp_gouken02 .microcopy {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 6px;
}

#lp_gouken02 .cta-btn {
  width: 100%;
}

#lp_gouken02 .note {
  text-align: center;
  font-size: 12px;
  width: 100%;
}

#lp_gouken02 .fv_content {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #lp_gouken02 {
    background: url(../../img/lp/gouken02/fv_bg_pc.png) repeat;
  }
  #lp_gouken02 .wrapper {
    position: relative;
    width: calc(1025vw / 10.25);
    margin: 0 auto;
  }

  #lp_gouken02 .cta {
    position: absolute;
    right: calc(107vw / 10.25);
    bottom: calc(55vw / 10.25);
    width: calc(400vw / 10.25);
  }
}
