@charset "UTF-8";
.cont .modal-close-button, .cont .service-heading, .cont .point-heading, .cont .gas-container, .cont .gas-heading, .cont .gas-quality, .cont .gas-price-area, .cont .rule-heading, .cont .rule-check, .cont .rule-link, .cont .rule-link-x, .cont .entry-heading, .cont .entry-button-box, .cont .entry-image-text, .cont .entry-downloads-type, .cont .entry-downloads-button, .cont .entry-downloads-button-icon, .cont .terms-heading-box, .cont .benefits-entry, .cont .benefits-text-count, .cont .benefits-text-count-02, .cont .cont__center, .cont .service-link, .cont .point-link, .cont .gas-price-link, .cont .terms-link, .cont .benefits-text-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont .modal-close-button > *, .cont .service-heading > *, .cont .point-heading > *, .cont .gas-container > *, .cont .gas-heading > *, .cont .gas-quality > *, .cont .gas-price-area > *, .cont .rule-heading > *, .cont .rule-check > *, .cont .rule-link > *, .cont .rule-link-x > *, .cont .entry-heading > *, .cont .entry-button-box > *, .cont .entry-image-text > *, .cont .entry-downloads-type > *, .cont .entry-downloads-button > *, .cont .entry-downloads-button-icon > *, .cont .terms-heading-box > *, .cont .benefits-entry > *, .cont .benefits-text-count > *, .cont .benefits-text-count-02 > *, .cont .cont__center > *, .cont .service-link > *, .cont .point-link > *, .cont .gas-price-link > *, .cont .terms-link > *, .cont .benefits-text-link > * {
  min-height: 0%;
}

.cont .cont-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cont .modal-close-button, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.cont .modal-close-button:hover, .link:hover {
  opacity: 0.7;
}

.cont .service-link, .cont .point-link, .cont .gas-price-link, .cont .terms-link, .cont .benefits-text-link {
  width: fit-content;
  margin-inline: auto;
  text-decoration: underline;
  text-decoration-color: #0a7bcc;
  text-underline-offset: 8px;
  color: #0a7bcc;
}
@media screen and (max-width: 1080px) {
  .cont .service-link, .cont .point-link, .cont .gas-price-link, .cont .terms-link, .cont .benefits-text-link {
    text-underline-offset: 0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-link, .cont .point-link, .cont .gas-price-link, .cont .terms-link, .cont .benefits-text-link {
    text-underline-offset: 1.6vw;
  }
}
.cont .service-link:link, .cont .point-link:link, .cont .gas-price-link:link, .cont .terms-link:link, .cont .benefits-text-link:link, .cont .service-link:visited, .cont .point-link:visited, .cont .gas-price-link:visited, .cont .terms-link:visited, .cont .benefits-text-link:visited {
  text-decoration: underline;
  color: #0a7bcc;
}
@media (any-hover: hover) {
  .cont .service-link:hover, .cont .point-link:hover, .cont .gas-price-link:hover, .cont .terms-link:hover, .cont .benefits-text-link:hover {
    text-decoration: none;
  }
}
.cont .service-link:focus-visible, .cont .point-link:focus-visible, .cont .gas-price-link:focus-visible, .cont .terms-link:focus-visible, .cont .benefits-text-link:focus-visible {
  text-decoration: none;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.cont {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  color: #081e6e;
}
.cont img,
.cont picture {
  display: block;
  width: 100%;
  height: auto;
}
.cont .cont-bg {
  position: relative;
  overflow: clip;
  padding-bottom: 80px;
}
@supports not (overflow: clip) {
  .cont .cont-bg {
    overflow: hidden;
    background-image: url(/ep/campaign/images/img_1pick-cp2026_70.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
.cont .cont-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--cont-bg-max-height, 100%);
  background-image: url(/ep/campaign/images/img_1pick-cp2026_70.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
@supports not (overflow: clip) {
  .cont .cont-bg::before {
    display: none;
  }
}
.cont .cont-bg > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .cont .cont-bg {
    padding-bottom: 7.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .cont-bg {
    padding-bottom: 10.6666666667vw;
  }
  .cont .cont-bg::before {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_71.png);
  }
  @supports not (overflow: clip) {
    .cont .cont-bg {
      background-image: url(/ep/campaign/images/img_1pick-cp2026_71.png);
    }
  }
}
.cont .cont-container {
  background-color: #cce6fe;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-inline: 0;
  box-shadow: -13px 15px 40px 4px rgba(28, 76, 162, 0.8);
}
@media screen and (max-width: 1080px) {
  .cont .cont-container {
    padding-top: 7.4074074074vw;
    padding-bottom: 7.4074074074vw;
    box-shadow: -1.2037037037vw 1.3888888889vw 3.7037037037vw 0.3703703704vw rgba(28, 76, 162, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .cont .cont-container {
    max-width: 94.6666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
    box-shadow: -0.4vw 0.5333333333vw 1.3333333333vw 0 rgba(28, 76, 162, 0.8);
  }
}
.cont .simplebar-scrollbar::before {
  background-color: #ccc !important;
}
@media screen and (max-width: 767px) {
  .cont .simplebar-track.simplebar-vertical {
    width: 2.4vw !important;
  }
}

#content-body-wrapper .sp-phone-link {
  color: #333;
}

@media screen and (max-width: 767px) {
  #content-body-wrapper .sp-phone-link:hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    text-decoration: underline;
    text-decoration-color: #0a7bcc;
    color: #0a7bcc;
    text-underline-offset: 1.6vw;
  }
  #content-body-wrapper .sp-phone-link:hover:link, #content-body-wrapper .sp-phone-link:hover:visited {
    text-decoration: underline;
    color: #0a7bcc;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  #content-body-wrapper .sp-phone-link:hover:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #content-body-wrapper .sp-phone-link:hover:focus-visible {
    text-decoration: none;
  }
}

/* common:end */
/* course-tabs:start */
.cont .course-tabs {
  position: sticky;
  top: 69px;
  z-index: 30;
  width: 100%;
  max-width: 1080px;
  margin-top: 60px;
  margin-inline: auto;
  padding-top: 0;
  overflow-x: clip;
  transition: padding-bottom 0.25s ease;
}
@supports not (overflow: clip) {
  .cont .course-tabs {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1080px) {
  .cont .course-tabs {
    width: 100%;
    max-width: none;
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .course-tabs {
    margin-top: 5.3333333333vw;
    top: 52px;
  }
}
.cont .course-tabs.is-stuck .course-tabs-tablist {
  height: 107px;
}
@media screen and (max-width: 1080px) {
  .cont .course-tabs.is-stuck .course-tabs-tablist {
    height: 9.9074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .course-tabs.is-stuck .course-tabs-tablist {
    height: 22.9333333333vw;
  }
}
.cont .course-tabs-tablist {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  height: 212px;
  transition: height 0.25s ease;
}
@media screen and (max-width: 1080px) {
  .cont .course-tabs-tablist {
    max-width: 88.8888888889vw;
    height: 19.6296296296vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .course-tabs-tablist {
    max-width: 88vw;
    height: 22.9333333333vw;
  }
}
.cont .course-tabs-tab {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
  display: block;
}
.cont .course-tabs-tab:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
}
.cont .course-tabs-tab-a {
  left: 0;
  width: 590px;
  transform: translateX(-60px);
}
@media screen and (max-width: 1080px) {
  .cont .course-tabs-tab-a {
    width: 54.6296296296vw;
    transform: translateX(-5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .course-tabs-tab-a {
    width: 52vw;
    height: 22.9333333333vw;
    transform: translateX(-3.4666666667vw);
  }
}
.cont .course-tabs-tab-b {
  right: 0;
  width: 590px;
  transform: translateX(60px);
}
@media screen and (max-width: 1080px) {
  .cont .course-tabs-tab-b {
    width: 54.6296296296vw;
    transform: translateX(5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .course-tabs-tab-b {
    width: 52vw;
    height: 22.9333333333vw;
    transform: translateX(3.3333333333vw);
  }
}
.cont .course-tabs-tab.is-active {
  z-index: 2;
}
.cont .course-tabs-tab:not(.is-active) {
  z-index: 1;
}
.cont .course-tabs-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.cont .course-tabs-panels {
  display: grid;
  align-items: start;
}
.cont .course-tabs-panel {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
}
.cont .course-tabs-panel[hidden] {
  display: block;
}
.cont .course-tabs-panel:not(.is-active) {
  visibility: hidden;
  pointer-events: none;
}
.cont .course-tabs-panel:not(.is-active) .simplebar-track {
  visibility: hidden !important;
}
@supports not (overflow: clip) {
  .cont .course-tabs-panel {
    min-height: var(--course-tabs-panel-max-height, auto);
  }
}

/* course-tabs:end */
.cont .benefits-box-02, .cont .benefits-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont .benefits-box-02, .cont .benefits-box {
    flex-direction: column;
  }
}

.cont .benefits-text-count-02, .cont .benefits-text-count {
  flex-direction: row;
  gap: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 30px;
  max-width: fit-content;
  height: 56px;
  background-color: #081e6e;
  border-radius: 28px;
  padding-inline: 28px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-count-02, .cont .benefits-text-count {
    gap: 0.9259259259vw;
    margin-top: 1.3888888889vw;
    margin-right: 2.7777777778vw;
    height: 5.1851851852vw;
    border-radius: 2.5925925926vw;
    padding-inline: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-count-02, .cont .benefits-text-count {
    gap: 1.3333333333vw;
    margin-top: 4vw;
    height: 8.8vw;
    border-radius: 4.4vw;
    padding-inline: 3.2vw;
    margin-right: 0;
  }
}

/* benefits:start */
.cont .benefits-cont {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  box-shadow: 0 0 30px rgba(111, 184, 255, 0.8);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-cont {
    max-width: 88.8888888889vw;
    box-shadow: 0 0 2.7777777778vw rgba(111, 184, 255, 0.8);
    padding-top: 1.8518518519vw;
    padding-bottom: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-cont {
    max-width: 88vw;
    box-shadow: 0 0 4vw rgba(111, 184, 255, 0.8);
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.cont .benefits-entry {
  position: absolute;
  top: -50px;
  right: -35px;
  text-align: center;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 129px;
  height: 129px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-entry {
    top: -4.6296296296vw;
    right: -3.2407407407vw;
    width: 11.9444444444vw;
    height: 11.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-entry {
    top: -4.6666666667vw;
    right: -1.3333333333vw;
    background-image: url(/ep/campaign/images/img_1pick-cp2026_03.png);
    width: 21.6vw;
    height: 21.7333333333vw;
  }
}
.cont .benefits-entry-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-entry-text {
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-entry-text {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.cont .benefits-box {
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-box {
    gap: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-box {
    gap: 2.6666666667vw;
  }
}
.cont .benefits-box-02 {
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-box-02 {
    gap: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-box-02 {
    gap: 2.6666666667vw;
  }
}
.cont .benefits-ticket-01 {
  max-width: 350px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-ticket-01 {
    max-width: 32.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-ticket-01 {
    max-width: 64.5333333333vw;
    padding-left: 16vw;
  }
}
.cont .benefits-ticket-02 {
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-ticket-02 {
    max-width: 37.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-ticket-02 {
    margin-top: -1.6vw;
    max-width: 66.9333333333vw;
    padding-left: 16vw;
  }
}
.cont .benefits-text {
  text-align: center;
}
.cont .benefits-text-label {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: max-content;
  margin-inline: auto;
  text-decoration: underline;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-label {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-label {
    font-size: 4.8vw;
  }
}
.cont .benefits-text-entry {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-entry {
    margin-top: 1.3888888889vw;
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-entry {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}
.cont .benefits-text-entry::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 110px;
  width: 2px;
  height: 30px;
  background-color: #f11f8d;
  margin-right: 0.5em;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-entry::before {
    bottom: 0.462962963vw;
    left: 10.1851851852vw;
    width: 0.1851851852vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-entry::before {
    bottom: 0.9333333333vw;
    left: 13.3333333333vw;
    width: 0.4vw;
    height: 4.6666666667vw;
  }
}
.cont .benefits-text-entry::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 110px;
  width: 2px;
  height: 30px;
  background-color: #f11f8d;
  margin-right: 0.5em;
  transform: rotate(45deg);
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-entry::after {
    bottom: 0.462962963vw;
    right: 10.1851851852vw;
    width: 0.1851851852vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-entry::after {
    bottom: 0.9333333333vw;
    right: 13.3333333333vw;
    width: 0.4vw;
    height: 4.6666666667vw;
  }
}
.cont .benefits-text-entry-red {
  color: #ff3363;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-entry-red {
    font-size: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-entry-red {
    font-size: 4.9333333333vw;
  }
}
.cont .benefits-text-headline {
  margin-top: 6px;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #fffd7e;
  text-decoration-thickness: 16px;
  text-underline-offset: -8px;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-headline {
    margin-top: 0.5555555556vw;
    font-size: 2.5925925926vw;
    text-decoration-thickness: 1.4814814815vw;
    text-underline-offset: -0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-headline {
    margin-top: 0;
    font-size: 4.2666666667vw;
    text-decoration-thickness: 2.1333333333vw;
    text-underline-offset: -0.1333333333vw;
  }
}
.cont .benefits-text-headline-big {
  color: #ff3363;
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-headline-big {
    font-size: 3.1481481481vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-headline-big {
    font-size: 5.0666666667vw;
    line-height: 1.6315789474;
  }
}
.cont .benefits-text-headline-small {
  color: #ff3363;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-headline-small {
    font-size: 2.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-headline-small {
    font-size: 3.3333333333vw;
  }
}
.cont .benefits-text-note {
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-note {
    margin-top: 1.3888888889vw;
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-note {
    margin-top: 2vw;
    font-size: 4vw;
  }
}
.cont .benefits-text-description {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-description {
    margin-top: 0.9259259259vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-description {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.cont .benefits-text-link {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-link {
    font-size: 1.4814814815vw;
    margin-top: 0.9259259259vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-link {
    font-size: 3.4666666667vw;
    margin-top: 2.4vw;
  }
}
.cont .benefits-text-count-02 {
  margin-right: 0;
  padding-inline: 27px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-count-02 {
    padding-inline: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-count-02 {
    padding-inline: 3.3333333333vw;
  }
}
.cont .benefits-text-count-num-01 {
  max-width: 29px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-count-num-01 {
    max-width: 2.6851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-count-num-01 {
    max-width: 4.8vw;
  }
}
.cont .benefits-text-count-num-02 {
  max-width: 54px;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-count-num-02 {
    max-width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-count-num-02 {
    max-width: 8.8vw;
  }
}
.cont .benefits-text-count-person {
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .benefits-text-count-person {
    padding-top: 0.9259259259vw;
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .benefits-text-count-person {
    padding-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
}

/* benefits:end */
/* terms:start */
.cont .terms-container {
  background-image: url(/ep/campaign/images/img_1pick-cp2026_08.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 952px;
  height: 433px;
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1080px) {
  .cont .terms-container {
    width: 88.1481481481vw;
    height: 40.0925925926vw;
    margin-top: 4.6296296296vw;
    padding-bottom: 5.0925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-container {
    background-image: none;
    width: 100%;
    margin-inline: auto;
    height: 86vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 7.3333333333vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-container::before {
    content: "";
    position: absolute;
    top: 5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/ep/campaign/images/img_1pick-cp2026_09.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 89.7333333333vw;
    height: 81.7333333333vw;
  }
}
.cont .terms-container-02 {
  background-image: url(/ep/campaign/images/img_1pick-cp2026_56.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 922px;
  height: 120px;
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1080px) {
  .cont .terms-container-02 {
    width: 85.3703703704vw;
    height: 11.1111111111vw;
    margin-top: 4.6296296296vw;
    padding-bottom: 5.0925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-container-02 {
    background-image: none;
    width: 85.6vw;
    height: 28.2666666667vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-container-02::before {
    content: "";
    position: absolute;
    top: 5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/ep/campaign/images/img_1pick-cp2026_57.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 85.6vw;
    height: 28.2666666667vw;
  }
}
.cont .terms-heading-box {
  background-color: #081e6e;
  max-width: 300px;
  height: 55px;
  border-radius: 27.5px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .terms-heading-box {
    max-width: 27.7777777778vw;
    height: 5.0925925926vw;
    border-radius: 2.5462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-heading-box {
    max-width: 54.1333333333vw;
    height: 10.9333333333vw;
    border-radius: 5.4666666667vw;
  }
}
.cont .terms-heading {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .terms-heading {
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-heading {
    font-size: 4.8vw;
  }
}
.cont .terms-description {
  max-width: 735px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .terms-description {
    max-width: 68.0555555556vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-description {
    max-width: 89.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.cont .terms-description-02 {
  max-width: 522px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .terms-description-02 {
    max-width: 48.3333333333vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-description-02 {
    max-width: 87.6vw;
    margin-top: 6.6666666667vw;
  }
}
.cont .terms-note {
  margin-top: 25px;
  text-align: center;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .terms-note {
    margin-top: 2.3148148148vw;
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-note {
    margin-top: 10vw;
    font-size: 3.4666666667vw;
  }
}
.cont .terms-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .cont .terms-links {
    margin-top: 0.9259259259vw;
    gap: 4.6296296296vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-links {
    gap: 5.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.cont .terms-links-text {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #333;
}
@media screen and (max-width: 1080px) {
  .cont .terms-links-text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .terms-links-text {
    font-size: 4vw;
  }
}
.cont .terms-link {
  font-weight: normal;
}

/* terms:end */
/* entry:start */
@media screen and (max-width: 767px) {
  .cont .entry {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-02 {
    margin-top: 8vw;
  }
}
.cont .entry-container {
  max-width: 960px;
  margin-inline: auto;
  border: 4px solid #081e6e;
  background-color: #fff;
  padding-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .cont .entry-container {
    max-width: 88.8888888889vw;
    border-width: 0.3703703704vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-container {
    max-width: 88vw;
    border: 0.5333333333vw solid #081e6e;
    padding-bottom: 7.3333333333vw;
  }
}
.cont .entry-heading {
  max-width: 400px;
  height: 70px;
  margin-inline: auto;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_12.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .entry-heading {
    max-width: 37.037037037vw;
    height: 6.4814814815vw;
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-heading {
    max-width: 78.6666666667vw;
    height: 12.5333333333vw;
    font-size: 5.3333333333vw;
    background-image: url(/ep/campaign/images/img_1pick-cp2026_13.png);
  }
}
.cont .entry-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-code {
    gap: 4.4444444444vw;
    margin-top: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-code {
    flex-direction: column;
    gap: 2vw;
    margin-top: 4vw;
  }
}
.cont .entry-code-text {
  color: #eb1e1e;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .entry-code-text {
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-code-text {
    font-size: 4.5333333333vw;
  }
}
.cont .entry-code-list {
  display: flex;
  text-align: center;
}
.cont .entry-code-item {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  border: 2px solid #eb1e1e;
  width: 64px;
  height: 66px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-code-item {
    font-size: 3.7037037037vw;
    border-width: 0.1851851852vw;
    width: 5.9259259259vw;
    height: 6.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-code-item {
    font-size: 6.1333333333vw;
    border-width: 0.2666666667vw;
    width: 9.8666666667vw;
    height: 10.1333333333vw;
  }
}
.cont .entry-code-item:not(:first-child) {
  border-left: 0;
}
.cont .entry-button-box {
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-button-box {
    gap: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-button-box {
    gap: 2.6666666667vw;
  }
}
.cont .entry-button {
  cursor: pointer;
  display: block;
  max-width: 420px;
  width: 100%;
  height: 70px;
  background-color: #eb1e1e;
  border-radius: 35px;
  border: none;
  margin-top: 30px;
  margin-inline: auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  box-shadow: 0 5px 0 #a50a0a;
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .cont .entry-button {
    max-width: 38.8888888889vw;
    height: 6.4814814815vw;
    border-radius: 3.2407407407vw;
    margin-top: 2.7777777778vw;
    font-size: 1.8518518519vw;
    box-shadow: 0 0.462962963vw 0 #a50a0a;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-button {
    max-width: 77.3333333333vw;
    height: 12.2666666667vw;
    border-radius: 6.1333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    box-shadow: 0 0.6666666667vw 0 #a50a0a;
  }
}
@media (any-hover: hover) {
  .cont .entry-button:hover {
    box-shadow: 0 2px 0 #a50a0a;
    transform: translateY(3px);
  }
}
@media screen and (any-hover: hover) and (max-width: 1080px) {
  .cont .entry-button:hover {
    box-shadow: 0 0.1851851852vw 0 #a50a0a;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .cont .entry-button:hover {
    box-shadow: 0 0.2666666667vw 0 #a50a0a;
    transform: translateY(0.4vw);
  }
}
.cont .entry-button:focus-visible {
  box-shadow: 0 2px 0 #a50a0a;
  transform: translateY(3px);
}
@media screen and (max-width: 1080px) {
  .cont .entry-button:focus-visible {
    box-shadow: 0 0.1851851852vw 0 #a50a0a;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-button:focus-visible {
    box-shadow: 0 0.2666666667vw 0 #a50a0a;
    transform: translateY(0.4vw);
  }
}
.cont .entry-button:active {
  box-shadow: 0 2px 0 #a50a0a;
  transform: translateY(3px);
}
@media screen and (max-width: 1080px) {
  .cont .entry-button:active {
    box-shadow: 0 0.1851851852vw 0 #a50a0a;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-button:active {
    box-shadow: 0 0.2666666667vw 0 #a50a0a;
    transform: translateY(0.4vw);
  }
}
.cont .entry-button-message {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .cont .entry-button-message {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-button-message {
    font-size: 4.2666666667vw;
  }
}
.cont .entry-howto {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 35px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-howto {
    gap: 3.7037037037vw;
    margin-top: 3.2407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-howto {
    display: block;
    margin-top: 4vw;
  }
}
.cont .entry-howto-image {
  max-width: 272px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-howto-image {
    max-width: 25.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-howto-image {
    max-width: 69.3333333333vw;
    margin-inline: auto;
  }
}
.cont .entry-howto-description {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 528px;
  width: 100%;
  height: 168px;
  margin-top: 20px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_16.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .entry-howto-description {
    max-width: 48.8888888889vw;
    height: 15.5555555556vw;
    margin-top: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-howto-description {
    position: relative;
    background-image: url(/ep/campaign/images/img_1pick-cp2026_17.png);
    max-width: 74.6666666667vw;
    height: 43.3333333333vw;
    margin-top: -1.3333333333vw;
    margin-inline: auto;
  }
}
.cont .entry-howto-description-text {
  color: #333;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-howto-description-text {
    font-size: 1.4814814815vw;
    padding-bottom: 0.462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-howto-description-text {
    font-size: 3.7333333333vw;
    padding-top: 4vw;
    padding-bottom: 0.6666666667vw;
  }
}
.cont .entry-howto-description-text-red {
  color: #eb1e1e;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-howto-description-text-red {
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-howto-description-text-red {
    font-size: 4.5333333333vw;
  }
}
.cont .entry-head {
  margin-top: 15px;
  max-width: 637px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-head {
    margin-top: 1.3888888889vw;
    max-width: 58.9814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-head {
    margin-top: 4.6666666667vw;
    max-width: 83.8666666667vw;
  }
}
.cont .entry-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-list {
    margin-top: 1.8518518519vw;
    gap: 0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-list {
    margin-top: 2.6666666667vw;
  }
}
.cont .entry-item {
  color: #333;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .entry-item {
    font-size: 2.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-item {
    font-size: 3.4666666667vw;
  }
}
.cont .entry-image-box {
  position: relative;
  margin-top: 35px;
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-image-box {
    margin-top: 3.2407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-image-box {
    margin-top: 5.3333333333vw;
  }
}
.cont .entry-image {
  max-width: 760px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-image {
    max-width: 70.3703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-image {
    max-width: 80vw;
  }
}
.cont .entry-image-text {
  background-color: #ff3363;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: -25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .entry-image-text {
    width: 4.6296296296vw;
    height: 4.6296296296vw;
    top: -2.3148148148vw;
    left: -2.3148148148vw;
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-image-text {
    width: 8vw;
    height: 8vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.cont .entry-downloads {
  max-width: 793px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads {
    max-width: 73.4259259259vw;
    margin-top: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads {
    max-width: 82.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.cont .entry-downloads-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 74px;
  row-gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-list {
    column-gap: 6.8518518519vw;
    row-gap: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-list {
    justify-content: flex-start;
    column-gap: 2.6666666667vw;
    row-gap: 5.3333333333vw;
  }
}
.cont .entry-downloads-item {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-item {
    max-width: 19.9074074074vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-item {
    max-width: 40vw;
  }
}
.cont .entry-downloads-visual {
  max-width: 179px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-visual {
    max-width: 16.5740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-visual {
    max-width: 27.6vw;
  }
}
.cont .entry-downloads-links {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-links {
    margin-top: 0.7407407407vw;
    gap: 0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-links {
    margin-top: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.cont .entry-downloads-link-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-link-group {
    gap: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-link-group {
    gap: 0.5333333333vw;
  }
}
.cont .entry-downloads-type {
  position: relative;
  z-index: 1;
  margin-bottom: -11px;
  width: 150px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-type {
    margin-bottom: -1.0185185185vw;
    width: 13.8888888889vw;
    height: 2.7777777778vw;
    border-width: 0.1851851852vw;
    border-radius: 1.3888888889vw;
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-type {
    margin-bottom: -2vw;
    width: 33.3333333333vw;
    height: 5.6vw;
    border-width: 0.5333333333vw;
    border-radius: 2.8vw;
    font-size: 3.4666666667vw;
  }
}
.cont .entry-downloads-button {
  position: relative;
  max-width: 215px;
  width: 100%;
  height: 55px;
  border-radius: 27.5px;
  background-color: #000;
  box-sizing: border-box;
  transition: opacity 0.3s;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-button {
    max-width: 19.9074074074vw;
    height: 5.0925925926vw;
    border-radius: 2.5462962963vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-button {
    max-width: 40vw;
    height: 9.8666666667vw;
    border-radius: 4.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.cont .entry-downloads-button:link, .cont .entry-downloads-button:visited {
  color: #fff;
}
@media (any-hover: hover) {
  .cont .entry-downloads-button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.cont .entry-downloads-button:focus-visible, .cont .entry-downloads-button:focus {
  opacity: 0.7;
  text-decoration: none;
}
.cont .entry-downloads-button:active {
  text-decoration: none;
}
.cont .entry-downloads-button-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-button-icon {
    right: 1.2962962963vw;
    width: 2.4074074074vw;
    height: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-button-icon {
    right: 1.0666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.cont .entry-downloads-button-icon-picture {
  display: block;
  width: 10px;
  height: 13px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-downloads-button-icon-picture {
    width: 0.9259259259vw;
    height: 1.2037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-downloads-button-icon-picture {
    width: 1.8666666667vw;
    height: 2.2666666667vw;
  }
}
.cont .entry-arrow {
  margin-top: 30px;
  max-width: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .entry-arrow {
    margin-top: 2.7777777778vw;
    max-width: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-arrow {
    margin-top: 5.3333333333vw;
    max-width: 9.3333333333vw;
  }
}
.cont .entry-post {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-post {
    margin-top: 1.8518518519vw;
    gap: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-post {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 5.3333333333vw;
    gap: 0;
  }
}
.cont .entry-post-left {
  padding-top: 65px;
  max-width: 468px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-post-left {
    padding-top: 6.0185185185vw;
    max-width: 43.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-post-left {
    padding-top: 0;
    margin-top: 2.6666666667vw;
    max-width: 77.3333333333vw;
  }
}
.cont .entry-post-right {
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .cont .entry-post-right {
    max-width: 37.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .entry-post-right {
    max-width: 76.2666666667vw;
  }
}

/* entry:end */
.cont .rule-link-x, .cont .rule-link {
  position: relative;
  background: linear-gradient(180deg, #ff86a3 0%, #ff3363 100%);
  max-width: 420px;
  width: 100%;
  height: 106px;
  border: 2px solid #f4416b;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 0 0 #c50633;
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-x, .cont .rule-link {
    max-width: 38.8888888889vw;
    height: 9.8148148148vw;
    border-width: 0.1851851852vw;
    border-radius: 0.9259259259vw;
    box-shadow: 0 0.462962963vw 0 0 #c50633;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x, .cont .rule-link {
    max-width: 89.3333333333vw;
    height: 17.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0.6666666667vw 0 0 #c50633;
  }
}
.cont .rule-link-x:link, .cont .rule-link:link, .cont .rule-link-x:visited, .cont .rule-link:visited {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-x:link, .cont .rule-link:link, .cont .rule-link-x:visited, .cont .rule-link:visited {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x:link, .cont .rule-link:link, .cont .rule-link-x:visited, .cont .rule-link:visited {
    font-size: 3.7333333333vw;
  }
}
@media (any-hover: hover) {
  .cont .rule-link-x:hover, .cont .rule-link:hover {
    box-shadow: 0 2px 0 #c50633;
    transform: translateY(3px);
  }
}
@media screen and (any-hover: hover) and (max-width: 1080px) {
  .cont .rule-link-x:hover, .cont .rule-link:hover {
    box-shadow: 0 0.1851851852vw 0 #c50633;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .cont .rule-link-x:hover, .cont .rule-link:hover {
    box-shadow: 0 0.2666666667vw 0 #c50633;
    transform: translateY(0.4vw);
  }
}
.cont .rule-link-x:focus-visible, .cont .rule-link:focus-visible {
  box-shadow: 0 2px 0 #c50633;
  transform: translateY(3px);
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-x:focus-visible, .cont .rule-link:focus-visible {
    box-shadow: 0 0.1851851852vw 0 #c50633;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x:focus-visible, .cont .rule-link:focus-visible {
    box-shadow: 0 0.2666666667vw 0 #c50633;
    transform: translateY(0.4vw);
  }
}
.cont .rule-link-x:active, .cont .rule-link:active {
  box-shadow: 0 2px 0 #c50633;
  transform: translateY(3px);
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-x:active, .cont .rule-link:active {
    box-shadow: 0 0.1851851852vw 0 #c50633;
    transform: translateY(0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x:active, .cont .rule-link:active {
    box-shadow: 0 0.2666666667vw 0 #c50633;
    transform: translateY(0.4vw);
  }
}
.cont .rule-link-x::after, .cont .rule-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-x::after, .cont .rule-link::after {
    right: 1.3888888889vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x::after, .cont .rule-link::after {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_21.png);
    top: 50%;
    transform: translateY(-50%);
    right: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 6vw;
  }
}
.cont .is-disabled.rule-link-x, .cont .is-disabled.rule-link {
  pointer-events: none;
  opacity: 0.45;
}
.cont .is-disabled.rule-link-x:hover, .cont .is-disabled.rule-link:hover, .cont .is-disabled.rule-link-x:focus-visible, .cont .is-disabled.rule-link:focus-visible, .cont .is-disabled.rule-link-x:active, .cont .is-disabled.rule-link:active {
  box-shadow: 0 5px 0 0 #c50633;
  transform: translateY(0);
}
@media screen and (max-width: 1080px) {
  .cont .is-disabled.rule-link-x:hover, .cont .is-disabled.rule-link:hover, .cont .is-disabled.rule-link-x:focus-visible, .cont .is-disabled.rule-link:focus-visible, .cont .is-disabled.rule-link-x:active, .cont .is-disabled.rule-link:active {
    box-shadow: 0 0.462962963vw 0 0 #c50633;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .cont .is-disabled.rule-link-x:hover, .cont .is-disabled.rule-link:hover, .cont .is-disabled.rule-link-x:focus-visible, .cont .is-disabled.rule-link:focus-visible, .cont .is-disabled.rule-link-x:active, .cont .is-disabled.rule-link:active {
    box-shadow: 0 0.6666666667vw 0 0 #c50633;
  }
}

/* rule:start */
.cont .rule {
  padding-top: 180px;
  margin-top: -120px;
}
@media screen and (max-width: 1080px) {
  .cont .rule {
    padding-top: 16.6666666667vw;
    margin-top: -11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule {
    padding-top: 24vw;
    margin-top: -16vw;
  }
}
.cont .rule-container {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .rule-container {
    max-width: 88.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-container {
    max-width: 88vw;
  }
}
.cont .rule-heading {
  background-color: #081e6e;
  height: 66px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-heading {
    height: 6.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-heading {
    height: 11.7333333333vw;
  }
}
.cont .rule-heading-text {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-heading-text {
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-heading-text {
    font-size: 5.3333333333vw;
  }
}
.cont .rule-contents {
  position: relative;
  background-color: #fff;
  max-height: 505px;
  font-size: 16px;
  color: #333;
  padding: 25px 30px 0;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents {
    max-height: 46.7592592593vw;
    font-size: 1.4814814815vw;
    padding: 2.3148148148vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents {
    max-height: 84vw;
    font-size: 3.7333333333vw;
    padding: 4vw 2.6666666667vw 0;
  }
}
.cont .rule-contents::after {
  content: "";
  position: sticky;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents::after {
    height: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents::after {
    height: 4vw;
  }
}
.cont .rule-contents-item + .cont .rule-contents-item {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents-item + .cont .rule-contents-item {
    margin-top: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-item + .cont .rule-contents-item {
    margin-top: 5.3333333333vw;
  }
}
.cont .rule-contents-label {
  font-weight: bold;
}
.cont .rule-contents-red {
  color: #eb1e1e;
  font-weight: bold;
}
.cont .rule-contents-bullets-item {
  padding-left: 1em;
  text-indent: -1em;
}
.cont .rule-contents-steps-item {
  padding-left: 1em;
  text-indent: -1em;
}
.cont .rule-contents-indent {
  display: block;
  padding-left: 1em;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-indent.rule-contents-note {
    padding-left: 2em;
    text-indent: -1em;
  }
}
.cont .rule-contents-link {
  position: relative;
  display: inline;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents-link {
    font-size: 1.2962962963vw;
    text-underline-offset: 0.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-link {
    font-size: 3.4666666667vw;
    text-underline-offset: 0.5333333333vw;
  }
}
.cont .rule-contents-link:link, .cont .rule-contents-link:visited {
  text-decoration: underline;
  color: #0a7bcc;
}
@media (any-hover: hover) {
  .cont .rule-contents-link:hover {
    text-decoration: none;
  }
}
.cont .rule-contents-link:focus-visible, .cont .rule-contents-link:focus {
  text-decoration: none;
}
.cont .rule-contents-sup {
  font-size: 8px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents-sup {
    font-size: 0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-sup {
    font-size: 2.1333333333vw;
  }
}
.cont .rule-contents-note {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents-note {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-note {
    font-size: 3.4666666667vw;
  }
}
.cont .rule-contents-inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-contents-inner {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-contents-inner {
    padding-bottom: 5.3333333333vw;
  }
}
.cont .rule-check {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-check {
    margin-top: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-check {
    margin-top: 7.3333333333vw;
  }
}
.cont .rule-check-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .cont .rule-check-label {
    gap: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-check-label {
    gap: 2.6666666667vw;
  }
}
.cont .rule-check-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.cont .rule-check-input:checked + .rule-check-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 19px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_18.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .rule-check-input:checked + .rule-check-box::after {
    width: 1.8518518519vw;
    height: 1.7592592593vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-check-input:checked + .rule-check-box::after {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_19.png);
    width: 4.1333333333vw;
    height: 4.1333333333vw;
  }
}
.cont .rule-check-input:focus-visible + .rule-check-box {
  outline: 1px solid #000;
}
.cont .rule-check-box {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #1e2f97;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .cont .rule-check-box {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-width: 0.2777777778vw;
    border-radius: 0.3703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-check-box {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.cont .rule-check-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .rule-check-text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-check-text {
    font-size: 4.8vw;
  }
}
.cont .rule-link-box {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-box {
    gap: 2.3148148148vw;
    margin-top: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-box {
    flex-direction: column;
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-x {
    height: 12.2666666667vw;
  }
}
.cont .rule-link-text {
  font-size: 22px;
}
@media screen and (max-width: 1080px) {
  .cont .rule-link-text {
    font-size: 2.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .rule-link-text {
    font-size: 4.2666666667vw;
  }
}

/* rule:end */
/* contact:start */
.cont .contact {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .cont .contact {
    margin-top: 7.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact {
    margin-top: 8vw;
  }
}
.cont .contact-container {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .contact-container {
    max-width: 88.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-container {
    max-width: 88vw;
  }
}
.cont .contact-heading {
  background-color: #081e6e;
  padding: 17px 20px;
}
@media screen and (max-width: 1080px) {
  .cont .contact-heading {
    padding: 1.5740740741vw 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-heading {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.cont .contact-heading-text {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1923076923;
}
@media screen and (max-width: 1080px) {
  .cont .contact-heading-text {
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-heading-text {
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
}
.cont .contact-toggle {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  column-gap: 16px;
  width: 100%;
  min-height: 50px;
  padding: 13px 20px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.25s ease;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle {
    grid-template-columns: 3.1481481481vw 1fr 3.1481481481vw;
    column-gap: 1.4814814815vw;
    min-height: 4.6296296296vw;
    padding: 1.2037037037vw 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle {
    grid-template-columns: 5.8666666667vw 1fr 5.8666666667vw;
    column-gap: 2.1333333333vw;
    min-height: 12.8vw;
    padding: 1.8666666667vw 2.6666666667vw;
  }
}
.cont .contact-toggle::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle::before {
    width: 3.1481481481vw;
    height: 3.1481481481vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.cont .contact-toggle-text {
  display: block;
  color: #333;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle-text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle-text {
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
}
.cont .contact-toggle-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #081e6e;
  justify-self: end;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle-icon {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.cont .contact-toggle-icon::before, .cont .contact-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cont .contact-toggle-icon::before {
  width: 14px;
  height: 2px;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle-icon::before {
    width: 1.2962962963vw;
    height: 0.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle-icon::before {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.cont .contact-toggle-icon::after {
  width: 2px;
  height: 14px;
}
@media screen and (max-width: 1080px) {
  .cont .contact-toggle-icon::after {
    width: 0.1851851852vw;
    height: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-toggle-icon::after {
    width: 0.5333333333vw;
    height: 2.6666666667vw;
  }
}
.cont .contact-toggle[aria-expanded=true] .contact-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
@media (any-hover: hover) {
  .cont .contact-toggle:hover {
    background-color: #e7e7e7;
  }
}
.cont .contact-toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.cont .contact-contents-wrap {
  position: relative;
  overflow-y: hidden;
  max-height: 475px;
  background-color: #fff;
  transition: max-height 0.35s ease;
}
@media screen and (max-width: 1080px) {
  .cont .contact-contents-wrap {
    max-height: 43.9814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-contents-wrap {
    max-height: 80vw;
  }
}
.cont .contact-contents-wrap::after {
  content: "";
  position: sticky;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .cont .contact-contents-wrap::after {
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-contents-wrap::after {
    height: 4vw;
  }
}
.cont .contact-contents {
  background-color: #fff;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  opacity: 0;
  transition: opacity 0.25s ease, padding 0.35s ease;
}
@media screen and (max-width: 1080px) {
  .cont .contact-contents {
    padding: 0 2.7777777778vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-contents {
    padding: 0 4vw;
    font-size: 3.7333333333vw;
  }
}
.cont .contact-contents-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cont .contact-contents-text {
    line-height: inherit;
  }
}
.cont .contact-contents-note {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .cont .contact-contents-note {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-contents-note {
    font-size: 3.4666666667vw;
  }
}
.cont .contact-contents-wrap.is-open .contact-contents {
  padding: 25px 30px 0;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .cont .contact-contents-wrap.is-open .contact-contents {
    padding: 2.3148148148vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 767px) {
  .cont .contact-contents-wrap.is-open .contact-contents {
    padding: 3.3333333333vw 4vw 0;
  }
}

/* contact:end */
.cont .gas-price-head-area, .cont .gas-price-head {
  color: #333;
  font-size: 26px;
  line-height: 1.3076923077;
  letter-spacing: 0.025em;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-head-area, .cont .gas-price-head {
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-head-area, .cont .gas-price-head {
    font-size: 3.4666666667vw;
  }
}

/* gas:start */
.cont .gas {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .cont .gas {
    margin-top: 7.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas {
    margin-top: 8vw;
  }
}
.cont .gas-container {
  max-width: 960px;
  margin-inline: auto;
  background-color: #fff;
  padding-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-container {
    max-width: 88.8888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-container {
    max-width: 88vw;
    padding-bottom: 8.6666666667vw;
  }
}
.cont .gas-heading {
  max-width: 960px;
  width: 100%;
  height: 98px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_36.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .gas-heading {
    max-width: 88.8888888889vw;
    height: 9.0740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-heading {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_37.png);
    max-width: 88vw;
    height: 13.0666666667vw;
  }
}
.cont .gas-heading-text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .gas-heading-text {
    font-size: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-heading-text {
    font-size: 5.3333333333vw;
  }
}
.cont .gas-lead {
  margin-top: 20px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .gas-lead {
    margin-top: 1.8518518519vw;
    font-size: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-lead {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
.cont .gas-count {
  margin-top: 10px;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count {
    margin-top: 0.9259259259vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count {
    margin-top: 1.3333333333vw;
  }
}
.cont .gas-count::before {
  content: "";
  background-image: url(/ep/campaign/images/img_1pick-cp2026_24.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 47px;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count::before {
    width: 4.3518518519vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count::before {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_25.png);
    width: 6.2666666667vw;
    height: 7.0666666667vw;
    margin-right: 4vw;
  }
}
.cont .gas-count::after {
  content: "";
  background-image: url(/ep/campaign/images/img_1pick-cp2026_26.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 47px;
  margin-left: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count::after {
    width: 4.3518518519vw;
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count::after {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_27.png);
    width: 6.2666666667vw;
    height: 7.0666666667vw;
    margin-left: 2vw;
  }
}
.cont .gas-count-num {
  max-width: 109px;
  margin-right: 5px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count-num {
    max-width: 10.0925925926vw;
    margin-right: 0.462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count-num {
    max-width: 15.6vw;
    margin-right: 0.6666666667vw;
  }
}
.cont .gas-count-text {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count-text {
    font-size: 3.1481481481vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count-text {
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
}
.cont .gas-count-kome {
  font-size: 20px;
  vertical-align: super;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  .cont .gas-count-kome {
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-count-kome {
    font-size: 3.2vw;
  }
}
.cont .gas-result {
  margin-top: 25px;
  color: #333;
  font-size: 46px;
  line-height: 1.4782608696;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .cont .gas-result {
    margin-top: 2.3148148148vw;
    font-size: 4.2592592593vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-result {
    margin-top: 2vw;
    font-size: 6.6666666667vw;
    line-height: 1.25;
  }
}
.cont .gas-result-white {
  display: inline-flex;
  align-items: center;
  height: 63px;
  background-color: #081e6e;
  padding-inline: 10px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .cont .gas-result-white {
    height: 5.8333333333vw;
    padding-inline: 0.9259259259vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-result-white {
    height: 8.4vw;
    padding-inline: 1.3333333333vw;
  }
}
.cont .gas-result-white::before {
  content: "";
  display: inline-block;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_28.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 45px;
  height: 56px;
  margin-right: 5px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-result-white::before {
    width: 4.1666666667vw;
    height: 5.1851851852vw;
    margin-right: 0.462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-result-white::before {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_29.png);
    width: 5.2vw;
    height: 6.6666666667vw;
    margin-right: 0.6666666667vw;
  }
}
.cont .gas-quality {
  flex-direction: row;
  gap: 40px;
  background-color: #fff;
  border: 3px solid #081e6e;
  max-width: 920px;
  width: 100%;
  margin-top: 30px;
  margin-inline: auto;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-quality {
    gap: 3.7037037037vw;
    border-width: 0.2777777778vw;
    max-width: 85.1851851852vw;
    margin-top: 2.7777777778vw;
    padding-top: 2.037037037vw;
    padding-bottom: 2.962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-quality {
    gap: 2.6666666667vw;
    border-width: 0.5333333333vw;
    max-width: 85.3333333333vw;
    margin-top: 4.6666666667vw;
    padding-top: 2.9333333333vw;
    padding-bottom: 4.2666666667vw;
  }
}
.cont .gas-quality-rabbit {
  max-width: 120px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-quality-rabbit {
    max-width: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-quality-rabbit {
    max-width: 13.6vw;
  }
}
.cont .gas-quality-contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-quality-contents {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-quality-contents {
    gap: 0;
  }
}
.cont .gas-quality-head {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .gas-quality-head {
    font-size: 3.5185185185vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-quality-head {
    font-size: 5.0666666667vw;
  }
}
.cont .gas-quality-text {
  font-size: 22px;
  line-height: 1.5454545455;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .gas-quality-text {
    font-size: 2.037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-quality-text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.cont .gas-price {
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price {
    max-width: 84.2592592593vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price {
    max-width: 88vw;
  }
}
.cont .gas-price-slider {
  position: relative;
  overflow: hidden;
}
.cont .gas-price-list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-list {
    padding-top: 4.6296296296vw;
    padding-bottom: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-list {
    padding-top: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.cont .gas-price-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 442px;
  padding-inline: 16px;
  padding-bottom: 28px;
  box-shadow: 0 0 10px 1px rgba(82, 144, 201, 0.6);
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-item {
    min-height: 40.9259259259vw;
    padding-inline: 1.4814814815vw;
    padding-bottom: 2.5925925926vw;
    box-shadow: 0 0 1.8518518519vw 0.462962963vw rgba(82, 144, 201, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-item {
    min-height: 58.9333333333vw;
    height: 58.9333333333vw;
    padding-inline: 2.1333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.cont .gas-price-item.swiper-slide {
  width: 430px;
  min-width: 430px;
  max-width: 430px;
  flex: 0 0 430px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-item.swiper-slide {
    width: 39.8148148148vw;
    min-width: 39.8148148148vw;
    max-width: 39.8148148148vw;
    flex: 0 0 39.8148148148vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-item.swiper-slide {
    width: 54.6666666667vw;
    min-width: 54.6666666667vw;
    max-width: 54.6666666667vw;
    flex: 0 0 54.6666666667vw;
  }
}
.cont .gas-price-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background-color: #081e6e;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-button {
    width: 6.4814814815vw;
    height: 6.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.cont .gas-price-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-button::before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    border-top-width: 0.3703703704vw;
    border-right-width: 0.3703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-button::before {
    width: 1.6vw;
    height: 1.6vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
.cont .gas-price-button-prev {
  left: calc(50% - 215px - 20px);
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-button-prev {
    left: calc(50% - 19.9074074074vw - 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-button-prev {
    left: calc(50% - 27.3333333333vw - 2.6666666667vw);
  }
}
.cont .gas-price-button-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.cont .gas-price-button-next {
  left: calc(50% + 215px + 20px);
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-button-next {
    left: calc(50% + 19.9074074074vw + 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-button-next {
    left: calc(50% + 27.3333333333vw + 2.6666666667vw);
  }
}
.cont .gas-price-button-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
@media (any-hover: hover) {
  .cont .gas-price-button:hover {
    opacity: 0.85;
  }
}
.cont .gas-price-button:focus-visible {
  opacity: 0.85;
  outline: 2px solid #000;
  outline-offset: 2px;
}
.cont .gas-price-area {
  max-width: 213px;
  width: 100%;
  height: 49px;
  border-radius: 24.5px;
  margin-inline: auto;
  background-color: #081e6e;
  margin-top: 30px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-area {
    max-width: 19.7222222222vw;
    height: 4.537037037vw;
    border-radius: 2.2685185185vw;
    margin-top: 2.7777777778vw;
    font-size: 2.4074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-area {
    max-width: 28.4vw;
    height: 6.5333333333vw;
    border-radius: 3.2666666667vw;
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
}
.cont .gas-price-head {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-head {
    margin-top: 4.6296296296vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-head {
    line-height: 1.6923076923;
    margin-top: 4.6666666667vw;
  }
}
.cont .gas-price-head-big {
  font-size: 31px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-head-big {
    font-size: 2.8703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-head-big {
    font-size: 4.1333333333vw;
  }
}
.cont .gas-price-head-area {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-head-area {
    margin-top: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-head-area {
    margin-top: 2vw;
  }
}
.cont .gas-price-image {
  margin-top: 45px;
  max-width: 274px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-image {
    margin-top: 4.1666666667vw;
    max-width: 25.3703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-image {
    margin-top: 5.3333333333vw;
    max-width: 32vw;
  }
}
.cont .gas-price-image-year {
  margin-top: 24px;
  max-width: 368px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-image-year {
    margin-top: 2.2222222222vw;
    max-width: 34.0740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-image-year {
    margin-top: 1.3333333333vw;
    max-width: 42.1333333333vw;
  }
}
.cont .gas-price-image-area {
  margin-top: 18px;
  max-width: 274px;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-image-area {
    margin-top: 1.6666666667vw;
    max-width: 25.3703703704vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-image-area {
    margin-top: 2.6666666667vw;
    max-width: 32vw;
  }
}
.cont .gas-price-note {
  margin-top: 50px;
  color: #333;
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-note {
    margin-top: 4.6296296296vw;
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-note {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1;
  }
}
.cont .gas-price-link {
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  border: none;
  background-color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-link {
    margin-top: 0.462962963vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-link {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.cont .gas-price-caution {
  color: #333;
  font-size: 14px;
  line-height: 2.7142857143;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .gas-price-caution {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .gas-price-caution {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    margin-inline: 1.3333333333vw;
  }
}

/* gas:end */
/* point:start */
.cont .point {
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .cont .point {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point {
    margin-top: 8vw;
  }
}
.cont .point-container {
  max-width: 960px;
  margin-inline: auto;
  background-color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .cont .point-container {
    max-width: 88.8888888889vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-container {
    max-width: 88vw;
    padding-bottom: 8vw;
  }
}
.cont .point-contents {
  max-width: 810px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .point-contents {
    max-width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-contents {
    max-width: 84vw;
  }
}
.cont .point-heading {
  max-width: 960px;
  height: 98px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_36.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .point-heading {
    max-width: 88.8888888889vw;
    height: 9.0740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-heading {
    background-image: url(/ep/campaign/images/img_1pick-cp2026_37.png);
    max-width: 88vw;
    height: 13.0666666667vw;
  }
}
.cont .point-heading-text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .cont .point-heading-text {
    font-size: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-heading-text {
    font-size: 5.3333333333vw;
  }
}
.cont .point-image-01 {
  max-width: 720px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .point-image-01 {
    max-width: 66.6666666667vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-image-01 {
    max-width: 84vw;
    margin-top: 5.3333333333vw;
  }
}
.cont .point-image-02 {
  max-width: 785px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .point-image-02 {
    max-width: 72.6851851852vw;
    margin-top: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-image-02 {
    max-width: 83.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.cont .point-image-03 {
  max-width: 748px;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .point-image-03 {
    max-width: 69.2592592593vw;
    margin-top: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-image-03 {
    max-width: 84.1333333333vw;
    margin-top: 4vw;
  }
}
.cont .point-note {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .point-note {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-note {
    margin-top: 2vw;
  }
}
.cont .point-note-item {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .point-note-item {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-note-item {
    font-size: 3.4666666667vw;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
}
.cont .point-link-box {
  text-align: center;
}
.cont .point-link {
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .point-link {
    margin-top: 0.462962963vw;
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .point-link {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

/* point:end */
/* service:start */
.cont .service {
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .cont .service {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service {
    margin-top: 8vw;
  }
}
.cont .service-container {
  max-width: 960px;
  margin-inline: auto;
  background-color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .cont .service-container {
    max-width: 88.8888888889vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-container {
    max-width: 88vw;
    padding-bottom: 8vw;
  }
}
.cont .service-contents {
  max-width: 810px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .service-contents {
    max-width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-contents {
    max-width: 88vw;
  }
}
.cont .service-heading {
  max-width: 960px;
  height: 98px;
  background-image: url(/ep/campaign/images/img_1pick-cp2026_12.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .cont .service-heading {
    max-width: 88.8888888889vw;
    height: 9.0740740741vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-heading {
    max-width: 88vw;
    height: 13.0666666667vw;
  }
}
.cont .service-heading-text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .service-heading-text {
    font-size: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-heading-text {
    font-size: 5.3333333333vw;
  }
}
.cont .service-sup {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .cont .service-sup {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-sup {
    font-size: 2.6666666667vw;
  }
}
.cont .service-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .cont .service-list {
    margin-top: 2.7777777778vw;
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-list {
    margin-top: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.cont .service-image {
  max-width: 180px;
}
@media screen and (max-width: 1080px) {
  .cont .service-image {
    max-width: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-image {
    max-width: 20vw;
  }
}
.cont .service-note {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .cont .service-note {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-note {
    margin-top: 2.6666666667vw;
  }
}
.cont .service-note-item {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 1080px) {
  .cont .service-note-item {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-note-item {
    font-size: 3.4666666667vw;
    margin-inline: 2vw;
    line-height: 1.8;
  }
}
.cont .service-link-box {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .cont .service-link-box {
    margin-top: 0.9259259259vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-link-box {
    margin-top: 1.3333333333vw;
  }
}
.cont .service-link {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .cont .service-link {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .service-link {
    font-size: 3.4666666667vw;
  }
}

/* service:end */
.cont .modal-head-two, .cont .modal-head-one {
  text-align: center;
  color: #333;
  font-weight: bold;
}

/* modal:start */
.cont .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1080px) {
  .cont .modal-overlay {
    padding: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-overlay {
    padding: 2.1333333333vw;
  }
}
.cont .modal-overlay[hidden] {
  display: none;
}
.cont .modal-window {
  position: relative;
  width: 800px;
  height: 90vh;
  height: 90dvh;
  max-width: 800px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-window {
    width: 74.0740740741vw;
    height: 90vh;
    max-height: 74.0740740741vw;
    border-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-window {
    width: 90vw;
    height: 80vh;
    max-height: 142.4vw;
  }
}
.cont .modal-close-button {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 50px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .cont .modal-close-button {
    top: 1.6666666667vw;
    right: 1.8518518519vw;
    width: 3.7037037037vw;
    height: 3.7037037037vw;
    font-size: 4.6296296296vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-close-button {
    top: 4vw;
    right: 4vw;
    width: 4.8vw;
    height: 4.8vw;
    font-size: 9.3333333333vw;
  }
}
.cont .modal-content {
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .modal-content {
    padding-top: 7.4074074074vw;
    padding-bottom: 9.2592592593vw;
    max-width: 55.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-content {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    max-width: 84.6666666667vw;
  }
}
.cont .modal-title {
  max-width: 539px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  .cont .modal-title {
    max-width: 49.9074074074vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-title {
    max-width: 75.3333333333vw;
  }
}
.cont .modal-plan {
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-plan {
    margin-top: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-plan {
    margin-top: 6.6666666667vw;
  }
}
.cont .modal-list {
  counter-reset: modal-note;
  margin-top: 55px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-list {
    margin-top: 5.0925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-list {
    margin-top: 5.3333333333vw;
  }
}
.cont .modal-item {
  position: relative;
  padding-left: 2.4em;
  color: #333;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .cont .modal-item {
    font-size: 1.2962962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-item {
    padding-left: 2.6em;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.cont .modal-item::before {
  counter-increment: modal-note;
  content: "※" counter(modal-note);
  position: absolute;
  top: 0;
  left: 0;
}
.cont .modal-item + .cont .modal-item {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-item + .cont .modal-item {
    margin-top: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-item + .cont .modal-item {
    margin-top: 2.6666666667vw;
  }
}
.cont .modal-price {
  margin-top: 50px;
  text-align: center;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .cont .modal-price {
    margin-top: 4.6296296296vw;
    font-size: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-price {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.cont .modal-plans {
  margin-top: -5px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-plans {
    margin-top: -0.462962963vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-plans {
    margin-top: 0;
  }
}
.cont .modal-label {
  margin-top: 20px;
  color: #eb1e1e;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .cont .modal-label {
    margin-top: 1.8518518519vw;
    font-size: 1.8518518519vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-label {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.cont .modal-value {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 8px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-value {
    font-size: 1.8518518519vw;
    margin-top: 0.7407407407vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-value {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    margin-top: 2.6666666667vw;
  }
}
.cont .modal-note {
  color: #333;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.12em;
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-note {
    font-size: 1.2962962963vw;
    margin-top: 4.6296296296vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-note {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin-top: 5.3333333333vw;
  }
}
.cont .modal-head-one {
  margin-top: -19px;
  font-size: 28px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .cont .modal-head-one {
    margin-top: -1.7592592593vw;
    font-size: 2.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-head-one {
    margin-top: -2vw;
    font-size: 3.7333333333vw;
  }
}
.cont .modal-head-two {
  margin-top: 5px;
  font-size: 40px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-head-two {
    margin-top: 0.462962963vw;
    font-size: 3.7037037037vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-head-two {
    margin-top: 0.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.cont .modal-gas {
  margin-top: 45px;
  max-width: 600px;
}
@media screen and (max-width: 1080px) {
  .cont .modal-gas {
    max-width: 55.5555555556vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cont .modal-gas {
    max-width: 84vw;
    margin-top: 5.3333333333vw;
  }
}

/* modal:end */
/* floating:start */
.cont .floating-entry {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: block;
  width: 144px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .cont .floating-entry {
    right: 1.8518518519vw;
    bottom: 1.8518518519vw;
    width: 13.3333333333vw;
    transform: translateY(0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .cont .floating-entry {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 20.6666666667vw;
    transform: translateY(1.0666666667vw);
  }
}
.cont .floating-entry.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (any-hover: hover) {
  .cont .floating-entry:hover {
    opacity: 0.7;
  }
}
.cont .floating-entry:focus-visible {
  opacity: 0.7;
}

/* floating:end */