@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "GenChoku Gothic EMG 4 - HEAVY";
  font-style: normal;
  font-weight: 900;
  src: url("./public/fonts/源直ゴシック EMG 4 - HEAVY.ttf") format("truetype");
  font-display: swap;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
}

section {
  position: relative;
  background: #fff;
  z-index: 1;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: relative;
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 17px;
  border-bottom: 1px solid #d5d5d5;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: 40px;
    padding: 8.5px;
  }
}
.header__logo {
  display: block;
  width: 156px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 78px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}

.footer {
  position: relative;
  background: #f2f2f2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 0 11px !important;
  }
}
.footer__wrapper {
  padding-block: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding-block: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer__logo-blk {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  margin-block: 24px;
}
@media screen and (max-width: 767px) {
  .footer__logo-blk {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.footer__logo-blk::after {
  content: "";
  width: 1px;
  height: 104px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__logo-blk::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: -40px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.footer__logo {
  display: block;
  width: 192px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 137px;
    margin-inline: auto;
  }
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__top-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__top-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.footer__top-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__top-link::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #db1727;
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__top-link:hover {
  color: #db1727;
}
.footer__top-link:hover::before {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-block: 24px 56px;
}
@media screen and (max-width: 980px) {
  .footer__link-list {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-block: 32px 32px;
  }
}
.footer__link {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 12px;
    text-align: center;
  }
}
.footer__link:hover {
  color: #db1727;
}
.footer__copyright-blk {
  padding: 8px;
  background: #000;
}
.footer__copyright-text {
  display: block;
  color: #fff;
  font: 500 1.6rem "Barlow", sans-serif;
  text-align: center;
}

.title {
  font: 900 5.6rem "GenChoku Gothic EMG 4 - HEAVY", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}
.title.title--40 {
  font-size: 4rem;
  line-height: 1.5em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .title.title--40 {
    font-size: 24px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  color: #db1727;
  border: 3px solid #db1727;
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  min-height: 120px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    border-width: 2px;
    max-width: 351px;
    min-height: 88px;
  }
}
.button::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #db1727;
  background-image: url("./public/img/icons/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 16px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 32px;
    height: 32px;
    background-size: 18px 13px;
    right: 20px;
  }
}
.button.fill {
  background: #db1727;
  color: #fff;
}
.button.fill::after {
  background-color: #fff;
  background-image: url("./public/img/icons/arrow-right-red.svg");
}
.button:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.button:hover::after {
  background-position: 60% 50%;
}
.button__text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 20px;
  }
}
.button__text.fs-32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .button__text.fs-32 {
    font-size: 24px;
  }
}

.lp__mv {
  position: relative;
  overflow: hidden;
}
.lp__mv-header {
  position: relative;
  width: 100%;
  padding: 16px 8px;
  background: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp__mv-header {
    padding: 4px 7px 6px;
  }
}
.lp__mv-header-text {
  display: block;
  color: #fff;
  font-size: clamp(2.8rem, 2.08vw, 4rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.41em;
}
@media screen and (max-width: 980px) {
  .lp__mv-header-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-header-text {
    font-size: 20px;
    line-height: 1.1em;
  }
}
.lp__mv-header-text .fs-28 {
  font-size: clamp(1.8rem, 1.4vw, 2.8rem);
}
@media screen and (max-width: 980px) {
  .lp__mv-header-text .fs-28 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-header-text .fs-28 {
    font-size: 12px;
  }
}
.lp__mv-header-text .fs-48 {
  font-size: clamp(3.2rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 980px) {
  .lp__mv-header-text .fs-48 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-header-text .fs-48 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-header-text .fs-sp-16 {
    font-size: 16px;
  }
}
.lp__mv-main {
  position: relative;
  padding-top: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__mv-main {
    padding-top: 12px;
  }
}
.lp__mv-main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-bg img {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}
.lp__mv-main-content {
  position: relative;
  width: 100%;
  max-width: calc(1408px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-content {
    padding: 0 5.6%;
  }
}
.lp__mv-main-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-label {
    gap: 8px;
  }
}
.lp__mv-main-label-icon {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-label-icon {
    max-width: 90px;
  }
}
.lp__mv-main-label-text {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-label-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .lp__mv-main-label-text {
    font-size: 12px;
  }
}
.lp__mv-main-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto minmax(0, 560px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1%;
  padding-right: 2.2%;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-row {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 26px;
    padding-right: 0;
  }
}
.lp__mv-main-img {
  position: relative;
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-img {
    max-width: 72.2%;
    margin: 0 auto;
    border-width: 2px;
  }
}
.lp__mv-main-img::after {
  content: "";
  background: url("./public/img/lp/mv-img-label.png") no-repeat center/contain;
  width: 231px;
  height: 88px;
  display: block;
  position: absolute;
  top: -24px;
  right: -32px;
}
@media screen and (max-width: 980px) {
  .lp__mv-main-img::after {
    width: 201px;
    height: 66px;
    right: -36px;
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-main-img::after {
    width: 141px;
    height: 54px;
    top: -12px;
    right: -50px;
  }
}
.lp__mv-main-btn-blk {
  margin-top: 48px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-btn-blk {
    margin-top: 26px;
    max-width: 333px;
    margin-inline: auto;
  }
}
.lp__mv-main-btn {
  position: relative;
  width: 100%;
  height: 122px;
  background: url("./public/img/lp/mv-btn.svg") no-repeat center/cover;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-btn {
    height: 80px;
  }
}
.lp__mv-main-btn:hover .lp__mv-main-btn-text::after {
  background-position: 70% 50%;
}
.lp__mv-main-btn-text {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font: 900 2.8rem "GenChoku Gothic EMG 4 - HEAVY", sans-serif;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-btn-text {
    top: 12px;
    font-size: 18px;
    gap: 12px;
  }
}
.lp__mv-main-btn-text::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("./public/img/icons/arrow-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__mv-main-btn-text::after {
    width: 26px;
    height: 26px;
    background-size: 20px 15px;
  }
}
.lp__mv-panel {
  max-height: 0;
  padding-block: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__mv-panel.is-show {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-block: 32px 135px;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel.is-show {
    padding-block: 24px 135px;
  }
}
.lp__mv-panel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 8.7%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-left: 20px;
  }
}
.lp__mv-panel-col {
  width: 100%;
  max-width: 608px;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-col {
    max-width: 305px;
  }
}
.lp__mv-panel-img-blk {
  position: relative;
}
.lp__mv-panel-label-blk {
  position: relative;
  width: 100%;
  max-width: 94.57%;
  height: 80px;
  margin-left: 9px;
  margin-bottom: -24px;
  padding-left: 6.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label-blk {
    height: 40px;
    margin-left: 4.5px;
    margin-bottom: -12px;
    padding-left: 14%;
    min-width: 288px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lp__mv-panel-label-blk::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  border: 1px solid #d5d5d5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lp__mv-bonus-blk {
  position: absolute;
  top: -10px;
  left: -40px;
  background: url("./public/img/icons/gold-ribbon.svg") no-repeat center/contain;
  width: 104px;
  height: 100px;
  padding: 16px 0;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp__mv-bonus-blk {
    top: -5px;
    left: -20px;
    width: 52px;
    height: 50px;
    padding: 8px 0;
  }
}
.lp__mv-bonus {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-bonus {
    font-size: 12px;
  }
}
.lp__mv-bonus-num {
  display: block;
  color: #fff;
  font: 700 4rem "Barlow", sans-serif;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp__mv-bonus-num {
    font-size: 20px;
  }
}
.lp__mv-panel-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3.2rem;
  font-weight: 900;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label {
    font-size: 16px;
  }
}
.lp__mv-panel-label .fs-60 {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label .fs-60 {
    font-size: 32px;
  }
}
.lp__mv-panel-label .fs-48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label .fs-48 {
    font-size: 26px;
  }
}
.lp__mv-panel-label .fs-40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label .fs-40 {
    font-size: 20px;
  }
}
.lp__mv-panel-label.fs-26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label.fs-26 {
    font-size: 14px;
  }
}
.lp__mv-panel-label .fs-15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label .fs-15 {
    font-size: 8px;
  }
}
.lp__mv-panel-label .ml-n7 {
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label .ml-n7 {
    margin-left: -3.5px;
  }
}
.lp__mv-panel-label .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}
.lp__mv-panel-label.visitors::before {
  content: "";
  background: url("./public/img/lp/visitors.png") no-repeat center/contain;
  width: 60px;
  height: 60px;
  margin-right: 7px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-label.visitors::before {
    width: 32px;
    height: 32px;
    margin-right: 3.5px;
  }
}
.lp__mv-panel-img {
  position: relative;
}
.lp__mv-panel-person {
  width: 185px;
  height: 211px;
  position: absolute;
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .lp__mv-panel-person {
    width: 101px;
    height: 115px;
    left: -20px;
  }
}
.lp__mv-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  border-top: 1px solid #fff;
  height: 72px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .lp__mv-footer {
    height: 80px;
  }
}
.lp__mv-footer.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__mv-footer-text {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__mv-footer-text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.lp__rm {
  background: #f2f2f2;
  padding-block: 120px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp__rm {
    padding-block: 56px 160px;
  }
}
.lp__rm::before {
  content: "";
  background: url("./public/img/lp/rm-lines.svg") no-repeat center/contain;
  width: 528px;
  height: 600px;
  position: absolute;
  bottom: 82px;
  left: 8px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp__rm::before {
    display: none;
  }
}
.lp__rm-btm-bg {
  width: 100%;
  height: 232px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp__rm-btm-bg {
    height: 182px;
  }
}
.lp__rm-btm-bg::after {
  content: "";
  background: url("./public/img/lp/rm-polygon.svg") no-repeat center/contain;
  width: 160px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  .lp__rm-btm-bg::after {
    width: 120px;
    height: 66px;
    bottom: -65px;
  }
}
.lp__rm-ctr {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 8%);
  padding: 0 4%;
  margin-inline: auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .lp__rm-ctr {
    padding: 0 3.2%;
  }
}
.lp__rm-title {
  position: relative;
  color: #fff;
  background: url("./public/img/lp/rm-title-bg.svg") no-repeat center/cover;
  height: 136px;
  padding-top: 10px;
}
@media screen and (max-width: 980px) {
  .lp__rm-title {
    font-size: 4.2rem;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-title {
    max-width: 343px;
    font-size: 20px;
    height: 48px;
    padding-top: 4px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 350px) {
  .lp__rm-title {
    padding-top: 5px;
    font-size: 18px;
  }
}
.lp__rm-title::before {
  content: "";
  background: url("./public/img/icons/rugby-ball.svg") no-repeat center/contain;
  width: 109px;
  height: 96px;
  position: absolute;
  top: -35px;
  left: -42px;
}
@media screen and (max-width: 767px) {
  .lp__rm-title::before {
    width: 39px;
    height: 34px;
    top: -18px;
    left: -14px;
  }
}
.lp__rm-subtitle {
  display: block;
  font: 900 4rem "GenChoku Gothic EMG 4 - HEAVY", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  margin-block: 12px 64px;
}
@media screen and (max-width: 767px) {
  .lp__rm-subtitle {
    font-size: 16px;
    margin-block: 4px 32px;
  }
}
.lp__rm-subtitle .fs-48 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .lp__rm-subtitle .fs-48 {
    font-size: 20px;
  }
}
.lp__rm-chat-content {
  position: relative;
  max-width: 956px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat-content {
    max-width: 706px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat-content {
    max-width: 351px;
  }
}
.lp__rm-chat {
  position: relative;
  background: #fff;
  max-width: 496px;
  min-height: 80px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat {
    max-width: 446px;
  }
}
@media screen and (max-width: 980px) {
  .lp__rm-chat {
    max-width: 386px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat {
    max-width: 286px;
    min-height: 46px;
  }
}
.lp__rm-chat::after {
  content: "";
  width: 84px;
  display: block;
  position: absolute;
  top: 50%;
  right: -108px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .lp__rm-chat::after {
    right: -98px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat::after {
    width: 16px;
    right: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lp__rm-chat:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:not(:last-child) {
    margin-bottom: 8px;
  }
}
.lp__rm-chat:first-child::after {
  background: url("./public/img/lp/chat-shapes-1.svg") no-repeat center/cover;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:first-child::after {
    display: none;
  }
}
.lp__rm-chat:nth-child(2) {
  margin-left: 56px;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat:nth-child(2) {
    margin-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:nth-child(2) {
    margin-left: 33px;
  }
}
.lp__rm-chat:nth-child(2)::after {
  background: url("./public/img/lp/chat-shapes-2.svg") no-repeat center/cover;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:nth-child(2)::after {
    background: url("./public/img/lp/chat-shapes-sp.svg") no-repeat center/cover;
    height: 36px;
    top: 100px;
    left: 0;
  }
}
.lp__rm-chat:nth-child(3) {
  margin-left: 112px;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat:nth-child(3) {
    margin-left: 72px;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:nth-child(3) {
    margin-left: 66px;
  }
}
.lp__rm-chat:nth-child(3)::after {
  background: url("./public/img/lp/chat-shapes-3.svg") no-repeat center/cover;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lp__rm-chat:nth-child(3)::after {
    background: url("./public/img/lp/chat-shapes-sp.svg") no-repeat center/cover;
    height: 36px;
    top: 72px;
    left: 75px;
  }
}
.lp__rm-chat .fs-28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat .fs-28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat .fs-28 {
    font-size: 18px;
  }
}
.lp__rm-chat-text {
  font-size: 2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
}
@media screen and (max-width: 980px) {
  .lp__rm-chat-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat-text {
    font-size: 14px;
  }
}
.lp__rm-chat-persons {
  width: 208px;
  height: 310px;
  position: absolute;
  bottom: -150px;
  left: calc(100% - 208px);
}
@media screen and (max-width: 980px) {
  .lp__rm-chat-persons {
    width: 148px;
    height: 250px;
    bottom: -170px;
    left: calc(100% - 148px);
  }
}
@media screen and (max-width: 767px) {
  .lp__rm-chat-persons {
    width: 124px;
    height: 184px;
    bottom: -200px;
    left: unset;
    right: 28px;
  }
}
.lp__cmp {
  position: relative;
  padding-block: 152px 136px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__cmp {
    padding-block: 106px 108px;
  }
}
.lp__cmp::before, .lp__cmp::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp__cmp::before, .lp__cmp::after {
    -webkit-transform: unset;
            transform: unset;
  }
}
.lp__cmp::before {
  background: url("./public/img/lp/cmp-confetti-l.png") no-repeat center/contain;
  width: 444px;
  height: 292px;
  left: 6.25%;
}
@media screen and (max-width: 1200px) {
  .lp__cmp::before {
    width: 394px;
    height: 242px;
    left: 1.25%;
  }
}
@media screen and (max-width: 980px) {
  .lp__cmp::before {
    width: 354px;
    height: 202px;
    top: 30%;
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .lp__cmp::before {
    background: url("./public/img/lp/cmp-confetti-l-sp.png") no-repeat center/contain;
    width: 174px;
    height: 112px;
    top: 32px;
    left: 4px;
  }
}
.lp__cmp::after {
  background: url("./public/img/lp/cmp-confetti-r.png") no-repeat center/contain;
  width: 413px;
  height: 289px;
  right: 6.25%;
}
@media screen and (max-width: 1200px) {
  .lp__cmp::after {
    width: 363px;
    height: 239px;
    right: 1.25%;
  }
}
@media screen and (max-width: 980px) {
  .lp__cmp::after {
    width: 323px;
    height: 199px;
    top: 70%;
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .lp__cmp::after {
    background: url("./public/img/lp/cmp-confetti-r-sp.png") no-repeat center/contain;
    width: 204px;
    height: 114px;
    top: unset;
    bottom: 32px;
    right: 4px;
  }
}
.lp__cmp-ctr {
  width: 100%;
  max-width: calc(1176px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.lp__cmp-subtitle {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .lp__cmp-subtitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__cmp-subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.lp__cmp-title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lp__cmp-title {
    font-size: clamp(3.2rem, 3.33vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .lp__cmp-title {
    font-size: 16px;
  }
}
.lp__cmp-title .fs-72 {
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
}
@media screen and (max-width: 767px) {
  .lp__cmp-title .fs-72 {
    font-size: 32px;
  }
}
.lp__cmp-title .va-t {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lp__cmp-title .va-t {
    margin-top: 7px;
  }
}
.lp__cmp-title .b-dt {
  border-bottom: dotted 5px #eea6ac;
}
@media screen and (max-width: 767px) {
  .lp__cmp-title .sp-mt-12 {
    display: block;
    margin-top: 12px;
  }
}
.lp__tr {
  padding-block: 120px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .lp__tr {
    padding-block: 64px 88px;
  }
}
.lp__tr-title {
  letter-spacing: unset;
  margin-bottom: 153px;
}
@media screen and (max-width: 1200px) {
  .lp__tr-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 980px) {
  .lp__tr-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__tr-title {
    font-size: 28px;
    margin-bottom: 98px;
    line-height: 1.2em;
  }
}
.lp__tr-title .fs-80 {
  font-size: 8rem;
}
@media screen and (max-width: 1200px) {
  .lp__tr-title .fs-80 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__tr-title .fs-80 {
    font-size: 40px;
  }
}
.lp__tr-box {
  position: relative;
  background: #fff;
  padding: 104px 6.6% 80px;
  margin-bottom: 152px;
}
@media screen and (max-width: 767px) {
  .lp__tr-box {
    padding: 100px 12px 40px;
    margin-bottom: 114px;
  }
}
.lp__tr-box:last-child {
  margin-bottom: 0;
}
.lp__tr-point {
  font: 700 10.4rem "Barlow", sans-serif;
  position: absolute;
  top: -48px;
  left: 8.6%;
}
@media screen and (max-width: 767px) {
  .lp__tr-point {
    font-size: 58px;
    top: -32px;
    left: 53px;
  }
}
.lp__tr-point::before {
  content: "";
  background: url("./public/img/lp/point-flag.png") no-repeat center/contain;
  width: 136px;
  height: 160px;
  display: block;
  position: absolute;
  top: -50px;
  left: -85px;
}
@media screen and (max-width: 767px) {
  .lp__tr-point::before {
    width: 76px;
    height: 90px;
    top: -26px;
    left: -50px;
  }
}
.lp__tr-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 216px;
  height: 216px;
  background: url("./public/img/lp/tr-ribbon.png") no-repeat center/contain;
  color: #fff;
  font: 900 2.4rem "GenChoku Gothic EMG 4 - HEAVY", sans-serif;
  line-height: 1.75em;
  position: absolute;
  top: -28px;
  right: 6.6%;
}
@media screen and (max-width: 767px) {
  .lp__tr-ribbon {
    width: 108px;
    height: 108px;
    font-size: 12px;
    top: -16px;
    right: 16px;
  }
}
.lp__tr-ribbon .fs-32 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .lp__tr-ribbon .fs-32 {
    font-size: 15px;
  }
}
.lp__tr-box-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5em;
  max-width: calc(100% - (216px + 6.6%));
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .lp__tr-box-title {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.lp__tr-box-title.mw-100 {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .lp__tr-box-title.mw-100 {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .lp__tr-box-title.mw-100 {
    max-width: 100%;
  }
}
.lp__tr-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
.lp__tr-note-blk {
  margin-top: 16px;
  padding-bottom: 24px;
  border-bottom: 5px dotted #f2f2f2;
}
.lp__tr-note-blk .mt-24-pb-32 {
  margin-top: 24px;
  padding-bottom: 32px;
}
.lp__tr-note {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
}
.lp__tr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.6%;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp__tr-row {
    grid-template-columns: 100%;
    gap: 24px;
    margin-top: 24px;
  }
}
.lp__tr-row.mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .lp__tr-row.mt-64 {
    margin-top: 42px;
  }
}
.lp__tr-row.g-8-4 {
  gap: 8.4%;
}
@media screen and (max-width: 767px) {
  .lp__tr-row.g-8-4 {
    gap: 34px;
  }
}
@media screen and (max-width: 375px) {
  .lp__tr-row.sp-pi-20 {
    padding-inline: 20px;
  }
}
.lp__tr-t-img-desc {
  display: block;
  color: #585858;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .lp__tr-t-img-desc {
    margin-bottom: 8px;
  }
}
.lp__tr-img {
  position: relative;
}
.lp__tr-img.mw-456 {
  max-width: 456px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp__tr-img.mw-456 {
    max-width: 257px;
  }
}
.lp__tr-main-img {
  max-width: 640px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .lp__tr-main-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .lp__tr-main-img {
    padding: 0 20px;
  }
}
.lp__tr-b-img-desc {
  display: block;
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__tr-b-img-desc {
    margin-top: 8px;
  }
}
.lp__tr-img-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("./public/img/lp/tr-c-ribbon.png") no-repeat center/contain;
  width: 104px;
  height: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  top: -32px;
  left: -40px;
}
@media screen and (max-width: 980px) {
  .lp__tr-img-ribbon {
    width: 58px;
    height: 56px;
    font-size: 12px;
    top: -18px;
    left: -23px;
  }
}
.lp__tr-img-ribbon .fs-24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .lp__tr-img-ribbon .fs-24 {
    font-size: 13px;
  }
}
.lp__tr-img-ribbon.fs-28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 980px) {
  .lp__tr-img-ribbon.fs-28 {
    font-size: 16px;
  }
}
.lp__co {
  padding-block: 120px 80px;
}
@media screen and (max-width: 767px) {
  .lp__co {
    padding-block: 80px 80px;
  }
}
.lp__co-ctr {
  max-width: calc(1000px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp__co-ctr {
    max-width: 100% !important;
    padding: 0 8px !important;
  }
}
.lp__co-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lp__co-title {
    margin-bottom: 32px;
  }
}
.lp__co-title::after {
  content: "";
  width: 118px;
  border-bottom: 5px dotted #db1727;
  display: block;
  margin: 16px auto 0;
}
.lp__co-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
.lp__co-intro {
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  .lp__co-intro {
    margin-bottom: 63px;
    padding-inline: 19px;
  }
}
.lp__co-blk {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lp__co-blk {
    margin-bottom: 64px;
  }
}
.lp__co-blk:last-child {
  margin-bottom: 0;
}
.lp__co-box {
  width: 100%;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .lp__co-box {
    padding: 16px 9px;
  }
}
.lp__co-box.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__co-box.lp__co-bc-box {
  padding: 32px 40px 48px;
}
@media screen and (max-width: 980px) {
  .lp__co-box.lp__co-bc-box {
    padding: 32px 30px 48px;
  }
}
@media screen and (max-width: 767px) {
  .lp__co-box.lp__co-bc-box {
    padding: 32px 12px 40px;
  }
}
.lp__co-dl {
  margin: 0 auto;
}
.lp__co-dl.mw-532 {
  max-width: 532px;
}
.lp__co-dl.mw-789 {
  max-width: 789px;
}
.lp__co-dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  margin-bottom: 20px;
  padding: 0 40px 20px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .lp__co-dl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
    padding: 0 4px 12px;
  }
}
.lp__co-dl-row.lp__co-dl-bc-row {
  padding: 0 0 16px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp__co-dl-row.lp__co-dl-bc-row {
    gap: 0;
    padding: 0 0 12px;
  }
}
.lp__co-dl-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.lp__co-dt, .lp__co-dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
.lp__co-dd-note {
  color: #585858;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
.lp__co-dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
.lp__co-dt.mw-111 {
  min-width: 111.5px;
}
@media screen and (max-width: 767px) {
  .lp__co-dd.sp-lh-175 {
    line-height: 1.75em;
  }
}
.lp__co-note {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp__co-note {
    margin-top: 24px;
  }
}
.lp__co-bc-top {
  max-width: 645px;
  margin-inline: auto;
}
.lp__co-bc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.lp__co-bc-header-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #000;
  width: 112px;
  height: 112px;
  padding: 16px 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-header-label {
    width: 66px;
    height: 66px;
    padding: 10px 8px;
    font-size: 14px;
  }
}
.lp__co-bc-header-label .fs-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-header-label .fs-20 {
    font-size: 12px;
  }
}
.lp__co-bc-header-label .fs-40 {
  font-size: 4rem;
  letter-spacing: -0.032em;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-header-label .fs-40 {
    font-size: 24px;
  }
}
.lp__co-bc-title {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-title {
    font-size: 14px;
  }
}
.lp__co-bc-title .fs-32 {
  display: block;
  font-size: 3.2rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-title .fs-32 {
    font-size: 20px;
  }
}
.lp__co-bc-main-img {
  position: relative;
  max-width: 480px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-main-img {
    max-width: 257px;
    margin-top: 32px;
  }
}
.lp__co-bc-main-img.ticket::after {
  content: "";
  background: url("./public/img/lp/ticket.png") no-repeat center/contain;
  width: 128px;
  height: 96px;
  position: absolute;
  top: -24px;
  right: -53px;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-main-img.ticket::after {
    width: 88px;
    height: 68px;
    top: -21px;
    right: -38px;
  }
}
.lp__co-bc-img-desc {
  color: #585858;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  margin-top: 8px;
}
.lp__co-bc-bot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: dotted 5px #d5d5d5;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-bot {
    margin-top: 24px;
  }
}
.lp__co-bc-plus {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-plus {
    width: 41px;
    height: 41px;
    margin-bottom: 24px;
  }
}
.lp__co-bc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .lp__co-bc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lp__co-bc-row {
    gap: 30px;
  }
}
.lp__co-bc-col {
  max-width: 440px;
}
.lp__co-bc-col-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__co-bc-col-title {
    font-size: 18px;
  }
}
.lp__co-tm-main-row {
  margin-block: 40px;
  display: grid;
  grid-template-columns: 380px auto;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .lp__co-tm-main-row {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lp__co-tm-main-row {
    grid-template-columns: 100%;
    gap: 24px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp__co-tm-main-img {
    max-width: 280px;
    margin-inline: auto;
  }
}
.lp__co-tm-title {
  color: #db1727;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .lp__co-tm-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.lp__co-tm-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp__co-tm-img-grid {
    grid-template-columns: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lp__co-tm-img {
    margin-inline: auto;
    max-width: 312px;
  }
}
.lp__ha {
  background: #f9f9f9;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .lp__ha {
    padding-block: 64px;
  }
}
.lp__ha-ctr {
  max-width: calc(1000px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp__ha-ctr {
    max-width: 100% !important;
    padding: 0 12px !important;
  }
}
.lp__ha-flow {
  max-width: 809px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .lp__ha-flow {
    max-width: 331px;
    margin: 0 auto 56px;
  }
}
.lp__ha-flow-item {
  position: relative;
  max-width: 809px;
  min-height: 88px;
  background: #fff;
  padding: 17px 24px 17px 58px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  margin-left: auto;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .lp__ha-flow-item {
    max-width: 319px;
    padding: 17px 15px 16px 44px;
    margin-bottom: 39px;
  }
}
.lp__ha-flow-item::after {
  content: "";
  background: url("./public/img/icons/arrow-down-red.svg") no-repeat center/contain;
  width: 28px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__ha-flow-item::after {
    bottom: -32px;
  }
}
.lp__ha-flow-item:last-child {
  margin-bottom: 0;
}
.lp__ha-flow-item:last-child::after {
  display: none;
}
.lp__ha-step {
  width: 64px;
  height: 64px;
  background: #000;
  color: #fff;
  display: block;
  font: 700 1.3rem "Barlow", sans-serif;
  line-height: 1.5em;
  text-align: center;
  padding: 11px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -38px;
}
@media screen and (max-width: 767px) {
  .lp__ha-step {
    left: -32px;
  }
}
.lp__ha-step .num {
  display: block;
  font-size: 2.7rem;
}
.lp__ha-flow-title {
  color: #db1727;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.lp__ha-flow-title.mt-16 {
  margin-top: 16px;
}
.lp__ha-flow-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
.lp__ha-button-blk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .lp__ha-button-blk {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lp__ha-button-blk {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.lp__in {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .lp__in {
    padding-block: 64px;
  }
}
.lp__in-ctr {
  max-width: calc(848px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp__in-ctr {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
.lp__in-notes {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp__in-notes {
    font-size: 14px;
  }
}
.lp__ir {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lp__ir {
    padding-bottom: 80px;
  }
}
.lp__ir-ctr {
  max-width: calc(1000px + 8%) !important;
}
@media screen and (max-width: 767px) {
  .lp__ir-ctr {
    max-width: 100% !important;
    padding: 0 8 !important;
  }
}
.lp__ir-content {
  width: 100%;
  max-width: 598px;
  margin: 0 auto;
}
.lp__ir-content .lp__co-dt {
  min-width: 64px;
}
.lp__floating-btn {
  display: block;
  width: 208px;
  height: 208px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__floating-btn {
    width: 112px;
    height: 112px;
    bottom: -15px;
  }
}
.lp__floating-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.pc-ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-ib {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.black {
  color: #000;
}

.red {
  color: #db1727;
}

.red-e9 {
  color: #e92434;
}

.ff-barlow {
  font-family: "Barlow", sans-serif;
}

.ff-gen-gothic {
  font-family: "GenChoku Gothic EMG 4 - HEAVY", sans-serif;
}

.bold {
  font-weight: 700;
}

.heavy {
  font-weight: 900;
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

.text-center-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-center-pc {
    text-align: left;
  }
}