﻿@charset "UTF-8";

.feature-page.-voyage {
  /* 旅先納税のエリアから探すを非表示 */
}

.feature-page.-voyage .tabranking-contents-item[data-tab=tabi] .search-area-block {
  display: none;
}

.feature-page.-voyage .tabranking-contents-item[data-tab=tabi] .search-ranking-block {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .tabranking-contents-item[data-tab=tabi] .search-ranking-block {
    padding-bottom: 40px;
  }
}

.feature-page.-voyage {
  /***************************
  ** Common
  ***************************/
}

.feature-page.-voyage .forcms_block {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.feature-page.-voyage .section-ttl {
  color: #081570;
  font-size: 40px;
}

.feature-page.-voyage .section-ttl::before {
  content: none;
}

.feature-page.-voyage .content-ttl {
  color: #081570;
  font-size: 36px;
  font-weight: bold;
}

.feature-page.-voyage h2.content-ttl::before {
  content: none;
}

.feature-page.-voyage .content-ttl-en {
  text-align: center;
  margin-top: 14px;
  color: #BA8F00;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .feature-page.-voyage .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .pc {
    display: none;
  }

  .feature-page.-voyage .content-ttl {
    font-size: 24px;
  }

  .feature-page.-voyage .content-ttl-en {
    font-size: 10px;
    margin-top: 8px;
  }

  .feature-page.-voyage .block-page-top {
    display: none !important;
  }
}

.feature-page.-voyage {
  /***************************
  ** MV
  ***************************/
}

.feature-page.-voyage .mv-header-wrapper {
  padding-top: 200px;
  background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 35%, #EFFBFF 100%);
  min-height: 750px;
}

.feature-page.-voyage .mv-header {
  margin: 0px auto 0;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.feature-page.-voyage .mv-ttl {
  max-width: 50%;
}

.feature-page.-voyage .mv-images {
  position: absolute;
  display: flex;
  top: 50%;
  left: 55%;
  gap: 135px;
  width: 100%;
  transform: translateY(-50%);
}

.feature-page.-voyage .mv-image-wrapper {
  border-radius: 120px;
  width: 298px;
}

.feature-page.-voyage .mv-image-inner .slick-slide {
  width: 259px;
}

.feature-page.-voyage .mv-image-inner .slick-slide img {
  width: 100%;
  width: 259px;
  height: 434px;
  object-fit: cover;
  border-radius: 115px;
}

.feature-page.-voyage {
  /* ▼ Swiper共通設定（フェード用） */
}

.feature-page.-voyage .mv-image-wrapper {
  width: 259px;
  height: 434px;
  /* 適切な高さを設定 */
  position: relative;
  overflow: visible;
}

.feature-page.-voyage .mv-image-inner {
  position: relative;
  overflow: visible;
}

.feature-page.-voyage .mv-image-inner .slick-list {
  z-index: 5;
}

.feature-page.-voyage .mv-image-inner.slick-initialized::before {
  content: "";
  background: linear-gradient(180deg, #EAECEC, #CBCCCC);
  width: 298px;
  height: 475px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 131px;
}

.feature-page.-voyage .mv-image-inner.slick-initialized::after {
  content: "";
  background: linear-gradient(180deg, #CBCCCC, #EAECEC);
  width: 284px;
  height: 461px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  border-radius: 127px;
}

.feature-page.-voyage .mv-image-inner .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-page.-voyage .mv_wing {
  position: relative;
}

.feature-page.-voyage .mv_wing img {
  position: relative;
  left: 35%;
}

.feature-page.-voyage .mv_wing::after {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, #F4FCFF 50%, #F3FCFF 80%, transparent 100%);
  transform: translateY(50%);
}

@media screen and (max-width: 1440px) {
  .feature-page.-voyage .mv_wing {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .mv-header-wrapper {
    padding-top: 30px;
    min-height: initial;
  }

  .feature-page.-voyage .mv-ttl {
    width: 295px;
    max-width: initial;
    margin: 0 auto;
  }

  .feature-page.-voyage .mv-images {
    position: relative;
    display: flex;
    top: initial;
    left: 50%;
    gap: 73px;
    width: 623px;
    transform: translateX(-50%);
    margin-top: 50px;
  }

  .feature-page.-voyage .mv_wing {
    margin-top: 20px;
  }

  .feature-page.-voyage .mv_wing img {
    left: 0;
    min-width: 595px;
    width: 100%;
  }

  .feature-page.-voyage {
    /* ▼ Swiper共通設定（フェード用） */
  }

  .feature-page.-voyage .mv-image-wrapper {
    width: 159px;
    height: 266px;
  }

  .feature-page.-voyage .mv-image-inner.slick-initialized::before {
    content: "";
    background: linear-gradient(180deg, #CBCCCC, #EAECEC);
    width: 182px;
    height: 285px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    border-radius: 131px;
  }

  .feature-page.-voyage .mv-image-inner.slick-initialized::after {
    content: "";
    background: linear-gradient(180deg, #EAECEC, #CBCCCC);
    width: 174px;
    height: 277px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    border-radius: 127px;
  }

  .feature-page.-voyage .mv-image-inner .slick-slide {
    width: 159px;
  }

  .feature-page.-voyage .mv-image-inner .slick-slide img {
    height: 266px;
    width: 159px;
  }
}

.feature-page.-voyage .mv_content_wrapper {
  position: relative;
}

.feature-page.-voyage .mv_content_cloud-left {
  position: absolute;
  top: -218px;
  left: -1000px;
  transition: 0.8s ease-in-out;
  width: 2100px;
  z-index: 2;
}

.feature-page.-voyage .mv_content_cloud-right {
  position: absolute;
  top: -10px;
  right: -1000px;
  transition: 0.8s ease-in-out;
  width: 2100px;
  z-index: 2;
}

.feature-page.-voyage .mv_content_cloud.is-active>.mv_content_cloud-left {
  left: -1805px;
}

.feature-page.-voyage .mv_content_cloud.is-active>.mv_content_cloud-right {
  right: -1805px;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .mv_content_cloud-left {
    width: 1490px;
    top: -243px;
    left: -1200px;
  }

  .feature-page.-voyage .mv_content_cloud-right {
    width: 1490px;
    top: -192px;
    right: -1070px;
  }

  .feature-page.-voyage .mv_content_cloud.is-active>.mv_content_cloud-left {
    left: -1805px;
  }

  .feature-page.-voyage .mv_content_cloud.is-active>.mv_content_cloud-right {
    right: -1805px;
  }
}

.feature-page.-voyage .mv_content {
  background: linear-gradient(180deg, #F0FCFF, #A7E8FF);
}

.feature-page.-voyage .mv_content_catch-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.feature-page.-voyage .mv_content_catch {
  font-size: 56px;
  color: #00146E;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.feature-page.-voyage .mv_content_catch::before {
  content: none;
}

.feature-page.-voyage .mv_content_catch::after {
  content: "";
  width: 100%;
  background: #FFF72F;
  opacity: 0.7;
  height: 12px;
  display: block;
  border-radius: 6px;
  position: absolute;
  bottom: 20px;
}

.feature-page.-voyage .mv_content_catch span {
  color: #EF3C6C;
  font-size: 95px;
}

.feature-page.-voyage .mv_content_catch span span {
  font-size: 58px;
}

.feature-page.-voyage .mv_content_catch_sub {
  text-align: center;
  font-size: 18px;
  color: #081570;
}

.feature-page.-voyage .mv_content_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.feature-page.-voyage .mv_content_slider {
  display: flex;
  width: max-content;
  animation: slide-left 40s linear infinite;
}

.feature-page.-voyage .mv_content_main img {
  width: 3238px;
  height: 808px;
  max-width: initial;
}

.feature-page.-voyage .mv_content_slider.paused {
  animation-play-state: paused;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .mv_content_catch-wrapper {
    padding-top: 80px;
  }

  .feature-page.-voyage .mv_content_catch {
    font-size: 25px;
  }

  .feature-page.-voyage .mv_content_catch::after {
    height: 6px;
    border-radius: 6px;
    bottom: 10px;
  }

  .feature-page.-voyage .mv_content_catch span {
    font-size: 44px;
  }

  .feature-page.-voyage .mv_content_catch span span {
    font-size: 25px;
  }

  .feature-page.-voyage .mv_content_catch_sub {
    font-size: 14px;
  }

  .feature-page.-voyage .mv_content_main img {
    width: 1619px;
    height: 404px;
    max-width: initial;
  }

  .feature-page.-voyage .mv_content_slider.sp {
    display: flex !important;
    width: 3238px;
  }
}

.feature-page.-voyage {
  /***************************
  ** About
  ***************************/
}

.feature-page.-voyage .about {
  background-image: url(/cms/feature/tabi/img/bk-about.png);
  padding-top: 100px;
}

.feature-page.-voyage .about-header {
  position: relative;
  text-align: center;
}

.feature-page.-voyage .about-header-catch {
  padding: 50px 0;
  font-size: 80px;
  color: #BA8F00;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.feature-page.-voyage .about-header-catch::after {
  content: "";
  width: 100%;
  background: #FFCEDC;
  height: 12px;
  display: block;
  border-radius: 6px;
  position: absolute;
  bottom: 60px;
}

.feature-page.-voyage .about-header-catch span {
  color: #081570;
  font-size: 50px;
  font-weight: 500;
}

.feature-page.-voyage .about-header-desc {
  text-align: center;
  font-size: 18px;
  width: 915px;
  margin: 0 auto;
  line-height: 2;
  color: #081570;
  font-weight: bold;
}

.feature-page.-voyage .about-header-left {
  position: absolute;
  bottom: 0;
  left: calc(50% - 700px);
  transform: translateX(-50%);
}

.feature-page.-voyage .about-header-right {
  position: absolute;
  bottom: 0;
  right: calc(50% - 700px);
  transform: translateX(50%);
}

.feature-page.-voyage .about-block {
  max-width: 1440px;
  margin: 0 auto 50px;
}

.feature-page.-voyage .about-content {
  background: url(/cms/feature/tabi/img/bk-choice.png) no-repeat top center;
  background-size: cover;
  background-position: center 60px;
  padding-top: 150px;
  padding-bottom: 180px;
}

.feature-page.-voyage .about-content-list {
  display: flex;
  justify-content: center;
  max-width: 1410px;
  width: 100%;
  margin: 70px auto 0;
  align-items: flex-end;
}

.feature-page.-voyage .about-content-item {
  max-width: 450px;
  width: calc((100% - 100px) / 3);
  margin: 0 auto;
}

.feature-page.-voyage .about-content-item-inner {
  text-align: center;
  background: #fff;
  border: 2px solid #081570;
  border-radius: 10px;
  padding: 50px 10px;
}

.feature-page.-voyage .about-content-item-catch {
  color: #081570;
  font-size: 21px;
  text-align: center;
  position: relative;
}

.feature-page.-voyage .about-content-item-catch::after {
  content: "";
  background: url(/cms/feature/tabi/img/icon-about-content-item-catch.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 32px;
  position: absolute;
  top: -20px;
  right: -5px;
}

.feature-page.-voyage .about-content-item-catch span {
  font-size: 16px;
  display: block;
}

.feature-page.-voyage .about-content-item-img {
  height: 80px;
}

.feature-page.-voyage .about-content-item-txt {
  margin-top: 20px;
}

.feature-page.-voyage .about-content-item-ttl {
  font-size: 32px;
  color: #081570;
  line-height: 1.4;
}

.feature-page.-voyage .about-content-item-desc {
  font-size: 18px;
  color: #081570;
  font-weight: 500;
  margin-top: 20px;
}

.feature-page.-voyage .about-content-item-link+.about-content-item-link {
  margin-top: 20px;
}

.feature-page.-voyage .about-content-item-link {
  background: #081570;
  max-width: 340px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 29px;
  padding: 0 30px;
  cursor: pointer;
}

.feature-page.-voyage .about-content-item-link::after {
  content: "";
  background: url(/cms/feature/tabi/img/icon-more.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
}

.feature-page.-voyage .about-content-item-catch-button {
  width: 340px;
  height: 50px;
  background: #0069C3;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  text-align: center;
  border-radius: 25px;
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

.feature-page.-voyage .about-content-item-catch-button::after {
  content: "";
  background: url(/cms/feature/tabi/img/icon-plane-w.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 16px;
  position: absolute;
  right: 30px;
}

.feature-page.-voyage .about-content-item-at {
  font-size: 12px;
  color: #081570;
}

.feature-page.-voyage .about-ranking {
  padding-top: 150px;
  text-align: center;
}

.feature-page.-voyage .overallranking-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.feature-page.-voyage .about-ranking-desc {
  display: inline-block;
  color: #fff;
  background: #303030;
  font-size: 16px;
  padding: 5px 20px 3px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.feature-page.-voyage h2.about-ranking-ttl {
  position: relative;
}

.feature-page.-voyage h2.about-ranking-ttl::before {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 550px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.about-ranking-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 550px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .overallranking-link {
  margin-top: 20px;
}

.feature-page.-voyage .overallranking-link a {
  width: 280px;
  height: 52px;
  background: #fff;
  border: 1px solid #00146E;
  display: block;
  margin: 0 auto;
  color: #00146E;
  font-size: 16px;
  line-height: 52px;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
}

.feature-page.-voyage .overallranking-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #00146E;
  border-right: 2px solid #00146E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .about {
    padding-top: 40px;
  }

  .feature-page.-voyage .about-header {
    margin-bottom: 120px;
  }

  .feature-page.-voyage .about-header-catch {
    font-size: 33px;
  }

  .feature-page.-voyage .about-header-catch::after {
    height: 6px;
    border-radius: 6px;
    bottom: 50px;
  }

  .feature-page.-voyage .about-header-catch span {
    font-size: 23px;
  }

  .feature-page.-voyage .about-header-desc {
    width: 100%;
    font-size: 14px;
  }

  .feature-page.-voyage .about-header-left {
    position: relative;
    bottom: -30px;
    width: 110px;
    left: calc(50% - 75px);
  }

  .feature-page.-voyage .about-header-right {
    position: absolute;
    bottom: -30px;
    width: 110px;
    right: calc(50% - 75px);
  }

  .feature-page.-voyage .about-block {
    margin-bottom: 0;
  }

  .feature-page.-voyage .about-content {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #F7F4E7;
    position: relative;
    margin-top: 50px;
  }

  .feature-page.-voyage .about-content::before {
    content: "";
    position: absolute;
    top: -50px;
    width: 50%;
    height: 50px;
    background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'>      <path d='M0,50 Q100,0 200,0 L200,50 0 Z' fill='%23F7F4E7'/>    </svg>");
    background-size: 100% 100%;
    z-index: 2;
  }

  .feature-page.-voyage .about-content::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 50%;
    height: 50px;
    background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'>      <path d='M0,50 Q100,0 200,0 L200,50 0 Z' fill='%23F7F4E7'/>    </svg>");
    background-size: 100% 100%;
    transform: scale(-1, 1);
  }

  .feature-page.-voyage .about-content-list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 35px;
  }

  .feature-page.-voyage .about-content-item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .feature-page.-voyage .about-content-item-catch {
    font-size: 18px;
  }

  .feature-page.-voyage .about-content-item-catch span {
    font-size: 14px;
  }

  .feature-page.-voyage .about-content-item-catch::after {
    width: 20px;
    height: 20px;
    top: -15px;
    right: calc(50% - 185px);
    transform: translateX(-50%);
  }

  .feature-page.-voyage .about-content-item-inner {
    padding: 24px 20px;
    margin: 0 10px;
  }

  .feature-page.-voyage .about-content-item-img {
    height: 60px;
  }

  .feature-page.-voyage .about-content-item-img img {
    height: 60px;
    margin: 0 auto;
  }

  .feature-page.-voyage .about-content-item-txt {
    margin-top: 15px;
  }

  .feature-page.-voyage .about-content-item-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage .about-content-item-desc {
    font-size: 14px;
  }

  .feature-page.-voyage .about-content-item-link {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  .feature-page.-voyage .about-content-item-link[data-modal=modal1],
  .feature-page.-voyage .about-content-item-link[data-modal=modal3] {
    /* padding-right: 20px; */
  }

  .feature-page.-voyage .about-content-item-link+.about-content-item-link {
    margin-top: 15px;
  }

  .feature-page.-voyage .about-content-item-link::after {
    width: 16px;
    height: 18px;
  }

  .feature-page.-voyage .about-content-item-catch-button {
    width: 290px;
    height: 40px;
    font-size: 14px;
  }

  .feature-page.-voyage .about-content-item-catch-button::after {
    right: 30px;
  }

  .feature-page.-voyage .about-ranking {
    padding-top: 50px;
  }

  .feature-page.-voyage h2.about-ranking-ttl {
    font-size: 20px;
    letter-spacing: 1px;
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .feature-page.-voyage h2.about-ranking-ttl::before {
    width: calc((100% - 250px) / 2);
  }

  .feature-page.-voyage h2.about-ranking-ttl::after {
    width: calc((100% - 250px) / 2);
  }
}

.feature-page.-voyage {
  /***************************
  ** Modal
  ***************************/
}

.feature-page.-voyage .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 背景を暗く */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
}

.feature-page.-voyage .modal-content {
  background: #FFFBEA;
  padding: 72px 80px 48px 90px;
  border-radius: 15px;
  position: relative;
  width: 1200px;
  max-height: 75vh;
  color: #081570;
  text-align: center;
}

.feature-page.-voyage .modal-inner {
  overflow-y: auto;
  max-height: calc(75vh - 120px);
  padding-right: 10px;
}

.feature-page.-voyage .modal-content_ttl {
  font-size: 30px;
  font-weight: bold;
}

.feature-page.-voyage .modal-content_desc {
  margin-top: 20px;
}

.feature-page.-voyage .modal-content_desc .sm {
  font-size: 18px;
}

.feature-page.-voyage .modal-content_desc,
.feature-page.-voyage md {
  font-size: 24px;
}

.feature-page.-voyage .modal-content_desc .modal-content_link {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  color: #232323;
}

.feature-page.-voyage .modal-content_desc .modal-content_link a {
  text-decoration: underline;
}

.feature-page.-voyage .modal-point-content {
  margin-top: 30px;
}

.feature-page.-voyage .modal-point_ttl {
  font-size: 24px;
}

.feature-page.-voyage .modal-point_ttl span {
  font-size: 30px;
}

.feature-page.-voyage .modal-point_flex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.feature-page.-voyage .modal-point_block {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border: 2px solid #081570;
  border-radius: 10px;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.feature-page.-voyage .modal-point_block_ttl {
  font-size: 20px;
}

.feature-page.-voyage .modal-point_block_desc {
  font-size: 13px;
  margin-top: 10px;
}

.feature-page.-voyage .modal-close {
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}

.feature-page.-voyage .modal-close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.feature-page.-voyage .modal-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.feature-page.-voyage .modal-content_useImage_desc .bk-blue {
  color: #fff;
  background: #081570;
  font-size: 20px;
  padding: 3px 20px;
}

.feature-page.-voyage .modal-useImage-content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .modal-overlay {
    margin-top: 0;
  }

  .feature-page.-voyage .modal-content {
    padding: 24px 10px 20px 15px;
    border-radius: 10px;
    width: calc(100% - 20px);
    max-height: 85vh;
  }

  .feature-page.-voyage .modal-inner {
    max-height: calc(85vh - 120px);
    padding-right: 10px;
  }

  .feature-page.-voyage .modal-content_ttl {
    font-size: 18px;
  }

  .feature-page.-voyage .modal-content_desc {
    margin-top: 12px;
  }

  .feature-page.-voyage .modal-content_desc .sm {
    font-size: 14px;
  }

  .feature-page.-voyage .modal-content_desc,
  .feature-page.-voyage md {
    font-size: 16px;
  }

  .feature-page.-voyage .modal-content_desc .modal-content_link {
    font-size: 12px;
    margin-top: 12px;
  }

  .feature-page.-voyage .modal-point-content {
    margin-top: 20px;
  }

  .feature-page.-voyage .modal-point_ttl {
    font-size: 16px;
  }

  .feature-page.-voyage .modal-point_ttl span {
    font-size: 20px;
  }

  .feature-page.-voyage .modal-point_flex {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .feature-page.-voyage .modal-point_block {
    width: 100%;
    border-radius: 10px;
    padding: 16px 10px;
    gap: 12px;
  }

  .feature-page.-voyage .modal-point_block_ttl {
    font-size: 16px;
  }

  .feature-page.-voyage .modal-point_block_desc {
    font-size: 13px;
    margin-top: 6px;
  }

  .feature-page.-voyage .modal-point_block_img img {
    height: 80px;
  }

  .feature-page.-voyage .modal-close {
    top: -35px;
    width: 30px;
    height: 30px;
    font-size: 0;
  }

  .feature-page.-voyage .modal-close:before {
    width: 12px;
    height: 2px;
  }

  .feature-page.-voyage .modal-close:after {
    width: 12px;
    height: 2px;
  }

  .feature-page.-voyage .modal-content_useImage_desc .bk-blue {
    font-size: 15px;
    padding: 3px 14px;
  }

  .feature-page.-voyage .modal-useImage-content {
    margin-top: 20px;
  }
}

.feature-page.-voyage {
  /***************************
  ** Tab Switch
  ***************************/
}

.feature-page.-voyage .forcms_block:has(.search) {
  position: relative;
  z-index: 901;
}

.feature-page.-voyage .search {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}

.feature-page.-voyage .forcms_block:has(.tabranking-contents-item) {
  display: none;
}

.feature-page.-voyage .forcms_block:has(.tabranking-contents-item.is-active) {
  display: block;
}

.feature-page.-voyage .search-ranking-header {
  text-align: center;
}

.feature-page.-voyage .search-ranking-desc {
  display: inline-flex;
  width: 140px;
  background: #303030;
  color: #fff;
  height: 30px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding-top: 2px;
}

.feature-page.-voyage .search-ranking-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature-page.-voyage .search-ranking-block h2.search-ranking-ttl::before {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 455px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage .search-ranking-block h2.search-ranking-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 405px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .search-area-block h2.search-ranking-ttl::before {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 330px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage .search-area-block h2.search-ranking-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 330px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .search-cms-block h2.search-ranking-ttl::before {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 490px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage .search-cms-block h2.search-ranking-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 490px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .search-ranking-contents {
  min-height: 450px;
}

.feature-page.-voyage .search-ranking-link a,
.feature-page.-voyage .search-area-link a,
.feature-page.-voyage .search-cms-link a {
  width: 280px;
  height: 52px;
  border: 1px solid #00146E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  font-size: 16px;
  color: #00146E;
  background: #fff;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
}

.feature-page.-voyage .search-ranking-link a::after,
.feature-page.-voyage .search-area-link a::after,
.feature-page.-voyage .search-cms-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #00146E;
  border-right: 2px solid #00146E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.feature-page.-voyage .search-area-block {
  margin-top: 100px;
}

.feature-page.-voyage .area-svg-map {
  margin-top: 70px;
  background-image: url(/cms/feature/tabi/img/repeat_grid.jpg);
}

.feature-page.-voyage .area-svg-map__inner {
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
}

.feature-page.-voyage .area-svg-map__svg-content {
  height: auto;
}

.feature-page.-voyage .area-svg-map__search {
  margin-bottom: 50px;
}

.feature-page.-voyage .area-svg-map__search>.area-svg-map__search {
  max-width: 760px;
  margin: 0 auto 10px;
}

.feature-page.-voyage .area-svg-map__search input {
  width: 100%;
  border: 2px solid #00146E;
  border-radius: 36px;
  height: 72px;
  padding-left: 30px;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.feature-page.-voyage .area-suggestion-list {
  width: calc(100% - 59px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  border: none !important;
  padding: 10px 30px 0;
}

.feature-page.-voyage .area-suggestion-list li {
  padding: 10px !important;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  transition: 0.3s;
}

.feature-page.-voyage .area-suggestion-list li:last-of-type {
  border-bottom: none;
}

.feature-page.-voyage .area-suggestion-list li:hover {
  color: #3f9ead;
}

.feature-page.-voyage .area-suggestion-list li::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}

.feature-page.-voyage .area-suggestion-list li:hover::after {
  border-right: 2px solid #3f9ead;
  border-bottom: 2px solid #3f9ead;
}

.feature-page.-voyage .area-svg-map__search input:hover,
.feature-page.-voyage .area-svg-map__search input:focus,
.feature-page.-voyage .area-svg-map__search input:active {
  width: 100%;
  border: 2px solid #00146E;
}

.feature-page.-voyage .area-svg-map__search p {
  text-align: center;
  font-size: 12px;
  color: #00146E;
  line-height: 22px;
}

.feature-page.-voyage .area-svg-map__search p::before {
  content: "!";
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #00146E;
  line-height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: bold;
}

.feature-page.-voyage .search-cms-contents {
  min-height: 390px;
  margin-bottom: 40px;
}

.feature-page.-voyage .search-cms-list {
  display: flex;
  padding: 0 40px;
  margin-top: 40px;
  counter-reset: item;
}

.feature-page.-voyage .search-cms-item {
  width: 314px;
  margin-right: 35px;
  background: #242D69;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  counter-increment: item;
}

.feature-page.-voyage .search-cms-list .search-cms-item::before {
  content: counter(item);
  color: #fff;
  background: #303030;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  border-radius: 10px 0 0;
  display: flex;
  font-size: 20px;
  padding: 2px 0 0 10px;
}

.feature-page.-voyage .search-cms-list .search-cms-item:nth-of-type(1)::before {
  background: #B7A73D;
}

.feature-page.-voyage .search-cms-list .search-cms-item:nth-of-type(2)::before {
  background: #A3A5AD;
}

.feature-page.-voyage .search-cms-list .search-cms-item:nth-of-type(3)::before {
  background: #C78C58;
}

.feature-page.-voyage .search-cms-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.feature-page.-voyage .search-cms-item-pref {
  font-size: 13px;
  padding: 20px 0;
}

.feature-page.-voyage .search-cms-item-city {
  font-size: 23px;
  margin-left: 10px;
}

.feature-page.-voyage .search-cms-item-link a {
  width: 275px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #081570;
  padding: 16px 0;
  border-radius: 8px;
  font-size: 16px;
}

.feature-page.-voyage .search-cms-list .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #081570;
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
}

.feature-page.-voyage .search-cms-list .slick-prev {
  left: 0;
}

.feature-page.-voyage .search-cms-list .slick-arrow::after {
  font-size: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #081570;
  border-right: 2px solid #081570;
}

.feature-page.-voyage .search-cms-list .slick-next {
  right: 0;
}

.feature-page.-voyage .search-cms-list .slick-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.feature-page.-voyage .search-cms-list .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.feature-page.-voyage .tabswitch_contents-item {
  display: none;
}

.feature-page.-voyage .tabswitch_contents-item.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .feature-page.-voyage .forcms_block:has(.tabranking-contents-item-wrapper) {
    background: url(/cms/feature/tabi/img/img-search-bk.png) no-repeat;
    background-position: top;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .search {
    position: relative;
    background: #E0F7FC;
    padding-top: 30px;
    margin-top: 0;
    left: initial;
    transform: none;
  }

  .feature-page.-voyage .forcms_block:has(.tabranking-contents-item-wrapper) {
    background: #E0F7FC;
  }

  .feature-page.-voyage .search-ranking-tabname {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .feature-page.-voyage .search-ranking-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage .search-ranking-block h2.search-ranking-ttl::before {
    width: calc((100% - 230px) / 2);
  }

  .feature-page.-voyage .search-ranking-block h2.search-ranking-ttl::after {
    width: calc((100% - 230px) / 2);
  }

  .feature-page.-voyage .search-area-block h2.search-ranking-ttl::before {
    width: calc((100% - 180px) / 2);
  }

  .feature-page.-voyage .search-area-block h2.search-ranking-ttl::after {
    width: calc((100% - 180px) / 2);
  }

  .feature-page.-voyage .search-cms-contents h2.search-ranking-ttl::before {
    width: calc((100% - 290px) / 2);
  }

  .feature-page.-voyage .search-cms-contents h2.search-ranking-ttl::after {
    width: calc((100% - 290px) / 2);
  }

  .feature-page.-voyage .search-cms-block h2.search-ranking-ttl {
    letter-spacing: 1px;
  }

  .feature-page.-voyage .search-cms-block h2.search-ranking-ttl::before {
    width: calc((100% - 240px) / 2);
  }

  .feature-page.-voyage .search-cms-block h2.search-ranking-ttl::after {
    width: calc((100% - 240px) / 2);
  }

  .feature-page.-voyage .search-area-block {
    background: #F7F4E7;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-page.-voyage .search-ranking-header {
    padding: 0 10px;
  }

  .feature-page.-voyage .area-svg-map {
    display: block;
    background: none;
    margin-top: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .feature-page.-voyage .area-svg-map__inner {
    width: 100%;
    padding: 0;
  }

  .feature-page.-voyage .area-svg-map__search {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
  }

  .feature-page.-voyage .area-svg-map__search input {
    width: 100%;
    max-width: initial;
    height: 50px;
    padding-left: 10px;
    padding-right: 51px;
    font-size: 14px;
  }

  .feature-page.-voyage .area-suggestion-list {
    width: calc(100% - 40px) !important;
    padding: 7px 20px 0;
  }

  .feature-page.-voyage .area-suggestion-list li {
    padding: 7px !important;
    font-size: 13px;
  }

  .feature-page.-voyage .area-suggestion-list li::after {
    width: 10px;
    height: 10px;
  }

  .feature-page.-voyage .area-svg-map__search p {
    text-align: left;
    font-size: 11px;
    line-height: 22px;
  }

  .feature-page.-voyage .area-svg-map__search p::before {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .feature-page.-voyage .area-svg-map__box {
    display: none;
  }

  .feature-page.-voyage .search-cms-block {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .feature-page.-voyage .search-cms-contents {
    min-height: initial;
  }

  .feature-page.-voyage .search-cms-list {
    padding: 0 10px;
  }

  .feature-page.-voyage .search-cms-item {
    width: 180px;
    padding-bottom: 15px;
    margin-right: 20px;
  }

  .feature-page.-voyage .search-cms-item img {
    height: 120px;
  }

  .feature-page.-voyage .search-cms-item-pref {
    font-size: 12px;
    padding: 10px 0;
  }

  .feature-page.-voyage .search-cms-item-city {
    font-size: 15px;
  }

  .feature-page.-voyage .search-cms-item-link a {
    width: 160px;
    font-size: 0;
    height: 35px;
  }

  .feature-page.-voyage .search-cms-item-link a:after {
    content: "詳しく見る";
    font-size: 13px;
  }

  .feature-page.-voyage .search-cms-list .slick-arrow {
    display: none !important;
  }

  .feature-page.-voyage .search-area-list.sp {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .feature-page.-voyage .search-area-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }

  .feature-page.-voyage .search-area-item a:first-of-type {
    width: 180px;
    height: 40px;
    background: #fff;
    border: 1px solid #081570;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    position: relative;
    color: #081570;
  }

  .feature-page.-voyage .search-area-item a:first-of-type::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #00146E;
    border-right: 1px solid #00146E;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }

  .feature-page.-voyage .search-area-item a:last-of-type {
    color: #081570;
    text-decoration: underline;
    font-size: 13px;
  }

  .feature-page.-voyage .search-area-item a:last-of-type::before {
    content: "";
    background: url(/cms/feature/tabi/img/icon-crown_sp.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 11.2px;
    display: inline-block;
    margin-right: 3px;
  }

  .feature-page.-voyage .search-area-link {
    margin-top: 30px;
  }

  .feature-page.-voyage .search-ranking-contents {
    min-height: 405px;
  }
}

.feature-page.-voyage {
  /***************************
  ** Tab Contents
  ***************************/
}

.feature-page.-voyage .overallranking-contents {
  min-height: 490px;
}

.feature-page.-voyage .block-pickup-list-p--bookmark {
  display: none;
}

.feature-page.-voyage .block-ranking-r--category-infos>a {
  display: flex;
}

.feature-page.-voyage .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img {
  max-width: 90px;
  flex: 0 0 90px;
}

.feature-page.-voyage .block-ranking-r--category-infos-img img {
  width: 90px;
  height: 60px;
}

.feature-page.-voyage .block-ranking-r--category-infos-name {
  justify-content: center;
}

.feature-page.-voyage .tabranking-contents {
  min-height: 490px;
  background: #fff;
}

.feature-page.-voyage .tabranking-contents-item-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 242px;
  padding-bottom: 300px;
}

.feature-page.-voyage .tabranking-contents-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-top: 120px;
  width: 100%;
  padding: 120px 80px;
  background: #fff;
  border-radius: 16px;
}

.feature-page.-voyage .tabranking-contents-item.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-page.-voyage .tabranking-tab {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin: 30px auto;
  width: 1260px;
  gap: 0px;
}

.feature-page.-voyage .js-tabranking-ranking-tab {
  width: 33.3333333333%;
  text-align: center;
  font-size: 25px;
  background: #F5F5F5;
  padding: 30px 10px;
  color: #081570;
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
}

.feature-page.-voyage .js-tabranking-ranking-tab.is-active {
  background: #081570;
  color: #fff;
}

.feature-page.-voyage .block-ranking-r {
  max-width: 1360px;
  padding: 0;
}

.feature-page.-voyage .block-ranking-r--items {
  padding-top: 70px;
  margin-top: 30px;
}

.feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods {
  border-radius: 6px;
  padding: 14px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
}

.feature-page.-voyage .block-ranking-r--goods .block-ranking-r--category-infos {
  height: 60px !important;
  margin-bottom: 0;
}

.feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
  top: -65px;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
  width: 20px;
  height: 14px;
}

.feature-page.-voyage .block-ranking-r--goods .block-ranking-r--goods-image figure {
  background: transparent;
  margin-top: 10px;
  height: 159px;
}

.feature-page.-voyage .block-ranking-r--goods .block-ranking-r--goods-description {
  padding: 12px 0 0;
  text-align: left;
}

.feature-page.-voyage .block-ranking-r--goods .block-ranking-r--price-infos {
  margin-bottom: 0;
}

.feature-page.-voyage .block-ranking-r .swiper-button-prev,
.feature-page.-voyage .block-ranking-r .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #081570;
  border-radius: 50%;
}

.feature-page.-voyage .block-ranking-r .swiper-button-prev {
  left: -120px;
}

.feature-page.-voyage .block-ranking-r .swiper-button-next {
  right: -120px;
}

.feature-page.-voyage .block-ranking-r .swiper-button-prev::after,
.feature-page.-voyage .block-ranking-r .swiper-button-next::after {
  border-top: 3px solid #081570;
  border-right: 3px solid #081570;
}

.feature-page.-voyage .block-ranking-r .swiper-button-prev::after {
  left: 45%;
}

.feature-page.-voyage .block-ranking-r .swiper-button-next::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  left: 45%;
}

@media screen and (min-width: 769px) {
  .feature-page.-voyage .tabcontents.fix {
    /* display: block; */
    position: fixed;
    top: 50%;
    transform: translateY(50%);
    background: transparent;
    z-index: 1000;
    /* transition: 0.5s ease; */
    right: 0;
    width: 240px;
    opacity: 0;
    visibility: hidden;
  }

  .feature-page.-voyage .tabcontents.fix.is-fixed {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 10px;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 10px 0;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab.is-active::after {
    content: "";
    background: #081570;
    position: absolute;
    width: 20px;
    height: 17.32px;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }

  .feature-page.-voyage #search:not(:has(.is-fixed)) br {
    display: none;
  }

  .feature-page.-voyage #search:has(.is-fixed) {
    position: fixed;
    left: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .feature-page.-voyage #search:has(.is-fixed) .search-header .content-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage #search:has(.is-fixed) .search-header .content-ttl-en {
    display: none;
  }

  .feature-page.-voyage .is-fixed .overallranking-inner {
    max-width: initial;
    transition: 0.3s;
  }

  .feature-page.-voyage .is-fixed .tabranking-tab {
    width: 240px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background: #ddd;
    border-radius: 10px 0 0 10px;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab {
    width: 100%;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-align: left;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:hover {
    opacity: 0.7;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 10px;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 10px 0;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab::before {
    content: "";
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    margin-right: 10px;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 0;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:first-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-1.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:nth-of-type(2)::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-2.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:last-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-3.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab.is-active:first-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-1_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab.is-active:nth-of-type(2)::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-2_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab.is-active:last-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-3_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 0 0 10px;
  }

  .feature-page.-voyage .is-fixed .js-tabranking-ranking-tab.is-active::after {
    content: none;
  }

  .feature-page.-voyage .tab-toggle-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    background: #081570;
  }

  .feature-page.-voyage .tab-toggle-button::before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-135deg);
    transition: 0.3s;
    cursor: pointer;
  }

  .feature-page.-voyage .tabcontents.fix.is-hidden .tab-toggle-button::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .feature-page.-voyage .tabcontents.fix.is-hidden .overallranking-inner {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .overallranking-contents {
    min-height: 405px;
    padding-left: 10px;
  }

  .feature-page.-voyage .tabranking-tab {
    width: calc(100% - 20px);
    margin: 40px auto 0;
    padding: 0;
    gap: 8px;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab {
    font-size: 12px;
    border-width: 3px;
    border-radius: 15px;
    padding: 35px 0 15px;
    letter-spacing: -0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods {
    width: 180px;
    flex: 0 0 180px;
    /* margin-right: 24px; */
    padding: 10px 10px 15px;
    max-width: 180px;
  }

  .feature-page.-voyage .tabranking-contents-item-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .feature-page.-voyage .tabranking-contents-item {
    background: transparent;
    padding: 0;
  }

  .feature-page.-voyage .search-ranking-block {
    padding: 0 10px;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab::before {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: -25px;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:first-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-1_sp.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:nth-of-type(2)::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-2_sp.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab:last-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-3_sp.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab.is-active:first-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-1_sp_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab.is-active:nth-of-type(2)::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-2_sp_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage .js-tabranking-ranking-tab.is-active:last-of-type::before {
    background: url(/cms/feature/tabi/img/icon-fixed-menu-3_sp_active.png) no-repeat;
    background-size: cover;
  }

  .feature-page.-voyage #search:has(.is-fixed) {
    position: fixed;
    top: calc(100% - 75px);
    width: 100%;
    z-index: 10;
    transform: translateY(-50%);
    background: transparent;
    z-index: 1000;
  }

  .feature-page.-voyage #search:has(.is-fixed) .search-header {
    display: none;
  }

  .feature-page.-voyage #search:has(.is-fixed) .tabranking-tab {
    gap: 0;
    width: 100%;
  }

  .feature-page.-voyage #search:has(.is-fixed) .js-tabranking-ranking-tab {
    border-radius: 0;
  }

  .feature-page.-voyage #search:has(.is-fixed) .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 0;
  }

  .feature-page.-voyage #search:has(.is-fixed) .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 0 0;
  }

  .feature-page.-voyage .block-ranking-r {
    position: relative;
  }

  .feature-page.-voyage .block-ranking-r--items {
    padding-left: 10px;
    padding-top: 50px;
    margin-top: 20px;
  }

  .feature-page.-voyage .block-ranking-r--goods .block-ranking-r--category-infos {
    height: 45px !important;
  }

  .feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
    top: -50px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .feature-page.-voyage .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
    top: -16px;
  }

  .feature-page.-voyage .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img {
    max-width: 67.5px;
    flex: 0 0 67.5px;
  }

  .feature-page.-voyage .block-ranking-r--category-infos-img img {
    width: 67.5px;
    height: 45px;
    object-fit: cover;
  }

  .feature-page.-voyage .block-ranking-r--category-infos-name {
    width: 100%;
    background: #F7F6F0;
  }

  .feature-page.-voyage .block-ranking-r--goods .block-ranking-r--goods-image figure {
    margin-top: 6px;
    height: 120px;
  }

  .feature-page.-voyage .block-ranking-r--goods .block-ranking-r--goods-description {
    padding: 6px 0 0;
  }

  .feature-page.-voyage .block-ranking-r--goods-name a {
    font-size: 14px;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-prev,
  .feature-page.-voyage .block-ranking-r .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 1px solid #081570;
    border-radius: 50%;
    background: #fff;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-prev {
    left: 0px;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-next {
    right: 0px;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-prev::after,
  .feature-page.-voyage .block-ranking-r .swiper-button-next::after {
    border-top: 2px solid #081570;
    border-right: 2px solid #081570;
    width: 12px;
    height: 12px;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-prev::after {
    left: 40%;
  }

  .feature-page.-voyage .block-ranking-r .swiper-button-next::after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    left: 40%;
  }

  .feature-page.-voyage div.wrapper_ .tabcontents.fix {
    display: block;
    position: fixed;
    top: calc(100% - 55px);
    width: 100%;
    z-index: 10;
    transform: translateY(60%);
    background: transparent;
    /* z-index: 1000; */
    transition: 0.5s ease;
  }

  .feature-page.-voyage div.wrapper_ .tabcontents.fix.is-fixed {
    transform: translateY(-50%);
  }

  .feature-page.-voyage .tab-toggle-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #081570;
  }

  .feature-page.-voyage .tabcontents.fix.is-hidden .tab-toggle-button {
    top: 0px;
  }

  .feature-page.-voyage .tab-toggle-button::before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s;
    cursor: pointer;
  }

  .feature-page.-voyage .tabcontents.fix.is-hidden .tab-toggle-button::before {
    top: 55%;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .feature-page.-voyage .tabcontents.fix .overallranking-inner {
    transition: 0.3s;
  }

  .feature-page.-voyage div.wrapper_ .tabcontents.fix.is-fixed.is-hidden {
    transform: translateY(10%);
  }

  .feature-page.-voyage .tabcontents.fix.is-fixed .overallranking-inner {
    transform: translateY(0%);
  }

  .feature-page.-voyage .tabcontents.fix.is-fixed.is-hidden .overallranking-inner {
    transform: translateY(40%);
  }
}

.feature-page.-voyage {
  /***************************
  ** Feature
  ***************************/
}

.feature-page.-voyage .feature {
  padding: 120px 0;
  background-image: url(/cms/feature/tabi/img/bk-feature.png);
  background-size: cover;
  margin-top: -100px;
  background-position: center top;
}

.feature-page.-voyage .feature-header {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.feature-page.-voyage h2.feature-ttl::before {
  content: "";
  background: none;
  max-width: 500px;
  width: calc((100% - 500px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.feature-ttl::after {
  content: "";
  background: none;
  max-width: 500px;
  width: calc((100% - 500px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .feature-ttl-img {
  position: absolute;
  right: -80px;
  top: -55px;
}

.feature-page.-voyage .feature-content {
  max-width: 1440px;
  width: 95%;
  margin: 120px auto 0;
}

.feature-page.-voyage .feature-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.feature-page.-voyage .feature-content-item {
  width: calc((100% - 120px) / 4);
  background: #242D69;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.feature-page.-voyage .feature-content-item-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.feature-page.-voyage .feature-content-item-txt {
  padding: 24px 20px 30px;
}

.feature-page.-voyage .feature-content-item-pref {
  font-size: 13px;
}

.feature-page.-voyage .feature-content-item-city {
  font-size: 23px;
  margin-left: 10px;
  line-height: 1;
}

.feature-page.-voyage .feature-content-item-desc-wrapper {
  margin-top: 20px;
}

.feature-page.-voyage .feature-content-item-desc {
  text-align: left;
  font-size: 16px;
}

.feature-page.-voyage .feature-content-item-search a {
  width: 100%;
  display: block;
  margin-top: 20px;
  background: #fff;
  color: #081570;
  padding: 16px 0;
  border-radius: 10px;
  font-size: 15px;
}

.feature-page.-voyage .feature-content-item-link {
  margin-top: 16px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}

.feature-page.-voyage .feature-banner {
  margin-top: 80px;
  max-width: 1440px;
  margin: 80px auto 0;
  width: 95%;
}

.feature-page.-voyage .feature-banner-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.feature-page.-voyage .feature-banner-inner a {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .feature {
    padding-top: 50px;
    background-image: none;
    background: #FDEBDB;
    margin-top: 0;
    padding-bottom: 65px;
    position: relative;
  }

  .feature-page.-voyage .feature::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 50px;
    background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'>      <path d='M0,0 L0,50 Q100,0 200,0 Z' fill='%23fff'/>    </svg>");
    background-size: 100% 100%;
  }

  .feature-page.-voyage .feature::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50px;
    background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'>      <path d='M0,0 L0,50 Q100,0 200,0 Z' fill='%23fff'/>    </svg>");
    background-size: 100% 100%;
    transform: scale(-1, 1);
  }

  .feature-page.-voyage .feature-header {
    width: calc(100% - 20px);
    padding-top: 50px;
  }

  .feature-page.-voyage h2.feature-ttl::before {
    width: calc((100% - 250px) / 2);
  }

  .feature-page.-voyage h2.feature-ttl::after {
    width: calc((100% - 250px) / 2);
  }

  .feature-page.-voyage .feature-ttl-img {
    width: 114px;
    top: -55px;
    right: 0;
    z-index: 2;
  }

  .feature-page.-voyage .feature-content {
    width: calc(100% - 40px);
    margin-top: 30px;
  }

  .feature-page.-voyage .feature-content-list {
    gap: 20px 18px;
    align-items: flex-start;
  }

  .feature-page.-voyage .feature-content-item {
    width: calc((100% - 20px) / 2);
  }

  .feature-page.-voyage .feature-content-item-img img {
    height: 105px;
  }

  .feature-page.-voyage .feature-content-item-txt {
    padding: 12px 10px 24px;
  }

  .feature-page.-voyage .feature-content-item-pref {
    font-size: 11px;
  }

  .feature-page.-voyage .feature-content-item-city {
    font-size: 13px;
  }

  .feature-page.-voyage .feature-content-item-desc-wrapper {
    margin-top: 10px;
    max-height: 7.5em;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .feature-page.-voyage .feature-content-item-desc {
    font-size: 12px;
  }

  .feature-page.-voyage .feature-content-item-desc-more {
    margin: 5px 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 3em 0px 0px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.7, #242D69), color-stop(1, #242D69));
    bottom: 0px;
    font-size: 11px;
  }

  .feature-page.-voyage .feature-content-item-desc-more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 4px;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
  }

  .feature-page.-voyage .feature-content-item-search a {
    height: 30px;
    font-size: 11px;
    padding: 0;
    line-height: 30px;
    margin-top: 15px;
  }

  .feature-page.-voyage .feature-content-item-link {
    font-size: 11px;
    margin-top: 10px;
  }

  .feature-page.-voyage .feature-banner {
    margin: 30px auto 0;
    width: calc(100% - 40px);
  }

  .feature-page.-voyage .feature-banner-inner {
    gap: 8px;
  }

  .feature-page.-voyage .feature-banner-inner a {
    width: 100%;
  }
}

.feature-page.-voyage {
  /***************************
  ** Merit Howto
  ***************************/
}

.feature-page.-voyage .merit {
  padding: 120px 0;
  background-image: url(/cms/feature/tabi/img/bk-about.png);
}

.feature-page.-voyage .merit-header {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.feature-page.-voyage h2.merit-ttl::before {
  content: "";
  background: none;
  max-width: 500px;
  width: calc((100% - 375px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.merit-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 375px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .merit-header {
  text-align: center;
}

.feature-page.-voyage .merit-header-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature-page.-voyage .merit-content-list {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  margin: 70px auto 0;
}

.feature-page.-voyage .tabswitch_contents-item[data-tab=tabi] .merit-content-item {
  margin: 0 20px;
}

.feature-page.-voyage .merit-content-item {
  max-width: 450px;
  width: calc((100% - 100px) / 3);
  text-align: center;
  background: #fff;
  border: 2px solid #081570;
  border-radius: 10px;
  padding: 50px 10px;
  margin: 0 20px;
}

.feature-page.-voyage .merit-content-item-img {
  height: 150px;
}

.feature-page.-voyage .merit-content-item-txt {
  margin-top: 20px;
}

.feature-page.-voyage .merit-content-item-ttl {
  font-size: 24px;
  color: #081570;
  line-height: 1.666;
}

.feature-page.-voyage .merit-content-item-desc {
  font-size: 18px;
  color: #081570;
  font-weight: 500;
  margin-top: 30px;
}

.feature-page.-voyage .merit-content-item-link {
  margin-top: 29px;
}

.feature-page.-voyage .merit-content-item-link a {
  background: #081570;
  width: 300px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.feature-page.-voyage .merit-content-item-link a::after {
  content: "";
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.feature-page.-voyage .howto {
  background: #E2FAFF;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.feature-page.-voyage .howto-header,
.feature-page.-voyage .howto-content {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.feature-page.-voyage h2.howto-ttl::before {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 375px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.howto-ttl::after {
  content: "";
  background: none;
  max-width: 440px;
  width: calc((100% - 375px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .howto-header {
  text-align: center;
}

.feature-page.-voyage .howto-header-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.feature-page.-voyage .howto-content {
  margin-top: 80px;
  width: 100vw;
  max-width: initial;
  overflow: hidden;
}

.feature-page.-voyage .howto-slider {
  overflow-x: visible;
  padding: 0 calc((100% - 1430px) / 2);
  width: 100%;
}

.feature-page.-voyage .howto-slider .slick-list {
  overflow: visible;
}

.feature-page.-voyage .howto-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.feature-page.-voyage .howto-slide {
  width: 1180px;
  margin: 0 50px;
  background: #fff;
  border: 2px solid #081570;
  padding: 50px 60px 80px;
  border-radius: 10px;
  box-sizing: border-box;
  height: auto;
}

.feature-page.-voyage .howto-slide-ttl {
  text-align: center;
  color: #081570;
  font-weight: bold;
}

.feature-page.-voyage .howto-slide-ttl-en {
  font-size: 24px;
  position: relative;
}

.feature-page.-voyage .howto-slide-ttl-num {
  font-size: 48px;
  margin-left: 10px;
}

.feature-page.-voyage .howto-slide-ttl-slash {
  font-size: 48px;
  margin: 0 10px;
}

.feature-page.-voyage .howto-slide-ttl-txt {
  font-size: 30px;
}

.feature-page.-voyage .howto-slide-ttl-en::before {
  content: "";
  background: url(/cms/feature/tabi/img/icon-howto-step.png) no-repeat;
  width: 64px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}

.feature-page.-voyage .howto-slide-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-page.-voyage .howto-slide-img {
  width: 47.5%;
}

.feature-page.-voyage .howto-slide-txt {
  width: 50%;
  margin-left: 2.5%;
}

.feature-page.-voyage .howto-slide-txt-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feature-page.-voyage .howto-slide-txt-ttl span.-red {
  color: #FF0000;
}

.feature-page.-voyage .howto-slide-txt-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}

.feature-page.-voyage .howto-slide-txt-desc+.howto-slide-txt-desc {
  margin-top: 24px;
}

.feature-page.-voyage .howto-slide-txt-desc.-red {
  color: #FF0000;
}

.feature-page.-voyage .howto-slide-txt-desc.-sm {
  font-size: 13px;
  line-height: 1.84;
}

.feature-page.-voyage .attention-header {
  margin-top: 100px;
  margin-bottom: 70px;
}

.feature-page.-voyage h2.attention-ttl::before {
  content: "";
  background: none;
  width: calc((100% - 250px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.attention-ttl::after {
  content: "";
  background: none;
  width: calc((100% - 250px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .attention-content {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8666;
  position: relative;
  z-index: 2;
}

.feature-page.-voyage .howto-objects div {
  position: absolute;
  transform: translateX(-50%);
}

.feature-page.-voyage .howto-objects .howto-object-01 {
  top: 80px;
  left: calc(50% + 790px);
  width: 633px;
}

.feature-page.-voyage .howto-objects .howto-object-02 {
  top: 530px;
  left: calc(50% - 715px);
  width: 617px;
}

.feature-page.-voyage .howto-objects .howto-object-03 {
  bottom: 0;
  right: 0;
  transform: none;
  z-index: 0;
}

.feature-page.-voyage .howto-slider .slick-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #081570;
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
}

.feature-page.-voyage .howto-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.feature-page.-voyage .howto-slider .slick-prev {
  left: calc(50% - 635px);
  transform: translateX(-50%);
}

.feature-page.-voyage .howto-slider .slick-arrow::after {
  font-size: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 3px solid #081570;
  border-right: 3px solid #081570;
}

.feature-page.-voyage .howto-slider .slick-next {
  left: calc(50% + 635px);
  transform: translateX(-50%);
}

.feature-page.-voyage .howto-slider .slick-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.feature-page.-voyage .howto-slider .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1440px) {
  .feature-page.-voyage .howto-slider .slick-prev {
    left: 6.5%;
  }

  .feature-page.-voyage .howto-slider .slick-next {
    left: 93.5%;
  }
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .merit {
    padding: 50px 0;
  }

  .feature-page.-voyage .merit-header {
    width: calc(100% - 20px);
  }

  .feature-page.-voyage .merit-header-tabname {
    margin-top: 0;
    font-size: 16px;
  }

  .feature-page.-voyage .merit-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage h2.merit-ttl::before {
    width: calc((100% - 220px) / 2);
  }

  .feature-page.-voyage h2.merit-ttl::after {
    width: calc((100% - 220px) / 2);
  }

  .feature-page.-voyage .merit-content-list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .feature-page.-voyage .merit-content-item {
    width: 100%;
    margin: 0 32px;
    padding: 30px 10px 24px;
  }

  .feature-page.-voyage .merit-content-item-img {
    height: 80px;
  }

  .feature-page.-voyage .merit-content-item-img img {
    height: 80px;
  }

  .feature-page.-voyage .merit-content-item-ttl {
    font-size: 18px;
  }

  .feature-page.-voyage .merit-content-item-desc {
    font-size: 14px;
    margin-top: 18px;
  }

  .feature-page.-voyage .merit-content-item-link a {
    font-size: 0px;
    width: 220px;
    height: 40px;
  }

  .feature-page.-voyage .merit-content-item-link a::before {
    content: "一例を見る";
    font-size: 15px;
  }

  .feature-page.-voyage .howto {
    padding: 50px 0;
  }

  .feature-page.-voyage .howto-header {
    width: calc(100% - 20px);
  }

  .feature-page.-voyage .howto-header-tabname {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-page.-voyage .howto-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage h2.howto-ttl::before {
    width: calc((100% - 230px) / 2);
  }

  .feature-page.-voyage h2.howto-ttl::after {
    width: calc((100% - 230px) / 2);
  }

  .feature-page.-voyage .howto-content {
    margin-top: 30px;
    width: 100%;
    overflow: visible;
  }

  .feature-page.-voyage .howto-slide {
    margin: 0 16px;
    width: 100%;
    padding: 12px 10px 20px;
  }

  .feature-page.-voyage .howto-slide-ttl-en {
    font-size: 20px;
  }

  .feature-page.-voyage .howto-slide-ttl-num {
    font-size: 36px;
  }

  .feature-page.-voyage .howto-slide-ttl-slash {
    font-size: 32px;
  }

  .feature-page.-voyage .howto-slide-ttl-txt {
    display: block;
    font-size: 20px;
  }

  .feature-page.-voyage .howto-slide-ttl-en::before {
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    margin-right: 10px;
  }

  .feature-page.-voyage .howto-slide-cont {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .feature-page.-voyage .howto-slide-img {
    width: 100%;
  }

  .feature-page.-voyage .howto-slide-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .feature-page.-voyage .howto-slide-txt-ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .feature-page.-voyage .howto-slide-txt-desc+.howto-slide-txt-desc {
    margin-top: 12px;
  }

  .feature-page.-voyage .howto-slide-txt-desc.-sm {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.8px;
  }

  .feature-page.-voyage .howto-slide-txt {
    margin-top: 10px;
    max-height: 13.5em;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .feature-page.-voyage .howto-slide-txt-desc-more {
    margin: 5px 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 3em 0px 0px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.7, #fff), color-stop(1, #fff));
    bottom: 0px;
    font-size: 11px;
    color: #242D69;
  }

  .feature-page.-voyage .howto-slide-txt-desc-more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #242D69;
    border-bottom: 1px solid #242D69;
    position: absolute;
    bottom: 4px;
    right: 85px;
    transform: translateY(-50%) rotate(45deg);
  }

  .feature-page.-voyage .howto-slider .slick-arrow {
    top: initial;
    bottom: -40px;
    margin-top: 0;
  }

  .feature-page.-voyage .howto-slider .slick-prev {
    left: 15px;
    transform: none;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .feature-page.-voyage .howto-slider .slick-arrow::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #081570;
    border-right: 2px solid #081570;
  }

  .feature-page.-voyage .howto-slider .slick-next {
    left: initial;
    right: 15px;
    transform: none;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .feature-page.-voyage .howto-slider .slick-prev::after {
    left: 60%;
  }

  .feature-page.-voyage .howto-slider .slick-next::after {
    left: 40%;
  }

  .feature-page.-voyage .attention-header {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .feature-page.-voyage h2.attention-ttl::before {
    width: calc((100% - 165px) / 2);
  }

  .feature-page.-voyage h2.attention-ttl::after {
    width: calc((100% - 165px) / 2);
  }

  .feature-page.-voyage .attention-content {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
  }

  .feature-page.-voyage .attention-content p {
    font-size: 13px;
    height: 25em;
    overflow-y: scroll;
    padding: 10px 10px;
  }

  .feature-page.-voyage .attention-content p::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    margin-left: 3px;
    border-radius: 5px;
  }

  .feature-page.-voyage .attention-content p::-webkit-scrollbar-thumb {
    background: #081570;
    border-radius: 5px;
    width: 8px;
  }

  .feature-page.-voyage .howto-objects {
    display: none;
  }
}

.feature-page.-voyage {
  /***************************
  ** Example
  ***************************/
}

.feature-page.-voyage .example {
  background: #F7F4E7;
  padding-top: 80px;
  padding-bottom: 120px;
}

.feature-page.-voyage .example-header {
  text-align: center;
}

.feature-page.-voyage .exapmle-desc {
  text-align: center;
  background: #0069C3;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  border-radius: 20px;
  padding: 0 30px;
  width: 350px;
  margin: 0 auto 20px;
}

.feature-page.-voyage .example-contents {
  max-width: 1440px;
  margin: 50px auto 0;
  width: 95%;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  position: relative;
}

.feature-page.-voyage .example-contents::after {
  /* content:"";
  background: url(/cms/feature/tabi/img/icon-example-plus.png) no-repeat;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.feature-page.-voyage .example-block {
  width: calc((100% - 80px) / 2);
}

.feature-page.-voyage .example-block h3 {
  background: #081570;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}

.feature-page.-voyage .example-block-content {
  padding: 20px;
  background: #fff;
}

.feature-page.-voyage .example-block-content h4 {
  background: #EEEAE4;
  text-align: center;
  padding: 10px;
  color: #0B2A66;
  font-size: 20px;
  font-weight: bold;
}

.feature-page.-voyage .example-block-content table {
  color: #00146E;
  table-layout: fixed;
  margin-top: 10px;
  border-bottom: 1px solid #EEEAE4;
  width: 100%;
}

.feature-page.-voyage .example-block-content th {
  font-size: 18px;
  padding: 0 5px;
  line-height: 2;
  display: flex;
}

.feature-page.-voyage .example-block-content td {
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
  width: 100px;
  padding: 0 5px;
  line-height: 2;
}

.feature-page.-voyage p.total {
  text-align: right;
  margin: 24px 0;
  color: #00146E;
  font-size: 18px;
  font-weight: bold;
}

.feature-page.-voyage p.getmiles {
  background: #FEC503;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .example {
    padding: 50px 0;
  }

  .feature-page.-voyage .exapmle-desc {
    font-size: 20px;
    width: 220px;
    height: 40px;
    line-height: 40px;
  }

  .feature-page.-voyage .exapmle-desc span {
    font-size: 16px;
  }

  .feature-page.-voyage .example-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage .example-contents {
    flex-wrap: wrap;
    gap: 54px;
  }

  .feature-page.-voyage .example-block {
    width: 100%;
  }

  .feature-page.-voyage .example-block h3 {
    font-size: 14px;
  }

  .feature-page.-voyage .example-block-content {
    padding: 14px 10px;
  }

  .feature-page.-voyage .example-block-content h4 {
    font-size: 13px;
  }

  .feature-page.-voyage .example-block-content th {
    font-size: 12px;
    letter-spacing: -0.03em;
  }

  .feature-page.-voyage .example-block-content th span {
    padding-left: 5px;
  }

  .feature-page.-voyage .example-block-content td {
    font-size: 12px;
    width: 75px;
  }

  .feature-page.-voyage p.total {
    font-size: 12px;
    margin: 16px 0;
  }

  .feature-page.-voyage p.getmiles {
    font-size: 16px;
    padding: 10px 0;
  }

  .feature-page.-voyage .example-contents::after {
    width: 32px;
    height: 32px;
    background-size: cover;
    top: 52.25%;
  }
}

.feature-page.-voyage {
  /***************************
  ** Ranking Modal
  ***************************/
}

.feature-page.-voyage .tabranking-contents-item-wrapper .modal-content {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 48px;
}

.feature-page.-voyage .tabranking-contents-item-wrapper .modal-inner {
  overflow-y: auto;
  max-height: calc(75vh - 96px);
  height: auto;
  /* padding-right: 0px; */
  overflow-x: hidden;
}

.feature-page.-voyage .modal-ranking-desc {
  display: inline-block;
  color: #fff;
  background: #303030;
  font-size: 16px;
  padding: 5px 20px 3px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.feature-page.-voyage .modal-ranking-title {
  font-size: 26px;
  font-weight: bold;
}

.feature-page.-voyage h2.modal-ranking-title::before {
  content: none;
}

.feature-page.-voyage .modal-ranking-title span {
  font-size: 36px;
}

.feature-page.-voyage .modal-ranking-header .search-ranking-tabname {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}

.feature-page.-voyage .modal-inner .block-ranking-r {
  max-width: 1005px;
  min-height: 450px;
}

.feature-page.-voyage .modal-inner .block-ranking-r .block-ranking-r--items {
  margin-top: 20px;
}

.feature-page.-voyage .modal-inner .block-ranking-r .swiper-button-prev {
  left: -45px;
}

.feature-page.-voyage .modal-inner .block-ranking-r .swiper-button-next {
  right: -45px;
}

.feature-page.-voyage .modal-ranking-link {
  margin-top: 20px;
}

.feature-page.-voyage .modal-ranking-link a {
  width: 280px;
  height: 52px;
  background: #fff;
  border: 1px solid #00146E;
  display: block;
  margin: 0 auto;
  color: #00146E;
  font-size: 16px;
  line-height: 52px;
  position: relative;
  border-radius: 4px;
  font-weight: bold;
}

.feature-page.-voyage .modal-ranking-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #00146E;
  border-right: 2px solid #00146E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.feature-page.-voyage #areaRankingModal-3 .modal-area-link {
  display: none;
}

.feature-page.-voyage .block-ranking-not-data {
  width: 760px;
  height: 300px;
  border: 1px solid #00146E;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage .tabranking-contents-item-wrapper .modal-content {
    padding: 24px 10px 20px 15px;
  }

  .feature-page.-voyage .tabranking-contents-item-wrapper .modal-inner {
    max-height: calc(75vh - 120px);
    padding-right: 10px;
  }

  .feature-page.-voyage .modal-ranking-title {
    font-size: 18px;
  }

  .feature-page.-voyage .modal-ranking-title span {
    font-size: 24px;
  }

  .feature-page.-voyage .modal-ranking-header .search-ranking-tabname {
    margin-top: 10px;
    font-size: 20px;
  }

  .feature-page.-voyage .block-ranking-not-data {
    width: 1005;
    height: 200px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
  }
}

.feature-page.-voyage #modal7 .modal-content {
  background: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  width: initial;
  max-height: initial;
  text-align: left;
}

.feature-page.-voyage #modal7 .modal_inner {
  max-width: 1011px;
  width: 90%;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/cms/introduction/tabi/2022/08/image/modal_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  position: fixed;
  z-index: 9999;
  font-family: "Zen Old Mincho", serif;
}

.feature-page.-voyage #modal7 .modal_inner .inner {
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  padding: 40px;
  box-sizing: border-box;
}

.feature-page.-voyage #modal7 .modal_inner .section_ttl {
  width: fit-content;
  font-size: 27px;
  display: block;
  background: url("/cms/introduction/tabi/2022/08/image/modal_line.png") no-repeat bottom center;
  background-size: contain;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.feature-page.-voyage #modal7 .section_ttl span {
  color: #fff;
  background: url("/cms/introduction/tabi/2022/08/image/ttl_span.png") no-repeat center;
  background-size: contain;
  padding: 5px;
}

.feature-page.-voyage #modal7 .modal_inner .section_ttl::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage #modal7 .modal_inner .section_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.feature-page.-voyage #modal7 .modal_inner .top_txt {
  font-size: 26px;
  text-align: center;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage #modal7 .modal_inner .top_txt {
    font-size: 21px;
  }
}

.feature-page.-voyage #modal7 .modal_inner .flex ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.feature-page.-voyage #modal7 .modal_inner .flex ul li {
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #121212;
  padding: 15px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.feature-page.-voyage #modal7 .modal_inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage #modal7 .modal_inner h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.feature-page.-voyage #modal7 .modal_inner h3::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #fff;
  margin-right: 20px;
}

.feature-page.-voyage #modal7 .modal_inner h3::after {
  content: "";
  width: 100%;
  border-top: 1px dashed #fff;
  margin-left: 20px;
}

.feature-page.-voyage #modal7 .modal_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage #modal7 .modal_inner .txt {
    font-size: 14px;
  }
}

.feature-page.-voyage #modal7 .modal_inner .ext {
  margin-top: 30px;
  display: block;
}

.feature-page.-voyage #modal7 .modal_inner .close {
  position: fixed;
  top: -20px;
  right: -20px;
  display: block;
  z-index: 9999;
  width: initial;
  height: initial;
  background: transparent;
  border-radius: 0;
}

.feature-page.-voyage #modal7 .modal_inner .close::before,
.feature-page.-voyage #modal7 .modal_inner .close::after {
  content: none;
}

.feature-page.-voyage #modal7 .modal_inner .img {
  position: absolute;
  left: -30px;
  top: 40px;
}

.feature-page.-voyage #modal7 .modal_inner .sp-vis {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .feature-page.-voyage #modal7 .modal_inner .flex ul {
    display: block;
  }

  .feature-page.-voyage #modal7 .modal_inner .flex ul li {
    width: 100%;
    margin-top: 10px;
  }

  .feature-page.-voyage #modal7 .modal_inner .img {
    display: none;
  }

  .feature-page.-voyage #modal7 .modal_inner .sp-vis {
    display: block !important;
  }

  .feature-page.-voyage #modal7 .modal_inner .pc-vis {
    display: none !important;
  }

  .feature-page.-voyage #modal7 .modal_inner .close {
    right: 5px;
  }
}

.feature-page.-voyage #modal7 .modal_inner p {
  margin-top: 15px;
  line-height: 1.9;
}

.feature-page.-voyage .feature {
  display: none;
}

.feature-page.-voyage .recommend-banner {
  background-image: url(/cms/feature/tabi/img/bk-about.png);
  padding: 100px 0 120px;
}

.feature-page.-voyage .recommend-banner-header {
  max-width: 1440px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.feature-page.-voyage h2.recommend-banner-ttl::before {
  content: "";
  background: none;
  max-width: 400px;
  width: calc((100% - 640px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  left: 0;
}

.feature-page.-voyage h2.recommend-banner-ttl::after {
  content: "";
  background: none;
  max-width: 400px;
  width: calc((100% - 640px) / 2);
  margin: initial;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #081570 0, #081570 3px, transparent 3px, transparent 10px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature-page.-voyage .recommend-banner-inner {
  width: 1180px;
  display: flex;
  margin: 0 auto;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.feature-page.-voyage .recommend-banner-inner a {
  width: calc((100% - 25px) / 2);
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .recommend-banner {
    padding: 50px 0;
  }

  .feature-page.-voyage .recommend-banner-header {
    width: calc(100% - 20px);
  }

  .feature-page.-voyage .recommend-banner-ttl {
    font-size: 20px;
  }

  .feature-page.-voyage h2.recommend-banner-ttl::before {
    width: calc((100% - 310px) / 2);
  }

  .feature-page.-voyage h2.recommend-banner-ttl::after {
    width: calc((100% - 310px) / 2);
  }

  .feature-page.-voyage .recommend-banner-inner {
    width: 95%;
    margin-top: 20px;
  }

  .feature-page.-voyage .recommend-banner-inner a {
    width: 100%;
  }

  .feature-page.-voyage .pane-footer {
    margin-top: 0;
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#footer_pagetop {
  display: none !important;
}

:root {
  --base-width-sp: 430;
  --base-width-pc: 1920;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .p-gnavi-add-menu {
    z-index: 2;
  }
}

.feature-page.-voyage .mainframe_ {
  overflow: hidden;
  position: relative;
}

.feature-page.-voyage .mainframe_::after {
  display: block;
  width: 100%;
  height: 2198px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, #fafafa 0%, #c8f2ff 100%);
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .wrapper_ {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .wrapper_::after {
    display: block;
    width: 100%;
    height: 2198px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #fafafa 0%, #c8f2ff 100%);
  }
}

.feature-page.-voyage .tabi-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px;
  color: #3a4a6b;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
  background: repeating-linear-gradient(45deg, #eef2f8, #eef2f8 10px, #e2e8f2 10px, #e2e8f2 20px);
  border: 1px dashed #8aa0c8;
  border-radius: 6px;
  width: 100%;
  aspect-ratio: var(--w, 1)/var(--h, 1);
}

.feature-page.-voyage .tabi-ph::after {
  content: attr(data-name);
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: #6b7ba0;
}

.feature-page.-voyage .tabi-mv {
  position: relative;
  overflow: hidden;
  padding: 40px 0 24px;
  background: none !important;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv {
    padding: 24px 0 0;
  }
}

.feature-page.-voyage .tabi-mv--deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.feature-page.-voyage .tabi-mv--deco-inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--deco-inner {
    padding: 0 16px;
  }
}

.feature-page.-voyage .tabi-mv--airplane {
  position: absolute;
  top: 58px;
  right: -360px;
  width: 508px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--airplane {
    top: 3px;
    right: -120px;
    width: 216px;
  }
}

.feature-page.-voyage .tabi-mv--airplane img {
  width: 100%;
  display: block;
}

.feature-page.-voyage .tabi-mv--head {
  position: relative;
  z-index: 3;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px 40px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--head {
    padding: 0 16px;
    margin-top: 6px;
  }
}

.feature-page.-voyage .tabi-mv--badge {
  width: 530px;
  max-width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--badge {
    width: 292px;
    max-width: 90%;
  }
}

.feature-page.-voyage .tabi-mv--catch {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--catch {
    padding: 0;
    margin-top: 0;
    flex-direction: column;
    gap: 0;
  }
}

.feature-page.-voyage .tabi-mv--title {
  flex: 0 0 auto;
  width: 904px;
  max-width: 46vw;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--title {
    width: 376px;
    max-width: 100%;
  }
}

.feature-page.-voyage .tabi-mv--lead {
  flex: 0 0 auto;
  position: relative;
  top: 25px;
}

.feature-page.-voyage .tabi-mv--lead-text {
  margin: 0;
  color: #223b86;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--lead-text {
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.feature-page.-voyage .tabi-mv--marker {
  padding: 0 0.08em;
  line-height: 1;
  font-size: 67px;
  color: #d75170;
  position: relative;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--marker {
    font-size: 42px;
    padding-left: 10px;
    letter-spacing: 0;
  }
}

.feature-page.-voyage .tabi-mv--marker>small {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--marker>small {
    font-size: 25px;
  }
}

.feature-page.-voyage .tabi-mv--marker::after {
  content: "";
  display: block;
  position: absolute;
  background: #f5f685;
  width: 100%;
  height: 16px;
  left: 0;
  bottom: 10px;
  z-index: -1;
}

.feature-page.-voyage .tabi-mv--note {
  margin: 10px 0 0;
  color: #223b86;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--note {
    font-size: 12px;
    text-align: right;
  }
}

.feature-page.-voyage .tabi-mv--slider {
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 96px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--slider {
    gap: 20px;
    margin-top: 48px;
  }
}

.feature-page.-voyage .tabi-mv--slide {
  position: relative;
  flex: 0 0 auto;
  width: 298px;
  height: 475px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--slide {
    width: 135px;
    height: 215px;
  }
}

.feature-page.-voyage .tabi-mv--slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 136px;
  background: linear-gradient(180deg, #eaecec, #cbcccc);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--slide::before {
    border-radius: 70px;
  }
}

.feature-page.-voyage .tabi-mv--slide::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 3;
  border-radius: 128px;
  background: linear-gradient(180deg, #cbcccc, #eaecec);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--slide::after {
    inset: 4px;
    border-radius: 66px;
  }
}

.feature-page.-voyage .tabi-mv--window {
  position: absolute;
  inset: 21px;
  z-index: 5;
  overflow: hidden;
  border-radius: 115px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-mv--window {
    inset: 10px;
    border-radius: 60px;
  }
}

.feature-page.-voyage .tabi-mv--window-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  animation: tabi-mv-window-fade 64s calc((var(--i) + var(--w)) * -8s) infinite;
}

.feature-page.-voyage .tabi-mv--window .tabi-ph {
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.feature-page.-voyage .tabi-mv--clouds {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2374px;
  pointer-events: none;
}

.feature-page.-voyage .tabi-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: none;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu {
    display: block;
  }
}

.feature-page.-voyage .tabi-menu.is-visible {
  display: block;
}

.feature-page.-voyage .tabi-menu--head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 46px;
  margin-left: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.05em;
  background: #081570;
  border-top-left-radius: 25px;
  cursor: pointer;
}

.feature-page.-voyage .tabi-menu--head::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0;
  border-color: #fff transparent transparent;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu--head::after {
    transform: rotate(0);
  }
}

.feature-page.-voyage .tabi-menu--body {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu--body {
    grid-template-rows: 0fr;
  }
}

.feature-page.-voyage .tabi-menu--body-inner {
  overflow: hidden;
  min-height: 0;
  padding: 10px 30px;
  background: #fff;
  border: 3px solid #081570;
  border-bottom: none;
  border-top-left-radius: 30px;
  transition: padding 0.2s ease-out, border-width 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu--body-inner {
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
}

.feature-page.-voyage .tabi-menu--body a {
  position: relative;
  display: block;
  min-width: 230px;
  padding: 15px 24px 15px 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid #081570;
}

.feature-page.-voyage .tabi-menu--body a:last-child {
  border-bottom: none;
}

.feature-page.-voyage .tabi-menu--body a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: #081570 transparent transparent;
  transform: translateY(-50%);
}

.feature-page.-voyage .tabi-menu.is-open .tabi-menu--head::after {
  transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu.is-open .tabi-menu--head::after {
    transform: rotate(180deg);
  }
}

.feature-page.-voyage .tabi-menu.is-open .tabi-menu--body {
  grid-template-rows: 0fr;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu.is-open .tabi-menu--body {
    grid-template-rows: 1fr;
  }
}

.feature-page.-voyage .tabi-menu.is-open .tabi-menu--body-inner {
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-menu.is-open .tabi-menu--body-inner {
    padding: 10px 30px;
    border-top-width: 3px;
  }
}

.feature-page.-voyage .tabi-about {
  position: relative;
  padding: 110px 0 0;
  z-index: 4;
}

.feature-page.-voyage .tabi-about::after {
  display: block;
  width: 100%;
  height: 416px;
  top: auto;
  bottom: 382px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(0deg, #fafafa 0%, #c8f2ff 100%);
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about::after {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about {
    padding: 56px 0 0;
  }

  .feature-page.-voyage .tabi-about::after {
    height: 300px;
    bottom: 170px;
  }
}

.feature-page.-voyage .tabi-about--cloud {
  position: absolute;
  bottom: 340px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloud {
    bottom: 170px;
  }
}

.feature-page.-voyage .tabi-about--cloudItem {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
}

.feature-page.-voyage .tabi-about--cloudItem.-item01 {
  width: 3328px;
  transform: translateX(-50%) translateX(230px);
  bottom: -63px;
  z-index: 3;
}

.feature-page.-voyage .tabi-about--cloudItem.-item01 .tabi-about--cloudItem-track {
  animation-duration: 316.9523809524s;
}

.feature-page.-voyage .tabi-about--cloudItem.-item01 img {
  width: 3328px;
}

.feature-page.-voyage .tabi-about--cloudItem.-item02 {
  width: 2968px;
  transform: translateX(-50%) translateX(-37px);
  bottom: 257px;
  z-index: 2;
}

.feature-page.-voyage .tabi-about--cloudItem.-item02 .tabi-about--cloudItem-track {
  animation-duration: 333.4831460674s;
}

.feature-page.-voyage .tabi-about--cloudItem.-item02 img {
  width: 2968px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloudItem.-item02 {
    width: 826px;
    bottom: 48px;
    transform: translateX(-50%) translateX(-44px);
  }

  .feature-page.-voyage .tabi-about--cloudItem.-item02 .tabi-about--cloudItem-track {
    animation-duration: 92.808988764s;
  }

  .feature-page.-voyage .tabi-about--cloudItem.-item02 img {
    width: 826px;
  }
}

.feature-page.-voyage .tabi-about--cloudItem.-item03 {
  width: 4178px;
  bottom: 42px;
  transform: translateX(-50%) translateX(-99px);
  z-index: 1;
}

.feature-page.-voyage .tabi-about--cloudItem.-item03 .tabi-about--cloudItem-track {
  animation-duration: 557.0666666667s;
}

.feature-page.-voyage .tabi-about--cloudItem.-item03 img {
  width: 4178px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloudItem.-item03 {
    width: 1318px;
    bottom: 102px;
    transform: translateX(-50%) translateX(-148px);
  }

  .feature-page.-voyage .tabi-about--cloudItem.-item03 .tabi-about--cloudItem-track {
    animation-duration: 175.7333333333s;
  }

  .feature-page.-voyage .tabi-about--cloudItem.-item03 img {
    width: 1318px;
  }
}

.feature-page.-voyage .tabi-about--cloudItem-track {
  display: flex;
  width: max-content;
  animation-name: tabi-city-slide;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.feature-page.-voyage .tabi-about--cloudItem-track img {
  display: block;
  flex-shrink: 0;
  height: auto;
}

.feature-page.-voyage .tabi-about--cloudItem-track picture {
  flex-shrink: 0;
}

.feature-page.-voyage .tabi-about--reveal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--reveal {
    transform: none;
    width: 100vw;
    max-width: 430px;
  }
}

.feature-page.-voyage .tabi-about--cloud-left {
  position: absolute;
  top: -343px;
  right: 615px;
  width: 2105px;
  transition: 1.2s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloud-left.-left01 {
    top: -50px;
    right: 438px;
    left: auto;
    width: 538px;
    z-index: 4;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloud-left.-left02 {
    top: -180px;
    right: 334px;
    left: auto;
    width: 1205px;
    z-index: 2;
  }
}

.feature-page.-voyage .tabi-about--cloud-left img {
  width: 100%;
  display: block;
}

.feature-page.-voyage .tabi-about--cloud-right {
  position: absolute;
  top: -280px;
  left: 30px;
  width: 2105px;
  transition: 1.2s ease-in-out;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloud-right.-right01 {
    top: 0;
    left: -20px;
    right: auto;
    width: 558px;
    z-index: 5;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cloud-right.-right02 {
    top: 0;
    left: -250px;
    right: auto;
    width: 1205px;
    z-index: 3;
  }
}

.feature-page.-voyage .tabi-about--cloud-right img {
  width: 100%;
  display: block;
}

.feature-page.-voyage .tabi-about--reveal.is-active .tabi-about--cloud-left {
  right: 150%;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--reveal.is-active .tabi-about--cloud-left {
    right: 200%;
  }
}

.feature-page.-voyage .tabi-about--reveal.is-active .tabi-about--cloud-right {
  left: 150%;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--reveal.is-active .tabi-about--cloud-right {
    left: 200%;
  }
}

.feature-page.-voyage .tabi-about--inner {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--inner {
    padding: 0 16px;
  }
}

.feature-page.-voyage .tabi-about--heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #081570;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 51px;
  line-height: 1.5;
  text-align: center;
}

.feature-page.-voyage .tabi-about--heading::before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--heading {
    font-size: 20px;
    letter-spacing: 0em;
  }
}

.feature-page.-voyage .tabi-about--desc {
  margin: 16px 0 0;
  color: #081570;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--desc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}

.feature-page.-voyage .tabi-about--list {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin: 57px auto 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--list {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: min(40 * 100vw / var(--base-width-sp), 40px);
    margin-top: 32px;
  }
}

.feature-page.-voyage .tabi-about--item {
  width: 408px;
  flex-shrink: 0;
  position: relative;
  padding: 242px 10px 10px;
}

.feature-page.-voyage .tabi-about--item::after {
  border-radius: 50%;
  width: 408px;
  height: 408px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eaf9ff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--item {
    width: calc(50% - min(40 * 100vw / var(--base-width-sp), 40px) / 2);
    padding: min(123 * 100vw / var(--base-width-sp), 123px) 0 0;
  }

  .feature-page.-voyage .tabi-about--item::after {
    width: min(200 * 100vw / var(--base-width-sp), 200px);
    height: min(200 * 100vw / var(--base-width-sp), 200px);
  }

  .feature-page.-voyage .tabi-about--item:first-child {
    width: 100%;
  }

  .feature-page.-voyage .tabi-about--item:first-child::after {
    width: min(190 * 100vw / var(--base-width-sp), 190px);
    height: min(190 * 100vw / var(--base-width-sp), 190px);
  }
}

.feature-page.-voyage .tabi-about--icon {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-page.-voyage .tabi-about--icon.-icon01 {
  max-width: 310px;
}

.feature-page.-voyage .tabi-about--icon.-icon02 {
  max-width: 326px;
  transform: translateX(-50%) translateX(-8px);
}

.feature-page.-voyage .tabi-about--icon.-icon03 {
  max-width: 310px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--icon {
    top: -5px;
  }

  .feature-page.-voyage .tabi-about--icon.-icon01,
  .feature-page.-voyage .tabi-about--icon.-icon03 {
    max-width: min(140 * 100vw / var(--base-width-sp), 140px);
  }

  .feature-page.-voyage .tabi-about--icon.-icon02 {
    max-width: min(148 * 100vw / var(--base-width-sp), 148px);
  }
}

.feature-page.-voyage .tabi-about--label {
  margin: 0;
  color: #223b86;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--label {
    font-size: min(14 * 100vw / var(--base-width-sp), 14px);
  }
}

.feature-page.-voyage .tabi-about--label {
  margin: 0;
  color: #223b86;
}

.feature-page.-voyage .tabi-about--label dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--label dt {
    font-size: 15px;
    line-height: 1.2;
  }
}

.feature-page.-voyage .tabi-about--label dd {
  min-height: 63px;
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: #3d3d3d;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--label dd {
    margin: 7px 0 0;
    font-size: min(12 * 100vw / var(--base-width-sp), 12px);
  }
}

.feature-page.-voyage .tabi-about--actions {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 265px auto 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--actions {
    flex-direction: row;
    align-items: center;
    gap: min(34 * 100vw / var(--base-width-sp), 34px);
    margin-top: 55px;
  }
}

.feature-page.-voyage .tabi-about--btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 560px;
  min-height: 136px;
  padding: 16px 56px 16px 32px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-decoration: none;
  background: #fff;
  border: 0;
  border-radius: 68px;
  box-shadow: 3px 3px 20px rgba(159, 199, 212, 0.2);
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--btn {
    min-width: 0;
    width: min(170 * 100vw / var(--base-width-sp), 170px);
    height: min(170 * 100vw / var(--base-width-sp), 170px);
    min-height: 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding: 0 5px;
    border-radius: 50%;
  }
}

.feature-page.-voyage .tabi-about--btn:hover {
  opacity: 0.7;
}

.feature-page.-voyage .tabi-about--btn i {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  right: 20px;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--btn i {
    bottom: -6px;
    width: 34px;
    height: 34px;
  }
}

.feature-page.-voyage .tabi-about--btn i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #081570;
}

.feature-page.-voyage .tabi-about--btn i::after {
  right: auto;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.feature-page.-voyage .tabi-about--plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.feature-page.-voyage .tabi-about--plane {
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--plane {
    top: 560px;
    width: 100%;
  }
}

.feature-page.-voyage .tabi-about--airplane {
  width: 360px;
  position: relative;
  top: 0;
  left: -76px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--airplane {
    width: 100px;
    left: 8px;
  }
}

.feature-page.-voyage .tabi-about--city {
  width: 100%;
  /* margin-top: 167px; */
  margin-top: 127px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--city {
    margin-top: -16px;
  }
}

.feature-page.-voyage .tabi-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1.2s cubic-bezier(0.213, 0.62, 0.353, 1);
}

.feature-page.-voyage .tabi-fadeUp.is-start {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .feature-page.-voyage .tabi-fadeUp {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.feature-page.-voyage .tabi-about--deco {
  position: relative;
  z-index: 2;
}

.feature-page.-voyage .tabi-about--decoInner {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--decoInner {
    width: 100%;
    top: 36px;
  }
}

.feature-page.-voyage .tabi-about--decoItem {
  width: 200px;
  animation: tabi-float-updown 3s ease-in-out infinite;
  position: relative;
  left: 310px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--decoItem {
    width: 76px;
    left: 36px;
  }
}

.feature-page.-voyage .tabi-about--city-track {
  display: flex;
  width: max-content;
  animation: tabi-city-slide 93.48s linear infinite;
  position: relative;
  bottom: -85px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--city-track {
    bottom: -30px;
    animation-duration: 34.8s;
  }
}

@media screen and (min-width: 768px) {
  .feature-page.-voyage .tabi-about--city-track {
    height: 341px;
  }
}

.feature-page.-voyage .tabi-about--city-track img {
  flex-shrink: 0;
  display: block;
  width: 2327px;
  max-width: initial;
  height: auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--city-track img {
    width: 872px;
  }
}

.feature-page.-voyage .tabi-about--city-track picture {
  flex-shrink: 0;
}

.feature-page.-voyage .tabi-about--cityBase {
  height: 340px;
}

.feature-page.-voyage .tabi-about--cityBase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-about--cityBase {
    height: 127px;
  }
}

.feature-page.-voyage .tabi-banner {
  padding: 50px 0 65px;
  background: #fdebdb url(/cms/feature/tabi/img/bk-feature.png);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-banner {
    padding: 24px 0 40px;
  }
}

.feature-page.-voyage .tabi-banner--inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-banner--inner {
    width: 95%;
    gap: 16px;
  }
}

.feature-page.-voyage .tabi-banner--link {
  display: block;
  width: calc((100% - 25px) / 2);
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-banner--link {
    width: 100%;
  }
}

.feature-page.-voyage .tabi-banner--link:hover {
  opacity: 0.7;
}

.feature-page.-voyage .tabi-banner--link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.feature-page.-voyage .tabi-how-to {
  position: relative;
  z-index: 4;
  padding: 50px 0 0;
  margin-top: -290px;
  background: none;
}

.feature-page.-voyage .tabi-how-to::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1920px;
  height: 250px;
  background: url(/cms/feature/tabi/img/2026/bg_how01.png) no-repeat center top/cover;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to::before {
    min-width: auto;
    height: calc(134 * 100vw / var(--base-width-sp));
    background: url(/cms/feature/tabi/img/2026/bg_how01_sp.png) no-repeat center top/cover;
  }
}

.feature-page.-voyage .tabi-how-to::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  min-width: 1920px;
  height: calc(100% - 170px);
  top: 170px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to::after {
    top: calc(134 * 100vw / var(--base-width-sp));
    min-width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to {
    padding: 48px 0 60px;
    margin-top: -112px;
  }
}

.feature-page.-voyage .tabi-how-to--inner {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--inner {
    padding: 0 min(16 * 100vw / var(--base-width-sp), 16px) 0 16px;
  }
}

.feature-page.-voyage .tabi-how-to--heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #081570;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.feature-page.-voyage .tabi-how-to--heading::before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--heading {
    font-size: 17px;
  }
}

.feature-page.-voyage .tabi-how-to--heading-num {
  font-size: 79px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--heading-num {
    font-size: 26px;
  }
}

.feature-page.-voyage .tabi-how-to--sub {
  margin: 8px 0 0;
  color: #ba8f00;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--sub {
    margin-top: 0;
    font-size: 20px;
  }
}

.feature-page.-voyage .tabi-how-to--case {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 83px 0 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--case {
    gap: 12px;
    margin: 15px 0 0;
  }
}

.feature-page.-voyage .tabi-how-to--case-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 5px 10px;
  background: #f5f5f8;
  border: 0;
  border-radius: 999px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  min-height: 56px;
  min-width: 127px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--case-badge {
    min-width: 64px;
    padding: 3px 16px;
    font-size: 13px;
    min-height: 23px;
  }
}

.feature-page.-voyage .tabi-how-to--case-text {
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--case-text {
    font-size: 16px;
  }
}

.feature-page.-voyage .tabi-how-to--step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 58px 40px 48px;
  margin: 32px auto 0;
  min-height: 440px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--step {
    padding: 24px 16px;
    border-radius: 16px;
    min-height: 0;
    margin-top: 5px;
  }
}

.feature-page.-voyage .tabi-how-to--step.-donate {
  background: #f6f6f6;
}

.feature-page.-voyage .tabi-how-to--step.-coupon {
  background: #eaf9ff;
  padding: 48px 40px 48px;
  margin-top: 42px;
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--step.-coupon {
    padding: 15px 16px;
    margin-top: 10px;
    min-height: 0;
  }
}

.feature-page.-voyage .tabi-how-to--step-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--step-grid {
    gap: 0;
  }
}

.feature-page.-voyage .tabi-how-to--actor {
  flex-shrink: 0;
  width: 230px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--actor {
    width: 86px;
  }
}

.feature-page.-voyage .tabi-how-to--actor img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-page.-voyage .tabi-how-to--flows {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flows {
    flex: 1 1 auto;
    gap: 10px;
    width: auto;
    min-width: 0;
  }
}

.feature-page.-voyage .tabi-how-to--flow {
  margin: 0;
}

.feature-page.-voyage .tabi-how-to--flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow {
    gap: 0;
  }
}

.feature-page.-voyage .tabi-how-to--flow>span {
  display: block;
  width: 50px;
  order: 3;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow>span {
    width: 32px;
    position: absolute;
  }
}

.feature-page.-voyage .tabi-how-to--flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: relative;
  background: url(/cms/feature/tabi/img/2026/dots.png) repeat-x center;
  order: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow::before {
    display: none !important;
  }
}

.feature-page.-voyage .tabi-how-to--flow>p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  width: calc(100% - 104px);
  min-height: 54px;
  font-size: 20px;
  order: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow>p {
    font-size: min(11 * 100vw / var(--base-width-sp), 11px);
    padding: 3px 10px;
    width: calc(100% - 26px);
    width: auto;
    min-height: 0;
    white-space: nowrap;
  }
}

.feature-page.-voyage .tabi-how-to--flow>p {
  background: #081570;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-to {
    position: relative;
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-to>p {
    width: 100%;
    min-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-to span {
    width: 23px;
    position: absolute;
    left: auto;
    right: -16px;
  }
}

.feature-page.-voyage .tabi-how-to--flow.-from {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-from {
    width: 100%;
    position: relative;
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-from>p {
    width: 100%;
    min-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-from span {
    width: 23px;
    position: absolute;
    left: -16px;
    right: auto;
  }
}

.feature-page.-voyage .tabi-how-to--flow.-from>p {
  width: calc(100% - 160px);
  background: #2e6fb7;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--flow.-from>p {
    width: calc(100% - 26px);
    width: 100%;
    min-height: 23px;
  }
}

.feature-page.-voyage .tabi-how-to--step-note {
  margin: 24px 0 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--step-note {
    margin-top: 16px;
    font-size: 16px;
  }
}

.feature-page.-voyage .tabi-how-to--plus {
  margin: 35px 0 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--plus {
    margin: 5px 0 0;
    font-size: 32px;
  }
}

.feature-page.-voyage .tabi-how-to--step-title {
  margin: 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--step-title {
    font-size: 15px;
  }
}

.feature-page.-voyage .tabi-how-to--coupon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--coupon-row {
    gap: 10px;
    margin-top: 10px;
  }
}

.feature-page.-voyage .tabi-how-to--coupon-img {
  width: 420px;
  max-width: 60%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--coupon-img {
    width: 210px;
    max-width: 62%;
  }
}

.feature-page.-voyage .tabi-how-to--result {
  margin: 56px 0 0;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--result {
    margin: 44px 0 0;
    padding-left: min(146 * 100vw / var(--base-width-sp), 146px);
  }
}

.feature-page.-voyage .tabi-how-to--result-lead {
  margin: 0;
  color: #081570;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--result-lead {
    font-size: min(20 * 100vw / var(--base-width-sp), 20px);
    text-align: left;
  }
}

.feature-page.-voyage .tabi-how-to--result-text {
  position: relative;
  display: inline-block;
  margin: 8px 0 0;
  padding: 0 28px;
  color: #081570;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--result-text {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: min(20 * 100vw / var(--base-width-sp), 20px);
    text-align: left;
    line-height: 1.4;
  }
}

.feature-page.-voyage .tabi-how-to--result-text::before,
.feature-page.-voyage .tabi-how-to--result-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 26px;
  background: #081570;
}

@media screen and (max-width: 767px) {

  .feature-page.-voyage .tabi-how-to--result-text::before,
  .feature-page.-voyage .tabi-how-to--result-text::after {
    height: 16px;
    display: none;
  }
}

.feature-page.-voyage .tabi-how-to--result-text::before {
  left: 6px;
  transform: translateY(-50%) rotate(-20deg);
}

.feature-page.-voyage .tabi-how-to--result-text::after {
  transform: translateY(-50%) rotate(20deg);
  right: 6px;
}

.feature-page.-voyage .tabi-how-to--result-num {
  color: #d75170;
  font-size: 67px;
}

.feature-page.-voyage .tabi-how-to--result-num>small {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--result-num {
    font-size: min(28 * 100vw / var(--base-width-sp), 28px);
  }

  .feature-page.-voyage .tabi-how-to--result-num>small {
    font-size: min(17 * 100vw / var(--base-width-sp), 17px);
  }
}

.feature-page.-voyage .tabi-how-to--people {
  width: 500px;
  margin: 58px auto 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--people {
    width: min(160 * 100vw / var(--base-width-sp), 160px);
    margin: -104px auto 0 0;
    position: relative;
    left: -10px;
  }
}

.feature-page.-voyage .tabi-how-to--patterns {
  margin-top: -115px;
  position: relative;
  z-index: 3;
  background: none;
}

.feature-page.-voyage .tabi-how-to--patterns::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1920px;
  height: 250px;
  background: url(/cms/feature/tabi/img/2026/bg_how02.png) no-repeat center top/cover;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--patterns::before {
    min-width: auto;
    height: calc(130 * 100vw / var(--base-width-sp));
    background: url(/cms/feature/tabi/img/2026/bg_how02_sp.png) no-repeat center top/cover;
  }
}

.feature-page.-voyage .tabi-how-to--patterns::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  min-width: 1920px;
  height: calc(100% - 210px);
  top: 210px;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--patterns::after {
    top: calc(130 * 100vw / var(--base-width-sp));
    min-width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--patterns {
    margin-top: -33px;
  }
}

.feature-page.-voyage .tabi-how-to--patterns-inner {
  display: flex;
  flex-direction: column;
  gap: 135px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 345px 40px 230px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to--patterns-inner {
    gap: 65px;
    padding: 200px 16px 0;
  }
}

.feature-page.-voyage .tabi-how-to-card {
  position: relative;
  padding: 74px 59px 80px;
  background: #fff;
  border: 3px solid #b6bacf;
  border-radius: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card {
    padding: 43px 12px 13px;
    border-radius: 16px;
  }
}

.feature-page.-voyage .tabi-how-to-card--label {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 2px 58px 2px 15px;
  background: #fff;
  border: 3px solid #081570;
  border-radius: 12px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  height: 58px;
  min-width: 564px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--label {
    font-size: min(17 * 100vw / var(--base-width-sp), 17px);
    padding: 2px 36px 2px min(10 * 100vw / var(--base-width-sp), 10px);
    white-space: normal;
    width: max-content;
    width: 100%;
    max-width: 90%;
    height: auto;
    min-width: 0;
    height: 50px;
    letter-spacing: 0;
  }
}

.feature-page.-voyage .tabi-how-to-card--label::after {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 43px;
  height: 58px;
  background: url(/cms/feature/tabi/img/2026/icon_coupon.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--label::after {
    width: 37px;
    height: 50px;
    right: -1px;
  }
}

.feature-page.-voyage .tabi-how-to-card--desc {
  margin: 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--desc {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}

.feature-page.-voyage .tabi-how-to-card--body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--body {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow {
  flex-shrink: 0;
  width: 777px;
  padding: 40px;
  background: #f6f6f6;
  border-radius: 55px;
  min-height: 380px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow {
    width: 100%;
    min-height: 0;
    padding: 15px 12px 20px;
    border-radius: 25px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 32px;
  background: #081570;
  border-radius: 999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  min-width: 343px;
  min-height: 44px;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-label {
    min-width: 0;
    min-height: 30px;
    font-size: 13px;
    padding: 6px 10px;
    min-width: 200px;
    max-width: 100%;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 84px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-list {
    gap: min(38 * 100vw / var(--base-width-sp), 38px);
    margin-top: 16px;
  }
}

.feature-page.-voyage .tabi-how-to-card.-card03 .tabi-how-to-card--flow-list {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card.-card03 .tabi-how-to-card--flow-list {
    gap: 20px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-item {
    width: 84px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-item+.tabi-how-to-card--flow-item {
  position: relative;
}

.feature-page.-voyage .tabi-how-to-card--flow-item+.tabi-how-to-card--flow-item::before {
  content: "";
  position: absolute;
  top: 72px;
  left: -68px;
  width: 52px;
  height: 36px;
  background: url(/cms/feature/tabi/img/2026/icon_arrow_l.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-item+.tabi-how-to-card--flow-item::before {
    top: min(36 * 100vw / var(--base-width-sp), 36px);
    left: max(-32 * 100vw / var(--base-width-sp), -32px);
    width: min(28 * 100vw / var(--base-width-sp), 28px);
    height: min(19 * 100vw / var(--base-width-sp), 19px);
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-list.-plain .tabi-how-to-card--flow-item+.tabi-how-to-card--flow-item::before {
  content: none;
}

.feature-page.-voyage .tabi-how-to-card--flow-icon {
  width: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-icon {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-route {
  margin-top: 12px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-route {
    font-size: min(10 * 100vw / var(--base-width-sp), 10px);
    margin-top: 3px;
    gap: 5px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-arrows {
  width: 27px;
  height: auto;
  align-self: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-arrows {
    width: 17px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-name {
  margin-top: 4px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-name {
    font-size: 12px;
  }
}

.feature-page.-voyage .tabi-how-to-card--flow-name {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--flow-name {
    margin-top: 2px;
  }
}

.feature-page.-voyage .tabi-how-to-card--gift {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  flex: 0 0 320px;
  padding: 27px 24px 27px 38px;
  background: #eaf9ff;
  border-radius: 0 55px 55px 0;
  min-height: 350px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--gift {
    flex: 1 1 auto;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding: 0 10px 10px;
    border-radius: 0 0 25px 25px;
    position: relative;
  }
}

.feature-page.-voyage .tabi-how-to-card--gift::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  width: 0;
  height: 0;
  border-top: 175px solid transparent;
  border-bottom: 175px solid transparent;
  border-right: 100px solid #eaf9ff;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--gift::before {
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    border-top: none;
    border-left: calc(180 * 100vw / var(--base-width-sp)) solid transparent;
    border-right: calc(180 * 100vw / var(--base-width-sp)) solid transparent;
    border-bottom: 38px solid #eaf9ff;
  }
}

.feature-page.-voyage .tabi-how-to-card--gift-label {
  display: inline-block;
  margin: 0;
  padding: 3px 40px;
  background: #081570;
  border-radius: 999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  min-height: 44px;
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--gift-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 3px 32px 3px;
    min-height: 30px;
    position: relative;
    top: -7px;
  }
}

.feature-page.-voyage .tabi-how-to-card--gift-name {
  width: 100%;
  margin: 30px -25px 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--gift-name {
    order: 2;
    font-size: 15px;
    max-width: none;
    margin: 8px 0 0;
    line-height: 1.37;
  }
}

.feature-page.-voyage .tabi-how-to-card--gift-img {
  width: 242px;
  max-width: 100%;
  height: auto;
  position: relative;
  left: -22px;
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-how-to-card--gift-img {
    order: 1;
    left: 0;
    width: 138px;
    margin: 0 0 0;
  }
}

.feature-page.-voyage .tabi-how-to-card.-card01 .tabi-how-to-card--gift-name {
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .feature-page.-voyage .tabi-how-to-card.-card01 .tabi-how-to-card--gift-name {
    margin-top: 19px;
    line-height: 1.6;
  }
}

.feature-page.-voyage .tabi-how-to-card.-card01 .tabi-how-to-card--gift-img {
  margin-top: 10px;
}

.feature-page.-voyage .tabi-coupon {
  position: relative;
  z-index: 3;
  padding: 100px 0 120px;
  background: #16357f;
  border-radius: 100px 100px 0 0;
  margin-top: -30px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon {
    padding: 48px 0 64px;
    border-radius: 24px 24px 0 0;
  }
}

.feature-page.-voyage .tabi-coupon--inner {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--inner {
    padding: 0 15px;
  }
}

.feature-page.-voyage .tabi-coupon--heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.4;
}

.feature-page.-voyage .tabi-coupon--heading::before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--heading {
    font-size: 18px;
  }
}

.feature-page.-voyage .tabi-coupon--heading-em {
  font-size: 71px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--heading-em {
    font-size: 26px;
  }
}

.feature-page.-voyage .tabi-coupon--sub {
  margin: 0 0 0;
  color: #d8b95a;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--sub {
    font-size: 14px;
  }
}

.feature-page.-voyage .tabi-coupon--tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tabs {
    gap: 8px;
    margin-top: 90px;
  }
}

.feature-page.-voyage .tabi-coupon--tab {
  flex: 1 1 0;
  max-width: 336px;
  cursor: pointer;
  transition: transform 0.3s;
}

.feature-page.-voyage .tabi-coupon--tabBody {
  position: relative;
  padding: 100px 20px 24px;
  background: #0e2160;
  border-radius: 16px;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

.feature-page.-voyage .tabi-coupon--tabBody::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url(/cms/feature/tabi/img/2026/icon_coupon_plane.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tabBody::before {
    top: min(50 * 100vw / var(--base-width-sp), 50px);
    width: min(44 * 100vw / var(--base-width-sp), 44px);
    height: min(44 * 100vw / var(--base-width-sp), 44px);
  }
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tabBody {
    padding: min(105 * 100vw / var(--base-width-sp), 105px) min(8 * 100vw / var(--base-width-sp), 8px) 16px;
    border-radius: 10px;
    min-height: 220px;
  }
}

.feature-page.-voyage .tabi-coupon--tab.-dpc .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_plane.png);
}

.feature-page.-voyage .tabi-coupon--tab.-thc .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_hotel.png);
}

.feature-page.-voyage .tabi-coupon--tab.-tabi .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_travel.png);
}

.feature-page.-voyage .tabi-coupon--tab.is-active {
  transform: translateY(40px);
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab.is-active {
    transform: translateY(16px);
  }
}

.feature-page.-voyage .tabi-coupon--tab.is-active .tabi-coupon--tabBody {
  background: #fff;
  color: #081570;
}

.feature-page.-voyage .tabi-coupon--tab .tabi-coupon--tabBody::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 0 0 6px 0;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}

.feature-page.-voyage .tabi-coupon--tab.is-active .tabi-coupon--tabBody::after {
  opacity: 1;
}

.feature-page.-voyage .tabi-coupon--tab.-dpc.is-active .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_plane_on.png);
}

.feature-page.-voyage .tabi-coupon--tab.-thc.is-active .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_hotel_on.png);
}

.feature-page.-voyage .tabi-coupon--tab.-tabi.is-active .tabi-coupon--tabBody::before {
  background-image: url(/cms/feature/tabi/img/2026/icon_coupon_travel_on.png);
}

.feature-page.-voyage .tabi-coupon--tab-badge {
  position: absolute;
  top: -60px;
  right: -30px;
  width: 117px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab-badge {
    top: max(-80 * 100vw / var(--base-width-sp), -80px);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: min(120 * 100vw / var(--base-width-sp), 120px);
  }
}

.feature-page.-voyage .tabi-coupon--tab-icon {
  display: block;
  width: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab-icon {
    width: 40px;
  }
}

.feature-page.-voyage .tabi-coupon--tab-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-page.-voyage .tabi-coupon--tab-name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab-name {
    font-size: 13px;
  }
}

.feature-page.-voyage .tabi-coupon--tab-note {
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab-note {
    margin-top: min(4 * 100vw / var(--base-width-sp), 4px);
    line-height: 1.1;
  }
}

.feature-page.-voyage .tabi-coupon--tab-desc {
  display: block;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--tab-desc {
    margin-top: min(4 * 100vw / var(--base-width-sp), 4px);
    font-size: 11px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.1;
    font-weight: 500;
  }
}

.feature-page.-voyage .tabi-coupon--panel {
  display: none;
  margin-top: 65px;
  padding: 72px 100px 64px;
  background: #fff;
  border-radius: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--panel {
    padding: min(40 * 100vw / var(--base-width-sp), 40px) min(16 * 100vw / var(--base-width-sp), 16px) min(32 * 100vw / var(--base-width-sp), 32px);
    border-radius: 16px;
    margin-top: 35px;
  }
}

.feature-page.-voyage .tabi-coupon--panel.is-active {
  display: block;
}

.feature-page.-voyage .tabi-coupon--panel-heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--panel-heading {
    font-size: 18px;
  }
}

.feature-page.-voyage .tabi-coupon--about+.tabi-coupon--panel-heading {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about+.tabi-coupon--panel-heading {
    margin-top: 22px;
  }
}

.feature-page.-voyage .tabi-coupon--panel-heading-num {
  font-size: 1.3em;
}

.feature-page.-voyage .tabi-coupon--about {
  margin-top: 40px;
  padding: 34px 40px;
  background: #f6f6f6;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about {
    margin-top: 24px;
    padding: 0;
    border-radius: 12px;
    background: none;
  }
}

.feature-page.-voyage .tabi-coupon--about-desc {
  margin: 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  /* letter-spacing: 0.05em; */
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-desc {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}

.feature-page.-voyage .tabi-coupon--about-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 112px;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-list {
    gap: 45px;
    margin: 24px 0 0;
  }
}

.feature-page.-voyage .tabi-coupon--about-list.-no-plus {
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-list.-no-plus {
    gap: 30px;
  }
}

.feature-page.-voyage .tabi-coupon--about-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-page.-voyage .tabi-coupon--about-item+.tabi-coupon--about-item::before {
  content: "+";
  position: absolute;
  top: 14px;
  left: -73px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-item+.tabi-coupon--about-item::before {
    top: 30px;
    left: -22px;
    font-size: 18px;
  }
}

.feature-page.-voyage .tabi-coupon--about-list.-no-plus .tabi-coupon--about-item+.tabi-coupon--about-item::before {
  content: none;
}

.feature-page.-voyage .tabi-coupon--about-list.-no-plus .tabi-coupon--about-item:nth-of-type(1) .tabi-coupon--about-name {
  margin-inline: -30px;
}

.feature-page.-voyage .tabi-coupon--about-icon {
  width: 116px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-icon {
    width: 84px;
  }
}

.feature-page.-voyage .tabi-coupon--about-name {
  margin-top: 14px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-name {
    margin-top: 13px;
    font-size: 15px;
  }
}

.feature-page.-voyage .tabi-coupon--about-link {
  margin: 40px 0 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--about-link {
    margin-top: 14px;
    font-size: 12px;
  }
}

.feature-page.-voyage .tabi-coupon--about-link a {
  color: inherit;
  text-decoration: underline;
}

.feature-page.-voyage .tabi-coupon--points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--points {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px 0 0;
  }
}

.feature-page.-voyage .tabi-coupon--points.-cols2 {
  grid-template-columns: repeat(2, minmax(0, 384px));
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--points.-cols2 {
    grid-template-columns: 1fr;
  }
}

.feature-page.-voyage .tabi-coupon--point {
  position: relative;
  padding: 20px 5px 32px;
  background: #f6f6f6;
  border-radius: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--point {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 10px 10px 10px 115px;
    border-radius: 0;
    text-align: left;
    min-height: 88px;
  }
}

.feature-page.-voyage .tabi-coupon--point-num {
  position: absolute;
  top: 11px;
  left: 22px;
  width: 48px;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--point-num {
    top: -22px;
    left: 5px;
    width: 34px;
  }
}

.feature-page.-voyage .tabi-coupon--point-icon {
  display: block;
  width: 138px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--point-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 71px;
    margin: 0;
  }
}

.feature-page.-voyage .tabi-coupon--point-title {
  display: block;
  margin-top: 20px;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--point-title {
    margin-top: 0;
    font-size: 15px;
    justify-content: flex-start;
    min-height: 0;
    line-height: 1.2;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}

.feature-page.-voyage .tabi-coupon--point-desc {
  display: block;
  margin-top: 10px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--point-desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.feature-page.-voyage .tabi-coupon--actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--actions {
    gap: 14px;
    margin-top: 32px;
  }
}

.feature-page.-voyage .tabi-coupon--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 530px;
  padding: 20px 48px;
  background: #081570;
  border-radius: 999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s;
  height: auto;
  min-height: 73px;
}

@media screen and (max-width: 767px) {
  .feature-page.-voyage .tabi-coupon--btn {
    max-width: 320px;
    padding: 5px min(36 * 100vw / var(--base-width-sp), 36px);
    font-size: 14px;
    min-height: 50px;
    line-height: 1;
  }
}

.feature-page.-voyage .tabi-coupon--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.feature-page.-voyage .tabi-coupon--btn:hover {
  opacity: 0.7;
}

@keyframes tabi-city-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes tabi-mv-window-fade {
  0% {
    opacity: 0;
  }

  11.5% {
    opacity: 0;
  }

  13.5% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes tabi-float-updown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

.hidden-pc {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hidden-pc {
    display: revert !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
