:root, body {
  --pc-content-width: min(100vw, 1920px);
  --sp-content-width: 100vw;
}

@media screen and (min-width: 1280px) {
  .spp__container {
    --pc-content-width: min(calc(100vw - 144px), 1776px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .spp__container {
    --pc-content-width: calc(100vw - 128px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spp__container {
    --sp-content-width: calc(100vw - 88px);
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .spp__container {
    --sp-content-width: calc(100vw - 72px);
  }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
  .spp__container {
    --sp-content-width: calc(100vw - 56px);
  }
}
@media screen and (max-width: 479px) {
  .spp__container {
    --sp-content-width: calc(100vw - 40px);
  }
}

.lp-2026cp {
  /* ----------------------------------------
  	service
  ---------------------------------------- */
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service {
    padding-top: calc(0.05 * var(--pc-content-width));
    margin-bottom: calc(0.05 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service {
    padding-top: calc(0.16 * var(--sp-content-width));
    margin-bottom: calc(0.16 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__inner {
    padding-block: calc(0.05 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
    background-image: url(/media/export/cms2.0/lp/even-better-summer-2026cp/260819/img/service__bg.png);
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__inner {
    overflow: hidden;
    padding-top: calc(0.1066666667 * var(--sp-content-width));
    padding-bottom: calc(0.16 * var(--sp-content-width));
    padding-inline: calc(0.0533333333 * var(--sp-content-width));
    background-image: url(/media/export/cms2.0/lp/even-better-summer-2026cp/260819/img/service__bg.sp.png);
  }
}
.lp-2026cp .service .service__head {
  text-align: center;
}
.lp-2026cp .service .service__head .service__head-label {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__head .service__head-label {
    font-size: calc(0.015625 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__head .service__head-label {
    width: 110%;
    margin-left: -3%;
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__head .service__head-label::before, .lp-2026cp .service .service__head .service__head-label::after {
    margin-inline: calc(0.0052083333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__head .service__head-label::before, .lp-2026cp .service .service__head .service__head-label::after {
    margin-inline: calc(0.0053333333 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__head .service__head-title {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__head .service__head-title {
    margin-top: calc(0.0041666667 * var(--pc-content-width));
    font-size: calc(0.025 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__head .service__head-title {
    margin-top: calc(0.016 * var(--sp-content-width));
    font-size: calc(0.0586666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__head .service__head-lead {
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__head .service__head-lead {
    margin-top: calc(0.0125 * var(--pc-content-width));
    font-size: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__head .service__head-lead {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
    font-size: calc(0.0346666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__head .service__head-note {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__head .service__head-note {
    margin-top: calc(0.0041666667 * var(--pc-content-width));
    font-size: calc(0.0067708333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__head .service__head-note {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
    font-size: calc(0.0266666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail {
  background-color: #ffffff;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail {
    margin-top: calc(0.03125 * var(--pc-content-width));
    padding: calc(0.05 * var(--pc-content-width)) calc(0.0458333333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail {
    margin-top: calc(0.064 * var(--sp-content-width));
    padding: calc(0.1066666667 * var(--sp-content-width)) calc(0.048 * var(--sp-content-width)) calc(0.16 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__detail-head {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-head {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-head {
    flex-direction: column-reverse;
  }
}
.lp-2026cp .service .service__detail .service__detail-title {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-title {
    font-size: calc(0.0182291667 * var(--pc-content-width));
    margin-bottom: calc(0.0166666667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-title {
    font-size: calc(0.048 * var(--sp-content-width));
    margin-bottom: calc(0.0426666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__detail-lead {
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-lead {
    font-size: calc(0.0109375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-lead {
    font-size: calc(0.0346666667 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-note-list {
    margin-top: calc(0.0166666667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-note-list {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__detail-note-item {
  color: #999;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-note-item {
    font-size: calc(0.0067708333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-note-item {
    font-size: calc(0.0266666667 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__detail-image {
    width: calc(0.3364583333 * var(--pc-content-width));
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__detail-image {
    width: 100%;
    margin-bottom: calc(0.064 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__summary {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary {
    margin-top: calc(0.0291666667 * var(--pc-content-width));
    display: grid;
    grid-template-columns: calc(0.1921875 * var(--pc-content-width)) 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary {
    display: block;
    margin-top: calc(0.064 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-title {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    font-size: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-title {
    text-align: center;
    padding-top: calc(0.0533333333 * var(--sp-content-width));
    border-top: 1px solid #E5E5E5;
    font-size: calc(0.04 * var(--sp-content-width));
    line-height: 1.5;
    margin-bottom: calc(0.024 * var(--sp-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-title:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-title--wide {
    grid-column: 1/-1;
    border-bottom: none;
    margin-top: calc(0.0208333333 * var(--pc-content-width));
    margin-bottom: calc(0.0104166667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-title--wide {
    text-align: center;
    border-top: 1px solid #E5E5E5;
  }
}
.lp-2026cp .service .service__detail .service__summary-content {
  margin-left: 0;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-content {
    padding-block: calc(0.0208333333 * var(--pc-content-width));
    border-bottom: 1px solid #E5E5E5;
    font-size: calc(0.0109375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-content {
    text-align: center;
    padding-bottom: calc(0.0533333333 * var(--sp-content-width));
    font-size: calc(0.0346666667 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-content .large {
    font-size: calc(0.0182291667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-content .large {
    font-size: calc(0.048 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__summary-content--wide {
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-content--wide {
    padding-right: calc(0.0770833333 * var(--pc-content-width));
    grid-column: 1/-1;
    border-bottom: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__summary-content--wide ul {
    margin-left: calc(0.0213541667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__summary-content--wide ul {
    text-align: left;
  }
}
.lp-2026cp .service .service__detail .service__channel-list {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__channel-list {
    gap: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__channel-list {
    margin-top: calc(0.0533333333 * var(--sp-content-width));
    -moz-column-gap: calc(0.0346666667 * var(--sp-content-width));
    column-gap: calc(0.0346666667 * var(--sp-content-width));
    row-gap: calc(0.032 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__channel-item {
  background-color: #F7F8F9;
}
.lp-2026cp .service .service__detail .service__channel-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__channel-link {
    width: calc(0.1796875 * var(--pc-content-width));
    height: calc(0.046875 * var(--pc-content-width));
    font-size: calc(0.0140625 * var(--pc-content-width));
    -moz-column-gap: calc(0.00625 * var(--pc-content-width));
    column-gap: calc(0.00625 * var(--pc-content-width));
    row-gap: calc(0.0041666667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__channel-link {
    width: calc(0.3813333333 * var(--sp-content-width));
    height: calc(0.12 * var(--sp-content-width));
    -moz-column-gap: calc(0.0133333333 * var(--sp-content-width));
    column-gap: calc(0.0133333333 * var(--sp-content-width));
    row-gap: calc(0.0106666667 * var(--sp-content-width));
    font-size: calc(0.0346666667 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .service__channel-link span {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__channel-link span:first-child {
    font-size: calc(0.0114583333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__channel-link span:first-child {
    font-size: calc(0.0293333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__channel-link span.min {
    font-size: calc(0.009375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__channel-link span.min {
    font-size: calc(0.0213333333 * var(--sp-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__condition-list {
    text-align: left;
  }
}
.lp-2026cp .service .service__detail .head-bullet {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .head-bullet {
    padding-left: calc(0.0135416667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .head-bullet {
    padding-left: calc(0.04 * var(--sp-content-width));
  }
}
.lp-2026cp .service .service__detail .head-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #D9D9D9;
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .head-bullet::before {
    top: 50%;
    width: calc(0.009375 * var(--pc-content-width));
    height: calc(0.009375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .head-bullet::before {
    top: 0.8em;
    width: calc(0.0293333333 * var(--sp-content-width));
    height: calc(0.0293333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__store-item .head-bullet {
    margin-bottom: calc(0.00625 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__store-item .head-bullet {
    margin-bottom: calc(0.032 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__detail .service__store-item + li {
    margin-top: calc(0.0104166667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__detail .service__store-item + li {
    margin-top: calc(0.0533333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__button {
    width: calc(0.8333333333 * var(--pc-content-width));
    height: calc(0.0729166667 * var(--pc-content-width));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ADDDB7;
    border-radius: calc(0.0041666667 * var(--pc-content-width));
    gap: calc(0.03125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__button {
    margin-top: calc(0.0533333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__button .service__button-label {
    font-size: calc(0.0182291667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-2026cp .service .service__button .service__button-label {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .lp-2026cp .service .service__button .service__button-link {
    width: calc(0.1171875 * var(--pc-content-width));
  }
}