@charset "UTF-8";

/********************************
 * override
********************************/
body {
  color: var(--color-rich-black);
}
figure {
  margin: 0;
  text-align: center;
}
.l-main mark {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 0);
}
@media (min-width: 768px) {
  .l-container {
    font-feature-settings: 'palt';
    padding-bottom: 0;
  }
  .l-main { width: 888px; }
  .side-entrance { padding: 0 8px 24px; }
}

.hero-img { overflow: hidden; margin: auto; }
@media (max-width: 767.98px) {
  .hero-img { margin-top: -64px; }
}
@media (min-width: 768px) {
  .hero-img {
    margin-top: 40px;
    width: 1120px;
    border-radius: 8px;
  }
}

@media (max-width: 767.98px) {
  p { margin: 16px auto 0; }
  .m-cta_panel.-spfull {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  p { margin: 24px auto 0; }
  .m-cta_panel.-spfull { margin: 40px auto 70px; }
}

/********************************
 * .contents-inner
********************************/
@media (min-width: 768px) {
  .contents-inner {
    width: 728px;
    margin: auto;
  }
}

/********************************
 * h2.m-ttl-center
********************************/
.m-ttl-center {
  line-height: 1.5;
}
.m-ttl-center span {
  display: block;
}
@media (max-width: 767.98px) {
  .m-ttl-center {
    margin-top: 0;
    margin-top: 72px;
    padding-top: 10px;
    padding-bottom: 16px;
    letter-spacing: 2px;
  }
  .m-ttl-center span {
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .m-ttl-center {
    padding-top: 0;
    padding-bottom: 24px;
    letter-spacing: 3px;
  }
  .m-ttl-center span {
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
}

/********************************
 * h3
********************************/
h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 1px;
}
h3 span {
  color: #528fcc;
}
@media (max-width: 767.98px) {
  h3 {
    margin-top: 40px;
    font-size: 18px;
  }
  h3.u-lts_0 {
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  h3 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}

/********************************
 * h4
********************************/
h4 {
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  h4 {
    margin-top: 16px;
    margin-bottom: 26px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h4 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
  }
}

/********************************
 * feature-read
********************************/
.feature-read {
  text-align: center;
}
.feature-read b {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 16px;
}
@media (max-width: 767.98px) {
  .feature-read {}
  .feature-read b {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .feature-read {}
  .feature-read b {
    font-size: 1.8rem;
  }
}

/********************************
 * feature-list
********************************/
.feature-list {
  border-radius: 4px;
  background-color: #e9f1f9;
}
.feature-list dl {
  background-color: #fff;
  border-radius: 4px;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.feature-list dt {
}
.feature-list dd {
  margin: 0;
  color: #528fcc;
  font-weight: bold;
}
.feature-list dd p {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .feature-list {
    margin-top: 18px;
    margin-bottom: 40px;
    padding: 8px;
  }
  .feature-list dl {
    padding: 16px 0;
  }
  .feature-list dl + dl {
    margin-top: 8px;
  }
  .feature-list dt {
    margin-bottom: 8px;
  }
  .feature-list dd {
    font-size: 18px;
    line-height: 1.56;
  }
}
@media (min-width: 768px) {
  .feature-list {
    margin-top: 24px;
    margin-bottom: 72px;
    padding: 16px;
  }
  .feature-list dl {
    padding: 24px 0;
  }
  .feature-list dl + dl {
    margin-top: 16px;
  }
  .feature-list dt {
    margin-bottom: 22px;
  }
  .feature-list dd {
    font-size: 28px;
  }
}

/********************************
 * .feature-bonus
********************************/
.feature-bonus {
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1;
}
.feature-bonus dt {
  background-color: #528fcc;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  padding: 2px 0;
}
.feature-bonus dd {
  background-color: #e9f1f9;
  color: #528fcc;
  margin: 0;
}
.feature-bonus dd span {
  font-family: Roboto;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .feature-bonus {
    margin: 0 auto 8px;
  }
  .feature-bonus dt {
    font-size: 18px;
  }
  .feature-bonus dt span {
    font-size: 24px;
  }
  .feature-bonus dd {
    font-size: 38px;
    padding: 16px 0 ;
  }
  .feature-bonus dd span {
    font-size: 62px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .feature-bonus {
    width: 444px;
    margin: 0 auto 24px;
  }
  .feature-bonus dt {
    font-size: 24px;
  }
  .feature-bonus dt span {
    font-size: 32px;
  }
  .feature-bonus dd {
    font-size: 50px;
    padding: 25px 0 22px;
  }
  .feature-bonus dd span {
    font-size: 83px;
    padding-right: 10px;
  }
}

/********************************
 * .feature-point
********************************/
.feature-point {
  border-radius: 4px;
  background-color: #e9f1f9;
  list-style-type: none;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.feature-point li {
  background-color: #fff;
  color: #528fcc;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .feature-point {
    margin-bottom: 16px;
    padding: 8px;
    gap: 8px;
  }
  .feature-point li {
    font-size: 14px;
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .feature-point {
    margin-bottom: 24px;
    padding: 16px;
    gap: 16px;
  }
  .feature-point li {
    font-size: 20px;
    padding: 18px;
  }
}

/********************************
 * .feature-column
********************************/
.feature-column {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .feature-column {
    margin-top: 16px;
  }
  .feature-column.-reverse ._item {
    order: 1;
  }
  .feature-column.-reverse ._item + ._item {
    order: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .feature-column {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  .feature-column ._item {
    width: 278px;
  }
  .feature-column ._item + ._item {
    width: calc(100% - (26px + 278px));
  }
}

/********************************
 * .w424
********************************/
.w424 {
  margin: 24px auto 0;
}
@media (max-width: 767.98px) {
  .w424 {
    width: 100%;
  }
  .w424 img {
    width: 100%;
  }
  .w424 figcaption {
    margin-top: 24px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .w424 {
    width: 424px;
  }
  .w424 figcaption {
    margin-top: 18px;
    text-align: right;
  }
}

/********************************
 * .badge
********************************/
.badge {
  position: relative;
}
.badge::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: normal;
}
.badge.-recommend::before {
  content: "オススメ";
  background-color: #d90016;
  color: #fff;
}

@media (max-width: 767.98px) {
  .badge.-recommend {
    margin-top: 60px;
  }
  .badge.-recommend::before {
    width: 68px;
    height: 20px;
    line-height: 20px;
    padding: 0 14px;
    top: -30px;
    font-size: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .badge.-recommend {
    margin-top: 90px;
  }
  .badge.-recommend::before {
    width: 108px;
    height: 30px;
    line-height: 30px;
    padding: 0 4.5px;
    top: -50px;
    font-size: 15px;
    border-radius: 15px;
  }
}

/********************************
 * common
********************************/
/* sp */
@media (max-width: 767.98px) {
}
/* pc */
@media (min-width: 768px) {
}

