/* =========================
   Reset CSS (minimum)
========================= */
* {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#main {
  display: block;
  margin: 0;
  padding: 0;

}

ul,
ol {
  list-style: none;
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

html body a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

body {
  line-height: 1;
}

.pc-only {
  display: block;
}

.upto1120 {
  display: block;
}

.under1120 {
  display: none;
}

.under767 {
  display: none;
}

.under470 {
  display: none;
}

.under450 {
  display: none;
}

.under410 {
  display: none;
}

/* =========================================
   基本スタイル
========================================= */
html {
  font-size: 100%;
}

#main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #1a284c;
  color: #333333;
  overflow: hidden;
}

/* #main,
#main * {
  box-sizing: border-box;
} */

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.container.swiper-container {
  padding: 0 20px 30px;
}

.swiper-section {
  overflow: hidden;
}

.ranking-title {
  color: #fff;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

h3 span {
  font-size: 1rem;
  font-weight: 700;
}

/* header */
.breadcrumb01 {
  background: #f4f5f6
}

.breadcrumb01__inner {
  display: block;
  width: 1120px;
  max-width: 96%;
  margin: 0 auto
}

.breadcrumb01__list {
  display: flex;
  margin: 0;
  padding-left: 0
}

.breadcrumb01__item {
  display: flex;
  align-items: center;
  list-style: none;
  color: #000
}

.breadcrumb01__item:not(:last-child):after {
  margin: 0 5px;
  font-size: 16px;
  content: ">"
}

.breadcrumb01__link {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: #000
}

.breadcrumb01__link:hover {
  opacity: 1;
  color: #000;
  text-decoration: underline
}

.breadcrumb01__item {
  display: flex;
  align-items: center;
  list-style: none;
  color: #000;
}

.header_title {
  position: relative;
  width: 1080px;
  margin: 0 auto
}

div.header_title h1 {
  position: absolute;
  top: -23px;
  right: 320px;
  font-weight: normal;
  font-size: 12px
}

.site-header__header-container {
  background-color: #ffffff;
}

/* =========================================
   tp用スタイル
========================================= */

.tp {
  position: relative;
  width: 100%;
  height: auto;
  /* 高さは画像比率に合わせる */
  overflow: hidden;
}

.tp img {
  display: block;
  /* インライン余白を消す */
  width: 100%;
  /* 親幅いっぱいに */
  height: auto;
  /* 縦横比を保つ */
  max-width: 100%;
  /* 親要素より大きくならない */
  z-index: 1;
}

/* h3：右上に斜め配置（オレンジ） */
.tp-h3 {
  position: absolute;
  top: clamp(12px, 2vw, 40px);
  right: clamp(12px, 15vw, 120px);
  color: #dea64c;
  font-size: clamp(18px, 2.2vw, 36px);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  transform: skewX(-10deg);
  transform-origin: bottom;
  z-index: 2;
  text-align: center;
}

/* p：右下に配置（白文字＋黒の強い光彩） */
.tp-p {
  position: absolute;
  bottom: clamp(12px, 2vw, 40px);
  right: clamp(12px, 3vw, 60px);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.5;
  z-index: 2;
  letter-spacing: 0.15em;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.9),
    0 0 10px rgba(0, 0, 0, 0.9),
    0 0 15px rgba(0, 0, 0, 0.9),
    2px 2px 5px rgba(0, 0, 0, 0.9);
}

/* =========================================
   Swiper用スタイル
========================================= */

.ranking-card.top3 {
  display: flex;
  gap: 20px;
  /* 余白 */
  align-items: stretch;
  /* 高さ揃える */
}

/* 左：テキスト */
.swiper-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.swiper-text h3 {
  margin: 1rem 0;
}

.swiper-text h3.multi-line {
  margin: 1rem 0 0;
}

.swiper-text p {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0.25rem 0;
}

.swiper-text p.location {
  color: #004e8a;
  font-weight: 600;
}

.swiper-text p.recommend {
  background-color: #004e8a;
  background: linear-gradient(to right, #7266f0, #65b3eb);
  padding: 5px 15px;
  color: #fff;
  display: block;
  width: 160px;
  margin: 0.5rem 0 0.1rem;
  text-align: center;
}

.swiper-text img {
  position: absolute;
  top: 5px;
  right: 5px;
}

.ranking-title h1 {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Yu Mincho", "游明朝", serif;
  margin: 3em 0;
  letter-spacing: 0.15em;
}

.ranking-title h1 span {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #7266f0, #65b3eb) 1;
  padding-bottom: 0.1em;
}

.ranking-title p {
  text-align: right;
  margin: 1rem 0 0;
}

.ranking-title h2 {
  font-family: "Yu Mincho", "游明朝", serif;
  letter-spacing: 0.15em;
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.ranking-title h2 span {
  font-size: 2rem;
}

.ranking-title h2 span.grad {
  font-size: 7rem;
  background: linear-gradient(to right, #7266f0, #65b3eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 1. 全てのランキングタイトルの共通設定 */
.ranking-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#top3pc .ranking-title h2::after {
  background-image: url("../img/robot05.png");
}

#top3sp .ranking-title h2::after {
  background-image: url("../img/robot05.png");
}

#under4 .ranking-title h2::after {
  background-image: url("../img/robot06.png");
}


.ranking-card {
  padding: 15px;
  margin: 10px 0;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
}

.stars-wrapper {
  display: flex;
  align-items: center;
}

.stars-wrapper p {
  font-size: 1rem;
  font-weight: 600;
}

.stars {
  color: #f5a623;
  font-size: 1.2em;
  margin-right: 5px;
}

.buttons {
  padding: 1em 0;
}

.btn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: #fdfdfd solid 2px;
  border-radius: 30px;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background: #0071ff;
  color: #fdfdfd;
  margin-right: 10px;
}

.btn-secondary {
  background: #ddd;
  color: #333;
}

/* 右：スライド */
/* .hotel-swiper {
  flex: 1;
} */

/* 画像の高さを揃える */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buttons {
  margin: auto 0 0.5rem;
}

/* Swiper画像設定 */
.hotel-swiper {
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hotel-swiper img {
  width: 100%;
  height: auto;
  display: block;
}

.hotel-swiper .swiper-slide {
  width: 100%;
}

/* ナビボタン ホテルカード内 */
.hotel-button-next,
.hotel-button-prev {
  /* width: 30px;
    height: 30px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 5px;
  /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    user-select: none; */
  /* 文字選択を禁止 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hotel-button-next:focus,
.hotel-button-prev:focus {
  outline: none;
  /* アウトライン消す */
  background-color: rgba(255, 255, 255, 0.5);
  /* 元の色に戻す */
}



/* 矢印アイコンのサイズ変更はCSS変数で */
.swiper-button-next.hotel-button-next,
.swiper-button-prev.hotel-button-prev {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.9),
    0 0 5px rgba(0, 0, 0, 0.9);
  margin: 0;
  --swiper-navigation-size: 30px;
}



.swiper-button-prev.hotel-button-prev {
  left: var(--swiper-navigation-sides-offset, -12px);
}

.swiper-button-next.hotel-button-next {
  right: var(--swiper-navigation-sides-offset, -12px);
}

#under4 .swiper-button-next.hotel-button-next,
#under4 .swiper-button-prev.hotel-button-prev,
#top3sp .swiper-button-next.hotel-button-next,
#top3sp .swiper-button-prev.hotel-button-prev {
  --swiper-navigation-size: 30px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

#under4 .swiper-button-next.hotel-button-next svg,
#under4 .swiper-button-prev.hotel-button-prev svg,
#top3sp .swiper-button-next.hotel-button-next svg,
#top3sp .swiper-button-prev.hotel-button-prev svg {
  color: #fff;
  width: 80%;
  height: 80%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
}


/* =========================================
   4-10
========================================= */
/* 横スワイプ用カード */
/* .swiper {
    overflow: visible !important;
} */
#under4 {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.swiper-container {
  overflow: visible;
  /* デフォルトのhiddenをvisibleに変更 */
}

/* .ranking-swiper3 .swiper-slide.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  width: auto;
  margin: 0;
  box-sizing: border-box;
} */

/* top3 SP スマホでスワイプに変身 高さ揃える */
#under4 .ranking-swiper3>.ranking-swiper-wrapper {
  align-items: stretch;
  height: auto !important;
}

#under4 .ranking-card.under4 {
  display: flex;
  flex-direction: column;
}

#under4 .ranking-swiper3>.ranking-swiper-wrapper>.swiper-slide {
  height: auto !important;
  align-self: stretch !important;
}

#under4 .swiper-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#under4 .swiper-text .buttons {
  margin: auto 0 0;
}

/* hotel-swiperが引き伸ばされないようにする */
#under4 .hotel-swiper {
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 1300 / 964;
  width: 100%;
}

/* Swiperコンテナー */
.ranking-swiper3 {
  max-width: 1280px;
  margin: 0 auto;
}

.ranking-wrapper .new-swiper-next,
.ranking-wrapper .new-swiper-prev {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ranking-wrapper .new-swiper-next:focus,
.ranking-wrapper .new-swiper-prev:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.ranking-wrapper .new-swiper-next {
  right: 50px;
  transform: translateX(50%);
}

.ranking-wrapper .new-swiper-prev {
  left: 50px;
  transform: translateX(-50%);
}

.under4 .btn {
  display: block;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.under4 .btn.btn-primary {
  margin-bottom: 10px;
}

#under4 .ranking-title {
  margin: 6rem 0 0.5rem;
}

#under4 .ranking-title {
  margin: 6rem 0 0.5rem;
}

#under4 .swiper-slide .crown {
  width: 130px;
  height: 130px;
}

#under4 .swiper-slide .crown {
  width: 100px;
  height: 100px;
}

#under4 .swiper-text h3 {
  font-size: 1.3em;
}

#under4 .swiper-text h3 {
  font-size: 1.3em;
}

#under4 .swiper-text img {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}

#under4 .swiper-text img {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}

/* =========================================
   FAQスタイル
========================================= */
/* FAQ質問ボタン */
#faq {
  margin-bottom: 3rem;
}

#faq .ranking-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 150px;
  height: 150px;
  background: url("../img/robot04.png") no-repeat center / contain;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #eee;
  border-radius: 8px;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
}

.faq-question,
.faq-answer {
  font-size: 1rem;
}

.faq-question span,
.faq-answer span {
  font-size: 1.5rem;
}

/* FAQ回答（閉じた状態） */
.faq-answer {
  max-height: 0;
  /* 初期は閉じる */
  overflow: hidden;
  /* はみ出た部分を隠す */
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  /* スムーズに開く */
  padding: 0 10px;
  /* 横の余白のみ */
  background: #f9f9f9;
  border-radius: 8px;
  /* border: 3px solid #65b3eb; */
  margin-bottom: 10px;
}

/* FAQ回答（開いた状態） */
.faq-answer.open {
  max-height: 500px;
  /* 開いたときの十分な高さ */
  padding: 10px;
  /* 上下の余白も追加 */
}

#faq .ranking-title {
  margin: 6rem 0 0.75rem;
}

#top3pc .top3crown,
#top3sp .top3crown {
  width: 140px;
  height: 140px;
}

#under4 .under4crown {
  width: 100px;
  height: 100px;
}

.ranking-wrapper {
  position: relative;
}

.ranking-swiper-next,
.ranking-swiper-prev,
.ranking-swiper-next3,
.ranking-swiper-prev3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-user-select: none;
  /* iOS Safari, Safari 用 */
  user-select: none;
  /* 標準（Chrome, Firefox, Edge）用 */
}

.ranking-swiper-next,
.ranking-swiper-next3 {
  right: -50px !important;
}

.ranking-swiper-prev,
.ranking-swiper-prev3 {
  left: -50px !important;
}

.ranking-swiper-next:focus,
.ranking-swiper-prev:focus,
.ranking-swiper-next3:focus,
.ranking-swiper-prev3:focus {
  outline: none;
  /* アウトライン消す */
  background-color: rgba(255, 255, 255, 0.5);
  /* 元の色に戻す */
}

/* .ranking-swiper-next,
.ranking-swiper-next3 {
  right: -50px !important;
}

.ranking-swiper-prev,
.ranking-swiper-prev3 {
  left: -50px !important;
} */

.ranking-wrapper .ranking-swiper-pagination.swiper-pagination,
.ranking-wrapper .ranking-swiper-pagination3.swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

/* プランから探す */
#plan .ranking-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -110px;
  width: 100px;
  height: 100px;
  background: url(../img/robot02.png) no-repeat center / contain;
}

#plan .ranking-title {
  margin: 7rem 0 1.5rem;
}

.top-plan-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-plan-group__list-c {
  width: 32%;
  margin: 0 0 25px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.top-plan-group__list-c a {
  padding: 20px 20px 20px;
  display: block;
  background-color: #eee;
  color: #387fa9;
  border-radius: 10px;
  border: 2px solid #387fa9;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.top-plan-group__list-c a:hover {
  background-color: #bdd6e0;
  color: #1e4f6b;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.top-plan-group__list-c a i.icon.icon-day {
  background-image: url(../img/icon_day_blue.png);
}

.top-plan-group__list-c a i.icon.icon-night {
  background-image: url(../img/icon_night_blue.png);
}

.top-plan-group__list-c a i.icon.icon-night-hotel {
  background-image: url(../img/icon_night_hotel_blue.png);
}

.top-plan-group__list-c a i.icon.icon-day-hotel {
  background-image: url(../img/icon_day_hotel_blue.png);
}

.top-plan-group__list-c a i.icon.icon-mycar {
  background-image: url(../img/icon_mycar_blue.png);
}

.top-plan-group__list-c a i.icon.icon-shinkansen {
  background-image: url(../img/icon_shinkansen_blue.png);
}

.top-plan-group__list-c a i.icon.icon-mycar-hotel {
  background-image: url(../img/icon_mycar_hotel_blue.png);
}

.top-plan-group__list-c a i.icon.icon-shinkansen-hotel {
  background-image: url(../img/icon_shinkansen_hotel_blue.png);
}

.top-plan-group__list-c a i.icon.icon-directbus {
  background-image: url(../img/icon_directbus_blue.png);
}

.top-plan-group__list-c a i.icon {
  margin: 0 10px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-plan-group__list-c a i.icon {
  width: 70px;
  height: 70px;
  background-size: cover;
}

.icon {
  display: inline-block;
}

.top-plan-group__list-c dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-plan-group__list-c dl dt {
  font-weight: 700;
  font-size: 1.375rem;
}

.top-plan-group__list-c span.plan-icon1 {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.top-plan-group__list-c span.plan-icon {
  background-color: #f5a623;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 3px 10px;
  font-size: 1rem;
  position: absolute;
  right: -10px;
  bottom: 0;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* 特集から探す */
#feature .ranking-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -110px;
  width: 100px;
  height: 100px;
  background: url(../img/robot03.png) no-repeat center / contain;
  transform: rotate(-5deg);
}

#feature .ranking-title {
  margin: 7rem 0 1.5rem;
}

.feature__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* 要素間のスペースを均等に設定 */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* .feature__list li {
  flex: 0 1 auto;
  text-align: center;
  color: #fff;
} */
.feature__list li {
  flex: 1 1 0;
  /* ← 0 1 auto を 1 1 0 に変更 */
  min-width: 0;
  /* ← 追加：画像がはみ出さないように */
  text-align: center;
  color: #fff;
}

.feature__list li a {
  display: block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature__list li a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.feature__list img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.feature-text,
.pickup-text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

/* footer */
/* ページトップの位置修正 */
#main .site-footer .footer-pagetop {
  right: 10px;
  bottom: 10px;
}

/* =========================
   Tablet & Mobile (up to 1023px)
========================= */
@media (max-width: 1023px) {
  .ranking-card.top3 {
    display: block;
    align-items: unset;
    min-height: 842.703px;
    padding: 10px;
  }

  .swiper-text {
    display: flex;
    flex-direction: column;
  }

  .swiper-text .buttons {
    margin-top: auto;
  }

  .hotel-swiper {
    max-width: 983px;
  }

  #under4 .under4crown {
    width: 140px;
    height: 140px;
  }

  .ranking-swiper-next,
  .ranking-swiper-next3 {
    right: -20px !important;
  }

  .ranking-swiper-prev,
  .ranking-swiper-prev3 {
    left: -20px !important;
  }

  .site-footer .footer-pagetop {
    z-index: 9999;
  }
}

/* =========================
   For tp-p (up to 1120px)
========================= */
@media (max-width: 1120px) {
  .upto1120 {
    display: none;
  }

  .under1120 {
    display: block;
  }

  .tp-p.under1120 {
    position: static;
    font-size: 0.9rem;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.6;
    text-shadow: none;
  }
}

/* =========================
   Mobile only (up to 767px)
========================= */
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .under767 {
    display: block;
  }

  .container {
    max-width: 100%;
    padding: 0 3%;
  }

  .container.swiper-container {
    padding: 0 3% 8%;
  }

  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 0.875rem;
  }

  /* トップ画像 */
  .tp-h3 {
    right: 4vw;
    top: clamp(0px, 1vw, 12px);

    font-size: clamp(12px, 3.2vw, 18px);
    text-align: right;
  }

  .ranking-title h2 {
    margin: 2.5rem 0 0;
  }

  .ranking-title h2 span.grad {
    font-size: 5rem;
  }

  .ranking-title h2::after {
    width: 100px;
    height: 100px;
  }

  /* top3 SP スマホでスワイプに変身 高さ揃える */
  #top3sp .ranking-swiper>.ranking-swiper-wrapper {
    align-items: stretch;
    height: auto !important;
  }

  #top3sp .ranking-card.top3 {
    display: flex;
    flex-direction: column;
  }

  #top3sp .ranking-swiper>.ranking-swiper-wrapper>.swiper-slide {
    height: auto !important;
    align-self: stretch !important;
  }

  #top3sp .swiper-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  #top3sp .swiper-text .buttons {
    margin-top: auto;
  }

  /* hotel-swiperが引き伸ばされないようにする */
  #top3sp .hotel-swiper {
    flex-shrink: 0;
    flex-grow: 0;
    aspect-ratio: 1300 / 964;
    width: 100%;
  }

  /* 4-10 */
  #under4 .ranking-title {
    margin: 0 0 0.5rem;
  }

  /*  button */
  .top3 .buttons .btn {
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
  }

  .top3 .buttons .btn-primary {
    margin-bottom: 10px;
  }

  .buttons {
    padding: 0.5em 0;
  }


  /* プラン・特集から探す */
  .feature-text,
  .pickup-text {
    font-size: 0.875rem;
  }

  /* プランから探す */
  #plan .ranking-title {
    margin: 0 0 1.5rem;
  }

  .top-plan-group__list-c dl {
    display: block;
  }

  #plan .ranking-title h2 {
    line-height: 1.5;
  }

  #plan .ranking-title h2::after {
    right: -150px;
  }

  .top-plan-group__list-c {
    width: 49%;
  }

  .top-plan-group__list-c a {
    padding: 20px 5px 20px;
  }

  .top-plan-group__list-c a i.icon {
    display: block;
    margin: 0 auto 5px;
  }

  .top-plan-group__list-c span.plan-icon {
    font-size: .8125rem;
  }

  /* 特集から探す */
  #feature .ranking-title {
    margin: 0 0 1.5rem;
  }

  #feature .ranking-title h2 {
    line-height: 1.5;
  }

  .feature__list {
    flex-wrap: wrap;
  }

  .feature__list li {
    flex: 0 0 calc(50% - 10px);
  }
}

/* =========================
   Mobile only (up to 520px)
========================= */
@media (max-width: 520px) {}

/* =========================
   Mobile only (up to 470px)
========================= */
@media (max-width: 470px) {
  .under470 {
    display: block;
  }

  .swiper-text img {
    width: 120px;
    height: 120px;
  }

  /*   .top-plan-group__list-c {
    width: 100%;
  } */

  /*   .feature__list li {
    flex: 0 0 100%;
  } */
}

/* =========================
   Mobile only (up to 450px)
========================= */
@media (max-width: 450px) {
  .under450 {
    display: block;
  }

  .swiper-text img,
  #under4 .swiper-text img {
    position: static;
    display: block;
    margin: 1em auto 0;
  }

  #top3pc .top3crown,
  #top3sp .top3crown,
  #under4 .under4crown {
    width: 80px;
    height: 80px;
  }

  .swiper-text h3 {
    margin: 0.5rem 0;
  }

  .ranking-title h2 {
    text-align: left;
  }

  .ranking-title h2::after {
    right: -100px;
  }

  .ranking-card {
    padding: 10px;
  }

  .ranking-swiper3 .swiper-slide.under4 {
    padding: 10px;
  }

  .btn {
    padding: 7px 4px;
  }

  .under4 .btn {
    width: 220px;
  }

  #faq .ranking-title h2 span.grad {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  #faq .ranking-title h2::after {
    right: -110px;
    width: 120px;
    height: 120px;
  }

  #faq .ranking-title {
    margin: 1.5rem 0 0.75rem;
  }

  /* プランから探す */
  #plan .ranking-title {
    margin: 0 0 1rem;
  }

  #plan .ranking-title h2::after {
    bottom: 20px;
    right: -90px;
  }

  .top-plan-group__list-c dl dt {
    font-size: 0.9rem;
  }

  .top-plan-group__list-c span.plan-icon {
    font-size: .625rem;
    right: -5px;
  }
}

@media (max-width: 410px) {
  .under410 {
    display: block;
  }
}