.hd-root :where(html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video) {
  margin: 0;
  padding: 0;
}

.hd-root :where(main) {
  display: block;
}

.hd-root :where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

.hd-root :where(fieldset, img) {
  border: 0;
}

.hd-root :where(address, caption, cite, code, dfn, em, strong, var) {
  font-style: normal;
  font-weight: normal;
}

.hd-root :where(ol, ul) {
  list-style: none;
  list-style-type: none;
}

.hd-root :where(li) {
  list-style: none;
  list-style-type: none;
}

.hd-root :where(caption, th) {
  font-weight: normal;
  text-align: left;
}

.hd-root :where(h1, h2, h3, h4, h5, h6) {
  font-weight: normal;
  font-size: 100%;
}

.hd-root :where(area) {
  outline: none;
  border: none;
}

.hd-root :where(abbr, acronym) {
  border: 0;
}

.hd-root :where(*) {
  box-sizing: border-box;
}

.hd-root :where(input, select, textarea) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

.hd-root :where(button) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

.hd-root :where(input[type=submit], input[type=button]) {
  cursor: pointer;
}

.hd-root :where(input, textarea) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hd-root :where(a) {
  outline: none;
}

.hd-root :where(img) {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #003e96;
  --color-dark-blue: #002E70;
  --color-light-blue: #D5F0FF;
  --color-pale-blue: #E6F6FF;
  --color-medium-blue: #7ECEF4;
  --color-medium-blue-80: #7ECEF4CC;
  --color-gray: #949499;
  --color-gray-80: #94949980;
  --color-light-grey: #E5E5E5;
  --color-dark-grey: #333333;
  --color-medium-grey: #6E6E6E;
  --color-yellow: #ffe150;
  --color-disabled: #C7C7C7;
  --transition-duration: 0.3s;
  --transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  --transition-delay: 0.5s;
  --depth-modal: 11002;
  --depth-float: 10999;
}

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

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  display: flex;
  backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  flex-shrink: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  display: flex;
  backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  flex-shrink: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  opacity: 0.7;
  z-index: 1;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 2em;
  height: 2em;
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  display: inline-block;
  position: relative;
  opacity: 0.7;
  transition: transform 0.2s linear;
  margin: 3px;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 8px;
  height: 8px;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  z-index: 1;
  background: #fff;
}

.splide__pagination__page:hover {
  opacity: 0.9;
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  display: flex;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}.hd-root a:focus,
.hd-root button:focus,
.hd-root select:focus {
  outline: none;
}.hd-elevated-button {
  display: block;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.hd-elevated-button:link, .hd-elevated-button:visited {
  text-decoration: none;
}
.hd-elevated-button:hover {
  text-decoration: none;
}
.hd-elevated-button__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  border-radius: 22px;
  background-color: var(--color-blue);
  padding: 13px 16px 10px;
  height: 100%;
  min-height: 44px;
}
.hd-elevated-button--narrow .hd-elevated-button__body {
  border-radius: 16px;
  padding: 6px 12px;
  min-height: 32px;
}
.hd-elevated-button--sp-narrow .hd-elevated-button__body {
  border-radius: 16px;
  padding: 6px 12px;
  min-height: 32px;
}
.hd-elevated-button--wide .hd-elevated-button__body {
  border-radius: 28px;
  padding: 16px 24px;
  min-height: 56px;
}
.hd-elevated-button:hover .hd-elevated-button__body {
  background-color: #0053C9;
}
.hd-elevated-button--cancel .hd-elevated-button__body {
  background-color: var(--color-gray);
}
.hd-elevated-button.hd-elevated-button--cancel:hover .hd-elevated-button__body {
  background-color: var(--color-gray-80);
}

.hd-elevated-button__label {
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.hd-elevated-button--wide .hd-elevated-button__label {
  font-size: 1.6rem;
}

.hd-elevated-button__icon {
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.hd-elevated-button__icon svg {
  width: 100%;
  height: 100%;
}
.hd-elevated-button--narrow .hd-elevated-button__icon {
  right: 16px;
  width: 16px;
  height: 16px;
}
.hd-elevated-button--wide .hd-elevated-button__icon {
  right: 24px;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 768px) {
  .hd-elevated-button--sp-narrow .hd-elevated-button__body {
    border-radius: 22px;
    padding: 13px 16px 10px;
    min-height: 44px;
  }
}.hd-count-panel {
  transform: translateZ(0);
  perspective: 500px;
  will-change: transform;
  min-width: 25px;
  min-height: 42px;
  line-height: 42px;
  text-align: center;
}
.hd-count-panel--sp-s {
  min-width: 22px;
  min-height: 33px;
  line-height: 33px;
}
.hd-count-panel--wide {
  min-width: 33px;
}

.hd-count-panel__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 21px 0;
  border-radius: 4px;
  background: var(--color-dark-blue);
  width: 100%;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
}
.hd-count-panel--sp-s .hd-count-panel__item {
  transform-origin: 0 16px 0;
  font-size: 2.4rem;
}
.hd-count-panel__item::before, .hd-count-panel__item::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
.hd-count-panel__item::before {
  background: var(--color-dark-blue);
  height: 1px;
}
.hd-count-panel__item::after {
  top: 0;
  height: 100%;
}
.hd-count-panel__item--top {
  height: 50%;
  overflow: hidden;
}
.hd-count-panel__item--top::before {
  bottom: 0;
}
.hd-count-panel--down .hd-count-panel__item--top {
  height: 50%;
}
.hd-count-panel--up .hd-count-panel__item--top {
  height: 50%;
}
.hd-count-panel--down .hd-count-panel__item--top.hd-count-panel__item--current {
  z-index: 3;
}
.hd-count-panel--up .hd-count-panel__item--top.hd-count-panel__item--current {
  z-index: 4;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
.hd-count-panel--up.hd-count-panel--progress .hd-count-panel__item--top.hd-count-panel__item--current {
  transform: rotate3d(1, 0, 0, -90deg);
  transition-property: transform;
}
.hd-count-panel--end .hd-count-panel__item--top.hd-count-panel__item--current {
  transition-property: none;
}
.hd-count-panel--down .hd-count-panel__item--top.hd-count-panel__item--next {
  transform: rotate3d(1, 0, 0, -90deg);
  z-index: 4;
  transition-delay: 0.35s;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.hd-count-panel--down.hd-count-panel--progress .hd-count-panel__item--top.hd-count-panel__item--next {
  transform: none;
  transition-property: transform;
}
.hd-count-panel--up .hd-count-panel__item--top.hd-count-panel__item--next {
  z-index: 3;
}
.hd-count-panel--end .hd-count-panel__item--top.hd-count-panel__item--next {
  transition-property: none;
}
.hd-count-panel__item--bottom {
  height: 100%;
}
.hd-count-panel__item--bottom::before {
  top: 50%;
}
.hd-count-panel--down .hd-count-panel__item--bottom.hd-count-panel__item--current {
  z-index: 2;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
.hd-count-panel--down.hd-count-panel--progress .hd-count-panel__item--bottom.hd-count-panel__item--current {
  transform: rotateX(90deg);
  transition-property: transform;
}
.hd-count-panel--up .hd-count-panel__item--bottom.hd-count-panel__item--current {
  z-index: 1;
}
.hd-count-panel--end .hd-count-panel__item--bottom.hd-count-panel__item--current {
  transition-property: none;
}
.hd-count-panel--down .hd-count-panel__item--bottom.hd-count-panel__item--next {
  z-index: 1;
}
.hd-count-panel--up .hd-count-panel__item--bottom.hd-count-panel__item--next {
  transform: rotate3d(1, 0, 0, 90deg);
  z-index: 2;
  transition-delay: 0.35s;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.375, 1.495, 0.61, 0.78);
}
.hd-count-panel--up.hd-count-panel--progress .hd-count-panel__item--bottom.hd-count-panel__item--next {
  transform: rotate3d(1, 0, 0, 0);
  transition-property: transform;
}
.hd-count-panel--end .hd-count-panel__item--bottom.hd-count-panel__item--next {
  transition-property: none;
}
@media print, screen and (min-width: 768px) {
  .hd-count-panel--sp-s {
    min-height: 42px;
    line-height: 42px;
  }
  .hd-count-panel__item {
    transform-origin: 0 21px 0;
  }
  .hd-count-panel--sp-s .hd-count-panel__item {
    transform-origin: 0 21px 0;
    font-size: 3.2rem;
  }
}.hd-counter {
  display: flex;
  gap: 2px;
}.hd-mile-item {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2px;
  border-radius: 8px;
  background-color: var(--color-blue);
  padding: 12px 24px 11px 24px;
}
.hd-mile-item--sp-s {
  padding: 12px 10px 11px 10px;
}
.hd-mile-item--simulation {
  align-items: flex-end;
  padding: 8px 10px;
}

.hd-mile-item__total-pre {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item__total-pre::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--sp-s .hd-mile-item__total-pre {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item--sp-s .hd-mile-item__total-pre::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--sp-s .hd-mile-item__total-pre {
  padding: 5px 2px 4px;
  font-size: 2.4rem;
}
.hd-mile-item--simulation .hd-mile-item__total-pre {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item--simulation .hd-mile-item__total-pre::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--simulation .hd-mile-item__total-pre {
  padding: 4px 2px;
  font-size: 1.6rem;
}

.hd-mile-item__value-outer {
  display: flex;
  gap: 0 2px;
}

.hd-mile-item__total-value {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item__total-value::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--sp-s .hd-mile-item__total-value {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item--sp-s .hd-mile-item__total-value::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--sp-s .hd-mile-item__total-value {
  padding: 5px 2px 4px;
  font-size: 2.4rem;
}

.hd-mile-item__total-unit {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0 2px;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item__total-unit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item__total-unit {
  align-items: flex-end;
}
.hd-mile-item--sp-s .hd-mile-item__total-unit {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item--sp-s .hd-mile-item__total-unit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--sp-s .hd-mile-item__total-unit {
  padding: 5px 2px 4px;
  font-size: 2.4rem;
}
.hd-mile-item--sp-s .hd-mile-item__total-unit {
  align-items: flex-end;
}
.hd-mile-item--simulation .hd-mile-item__total-unit {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 4px;
  background: var(--color-dark-blue);
  padding: 5px 2px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
.hd-mile-item--simulation .hd-mile-item__total-unit::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-dark-blue);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-mile-item--simulation .hd-mile-item__total-unit {
  padding: 4px 2px;
  font-size: 1.6rem;
}
.hd-mile-item--simulation .hd-mile-item__total-unit {
  align-items: flex-end;
}

.hd-mile-item__total-unit-s {
  display: inline-block;
  font-weight: 300;
  font-size: 1.6rem;
}
.hd-mile-item--sp-s .hd-mile-item__total-unit-s {
  font-size: 1.4rem;
}
.hd-mile-item--simulation .hd-mile-item__total-unit-s {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .hd-mile-item--sp-s {
    padding: 12px 24px 11px 24px;
  }
  .hd-mile-item--simulation {
    align-items: normal;
    padding: 12px 24px 11px 24px;
  }
  .hd-mile-item--wide {
    display: flex;
    padding: 12px 36px 11px 36px;
    width: 100%;
  }
  .hd-mile-item--sp-s .hd-mile-item__total-pre {
    padding: 5px 2px;
    font-size: 3.2rem;
  }
  .hd-mile-item--simulation .hd-mile-item__total-pre {
    padding: 5px 2px;
    font-size: 3.2rem;
  }
  .hd-mile-item--sp-s .hd-mile-item__total-value {
    padding: 5px 2px;
    font-size: 3.2rem;
  }
  .hd-mile-item__total-unit {
    gap: 0 6px;
    padding: 5px 4px;
  }
  .hd-mile-item--sp-s .hd-mile-item__total-unit {
    padding: 5px 2px;
    font-size: 3.2rem;
  }
  .hd-mile-item--sp-s .hd-mile-item__total-unit {
    gap: 0 6px;
    padding: 5px 4px;
  }
  .hd-mile-item--simulation .hd-mile-item__total-unit {
    padding: 5px 2px;
    font-size: 3.2rem;
  }
  .hd-mile-item--simulation .hd-mile-item__total-unit {
    gap: 0 6px;
    padding: 5px 4px;
  }
  .hd-mile-item--sp-s .hd-mile-item__total-unit-s {
    font-size: 1.6rem;
  }
  .hd-mile-item--simulation .hd-mile-item__total-unit-s {
    font-size: 1.6rem;
  }
}.hd-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hd-categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.hd-categories--large .hd-categories__list {
  justify-content: flex-start;
  gap: 16px;
}

.hd-categories__item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  background-color: #525252;
  padding: 8px 20px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.hd-categories__item:hover {
  background-color: #949499;
}
.hd-categories__item._active {
  background-color: #7ecef4;
  color: var(--color-blue);
}
@media print, screen and (min-width: 768px) {
  .hd-categories__list {
    align-items: center;
    gap: 20px;
  }
  .hd-categories--large .hd-categories__list {
    justify-content: center;
    gap: 24px;
  }
  .hd-categories--large .hd-categories__item {
    border-radius: 32px;
    padding: 16px 48px;
    font-size: 2.4rem;
  }
}.hd-milesimulation-head__picture {
  display: block;
}.hd-form-title {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 9px;
}

.hd-form-title__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.hd-form-title__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.hd-form-title__text {
  flex: 1;
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .hd-form-title {
    gap: 8px;
  }
  .hd-form-title__icon {
    width: 40px;
    height: 40px;
  }
  .hd-form-title__text {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}.hd-mile-result {
  display: inline-flex;
  flex-direction: column;
}

.hd-mile-result__label {
  margin: 0;
  width: 100%;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}

.hd-mile-result__value-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  white-space: nowrap;
}

.hd-mile-result__value {
  color: var(--color-blue);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  text-align: right;
}

.hd-mile-result__unit {
  margin: 0;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .hd-mile-result {
    gap: 2px;
  }
  .hd-mile-result__value {
    font-size: 3.2rem;
    line-height: 1;
  }
  .hd-mile-result__unit {
    font-size: 1.4rem;
  }
}.hd-select {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hd-select__label {
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hd-select__wrapper {
  display: flex;
  position: relative;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--color-blue);
  border-radius: 20px;
  background-color: var(--color-white);
  padding: 12px 14px;
  width: 100px;
  height: 40px;
}
.hd-select__wrapper::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 22px;
  transform: translateY(-60%) rotate(45deg);
  border-right: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  width: 6px;
  height: 6px;
  pointer-events: none;
  content: "";
}

.hd-select__input {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  padding-right: 22px;
  width: 100%;
  height: 100%;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .hd-select {
    gap: 16px;
  }
  .hd-select__label {
    font-size: 2.8rem;
    line-height: 1.3;
    white-space: nowrap;
  }
  .hd-select__wrapper {
    border-radius: 32px;
    padding: 16px 24px;
    width: 131px;
    height: 56px;
  }
  .hd-select__wrapper::after {
    top: 50%;
    right: 31px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 8px;
    height: 8px;
  }
  .hd-select__input {
    padding-right: 32px;
    font-size: 1.6rem;
  }
}.hd-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media print, screen and (min-width: 768px) {
  .hd-checkbox-group {
    gap: 41px;
  }
}.hd-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.hd-checkbox__input {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hd-checkbox__icon {
  display: block;
  position: relative;
  flex-shrink: 0;
  border: 2px solid var(--color-blue);
  border-radius: 4px;
  background-color: var(--color-white);
  width: 16px;
  height: 16px;
}
.hd-checkbox__icon::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  width: 6px;
  height: 10px;
  content: "";
}

.hd-checkbox__input:checked + .hd-checkbox__icon {
  background-color: var(--color-blue);
}
.hd-checkbox__input:checked + .hd-checkbox__icon::after {
  opacity: 1;
}

.hd-checkbox__label {
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .hd-checkbox__icon {
    width: 18px;
    height: 18px;
  }
  .hd-checkbox__icon::after {
    top: calc(50% - 2px);
    width: 8px;
    height: 12px;
  }
  .hd-checkbox__label {
    font-size: 2rem;
  }
}.hd-new-membership {
  display: none;
  position: relative;
  justify-content: center;
  border-radius: 16px;
  background-color: var(--color-light-blue);
  padding: 24px;
}
.hd-new-membership--show {
  display: flex;
}

.hd-new-membership__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hd-new-membership__title {
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.5;
}

.hd-new-membership__button {
  width: 164px;
}

.hd-new-membership__cards {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
}

.hd-new-membership__card {
  aspect-ratio: 127/80;
  width: 101px;
  overflow: hidden;
}
.hd-new-membership__card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .hd-new-membership {
    padding: 30px;
  }
  .hd-new-membership__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  .hd-new-membership__content {
    flex: 1;
    gap: 8px;
  }
  .hd-new-membership__title {
    font-size: 2.2rem;
  }
  .hd-new-membership__button {
    width: 240px;
  }
  .hd-new-membership__cards {
    gap: 8px;
    margin: 0 auto;
    width: 397px;
  }
  .hd-new-membership__card {
    width: 127px;
  }
}.asw-init-flight-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.asw-init-flight-text__logo {
  aspect-ratio: 78/20;
  width: 63px;
}

.asw-init-flight-text__text {
  color: var(--color-thin-black);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .asw-init-flight-text {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .asw-init-flight-text__logo {
    width: 78px;
  }
  .asw-init-flight-text__text {
    font-size: 1.8rem;
  }
}.hd-form {
  width: 100%;
}

.hd-form__section {
  padding: 20px 0 40px;
  width: 100%;
}
.hd-form__section + .hd-form__section {
  border-top: 1px solid var(--color-light-grey);
  padding-top: 36px;
}
.hd-form__section:first-child {
  padding-top: 0;
}

.hd-form__body {
  width: 100%;
}
.hd-form__title + .hd-form__body {
  margin-top: 15px;
}

.hd-form__init-flight {
  padding-bottom: 8px;
}

.hd-form__body + .hd-form__newMembership {
  margin-top: 24px;
}
.hd-form__body.hd-form__body--hidden + .hd-form__newMembership {
  margin-top: 24px;
}

.hd-form__item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}
.hd-form__item + .hd-form__item {
  margin-top: 29px;
}
.hd-form__item--hidden {
  display: none;
}

.hd-form__text {
  grid-row: 1;
  grid-column: 1/3;
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hd-form__flight-item-outer {
  position: relative;
  grid-row: 1;
  grid-column: 1/3;
}

.hd-form__button-delete-outer {
  position: absolute;
  top: -8px;
  right: 0;
}

.hd-form__checkbox-outer {
  grid-row: 1;
  grid-column: 1;
}

.hd-form__input {
  display: flex;
  position: relative;
  grid-row: 2;
  grid-column: 1/2;
  align-items: center;
  gap: 15px;
}
.hd-form__input::after {
  border-top: 2px solid var(--color-dark-grey);
  border-bottom: 2px solid var(--color-dark-grey);
  width: 16px;
  height: 10px;
  content: "";
}
.hd-form__input:empty {
  width: 175px;
}
.hd-form__input:empty::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.hd-form__flight-item-outer + .hd-form__input::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/icon_close.svg") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  content: none;
}

.hd-form__mile {
  display: flex;
  position: relative;
  grid-row: 2;
  grid-column: 2/3;
}

.hd-form__add-button-outer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.hd-form__add-button {
  width: 164px;
}

@media print, screen and (min-width: 768px) {
  .hd-form__section {
    padding: 48px 0;
  }
  .hd-form__section + .hd-form__section {
    padding-top: 48px;
  }
  .hd-form__section:first-child {
    padding-top: 0;
  }
  .hd-form__title + .hd-form__body {
    margin-top: 26px;
  }
  .hd-form__init-flight {
    padding-top: 6px;
    padding-bottom: 20px;
  }
  .hd-form__body + .hd-form__newMembership {
    margin-top: 40px;
  }
  .hd-form__body.hd-form__body--hidden + .hd-form__newMembership {
    margin-top: 28px;
  }
  .hd-form__item {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .hd-form__item + .hd-form__item {
    margin-top: 24px;
  }
  .hd-form__item--hidden {
    display: none;
  }
  .hd-form__item--add-flight {
    flex-wrap: wrap;
  }
  .hd-form__text {
    padding-right: 48px;
    width: 53.7137681159%;
    font-size: 2.2rem;
  }
  .hd-form__flight-item-outer {
    display: flex;
    grid-column: 1;
    align-items: center;
  }
  .hd-form__flight-item {
    flex: 1;
  }
  .hd-form__button-delete-outer {
    position: relative;
    top: 0;
    width: 106px;
  }
  .hd-form__button-delete {
    width: 82px;
  }
  .hd-form__checkbox-outer {
    width: 53.7137681159%;
  }
  .hd-form__input {
    flex: 1;
    justify-content: flex-end;
    gap: 24px;
    padding-right: 24px;
  }
  .hd-form__input::after {
    border-top-width: 3px;
    border-bottom-width: 3px;
    width: 22px;
    height: 12px;
  }
  .hd-form__input:empty {
    width: auto;
  }
  .hd-form__input:empty::after {
    right: 24px;
  }
  .hd-form__flight-item-outer + .hd-form__input {
    padding-left: 48px;
  }
  .hd-form__flight-item-outer + .hd-form__input::before {
    content: "";
  }
  .hd-form__mile {
    top: -5px;
    justify-content: flex-end;
    width: 19.7463768116%;
  }
  .hd-form__add-button-outer {
    margin-top: 24px;
  }
  .hd-form__add-button {
    width: 240px;
  }
}.hd-card-tab {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hd-card-tab__item {
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .hd-card-tab {
    gap: 24px;
  }
}.hd-card-tab-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: 2px solid var(--color-white);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background-color: var(--color-ana-light-blue);
  padding-top: 18px;
  padding-bottom: 8px;
}
.hd-card-tab-item:hover {
  background-color: #c5e8ff;
}
.hd-card-tab-item:hover::after {
  background-color: #c5e8ff;
}
.hd-card-tab-item--digital {
  gap: 9px;
}

.hd-card-tab-item--active {
  border-color: var(--color-black);
  background-color: var(--color-white);
}
.hd-card-tab-item--active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  width: 100%;
  height: 2px;
  content: "";
}
.hd-card-tab-item--active:hover {
  background-color: var(--color-white);
}
.hd-card-tab-item--active:hover::after {
  background-color: var(--color-white);
}

.hd-card-tab-item__image {
  aspect-ratio: 128/80;
  width: 85px;
}
.hd-card-tab-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hd-card-tab-item--digital .hd-card-tab-item__image {
  margin-top: -36px;
  aspect-ratio: 83/128;
  width: 63px;
}

.hd-card-tab-item__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.hd-card-tab-item--gold .hd-card-tab-item__label {
  padding: 0 3px;
}
@media print, screen and (min-width: 768px) {
  .hd-card-tab-item {
    gap: 16px;
    border-radius: 16px 16px 0 0;
    padding-top: 24px;
    padding-bottom: 14px;
  }
  .hd-card-tab-item--digital {
    gap: 9px;
  }
  .hd-card-tab-item__image {
    width: 128px;
  }
  .hd-card-tab-item--digital .hd-card-tab-item__image {
    margin-top: -42px;
    width: 83px;
  }
  .hd-card-tab-item__label {
    font-size: 1.8rem;
  }
}.hd-ticket {
  display: flex;
  flex-direction: column;
}

.hd-ticket__content {
  position: relative;
  border-radius: 18px;
  background: var(--color-pale-blue);
  padding: 17px 14px 38px;
}

.hd-ticket__header {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
}

.hd-ticket__logo {
  aspect-ratio: 78/20;
  width: 66px;
}

.hd-ticket__text {
  display: flex;
  position: relative;
  justify-content: center;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.hd-ticket__text::before, .hd-ticket__text::after {
  display: inline-block;
  position: relative;
  top: 6px;
  background-color: var(--color-blue);
  width: 20px;
  height: 1px;
  content: "";
}
.hd-ticket__text::before {
  transform: rotate(45deg);
}
.hd-ticket__text::after {
  transform: rotate(-45deg);
}

.hd-ticket__class {
  position: absolute;
  top: 1px;
  right: 2px;
  max-width: 43px;
}

.hd-ticket__body {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 16px;
  padding-top: 33px;
}
.hd-ticket__body::before {
  position: absolute;
  top: 37px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/icon_ticket_round_trip.svg") no-repeat center;
  background-size: contain;
  width: 85px;
  height: 50px;
  content: "";
}
.hd-ticket.hd-ticket--one-way .hd-ticket__body::before {
  background-image: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/icon_ticket_one_way.svg");
}

.hd-ticket__name {
  padding-left: 19px;
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}
.hd-ticket__item--arrival .hd-ticket__name {
  padding-left: 37px;
}

.hd-ticket__code {
  padding-left: 21px;
  color: var(--color-blue);
  line-height: 1;
}
.hd-ticket__code img {
  width: auto;
  height: 30px;
}
.hd-ticket__item--arrival .hd-ticket__code {
  padding-left: 53px;
}
.hd-ticket__name + .hd-ticket__code {
  margin-top: 11px;
}

.hd-ticket__ill {
  position: relative;
  aspect-ratio: 228/140;
  width: 150px;
}
.hd-ticket__code + .hd-ticket__ill {
  margin-top: 28px;
}

.hd-ticket__card {
  border-radius: 18px;
  background: var(--color-blue);
  padding: 11px 28px 26px;
}

.hd-ticket__card-title {
  margin: 0 auto;
  aspect-ratio: 95/14;
  width: 75px;
}

.hd-ticket__card-body {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 14px;
}

.hd-ticket__card-img {
  width: 136px;
}

.hd-ticket__card-text {
  position: relative;
  border: 1px solid var(--color-white);
  padding: 10px 13px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.hd-ticket__card-text::before {
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/arrow_sp.svg") no-repeat center;
  background-size: contain;
  width: 9px;
  height: 16px;
  content: "";
}
@media screen and (min-width: 913px) {
  .hd-ticket {
    flex-direction: row;
  }
  .hd-ticket__content {
    flex: 1;
    padding: 20px 22px;
  }
  .hd-ticket__header {
    flex-direction: row;
    gap: 0;
  }
  .hd-ticket__logo {
    width: 118px;
  }
  .hd-ticket__text {
    gap: 5px;
    padding-top: 7px;
    width: 397px;
    font-size: 1.3rem;
  }
  .hd-ticket__text::before, .hd-ticket__text::after {
    top: 7px;
    width: 24px;
    height: 2px;
  }
  .hd-ticket__logo + .hd-ticket__text {
    margin-left: 29px;
  }
  .hd-ticket__class {
    top: -5px;
    right: 3px;
    max-width: none;
  }
  .hd-ticket__text + .hd-ticket__class {
    margin-left: 47px;
  }
  .hd-ticket__body {
    gap: 69px;
    padding-top: 12px;
  }
  .hd-ticket__body::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 129px;
    height: 76px;
  }
  .hd-ticket__name {
    padding-left: 48px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .hd-ticket__item--arrival .hd-ticket__name {
    padding-left: 44px;
  }
  .hd-ticket__code {
    padding-left: 48px;
  }
  .hd-ticket__code img {
    height: 43px;
  }
  .hd-ticket__item--arrival .hd-ticket__code {
    padding-left: 66px;
  }
  .hd-ticket__name + .hd-ticket__code {
    margin-top: 11px;
  }
  .hd-ticket__ill {
    width: 228px;
  }
  .hd-ticket__code + .hd-ticket__ill {
    margin-top: -8px;
  }
  .hd-ticket__card {
    padding: 20px 43px 37px;
    width: 223px;
  }
  .hd-ticket__card-title {
    width: 95px;
  }
  .hd-ticket__card-body {
    display: contents;
  }
  .hd-ticket__card-img {
    padding-top: 54px;
    width: auto;
  }
  .hd-ticket__card-text {
    border-width: 2px;
    padding: 10px 12px 9px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .hd-ticket__card-text::before {
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/arrow_pc.svg");
    width: 22px;
    height: 13px;
  }
  .hd-ticket__card-img + .hd-ticket__card-text {
    margin-top: 40px;
  }
}.hd-ticket-content__ticket {
  margin: 0 auto;
  max-width: 345px;
}

.hd-ticket-content__text {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  color: var(--color-medium-grey);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
.hd-ticket-content__ticket + .hd-ticket-content__text {
  margin-top: 24px;
}
@media screen and (min-width: 913px) {
  .hd-ticket-content__ticket {
    max-width: 913px;
  }
  .hd-ticket-content__text {
    padding: 0;
  }
  .hd-ticket-content__ticket + .hd-ticket-content__text {
    margin-top: 21px;
  }
}.hd-icon-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease;
  border: none;
  border-radius: 50%;
  background-color: var(--color-yellow);
  padding: 0;
  width: 40px;
  height: 40px;
}
.hd-icon-button:hover {
  opacity: 0.8;
}
.hd-icon-button--large {
  width: 64px;
  height: 64px;
}
.hd-icon-button--drop-shadow {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.hd-icon-button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.hd-icon-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hd-icon-button.hd-icon-button--large .hd-icon-button__icon {
  width: 32px;
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .hd-icon-button {
    cursor: pointer;
    width: 48px;
    height: 48px;
  }
  .hd-icon-button--large {
    width: 64px;
    height: 64px;
  }
  .hd-icon-button__icon {
    width: 24px;
    height: 24px;
  }
}.hd-float-content {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(371px);
  z-index: var(--depth-float);
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.hd-float-content--open {
  transform: translateX(-50%) translateY(-56px);
}

.hd-float-content__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transform: translateY(-57px);
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.hd-float-content.hd-float-content--open .hd-float-content__inner {
  transform: translateY(-1px);
}

.hd-float-content__total-miles-outer {
  display: flex;
  justify-content: center;
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.hd-float-content.hd-float-content--open .hd-float-content__total-miles-outer {
  transform: translateY(-56px);
}

.hd-float-content__button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  transition: transform var(--transition-duration) var(--transition-timing-function);
}
.hd-float-content.hd-float-content--open .hd-float-content__button {
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (min-width: 913px) {
  .hd-float-content {
    transform: translateX(-50%) translateY(318px);
    width: 100%;
    max-width: 913px;
  }
  .hd-float-content--open {
    transform: translateX(-50%) translateY(0);
  }
  .hd-float-content__inner {
    transform: translateY(-65px);
    width: 100%;
  }
  .hd-float-content.hd-float-content--open .hd-float-content__inner {
    transform: translateY(0);
  }
  .hd-float-content.hd-float-content--open .hd-float-content__total-miles-outer {
    transform: translateY(0);
  }
  .hd-float-content__ticket {
    width: 100%;
  }
  .hd-float-content__button {
    top: 0;
    right: -56px;
    left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .hd-float-content__ticket-content {
    margin: 0 auto;
    max-width: 913px;
  }
}.hd-milesimulation__bg {
  background-color: var(--color-light-blue);
}
.hd-milesimulation__inner {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
.hd-milesimulation__head + .hd-milesimulation__inner {
  margin-top: 40px;
}

.hd-milesimulation__tab {
  position: relative;
  z-index: 2;
}
.hd-milesimulation__form {
  position: relative;
  z-index: 1;
  margin: 0 -16px;
  border-top: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  background-color: var(--color-white);
  padding: 0 16px 24px;
}
@media print, screen and (min-width: 768px) {
  .hd-milesimulation__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    max-width: 120rem;
  }
  .hd-milesimulation__inner._narrow {
    max-width: 106.8rem;
  }
  .hd-milesimulation__inner {
    padding-bottom: 80px;
  }
  .hd-milesimulation__head + .hd-milesimulation__inner {
    margin-top: 64px;
  }
  .hd-milesimulation__form {
    margin: 0 -48px;
    border: 2px solid var(--color-black);
    border-radius: 20px;
    padding: 35px 48px 48px;
  }
}.hd-outline-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-blue);
  border-radius: 17px;
  background-color: var(--color-white);
  padding: 7px 11px;
}

.hd-outline-button__body {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hd-outline-button__label {
  color: var(--color-blue);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
}

.hd-outline-button__icon {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}
.hd-outline-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .hd-outline-button {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 19px;
    padding: 8px 15px;
  }
  .hd-outline-button:hover {
    opacity: 0.7;
  }
  .hd-outline-button__label {
    font-size: 1.4rem;
  }
}.hd-flight-item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hd-flight-item--modal {
  padding-bottom: 12px;
}

.hd-flight-item__logo {
  aspect-ratio: 63/18;
  width: 63px;
}
.hd-flight-item__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hd-flight-item__body {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hd-flight-item__icon + .hd-flight-item__group {
  position: relative;
}
.hd-flight-item__icon + .hd-flight-item__group::before {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/icon_close.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
}
.hd-flight-item.hd-flight-item--modal .hd-flight-item__group::before {
  content: none;
}

.hd-flight-item__label {
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
.hd-flight-item__name {
  color: var(--color-dark-grey);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hd-flight-item__code {
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}
.hd-flight-item__icon {
  width: 24px;
  height: 24px;
}
.hd-flight-item__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .hd-flight-item {
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .hd-flight-item--modal {
    padding-bottom: 0;
  }
  .hd-flight-item__logo {
    width: 78px;
  }
  .hd-flight-item__body {
    display: contents;
  }
  .hd-flight-item__group {
    white-space: nowrap;
  }
  .hd-flight-item__icon + .hd-flight-item__group::before {
    content: none;
  }
  .hd-flight-item__name {
    font-size: 1.8rem;
  }
  .hd-flight-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}.hd-modal {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: var(--depth-modal);
  transition: opacity 0.3s, visibility 0.3s;
}
.hd-modal._enter {
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.hd-modal._enter-to {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.hd-modal._leave {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.hd-modal._leave-to {
  display: flex;
  visibility: hidden;
  opacity: 0;
}
.hd-modal._closed {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.hd-modal__overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hd-modal.hd-modal--add-flight .hd-modal__overlay {
  background-color: var(--color-medium-blue-80);
}
.hd-modal.hd-modal--delete-flight .hd-modal__overlay {
  background-color: var(--color-gray-80);
}

.hd-modal__wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hd-modal.hd-modal--add-flight .hd-modal__wrapper::before, .hd-modal.hd-modal--add-flight .hd-modal__wrapper::after {
  position: absolute;
  content: "";
}
.hd-modal.hd-modal--add-flight .hd-modal__wrapper::before {
  top: calc(50% - 359px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/modal_bg_sp.png") no-repeat center;
  background-size: contain;
  width: 406px;
  height: 144px;
}
.hd-modal.hd-modal--add-flight .hd-modal__wrapper::after {
  top: calc(50% - 350px);
  left: 100%;
  transform: translateY(-50%);
  animation: modalPlaneMoveSP 8s linear infinite;
  background: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/ill_plane.svg") no-repeat center;
  width: 169px;
  height: 71px;
}

@keyframes modalPlaneMoveSP {
  0% {
    top: calc(50% - 350px);
    left: 100%;
  }
  100% {
    top: calc(50% - 500px);
    left: -200%;
  }
}
@keyframes modalPlaneMovePC {
  0% {
    top: calc(50% - 400px);
    left: 100%;
  }
  100% {
    top: calc(50% - 1200px);
    left: -200%;
  }
}
.hd-modal__scroll {
  position: relative;
  z-index: 1;
  overflow: auto;
}

.hd-modal__body {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 345px;
  overflow: hidden;
}
.hd-modal.hd-modal--add-flight .hd-modal__body {
  border-radius: 16px 16px 0 0;
}
.hd-modal.hd-modal--delete-flight .hd-modal__body {
  border-radius: 16px;
}

.hd-modal__content {
  width: 100%;
  height: 100%;
}
.hd-modal.hd-modal--delete-flight .hd-modal__content {
  width: 100% !important;
  height: 100% !important;
}

.hd-modal__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media print, screen and (min-width: 768px) {
  .hd-modal.hd-modal--add-flight .hd-modal__wrapper::before {
    top: calc(50% - 489px);
    background-image: url("/ja/jp/shoppingandlife/anaonland/260127_rn/images/modal_bg_pc.png");
    width: 1152px;
    height: 317px;
  }
  .hd-modal.hd-modal--add-flight .hd-modal__wrapper::after {
    top: calc(50% - 400px);
    animation: modalPlaneMovePC 16s linear infinite;
    width: 370px;
    height: 154px;
  }
  .hd-modal__scroll {
    width: 100%;
    height: 100%;
  }
  .hd-modal__body {
    width: 100%;
    max-width: 816px;
  }
  .hd-modal.hd-modal--add-flight .hd-modal__body {
    height: 100%;
    max-height: 605px;
  }
  .hd-modal__close-button {
    top: 35px;
    right: 48px;
  }
}.hd-add-flight-item {
  position: relative;
  border-bottom: 1px solid var(--color-light-grey);
  background-color: var(--color-white);
  padding: 16px 24px;
}

.hd-add-flight-item__miles {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
  padding: 0 86px 6px 0;
}

.hd-add-flight-item__miles-value {
  margin: 0;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
}

.hd-add-flight-item__miles-unit {
  margin: 0;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}

.hd-add-flight-item__button {
  position: absolute;
  right: 24px;
  bottom: 15px;
  width: 70px;
  height: 34px;
}

@media print, screen and (min-width: 768px) {
  .hd-add-flight-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 48px;
  }
  .hd-add-flight-item__content {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 1px;
  }
  .hd-add-flight-item__flight {
    flex: 1;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    max-width: 463px;
  }
  .hd-add-flight-item__miles {
    padding: 10px 0;
    width: 150px;
  }
  .hd-add-flight-item__miles-value {
    font-size: 2.2rem;
  }
  .hd-add-flight-item__miles-unit {
    font-weight: 300;
    font-size: 1.4rem;
  }
  .hd-add-flight-item__button {
    position: relative;
    right: auto;
    bottom: auto;
    width: 82px;
    height: 38px;
  }
}.hd-modal-flight-content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.hd-modal-flight-content__header {
  position: relative;
  background-color: var(--color-white);
  padding: 24px 0 0 24px;
  height: 88px;
}

.hd-modal-flight-content__body {
  position: relative;
  flex: 1;
  background-color: var(--color-white);
  overflow: auto;
}

@media print, screen and (min-width: 768px) {
  .hd-modal-flight-content__header {
    padding: 28px 0 0;
    height: 115px;
  }
}.hd-modal-flight-delete-content {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
}

.hd-modal-flight-delete-content__title {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.5;
}
.hd-modal-flight-delete-content__title + .hd-modal-flight-delete-content__list {
  margin-top: 24px;
}

.hd-modal-flight-delete-content__button {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .hd-modal-flight-delete-content {
    padding: 44px 24px 48px;
  }
  .hd-modal-flight-delete-content__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .hd-modal-flight-delete-content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .hd-modal-flight-delete-content__title + .hd-modal-flight-delete-content__list {
    margin-top: 46px;
  }
  .hd-modal-flight-delete-content__item {
    width: 342px;
  }
}.hd-first-view {
  position: relative;
  background-color: var(--color-light-blue);
  width: 100%;
}

.hd-first-view__title {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.hd-first-view__animation svg {
  vertical-align: bottom;
}

@media print, screen and (min-width: 768px) {
  .hd-first-view {
    aspect-ratio: 1440/645;
  }
}.hd-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  color: var(--color-blue);
  text-align: center;
}

.hd-heading__title {
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.hd-heading__description {
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .hd-heading {
    gap: 24px;
  }
  .hd-heading__title {
    font-size: 4.4rem;
    line-height: 1.2;
  }
  .hd-heading__description {
    font-size: 2rem;
  }
}.hd-download {
  border-radius: 16px;
  background-color: var(--color-white);
  padding: 40px 22px;
  width: 100%;
}

.hd-download__app-image {
  margin: 0 auto;
  width: 123px;
  height: 252px;
}

.hd-download__content {
  padding-top: 16px;
}

.hd-download__text {
  color: var(--color-blue);
}

.hd-download__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: center;
}

.hd-download__description {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.hd-download__title + .hd-download__description {
  margin-top: 8px;
}

.hd-download__actions {
  padding-top: 16px;
}

.hd-download__app-icon {
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  border-radius: 21px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.hd-download__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}

.hd-download__badge-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hd-download__badge {
  display: block;
  height: 40px;
}
.hd-download__badge img {
  width: auto;
  height: 100%;
}

.hd-download__badge-text {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
.hd-download__badge-text img {
  width: 17px;
  height: 14px;
}
.hd-download__badge-text:hover {
  text-decoration: underline;
}

.hd-download__button {
  width: 100%;
}
.hd-download__badges + .hd-download__button {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .hd-download {
    padding: 24px 14.5833333333%;
  }
  .hd-download__inner {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .hd-download__app-image {
    margin: 0;
  }
  .hd-download__app-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hd-download__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
  }
  .hd-download__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hd-download__title {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
  }
  .hd-download__description {
    font-size: 1.8rem;
    text-align: left;
  }
  .hd-download__title + .hd-download__description {
    margin-top: 0;
  }
  .hd-download__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding-top: 0;
  }
  .hd-download__app-icon {
    margin: 0;
  }
  .hd-download__app-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hd-download__badges {
    padding-top: 0;
  }
  .hd-download__button {
    width: 200px;
  }
  .hd-download__badges + .hd-download__button {
    margin-top: 0;
  }
}.hd-membership-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.hd-membership-card__image {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
.hd-membership-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hd-membership-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  min-height: 54px;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.hd-membership-card__description {
  width: 100%;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.hd-membership-card__button {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .hd-membership-card__title {
    min-height: 62px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .hd-membership-card__description {
    font-size: 1.8rem;
  }
  .hd-membership-card__button {
    max-width: 432px;
  }
}.hd-membership__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .hd-membership {
    width: 100%;
  }
  .hd-membership__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}.hd-slider-controll-button {
  position: relative;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  background-color: var(--color-blue);
  width: 32px;
  height: 32px;
}
.hd-slider-controll-button:hover:not(.is-disabled) {
  opacity: 0.8;
}
.hd-slider-controll-button.is-disabled {
  cursor: default;
  background-color: var(--color-disabled);
}

.hd-slider-controll-button__icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.hd-slider-controll-button__icon img {
  width: 100%;
  height: 100%;
}

.hd-slider-controll-button--back .hd-slider-controll-button__icon {
  transform: translate(-50%, -50%) rotate(180deg);
}

.hd-slider-controll-button--next .hd-slider-controll-button__icon {
  transform: translate(-50%, -50%) rotate(0deg);
}.hd-campaign {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.hd-campaign__slider .splide__pagination {
  bottom: -26px;
}
.hd-campaign__slider .splide__pagination__page {
  opacity: 1;
  margin: 0 4px;
  background-color: var(--color-disabled);
}
.hd-campaign__slider .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: var(--color-yellow);
}

.hd-campaign__item {
  border: none;
}
.hd-campaign__item:not(:first-of-type) {
  margin-top: 0;
}
.hd-campaign__link[target=_blank]:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 16px;
  background: rgba(51, 51, 51, 0.7);
  width: 32px;
  height: 32px;
  pointer-events: none;
  content: "\e962";
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "asw-icon";
  text-align: center;
}

.hd-campaign__image {
  position: relative;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hd-campaign__image img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hd-campaign__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hd-campaign__button--back {
  left: -16px;
}
.hd-campaign__button--next {
  right: -16px;
}

.hd-campaign__link-button {
  margin: 0 auto;
  padding-top: 4px;
  width: 100%;
}
.hd-campaign__slider + .hd-campaign__link-button {
  margin-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .hd-campaign {
    padding: 0;
    width: 100%;
  }
  .splide.is-initialized:not(.is-active) .hd-campaign__list.splide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hd-campaign__item {
    width: 240px;
    height: 180px;
  }
  .hd-campaign__link {
    display: block;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .hd-campaign__link:hover {
    opacity: 0.8;
  }
  .hd-campaign__button {
    display: none;
  }
  .hd-campaign__link-button {
    padding-top: 0;
    width: 336px;
  }
  .hd-campaign__slider + .hd-campaign__link-button {
    margin-top: 40px;
  }
}.hd-notes__item {
  margin: 0;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}.hd-simulation-button {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 343px;
  text-decoration: none;
}
.hd-simulation-button:hover::before {
  background-color: #F2E394;
}
.hd-simulation-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s ease;
  border-radius: 40px;
  background-color: var(--color-yellow);
  width: 100%;
  height: 100%;
  content: "";
}

.hd-simulation-button__picture {
  display: block;
  width: 100%;
}
.hd-simulation-button__image {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .hd-simulation-button {
    max-width: 720px;
  }
  .hd-simulation-button::before {
    border-radius: 55px;
  }
}.hd-total-miles {
  background-color: #d5f0ff;
  padding: 24px 16px;
}

.hd-total-miles__content {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.hd-total-miles__equal {
  position: relative;
  top: 14px;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.hd-total-miles__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hd-total-miles__description {
  margin-left: -34px;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .hd-total-miles {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 32px 0;
  }
  .hd-total-miles__content {
    align-items: center;
    padding: 0 48px;
  }
  .hd-total-miles__equal {
    top: 0;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .hd-total-miles__group {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .hd-total-miles__image {
    width: 384px;
  }
  .hd-total-miles__description {
    flex: 1;
    margin-left: 0;
    min-width: 476px;
    font-size: 2.8rem;
    line-height: 1.3;
    text-align: left;
  }
}.hd-how-to-save-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 134px 1fr;
  gap: 12px 16px;
  width: 100%;
}

.hd-how-to-save-card__title {
  grid-row: 1/2;
  grid-column: 2/3;
  margin: 0;
  width: 100%;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}

.hd-how-to-save-card__main-image {
  grid-row: 1/3;
  grid-column: 1/2;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
.hd-how-to-save-card__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hd-how-to-save-card__description {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: -4px 0 0 0;
  width: 100%;
  min-height: 54px;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}

.hd-how-to-save-card__mileitem {
  grid-column: 1/3;
}
.hd-mile-item--note-index {
  grid-column: 1/3;
  margin-top: -6px;
  width: 100%;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .hd-how-to-save-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .hd-how-to-save-card__title {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
  }
  .hd-how-to-save-card__description {
    margin: 0;
    font-size: 1.8rem;
  }
  .hd-mile-item--note-index {
    margin-top: -12px;
    max-width: none;
  }
}.hd-how-to-save__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hd-how-to-save__total {
  margin: 0 -16px;
}
.hd-how-to-save__list + .hd-how-to-save__total {
  margin-top: 24px;
}

.hd-how-to-save__button {
  margin-right: auto;
  margin-left: auto;
}
.hd-how-to-save__note-index + .hd-how-to-save__button, .hd-how-to-save__total + .hd-how-to-save__button {
  margin-top: 40px;
}

.hd-how-to-save__total + .hd-how-to-save__notes, .hd-how-to-save__button + .hd-how-to-save__notes {
  margin-top: 24px;
}

.hd-how-to-save__note-index {
  margin-top: 4px;
  margin-right: 36px;
  width: 100%;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .hd-how-to-save {
    width: 100%;
  }
  .hd-how-to-save__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
  }
  .hd-how-to-save__list-item {
    max-width: 336px;
  }
  .hd-how-to-save__total {
    margin: 0;
  }
  .hd-how-to-save__list + .hd-how-to-save__total {
    margin-top: 62px;
  }
  .hd-how-to-save__note-index + .hd-how-to-save__button, .hd-how-to-save__total + .hd-how-to-save__button {
    margin-top: 80px;
  }
  .hd-how-to-save__total + .hd-how-to-save__notes, .hd-how-to-save__button + .hd-how-to-save__notes {
    margin-top: 40px;
  }
  .hd-how-to-save__note-index {
    margin-top: 2px;
    margin-right: auto;
  }
}.hd-introduce {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hd-introduce__card {
  margin: 0 auto;
  aspect-ratio: 336/212;
  width: 224px;
}

.hd-introduce__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hd-introduce__card + .hd-introduce__text {
  margin-top: 20px;
}

.hd-introduce__title {
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .hd-introduce {
    gap: 24px;
  }
  .hd-introduce__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding-top: 16px;
    width: 100%;
  }
  .hd-introduce__card {
    width: 336px;
  }
  .hd-introduce__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hd-introduce__text {
    flex: 1;
  }
  .hd-introduce__card + .hd-introduce__text {
    margin-top: 0;
  }
  .hd-introduce__title {
    font-size: 2.2rem;
    text-align: left;
  }
}.hd-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translateY(0);
  transition: opacity 0.3s var(--transition-timing-function), visibility 0.3s var(--transition-timing-function), transform 0.3s var(--transition-timing-function);
  width: 100%;
}
.hd-service-card._close {
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.hd-service-card._closed {
  display: none;
}

.hd-service-card__icon {
  display: block;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s var(--transition-timing-function);
  width: 133px;
  height: 133px;
  overflow: hidden;
}
.hd-service-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hd-service-card__icon:hover {
  opacity: 0.6;
}

.hd-service-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.hd-service-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.hd-service-card__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 42px;
}

.hd-service-card__title {
  flex: 1;
  margin: 0;
  min-width: 0;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.hd-service-card__title:hover {
  text-decoration: underline;
}
.hd-service-card__title img {
  position: relative;
  top: -4px;
  vertical-align: bottom;
  margin-left: 6px;
  width: 17px;
  height: 14px;
}

.hd-service-card__category {
  display: flex;
  align-items: center;
}
.hd-service-card__category p {
  margin: 0;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  white-space: nowrap;
}

.hd-service-card__description {
  margin: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-dark-grey);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-service-card__description._open {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

.hd-service-card__toggle {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  margin: 12px auto 0;
  border: 1px solid #B2B2B2;
  border-radius: 50%;
  background-color: var(--color-white);
  padding: 0;
  width: 20px;
  height: 20px;
}
.hd-service-card__toggle:hover {
  opacity: 0.7;
}
.hd-service-card__toggle._open {
  transform: scaleY(-1);
}
.hd-service-card__toggle svg {
  display: block;
  margin: 2px auto 0;
}.hd-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.hd-service__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hd-service__description {
  margin: 0;
  color: var(--color-black);
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
}

.hd-service__link {
  color: var(--color-blue);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
.hd-service__link img {
  position: relative;
  top: -4px;
  vertical-align: bottom;
  margin-left: 6px;
  width: 17px;
  height: 14px;
}
.hd-service__link:hover {
  text-decoration: underline;
}

.hd-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.hd-service__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 16px);
}

@media print, screen and (min-width: 768px) {
  .hd-service__list {
    gap: 24px;
  }
  .hd-service__info + .hd-service__list {
    margin-top: 16px;
  }
  .hd-service__list-item {
    width: 164px;
  }
}.hd-home__button {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.hd-home__section {
  padding-right: 1.6rem;
  padding-bottom: 40px;
  padding-left: 1.6rem;
}
.hd-home__button + .hd-home__section, .hd-home__download + .hd-home__section {
  padding-top: 40px;
}
.hd-home__section--campaign {
  padding-bottom: 64px;
}

.hd-home__download {
  background-color: var(--color-blue);
  padding-top: 24px;
  padding-right: 1.6rem;
  padding-bottom: 24px;
  padding-left: 1.6rem;
}

.hd-home__inner {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.hd-home__heading + .hd-home__body {
  margin-top: 24px;
}

.hd-home__introduce {
  padding-top: 16px;
}

.hd-home__introduce + .hd-home__service {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .hd-home {
    position: relative;
    width: 100%;
  }
  .hd-home__button {
    padding-top: 80px;
  }
  .hd-home__section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    max-width: 120rem;
  }
  .hd-home__section._narrow {
    max-width: 106.8rem;
  }
  .hd-home__section {
    padding-bottom: 80px;
  }
  .hd-home__button + .hd-home__section, .hd-home__download + .hd-home__section {
    padding-top: 80px;
  }
  .hd-home__section--campaign {
    padding-bottom: 80px;
  }
  .hd-home__download {
    padding: 80px 0;
  }
  .hd-home__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    max-width: 120rem;
  }
  .hd-home__inner._narrow {
    max-width: 106.8rem;
  }
  .hd-home__heading + .hd-home__body {
    margin-top: 40px;
  }
  .hd-home__introduce {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    max-width: 720px;
  }
  .hd-home__introduce + .hd-home__service {
    margin-top: 80px;
  }
}