@charset "UTF-8";
.a-ls-btn {
  text-decoration: none;
  display: inline-block;
  gap: 14px;
  border: none;
  border-radius: 10px;
  background: #c79e41;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  padding: 11px 15px 11px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.a-ls-btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width:1200px), print {
  .a-ls-btn {
    width: 100%;
    max-width: 330px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.a-ls-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.a-ls-btn.-arrow-right {
  position: relative;
}
.a-ls-btn.-arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 8px solid #fff;
}
.a-ls-btn.-close {
  position: relative;
  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;
  gap: 2px;
}
.a-ls-btn.-rounded-md {
  border-radius: 27px;
}
.a-ls-btn.-size-md {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 15px 6px;
}
@media only screen and (min-width:1200px), print {
  .a-ls-btn.-size-md {
    padding: 8px 15px 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.a-ls-btn.-close .a-ls-btn__icon {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
}
.a-ls-btn.-close .a-ls-btn__icon::before, .a-ls-btn.-close .a-ls-btn__icon::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.a-ls-btn.-close .a-ls-btn__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.a-ls-btn.-close .a-ls-btn__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-info-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background-color: #fff;
  padding: 20px 12px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (min-width:1200px), print {
  .m-info-card {
    gap: 30px;
    padding: 30px 20px 24px;
  }
}

.m-info-card__num {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: #c79e41;
  border-radius: 50%;
}
@media only screen and (min-width:1200px), print {
  .m-info-card__num {
    width: 90px;
    height: 90px;
    left: -45px;
    top: -45px;
  }
}
.m-info-card__num span {
  position: absolute;
  color: #fff;
  font-weight: 700;
  right: 12px;
  bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width:1200px), print {
  .m-info-card__num span {
    right: 18px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.m-info-card__icon {
  height: 36px;
  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 only screen and (min-width:1200px), print {
  .m-info-card__icon {
    height: 56px;
  }
}
.m-info-card__icon img {
  max-height: 36px;
}
@media only screen and (min-width:1200px), print {
  .m-info-card__icon img {
    max-height: 56px;
  }
}

.m-info-card__desc {
  text-align: center;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1200px), print {
  .m-info-card__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-info-card__desc strong {
  color: #ff0000;
}

.m-info-card__btn {
  margin-top: auto;
  width: 100%;
  margin-inline: auto;
  max-width: 240px;
}
@media only screen and (min-width:1200px), print {
  .m-info-card__btn {
    max-width: 230px;
  }
}

.m-notes {
  font-family: "Noto Serif JP", serif;
}

.m-notes__main h2 {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width:1200px), print {
  .m-notes__main h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.m-notes__main :not(h2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width:1200px), print {
  .m-notes__main :not(h2) {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.m-notes__main h3 {
  border-left: 5px solid #c79e41;
  padding-left: 10px;
  line-height: 1.4;
  margin-top: 16px;
}
.m-notes__main p,
.m-notes__main ul {
  margin-left: 15px;
  margin-top: 8px;
}
.m-notes__main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-notes__main ul li::before {
  content: "・";
}

.o-lowestrate__kv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_kv.jpg);
  padding: 35px 0 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__kv {
    padding: 65px 0 75px;
  }
}

.o-lowestrate__kv__heading {
  margin: 0 0 35px;
  text-align: center;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__kv__heading {
    margin: 0 0 60px;
  }
}
.o-lowestrate__kv__heading img {
  width: 100%;
  max-width: 785px;
  height: auto;
}

.o-lowestrate__kv__txt {
  max-width: 800px;
  margin: 0 auto;
}

.o-lowestrate__kv__desc {
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__kv__desc {
    margin: 0 0 30px;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.o-lowestrate__kv__desc small {
  font-size: 12px;
  font-size: 0.75rem;
}

.o-lowestrate__kv__note {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__kv__note {
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-lowestrate__main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_body.jpg);
  padding: 20px 0 0;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__main {
    padding: 45px 0 0;
  }
}

.o-lowestrate__main__copy {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #d8302c;
  font-weight: 700;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__main__copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:1199.97px) {
  .o-lowestrate__main__copy {
    margin: 0 0 10px;
  }
}

.o-lowestrate__coupon {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__coupon {
    margin: 0 0 70px;
  }
}
.o-lowestrate__coupon img {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width:1199.97px) {
  .o-lowestrate__coupon img {
    margin: 0 0 10px;
  }
}

.o-lowestrate__coupon__period {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__coupon__period {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.o-lowestrate__heading {
  margin: 0 0 50px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.o-lowestrate__flow__items {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__flow__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.o-lowestrate__flow__items.-confirm {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.o-lowestrate__course__head {
  display: grid;
  gap: 12px;
  place-items: center;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 35px;
  }
}

.o-lowestrate__course__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 2px;
  }
}
.o-lowestrate__course__heading small {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__heading small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.o-lowestrate__course__desc {
  color: #ff0000;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 7px;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__desc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-lowestrate__course__body {
  margin-top: 24px;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 86px;
  }
}

.o-lowestrate__course__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__condition {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.o-lowestrate__course__condition__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__condition__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}

.o-lowestrate__course__condition__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__condition__heading {
    min-width: 200px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.o-lowestrate__course__condition__body {
  width: 100%;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.o-lowestrate__course__select {
  position: relative;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.o-lowestrate__course__select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 8px solid #2c2c2c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.o-lowestrate__course__select select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 17px 10px 18px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__select select {
    padding: 18px 20px 19px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.o-lowestrate__course__select select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-lowestrate__course__btn-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__btn-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 240px;
  }
}

.o-lowestrate__course__btn {
  width: 100%;
  text-align: center;
  max-width: 330px;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__course__btn {
    text-align: left;
  }
}

.o-lowestrate__notes-wrap {
  margin-top: 30px;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__notes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.o-lowestrate__notes {
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
.o-lowestrate__notes li {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width:1200px), print {
  .o-lowestrate__notes li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.o-lowestrate__notes li:before {
  content: "※";
}
.o-lowestrate__notes a,
.o-lowestrate__notes button {
  text-decoration: underline;
  color: #277dff;
}

.o-lowestrate__coupon__get-btn {
  width: 100%;
  max-width: 360px;
}
.o-ls-modal {
  --modal--width: calc(100vw - 30px);
  --modal--height: 85vh;
  --modal--footer-heigt: 95px;
  --modal--header-heigt: 80px;
  padding-block: 0;
  padding-inline: 10px;
  height: var(--modal--height);
  width: var(--modal--width);
}
@media only screen and (min-width:1200px), print {
  .o-ls-modal {
    --modal--height: 600px;
    --modal--width: 800px;
    --modal--footer-heigt: 170px;
    --modal--header-heigt: 100px;
    padding-inline: 35px;
  }
}

.o-ls-modal__main {
  overflow-y: scroll;
  height: calc(100% - (var(--modal--header-heigt) + var(--modal--footer-heigt)));
}
@media only screen and (min-width:1200px), print {
  .o-ls-modal__main {
    height: calc(var(--modal--height) - (var(--modal--header-heigt) + var(--modal--footer-heigt)));
  }
}

.o-ls-modal__header {
  height: var(--modal--header-heigt);
  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;
  gap: 15px;
  width: 100%;
}

.o-ls-modal__header__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.o-ls-modal__footer {
  height: var(--modal--footer-heigt);
  display: grid;
  place-items: center;
}

.o-ls-modal__btn {
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}