.hd-mv {
  margin: auto;
  width: 100%;
  background-color: #eef4fd;
  text-align: center;
  position: relative;
}
.hd-mv__swiper-control-container {
  padding: 6px 10px;
  border-radius: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #333;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
@media (max-width: 1024px) {
  .hd-mv__swiper-control-container {
    bottom: 70px;
  }
}
.hd-mv__swiper-indicators {
  display: flex;
  gap: 8px;
}
.hd-mv__swiper-indicator {
  cursor: pointer;
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #f1f1f1;
}
.hd-mv__swiper-indicator--active {
  position: relative;
}
.hd-mv__swiper-indicator--active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hd-mv__swiper-control-button {
  cursor: pointer;
  background-color: transparent;
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
}
.hd-mv__swiper-control-button--pause::before,
.hd-mv__swiper-control-button--pause::after {
  content: "";
  display: block;
  background-color: #f1f1f1;
  width: 4px;
  height: 10px;
  position: absolute;
  top: 0;
}
.hd-mv__swiper-control-button--pause::before {
  left: 0;
}
.hd-mv__swiper-control-button--pause::after {
  right: 0;
}
.hd-mv__swiper-control-button--play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #f1f1f1;
}
.hd-mv__swiper {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hd-mv__swiper {
    aspect-ratio: auto;
    height: 434px;
  }
}
.hd-mv__swiper .swiper-slide {
  height: 100%;
}
@media (min-width: 768px) {
  .hd-mv__swiper .swiper-slide {
    height: 434px;
  }
}
.hd-mv__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hd-mv__swiper .swiper-slide img {
    aspect-ratio: auto;
    height: 434px;
  }
}
.hd-mv__swiper-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
  width: 300px;
  height: auto;
}
@media (min-width: 1024px) {
  .hd-mv__swiper-overlay {
    width: 400px;
  }
}
.hd-mv__search-nav {
  position: absolute;
  bottom: -72px;
  left: 4%;
  right: 4%;
  z-index: 1000;
}
.hd-mv__search-nav--inner {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
}
.hd-mv__search-nav--link {
  display: block;
  font-size: 1.2rem;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}
.hd-mv__search-nav--link:hover {
  text-decoration: underline;
}
.hd-mv__search-nav--top {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--Neutral-200, #f1f1f1);
}
.hd-mv__search-nav--top > a {
  width: 50%;
}
.hd-mv__search-nav--top:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: var(--Neutral-200, #c6c6c6);
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hd-mv__search-nav--top:after {
    top: 36px;
  }
}
.hd-mv__search-nav--bottom > a:first-child {
  border-bottom: 1px solid var(--Neutral-200, #f1f1f1);
}
.hd-mv__search-nav--text {
  display: flex;
  gap: 8px;
  justify-content: center;
  color: var(--Primary-400, #0a318f);
  font-weight: 600;
}
.hd-mv__search-nav--text br {
  display: none;
}
.hd-mv__search-nav--text img {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .hd-mv__search-nav--text img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .hd-mv__search-nav {
    bottom: -56px;
  }
  .hd-mv__search-nav--bottom {
    display: flex;
    position: relative;
  }
  .hd-mv__search-nav--bottom > a {
    width: 50%;
  }
  .hd-mv__search-nav--bottom > a:first-child {
    border-bottom: none;
  }
  .hd-mv__search-nav--bottom:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: var(--Neutral-200, #c6c6c6);
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .hd-mv__search-nav--bottom:after {
    top: 36px;
  }
}
@media (min-width: 768px) {
  .hd-mv__search-nav--link {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .hd-mv__search-nav {
    bottom: -50px;
  }
  .hd-mv__search-nav--inner {
    display: flex;
  }
  .hd-mv__search-nav--inner > div {
    width: 50%;
  }
  .hd-mv__search-nav--inner:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: var(--Neutral-200, #c6c6c6);
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hd-mv__search-nav--inner:after {
    top: 36px;
  }
}
@media (min-width: 1024px) {
  .hd-mv__search-nav--link {
    font-size: 1.6rem;
    padding: 24px 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .hd-mv__search-nav--top {
    border-bottom: none;
  }
  .hd-mv__search-nav--text {
    gap: 8px;
  }
  .hd-mv__search-nav--text br {
    display: inline;
  }
}

.hd-standard-menu {
  padding: 110px 4% 32px;
  background-color: #eef4fd;
}
.hd-standard-menu__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hd-standard-menu__description {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}
.hd-standard-menu__heading {
  margin-top: 42px;
  text-align: center;
  color: var(--Primary-300, #00146e);
  letter-spacing: 0;
  font-weight: 600;
}
.hd-standard-menu__pc-br {
  display: none;
}
.hd-standard-menu__nav {
  background: var(--Primary-300, #00146e);
  border-radius: 8px;
}
.hd-standard-menu__nav-link {
  display: block;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}
.hd-standard-menu__nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-standard-menu__nav-link img {
    width: 24px;
  }
}
.hd-standard-menu__nav-link-top {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  .hd-standard-menu__nav-link-top {
    border: none;
  }
  .hd-standard-menu__nav-link-top:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    height: 50%;
    border-right: 1px solid #ccc;
  }
}
.hd-standard-menu__nav-bottom {
  display: flex;
  position: relative;
}
.hd-standard-menu__nav-bottom > a {
  width: 50%;
}
.hd-standard-menu__nav-bottom:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hd-standard-menu {
    padding: 98px 4% 32px;
  }
  .hd-standard-menu__pc-br {
    display: inline;
  }
  .hd-standard-menu__sp-br {
    display: none;
  }
  .hd-standard-menu__description {
    font-size: 1.6rem;
  }
  .hd-standard-menu__heading {
    font-size: 2rem;
    margin-top: 62px;
    margin-bottom: 32px;
  }
  .hd-standard-menu__nav {
    display: flex;
  }
  .hd-standard-menu__nav-link {
    font-size: 1.6rem;
    width: 33.33%;
  }
  .hd-standard-menu__nav-link-top {
    position: relative;
    border-bottom: none;
  }
  .hd-standard-menu__nav-link-top:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 14px;
    margin: 0 auto;
  }
  .hd-standard-menu__nav-bottom {
    width: 66.67%;
    display: flex;
  }
  .hd-standard-menu__nav-bottom > a {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .hd-standard-menu {
    padding: 84px 4% 42px;
  }
}

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

.hd-pickup {
  margin: 0 auto;
  width: 100%;
  padding: 32px 0 24px;
  background-color: #eef4fd;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hd-pickup {
    padding: 42px 4% 42px;
    width: auto;
  }
}
.hd-pickup__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-pickup__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-pickup__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hd-pickup__slider {
  padding: 0 16px 20px;
}
@media (min-width: 768px) {
  .hd-pickup__slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow: hidden;
  }
}
.hd-pickup__nav {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
}
.hd-pickup__nav-btn {
  display: flex;
  background-position: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.hd-pickup__nav-btn::after {
  line-height: 40px;
  color: black;
  font-size: 1.2rem;
}
.hd-pickup__nav-btn.swiper-button-next {
  right: -22px;
}
.hd-pickup__nav-btn.swiper-button-prev {
  left: -22px;
}
@media (min-width: 768px) {
  .hd-pickup__nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .hd-pickup__nav-btn {
    top: 45%;
  }
}
.hd-pickup__item {
  flex: 0 0 auto;
  width: 208px;
}
@media (min-width: 768px) {
  .hd-pickup__item {
    width: calc((100% - 64px) / 3);
  }
}
.hd-pickup__item-img {
  border-radius: 8px;
  overflow: hidden;
}
.hd-pickup__item-link:hover {
  text-decoration: underline;
}
.hd-pickup__item img {
  width: 100%;
  height: auto;
}
.hd-pickup__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 21px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
  width: 208px;
}
@media (min-width: 768px) {
  .hd-pickup__title {
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.hd-purpose {
  padding: 32px 0 60px;
}
.hd-purpose__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-purpose__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-purpose-accordion {
  margin-top: 16px;
}
.hd-purpose-accordion__button-container {
  padding: 0 4%;
}
.hd-purpose-accordion__button {
  display: block;
  padding: 0;
  border-radius: 12px;
  width: 100%;
  height: 104px;
  border: none;
}
.hd-purpose-accordion__button-bg--1 {
  background: url(/domestic/theme/assets/purpose/purpose_bg1.png) no-repeat
    center center/cover;
}
.hd-purpose-accordion__button-bg--2 {
  background: url(/domestic/theme/assets/purpose/250808/purpose_bg2.png) no-repeat
    center center/cover;
}
.hd-purpose-accordion__button-bg--3 {
  background: url(/domestic/theme/assets/purpose/250808/purpose_bg3.png) no-repeat
    center center/cover;
}
.hd-purpose-accordion__button-bg--4 {
  background: url(/domestic/theme/assets/purpose/purpose_bg4.png) no-repeat
    center center/cover;
}
.hd-purpose-accordion__button[aria-expanded="true"]
  .hd-purpose-accordion__title-icon {
  transform: rotate(180deg);
}
.hd-purpose-accordion__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  gap: 8px;
  border-radius: 12px;
}
.hd-purpose-accordion__title-text {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
}
.hd-purpose-accordion__title-icon {
  width: 16px;
  transition: all 0.2s ease;
}
.hd-purpose-accordion__title-icon img {
  width: 100%;
  height: auto;
}
.hd-purpose-slider {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
.hd-purpose-slider__container {
  position: relative;
  max-width: 1200px;
  margin: 16px auto 0;
}
.hd-purpose-slider__img-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.hd-purpose-slider__slide {
  display: block;
  max-width: 280px;
}
.hd-purpose-slider__slide:hover {
  text-decoration: underline;
}
.hd-purpose-slider__slide img {
  width: 100%;
}
.hd-purpose-slider__title {
  font-size: 1.6rem;
  font-weight: 600;
}
.hd-purpose-nav {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  top: 0;
}
.hd-purpose-nav__btn {
  display: flex;
  background-position: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.hd-purpose-nav__btn::after {
  line-height: 40px;
  color: black;
  font-size: 1.2rem;
}
.hd-purpose-nav__btn.swiper-button-next {
  right: -22px;
}
.hd-purpose-nav__btn.swiper-button-prev {
  left: -22px;
}
@media (min-width: 768px) {
  .hd-purpose {
    padding: 64px 4% 80px;
  }
  .hd-purpose-accordion {
    margin-top: 32px;
  }
  .hd-purpose-accordion__button-container {
    position: relative;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .hd-purpose-accordion__button {
    height: 240px;
  }
  .hd-purpose-accordion__title {
    gap: 16px;
  }
  .hd-purpose-accordion__title-text {
    font-size: 2.8rem;
  }
  .hd-purpose-accordion__title-icon {
    width: 20px;
  }
  .hd-purpose-slider {
    padding: 0;
  }
  .hd-purpose-slider__container {
    margin: 32px auto 0;
  }
  .hd-purpose-slider__slide {
    max-width: 380px;
  }
  .hd-purpose-slider__title {
    font-size: 2rem;
  }
  .hd-purpose-nav {
    display: block;
    height: 0;
  }
  .hd-purpose-nav__btn {
    display: flex;
    background-position: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hd-purpose-nav__btn::after {
    line-height: 40px;
    color: black;
    font-size: 1.2rem;
  }
  .hd-purpose-nav__btn.swiper-button-next {
    right: -22px;
  }
  .hd-purpose-nav__btn.swiper-button-prev {
    left: -22px;
  }
}

.hd-journeys {
  margin: auto;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 32px 4% 60px;
}
@media (min-width: 768px) {
  .hd-journeys {
    padding: 42px 4% 42px;
    width: auto;
  }
}
.hd-journeys__inner {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hd-journeys__inner {
    padding: 0 4%;
  }
}
.hd-journeys__content {
  max-width: 1200px;
  margin: 0 auto;
}
.hd-journeys__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-journeys__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-journeys__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.hd-journeys__chip {
  min-height: 72px;
}
.hd-journeys__chip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 32px;
  border: solid 2px #00146e;
  color: var(--Primary-500, #00146e);
  opacity: 0.7;
  transition:
    opacity 0.2s ease-in,
    font-size 0.1s ease;
  cursor: pointer;
}
.hd-journeys__chip-link:hover,
.hd-journeys__chip-link:focus {
  color: var(--Primary-500, #00146e);
  background: linear-gradient(to right, #d1effb, #eaf9ff);
  opacity: 1;
  border-radius: 38px;
  font-size: 2.4rem;
}
.hd-journeys__chip-link:hover .journeys__icon,
.hd-journeys__chip-link:focus .journeys__icon {
  display: inline-block;
}
.hd-journeys__icon {
  margin-top: 4px;
  margin-left: 6px;
  display: none;
}

.hd-benefits {
  margin: auto;
  width: 100%;
  background-color: #eef4fd;
  padding: 32px 0 64px;
}
@media (min-width: 768px) {
  .hd-benefits {
    padding: 64px 0 80px;
  }
}
.hd-benefits__inner {
  padding: 0 4%;
  margin: 0 auto;
}
.hd-benefits__content {
  max-width: 1200px;
  margin: 0 auto;
}
.hd-benefits__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-benefits__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-benefits__view-more-btn {
  text-align: center;
  color: #00146e;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.hd-benefits__view-more-btn:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hd-benefits__view-more-btn {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.hd-benefits__view-more-content {
  width: 100%;
}
.hd-benefits__view-more-content-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.hd-areamap {
  position: relative;
  text-align: right;
  background: var(--Primary-100, #eef4fd);
  padding: 42px 0;
}
.hd-areamap__inner {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  padding: 0 4%;
}
.hd-areamap__title {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 0 32px;
}
.hd-areamap__japan-map {
  position: relative;
  padding: 1% 0 12% 22%;
}
@media (min-width: 401px) {
  .hd-areamap__japan-map {
    position: relative;
    padding: 1% 0 10% 19%;
  }
}
@media (min-width: 768px) {
  .hd-areamap {
    padding: 64px 0;
  }
  .hd-areamap__inner {
    max-width: 660px;
    width: 660px;
    padding: 0;
  }
  .hd-areamap__title {
    font-size: 3.2rem;
    margin: 0 0 36px;
  }
  .hd-areamap__japan-map {
    padding: 0 104px 0 94px;
  }
}
.hd-areamap__svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.hd-areamap__svg > g:hover > path {
  transition: all 0.2s ease;
  fill: #0a318f;
}
.hd-areamap__svg-path-hover > path {
  transition: all 0.2s ease;
  fill: #0a318f;
}
.hd-areamap__link-btn {
  display: inline-block;
  line-height: 34px;
  height: 36px;
  border: 1px solid rgb(0, 20, 110);
  border-radius: 18px;
  padding: 0 14px;
  position: absolute;
  font-size: 1.4rem;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
  color: var(--Primary-500, #00146e);
}
.hd-areamap__link-btn--arrow {
  padding-left: 4px;
}
.hd-areamap__link-btn:hover {
  color: #fff;
  background: #00146e;
  transition: 0.1s stroke ease;
}
.hd-areamap__link-btn:hover path {
  stroke: #fff;
  transition: 0.1s stroke ease;
}
.hd-areamap__link-btn--hover {
  color: #fff;
  background: rgb(0, 20, 110);
  transition: 0.1s stroke ease;
}
.hd-areamap__link-btn--hover path {
  transition: 0.1s stroke ease;
  stroke: #fff;
}
@media (min-width: 768px) {
  .hd-areamap__link-btn {
    font-size: 1.6rem;
    line-height: 46px;
    height: 48px;
    border-radius: 24px;
    padding: 0 24px;
  }
}
.hd-areamap__link-btn--hokkaido {
  top: 0%;
  right: 20%;
}
.hd-areamap__link-btn--tohoku {
  top: 14%;
  right: 30%;
}
.hd-areamap__link-btn--tokai {
  top: 29%;
  right: 30%;
}
.hd-areamap__link-btn--kanto {
  top: 72%;
  right: 1%;
}
.hd-areamap__link-btn--kansai {
  top: 36%;
  right: 68%;
}
.hd-areamap__link-btn--shikoku {
  top: 88%;
  right: 26%;
}
.hd-areamap__link-btn--kyushu {
  top: 51%;
  left: 1%;
}
.hd-areamap__link-btn--okinawa {
  top: 66%;
  left: 1%;
}
@media (min-width: 768px) {
  .hd-areamap__link-btn--hokkaido {
    top: 16px;
    right: 220px;
  }
  .hd-areamap__link-btn--tohoku {
    top: 160px;
    right: 0;
  }
  .hd-areamap__link-btn--tokai {
    top: 160px;
    right: 274px;
  }
  .hd-areamap__link-btn--kanto {
    top: 354px;
    right: 62px;
  }
  .hd-areamap__link-btn--kansai {
    top: 214px;
    right: 440px;
  }
  .hd-areamap__link-btn--shikoku {
    top: auto;
    bottom: 10px;
    right: 254px;
  }
  .hd-areamap__link-btn--kyushu {
    top: 272px;
    left: 0;
  }
  .hd-areamap__link-btn--okinawa {
    top: 338px;
    left: 0;
  }
}
.hd-areamap__kenkyo {
  fill: none !important;
}

.hd-specials {
  background-color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .hd-specials {
    padding: 42px 4% 42px;
  }
}
.hd-specials__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-specials__title {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-specials__tab-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 4%;
}
.hd-specials__tab-nav-btn {
  width: 50%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7rem;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
  color: #0a318f;
  padding: 12px 8px;
  line-height: 1.3;
  border-bottom: 1px solid #cbd4ea;
  transition: all 0.2s ease;
}
.hd-specials__tab-nav-btn[aria-selected="true"] {
  border-bottom: 1px solid #0a318f;
  background: #0a318f;
  color: #fff;
}
@media (min-width: 768px) {
  .hd-specials__tab-nav-btn {
    font-size: 2.4rem;
    padding: 16px 8px;
  }
}
@media (min-width: 768px) {
  .hd-specials__tab-nav {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 0;
  }
}
.hd-specials__tab-content {
  padding: 0 16px;
}
.hd-specials__tab-content[hidden] {
  display: none;
}
.hd-specials__tab-content-item {
  height: auto;
  width: 208px;
  padding-bottom: 16px;
  flex-shrink: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  border: solid 1px #f1f1f1;
}
.hd-specials__tab-content-item:hover {
  text-decoration: underline;
}
.hd-specials__tab-content-image {
  width: 100%;
  height: auto;
  display: block;
}
.hd-specials__tab-content-text {
  padding: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .hd-specials__tab-content-text {
    font-size: 1.6rem;
  }
}
.hd-specials__tab-content-nav {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
}
.hd-specials__tab-content-nav-btn {
  display: flex;
  background-position: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.hd-specials__tab-content-nav-btn::after {
  line-height: 40px;
  color: black;
  font-size: 1.2rem;
}
.hd-specials__tab-content-nav-btn.swiper-button-next {
  right: -22px;
}
.hd-specials__tab-content-nav-btn.swiper-button-prev {
  left: -22px;
}
@media (min-width: 768px) {
  .hd-specials__tab-content-nav-btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .hd-specials__tab-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }
  .hd-specials__tab-content-nav {
    display: block;
  }
  .hd-specials__tab-content > .swiper-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .hd-specials__tab-content-text {
    font-size: 1.6rem;
    color: #333;
  }
}

.hd-point1 {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point1 {
    padding-bottom: 32px;
  }
}
.hd-point1__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point1__title {
    font-size: 2.2rem;
  }
}
.hd-point1__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point1__main-text br {
    display: none;
  }
}
.hd-point1__chips {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
}
.hd-point1__chip--gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a318f 50%, #00a7ea 50%);
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--gradient {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
.hd-point1__chip--dark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #0a318f;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--dark {
    font-size: 2rem;
  }
}
.hd-point1__chip--light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #00a7ea;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--light {
    font-size: 2rem;
  }
}
.hd-point1__chip--medium {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #3478e3;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--medium {
    font-size: 2rem;
  }
}
.hd-point1__subtitle {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
}
.hd-point1__subtitle__text {
  margin: 0;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0a318f;
  text-align: center;
  border-top: 3px solid #00a7ea;
  border-bottom: 3px solid #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__subtitle {
    padding: 0 16px;
    max-width: 736px;
  }
  .hd-point1__subtitle__text {
    font-size: 2.4rem;
    padding: 10px 0;
  }
  .hd-point1__subtitle br {
    display: none;
  }
}
.hd-point1__package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  max-width: 348px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hd-point1__package {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
    justify-content: space-between;
  }
  .hd-point1__package > img {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .hd-point1__package-img {
    width: 94.6666667%;
  }
}
.hd-point1__package-item {
  width: 140px;
  border-radius: 16px;
  padding: 16px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hd-point1__package-item > p {
  background-color: #fff;
  color: #0a318f;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  width: 88.7%;
  padding: 8px 2px;
}
@media (min-width: 768px) {
  .hd-point1__package-item {
    width: 300px;
  }
  .hd-point1__package-item > p {
    width: 96.6666667%;
    font-size: 2.4rem;
    padding: 16px;
  }
}
.hd-point1__package-item--light {
  background-color: #cbd4ea;
}
.hd-point1__package-item--dark {
  background-color: #00a7ea;
}
.hd-point1__info-box--wrapper {
  width: 92%;
  margin: 0 auto 16px;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--wrapper {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
  }
}
.hd-point1__info-box--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background-color: white;
  border: 6px solid #00a7ea;
  border-radius: 12px;
  padding: 12px;
  width: fit-content;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0a318f;
}
.hd-point1__info-box--text::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 10%;
  transform: translateX(-50%);
  border-width: 0 12px 24px 12px;
  border-style: solid;
  border-color: transparent transparent #00a7ea transparent;
}
@media (min-width: 768px) {
  .hd-point1__info-box--text {
    width: 100%;
    max-width: 736px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #0a318f;
    margin-top: 16px;
  }
  .hd-point1__info-box--text::before {
    top: -32px;
    border-width: 0 14px 28px 14px;
  }
}
.hd-point1__info-box--sm-text {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--sm-text {
    font-size: 2.2rem;
  }
}
.hd-point1__info-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hd-point1__info-icon {
    width: 140px;
  }
}
.hd-point1__info-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3478e3;
}
@media (min-width: 768px) {
  .hd-point1__info-text {
    font-size: 2.4rem;
  }
}
.hd-point1__link-full {
  width: 312px;
  height: 48px;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  background: transparent;
  cursor: pointer;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__link-full:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__link-full {
    min-width: 74%;
    width: 66%;
    font-size: 2.2rem;
  }
}
.hd-point1__detail {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hd-point1__detail {
    width: 100%;
    max-width: 832px;
    padding: 0 16px;
  }
}
.hd-point1__section {
  width: 100%;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd-point1__section--blue {
  background-color: #cbd4ea;
}
.hd-point1__section--lightblue {
  background-color: #d1effb;
}
.hd-point1__section-row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  max-width: 450px;
}
.hd-point1__section-icon {
  max-width: 157px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-icon {
    padding: 12px;
  }
}
.hd-point1__section-text-normal {
  flex: 1;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0;
  color: #0a318f;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-text-normal {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.hd-point1__section-link {
  min-width: 200px;
  width: 60%;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 11px 0;
  background: #fff;
  cursor: pointer;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__section-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__section-link {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
.hd-point1__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  align-items: self-start;
  width: 100%;
}
@media (min-width: 768px) {
  .hd-point1__section-note {
    font-size: 1.6rem;
    font-weight: 600;
    width: fit-content;
  }
}

.hd-point2 {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point2 {
    padding-bottom: 32px;
  }
}
.hd-point2__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point2__title {
    font-size: 2.2rem;
  }
}
.hd-point2__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point2__main-text br {
    display: none;
  }
}
.hd-point2__inner {
  width: 92%;
  margin: 0 auto;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point2__inner {
    width: 100%;
    max-width: 784px;
    padding: 0 16px;
  }
}
.hd-point2__section {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf9ff;
  padding: 8px 8px;
  width: 100%;
}
.hd-point2__section-row {
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .hd-point2__section-row {
    gap: 24px;
  }
}
.hd-point2__section-column {
  flex: 0;
  display: flex;
  flex-direction: column;
}
.hd-point2__section-column span {
  display: block;
  color: #555;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
  min-width: 88px;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 1.2rem;
  }
}
.hd-point2__section-column--arrow {
  width: 16px;
  height: 62px;
  display: flex;
  align-items: center;
}
.hd-point2__section-column--arrow svg {
  width: 20px;
}
.hd-point2__section-column--coin {
  width: 56px;
  height: 62px;
  margin: 0 auto;
}
.hd-point2__section-column--ticket {
  width: 70px;
  height: 62px;
  padding: 8px 0;
  margin: 0 auto;
}
.hd-point2__section-column img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 2rem;
    margin-top: 8px;
  }
  .hd-point2__section-column--arrow {
    width: 40px;
    height: 178px;
  }
  .hd-point2__section-column--arrow svg {
    width: 40px;
  }
  .hd-point2__section-column--coin {
    width: 160px;
    height: 178px;
  }
  .hd-point2__section-column--ticket {
    width: 182px;
    height: 178px;
    padding: 40px 8px 34px;
  }
  .hd-point2__section-column--arrow-min {
    width: 28px;
    height: 108px;
  }
  .hd-point2__section-column--arrow-min svg {
    width: 28px;
  }
  .hd-point2__section-column--coin-min {
    width: 98px;
    height: 108px;
  }
  .hd-point2__section-column--ticket-min {
    width: 110px;
    height: 108px;
    padding: 20px 0 20px;
  }
}
.hd-point2__section-description {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__section-description {
    font-size: 2rem;
    text-align: center;
  }
  .hd-point2__section-description br {
    display: none;
  }
}
.hd-point2__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  text-align: right;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .hd-point2__section-note {
    font-size: 2rem;
    text-align: center;
  }
}
.hd-point2__section-note--bold {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd-point2__section-note--bold:hover {
  opacity: 0.5;
}

.hd-scroll-to-top {
  position: fixed;
  right: 0;
  bottom: 36px;
  transform: translateY(-50%);
  z-index: 1000;
  padding: 16px 24px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #00146e;
  color: white;
  border: none;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hd-scroll-to-top img {
  width: 28px;
  height: auto;
}

.pickup_swiper .asw-card {
  margin-top: 0;
}

.asw-swipLayout.pickup_swiper {
  margin-top: 24px;
}