﻿@charset "UTF-8";



/* 旅先納税のエリアから探すを非表示 */
.tabranking-contents-item[data-tab="tabi"] .search-area-block {
  display: none;
}
.tabranking-contents-item[data-tab="tabi"] .search-ranking-block {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tabranking-contents-item[data-tab="tabi"] .search-ranking-block {
    padding-bottom: 40px;
  }
}

/***************************
** Common
***************************/
.forcms_block {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.section-ttl {
  color: #081570;
  font-size: 40px;
}
.section-ttl::before {
  content:none;
}
.content-ttl {
  color: #081570;
  font-size: 36px;
  font-weight: bold;
}
h2.content-ttl::before {
  content: none;
}
.content-ttl-en {
  text-align:center;
  margin-top: 14px;
  color: #BA8F00;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .content-ttl {
    font-size: 24px;
  }
  .content-ttl-en {
    font-size:10px;
    margin-top: 8px
  }
  .block-page-top {
    display: none !important;
  }
}




/***************************
** MV
***************************/
.mv-header-wrapper {
  padding-top: 200px;
  background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 35%, #EFFBFF 100%);
  min-height: 750px;
}
.mv-header {
  margin: 0px auto 0;
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.mv-ttl {
  max-width: 50%;
}
.mv-images {
  position: absolute;
  display: flex;
  top: 50%;
  left: 55%;
  gap: 135px;
  width: 100%;
  transform: translateY(-50%);
}
.mv-image-wrapper {
  border-radius: 120px;
  width: 298px;
}
.mv-image-inner .slick-slide {
  width: 259px;
}
.mv-image-inner .slick-slide img {
  width: 100%;
  width: 259px;
  height: 434px;
  object-fit: cover;
  border-radius: 115px;
}

/* ▼ Swiper共通設定（フェード用） */
.mv-image-wrapper {
  width: 259px;
  height: 434px; /* 適切な高さを設定 */
  position: relative;
  overflow: visible;
}

.mv-image-inner {
  position: relative;
  overflow: visible;
}
.mv-image-inner .slick-list {
  z-index: 5;
}
.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;
}
.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;
}

.mv-image-inner .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_wing {
  position: relative;
}
.mv_wing img {
  position: relative;
  left: 35%;
}
.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) {
  .mv_wing {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mv-header-wrapper {
    padding-top: 30px;
    min-height: initial;
  }
  .mv-ttl {
    width: 295px;
    max-width: initial;
    margin: 0 auto;
  }
  .mv-images {
    position: relative;
    display: flex;
    top: initial;
    left: 50%;
    gap: 73px;
    width: 623px;
    transform: translateX(-50%);
    margin-top: 50px;
  }
  .mv_wing {
    margin-top: 20px;
  }
  .mv_wing img {
    left: 0;
    min-width: 595px;
    width: 100%
  }
  /* ▼ Swiper共通設定（フェード用） */
  .mv-image-wrapper {
    width: 159px;
    height: 266px;
  }
  .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;
  }
  .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;
  }
  .mv-image-inner .slick-slide {
    width: 159px;
  }
  .mv-image-inner .slick-slide img {
    height: 266px;
    width: 159px
  }
}


.mv_content_wrapper {
  position: relative;
}
.mv_content_cloud-left {
  position: absolute;
  top: -218px;
  left: -1000px;
  transition: 0.8s ease-in-out;
  width: 2100px;
  z-index: 2;
}
.mv_content_cloud-right {
  position: absolute;
  top: -10px;
  right: -1000px;
  transition: 0.8s ease-in-out;
  width: 2100px;
  z-index: 2;
}
.mv_content_cloud.is-active>.mv_content_cloud-left {
  left: -1805px;
}
.mv_content_cloud.is-active>.mv_content_cloud-right {
  right: -1805px;
}

@media screen and (max-width: 768px) {
  .mv_content_cloud-left {
    width: 1490px;
    top: -243px;
    left: -1200px;
  }
  .mv_content_cloud-right {
    width: 1490px;
    top: -192px;
    right: -1070px;
  }
  .mv_content_cloud.is-active>.mv_content_cloud-left {
    left: -1805px;
  }
  .mv_content_cloud.is-active>.mv_content_cloud-right {
    right: -1805px;
  }
}


.mv_content {
  background: linear-gradient(180deg, #F0FCFF, #A7E8FF);
}
.mv_content_catch-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.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;
}
.mv_content_catch::before {
  content: none;
}
.mv_content_catch::after {
  content: "";
  width: 100%;
  background: #FFF72F;
  opacity: 0.7;
  height: 12px;
  display: block;
  border-radius: 6px;
  position: absolute;
  bottom: 20px;
}
.mv_content_catch span {
  color: #EF3C6C;
  font-size: 95px
}
.mv_content_catch span span {
    font-size: 58px;
  }
.mv_content_catch_sub {
  text-align: center;
  font-size: 18px;
  color:#081570
}
.mv_content_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mv_content_slider {
  display: flex;
  width: max-content;
  animation: slide-left 40s linear infinite;
}
.mv_content_main img {
  width: 3238px;
  height: 808px;
  max-width: initial;
}
.mv_content_slider.paused {
  animation-play-state: paused;
}
@keyframes slide-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media screen and (max-width: 768px) {
  .mv_content_catch-wrapper {
    padding-top: 80px;
  }
  .mv_content_catch {
    font-size: 25px;
  }
  .mv_content_catch::after {
    height: 6px;
    border-radius: 6px;
    bottom: 10px;
  }
  .mv_content_catch span {
    font-size: 44px;
  }
  .mv_content_catch span span {
    font-size: 25px;
  }
  .mv_content_catch_sub {
    font-size: 14px;
  }
  .mv_content_main img {
    width: 1619px;
    height: 404px;
    max-width: initial;
  }
  .mv_content_slider.sp {
    display: flex !important;
    width: 3238px;
  }
}



/***************************
** About
***************************/
.about {
  background-image: url(/cms/feature/tabi/img/bk-about.png);
  padding-top: 100px;
}
.about-header {
  position: relative;
  text-align: center;
}
.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;
}
.about-header-catch::after {
  content: "";
  width: 100%;
  background: #FFCEDC;
  height: 12px;
  display: block;
  border-radius: 6px;
  position: absolute;
  bottom: 60px;
}
.about-header-catch span {
  color: #081570;
  font-size: 50px;
  font-weight: 500;
}
.about-header-desc {
  text-align: center;
  font-size: 18px;
  width: 915px;
  margin: 0 auto;
  line-height: 2;
  color: #081570;
  font-weight: bold;
}
.about-header-left {
  position: absolute;
  bottom: 0;
  left: calc(50% - 700px);
  transform: translateX(-50%);
}
.about-header-right {
  position: absolute;
  bottom: 0;
  right: calc(50% - 700px);
  transform: translateX(50%);
}
.about-block {
  max-width: 1440px;
  margin: 0 auto 50px;
}
.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;
}
.about-content-list {
  display: flex;
  justify-content: center;
  max-width: 1410px;
  width: 100%;
  margin: 70px auto 0;
  align-items: flex-end;
}
.about-content-item {
  max-width: 450px;
  width: calc((100% - 100px) / 3);
  margin: 0 auto;
}
.about-content-item-inner {
  text-align: center;
  background: #fff;
  border: 2px solid #081570;
  border-radius: 10px;
  padding: 50px 10px;
}
.about-content-item-catch {
  color: #081570;
  font-size: 21px;
  text-align: center;
  position: relative;
}
.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;
}
.about-content-item-catch span {
  font-size: 16px;
  display: block;
}
.about-content-item-img {
  height: 80px;
}
.about-content-item-txt {
  margin-top: 20px;
}
.about-content-item-ttl {
  font-size: 32px;
  color: #081570;
  line-height: 1.4;
}
.about-content-item-desc {
  font-size: 18px;
  color: #081570;
  font-weight: 500;
  margin-top: 20px;
}
.about-content-item-link + .about-content-item-link {
  margin-top: 20px;
}
.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;
}
.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%);
}
.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;
}
.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;
}
.about-content-item-at {
  font-size: 12px;
  color: #081570;
}
.about-ranking {
  padding-top: 150px;
  text-align: center;
}
.overallranking-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.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;
}
h2.about-ranking-ttl {
  position: relative;
}
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;
}
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%);
}
.overallranking-link {
  margin-top: 20px;
}
.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
}
.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) {
  .about {
    padding-top: 40px
  }
  .about-header {
    margin-bottom: 120px;
  }
  .about-header-catch {
    font-size: 33px;
  }
  .about-header-catch::after {
    height: 6px;
    border-radius: 6px;
    bottom: 50px;
  }
  .about-header-catch span {
    font-size: 23px;
  }
  .about-header-desc {
    width: 100%;
    font-size:  14px;
  }
  .about-header-left {
    position: relative;
    bottom: -30px;
    width: 110px;
    left: calc(50% - 75px);
  }
  .about-header-right {
    position: absolute;
    bottom: -30px;
    width: 110px;
    right: calc(50% - 75px);
  }

  .about-block {
    margin-bottom: 0;
  }
  .about-content {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #F7F4E7;
    position: relative;
    margin-top: 50px;
  }
  .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;
  }
  .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);
  }
  .about-content-list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 35px;
  }
  .about-content-item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .about-content-item-catch {
    font-size: 18px;
  }
  .about-content-item-catch span {
    font-size: 14px;
  }
  .about-content-item-catch::after {
    width: 20px;
    height: 20px;
    top: -15px;
    right: calc(50% - 185px);
    transform: translateX(-50%);
  }
  .about-content-item-inner {
    padding: 24px 20px;
    margin: 0 10px;
  }
  .about-content-item-img {
    height: 60px;
  }
  .about-content-item-img img {
    height: 60px;
    margin: 0 auto;
  }
  .about-content-item-txt {
    margin-top: 15px;
  }
  .about-content-item-ttl {
    font-size: 20px;
  }
  .about-content-item-desc {
    font-size: 14px;
  }
  .about-content-item-link {
    width: 100%;
    font-size:  14px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .about-content-item-link[data-modal="modal1"],
  .about-content-item-link[data-modal="modal3"] {
    /* padding-right: 20px; */
  }
  .about-content-item-link + .about-content-item-link {
    margin-top: 15px;
  }
  .about-content-item-link::after {
    width: 16px;
    height: 18px;
  }
  .about-content-item-catch-button {
    width: 290px;
    height: 40px;
    font-size: 14px;
  }
  .about-content-item-catch-button::after {
    right: 30px;
  }

  .about-ranking {
    padding-top: 50px;
  }
  h2.about-ranking-ttl {
    font-size: 20px;
    letter-spacing: 1px;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  h2.about-ranking-ttl::before {
    width: calc((100% - 250px) / 2);
  }
  h2.about-ranking-ttl::after {
    width: calc((100% - 250px) / 2);
  }
}




/***************************
** Modal
***************************/
.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;
}
.modal-content {
  background: #FFFBEA;
  padding: 72px 80px 48px 90px;
  border-radius: 15px;
  position: relative;
  width: 1200px;
  max-height: 75vh;
  color: #081570;
  text-align: center;
}
.modal-inner {
  overflow-y: auto;
  max-height: calc(75vh - 120px);
  padding-right: 10px;
}

.modal-content_ttl {
  font-size: 30px;
  font-weight: bold;
}
.modal-content_desc {
  margin-top: 20px;
}
.modal-content_desc .sm {
  font-size: 18px;
}
.modal-content_desc ,md {
  font-size: 24px;
}
.modal-content_desc .modal-content_link {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  color: #232323
}
.modal-content_desc .modal-content_link a {
  text-decoration: underline;
}
.modal-point-content {
  margin-top: 30px;
}
.modal-point_ttl {
  font-size: 24px
}
.modal-point_ttl span {
  font-size: 30px;
}
.modal-point_flex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.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
}
.modal-point_block_ttl {
  font-size: 20px;
}
.modal-point_block_desc {
  font-size: 13px;
  margin-top: 10px;
}
.modal-close {
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
.modal-close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content_useImage_desc .bk-blue {
  color: #fff;
  background: #081570;
  font-size: 20px;
  padding: 3px 20px;
}
.modal-useImage-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .modal-overlay {
    margin-top: 0;
  }
  .modal-content {
    padding: 24px 10px 20px 15px;
    border-radius: 10px;
    width: calc(100% - 20px);
    max-height: 85vh;
  }
  .modal-inner {
    max-height: calc(85vh - 120px);
    padding-right: 10px;
  }
  
  .modal-content_ttl {
    font-size: 18px;
  }
  .modal-content_desc {
    margin-top: 12px;
  }
  .modal-content_desc .sm {
    font-size: 14px;
  }
  .modal-content_desc ,md {
    font-size: 16px;
  }
  .modal-content_desc .modal-content_link {
    font-size: 12px;
    margin-top: 12px;
  }
  .modal-point-content {
    margin-top: 20px;
  }
  .modal-point_ttl {
    font-size: 16px
  }
  .modal-point_ttl span {
    font-size: 20px;
  }
  .modal-point_flex {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .modal-point_block {
    width: 100%;
    border-radius: 10px;
    padding: 16px 10px;
    gap: 12px
  }
  .modal-point_block_ttl {
    font-size: 16px;
  }
  .modal-point_block_desc {
    font-size: 13px;
    margin-top: 6px;
  }
  .modal-point_block_img img {
    height: 80px;
  }
  .modal-close {
    top: -35px;
    width: 30px;
    height: 30px;
    font-size: 0;
  }
  .modal-close:before {
    width: 12px;
    height: 2px;
  }
  .modal-close:after {
    width: 12px;
    height: 2px;
  }
  .modal-content_useImage_desc .bk-blue {
    font-size: 15px;
    padding: 3px 14px;
  }
  .modal-useImage-content {
    margin-top: 20px;
  }
}



/***************************
** Tab Switch
***************************/
.forcms_block:has(.search) {
  position: relative;
  z-index: 901;
}
.search {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.forcms_block:has(.tabranking-contents-item) {
  display: none;
}
.forcms_block:has(.tabranking-contents-item.is-active) {
  display: block;
}
.search-ranking-header {
  text-align: center;
}
.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
}
.search-ranking-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px
}
.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;
}
.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%);
}
.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;
}
.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%);
}
.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;
}
.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%);
}
.search-ranking-contents {
  min-height: 450px;
}
.search-ranking-link a,
.search-area-link a,
.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
}
.search-ranking-link a::after,
.search-area-link a::after,
.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);
}
.search-area-block {
  margin-top: 100px;
}
.area-svg-map {
  margin-top: 70px;
  background-image: url(/cms/feature/tabi/img/repeat_grid.jpg);
}
.area-svg-map__inner {
  max-width: 1200px;
  width: 100%;
  padding:  40px 20px;
}
.area-svg-map__svg-content {
  height: auto;
}
.area-svg-map__search {
  margin-bottom: 50px;
}
.area-svg-map__search > .area-svg-map__search {
  max-width: 760px;
  margin: 0 auto 10px;
}
.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;
}

.area-suggestion-list {
  width: calc(100% - 59px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  border: none !important;
  padding: 10px 30px 0;
}
.area-suggestion-list li {
  padding: 10px !important;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  transition: 0.3s;
}
.area-suggestion-list li:last-of-type {
  border-bottom: none;
}
.area-suggestion-list li:hover {
  color: #3f9ead
}
.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;
}
.area-suggestion-list li:hover::after {
  border-right: 2px solid #3f9ead;
  border-bottom: 2px solid #3f9ead;
}
.area-svg-map__search input:hover,
.area-svg-map__search input:focus,
.area-svg-map__search input:active{
  width: 100%;
  border: 2px solid #00146E;
}
.area-svg-map__search p {
  text-align: center;
  font-size: 12px;
  color: #00146E;
  line-height: 22px;
}
.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;
}
.search-cms-contents {
  min-height: 390px;
  margin-bottom: 40px;
}
.search-cms-list {
  display: flex;
  padding: 0 40px;
  margin-top:40px;
  counter-reset: item;
}
.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;
}
.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;
}
.search-cms-list .search-cms-item:nth-of-type(1)::before {
  background: #B7A73D;
}
.search-cms-list .search-cms-item:nth-of-type(2)::before {
  background: #A3A5AD;
}
.search-cms-list .search-cms-item:nth-of-type(3)::before {
  background: #C78C58;
}

.search-cms-item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.search-cms-item-pref {
  font-size: 13px;
  padding: 20px 0;
}
.search-cms-item-city {
  font-size: 23px;
  margin-left: 10px
}
.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;
}
.search-cms-list .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #081570;
  border-radius: 50%;
  font-size:0;
  z-index: 1;
}
.search-cms-list .slick-prev {
  left: 0;
}
.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;
}
.search-cms-list .slick-next {
  right: 0;
}
.search-cms-list .slick-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg)
}
.search-cms-list .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.tabswitch_contents-item {
  display: none;
}
.tabswitch_contents-item.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .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) {
  .search {
    position: relative;
    background: #E0F7FC;
    padding-top:  30px;
    margin-top: 0;
    left: initial;
    transform: none;
  }
  .forcms_block:has(.tabranking-contents-item-wrapper) {
    background: #E0F7FC;
  }
  .search-ranking-tabname {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .search-ranking-ttl {
    font-size: 20px;
  }
  .search-ranking-block h2.search-ranking-ttl::before {
    width: calc((100% - 230px) / 2);
  }
  .search-ranking-block h2.search-ranking-ttl::after {
    width: calc((100% - 230px) / 2);
  }
  .search-area-block  h2.search-ranking-ttl::before {
    width: calc((100% - 180px) / 2);
  }
  .search-area-block h2.search-ranking-ttl::after {
    width: calc((100% - 180px) / 2);
  }
  .search-cms-contents h2.search-ranking-ttl::before {
    width: calc((100% - 290px) / 2);
  }
  .search-cms-contents h2.search-ranking-ttl::after {
    width: calc((100% - 290px) / 2);
  }
  .search-cms-block h2.search-ranking-ttl {
    letter-spacing: 1px;
  }
  .search-cms-block h2.search-ranking-ttl::before {
    width: calc((100% - 240px) / 2);
  }
  .search-cms-block h2.search-ranking-ttl::after {
    width: calc((100% - 240px) / 2);
  }
  .search-area-block {
    background: #F7F4E7;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .search-ranking-header {
    padding:0 10px;
  }
  .area-svg-map {
    display: block;
    background: none;
    margin-top: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .area-svg-map__inner {
    width: 100%;
    padding: 0;
  }
  .area-svg-map__search {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
  }
  .area-svg-map__search input {
    width: 100%;
    max-width: initial;
    height: 50px;
    padding-left: 10px;
    padding-right: 51px;
    font-size:  14px;
  }
  .area-suggestion-list {
    width: calc(100% - 40px) !important;
    padding: 7px 20px 0;
  }
  .area-suggestion-list li {
    padding: 7px !important;
    font-size: 13px;
  }
  .area-suggestion-list li::after {
    width: 10px;
    height: 10px;
  }
  .area-svg-map__search p {
    text-align: left;
    font-size: 11px;
    line-height: 22px;
  }
  .area-svg-map__search p::before {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .area-svg-map__box {
    display: none;
  }
  .search-cms-block {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .search-cms-contents {
    min-height: initial;
  }
  .search-cms-list {
    padding: 0 10px
  }
  .search-cms-item {
    width: 180px;
    padding-bottom: 15px;
    margin-right: 20px;
  }
  .search-cms-item img {
    height: 120px;
  }
  .search-cms-item-pref {
    font-size: 12px;
    padding: 10px 0;
  }
  .search-cms-item-city {
    font-size: 15px;
  }
  .search-cms-item-link a {
    width: 160px;
    font-size: 0;
    height: 35px;
  }
  .search-cms-item-link a:after {
    content: "詳しく見る";
    font-size: 13px;
  }
  .search-cms-list .slick-arrow {
    display: none !important;
  }
  .search-area-list.sp {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .search-area-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
  .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;
  }
  .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);
  }
  .search-area-item a:last-of-type {
    color:#081570;
    text-decoration:underline;
    font-size: 13px;
  }
  .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
  }
  .search-area-link {
    margin-top: 30px;
  }
  .search-ranking-contents {
    min-height: 405px;
  }
}


/***************************
** Tab Contents
***************************/
.overallranking-contents {
  min-height: 490px;
}

.block-pickup-list-p--bookmark {
  display: none;
}
.block-ranking-r--category-infos > a {
  display: flex;
}

.block-ranking-r--category-infos > a .block-ranking-r--category-infos-img {
  max-width: 90px;
  flex: 0 0 90px;
}
.block-ranking-r--category-infos-img img {
  width: 90px;
  height: 60px;
}
.block-ranking-r--category-infos-name {
  justify-content: center;
}
.tabranking-contents {
  min-height: 490px;
  background: #fff;
}
.tabranking-contents-item-wrapper {
  max-width: 1600px;
  width: 100%;
  margin:  0 auto;
  padding-top: 242px;
  padding-bottom: 300px;
}
.tabranking-contents-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-top: 120px;
  width: 100%;
  padding: 120px 80px;
  background: #fff;
  border-radius: 16px;
}
.tabranking-contents-item.is-active {
  opacity: 1;
  visibility: visible;
}

.tabranking-tab {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin: 30px auto;
  width: 1260px;
  gap: 0px;
}
.js-tabranking-ranking-tab {
  width: calc(100% / 3);
  text-align: center;
  font-size: 25px;
  background: #F5F5F5;
  padding: 30px 10px;
  color: #081570;
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
}
.js-tabranking-ranking-tab.is-active {
  background: #081570;
  color: #fff;
}
.block-ranking-r {
  max-width: 1360px;
  padding: 0;
}
.block-ranking-r--items {
  padding-top: 70px;
  margin-top: 30px;
}
.block-ranking-r--items .block-ranking-r--goods {
  border-radius: 6px;
  padding: 14px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
}
.block-ranking-r--goods .block-ranking-r--category-infos {
  height: 60px !important;
  margin-bottom: 0;
}
.block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
  top: -65px;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
  width: 20px;
  height: 14px;
}
.block-ranking-r--goods .block-ranking-r--goods-image figure {
  background: transparent;
  margin-top: 10px;
  height: 159px;
}
.block-ranking-r--goods .block-ranking-r--goods-description {
  padding: 12px 0 0;
  text-align: left;
}
.block-ranking-r--goods .block-ranking-r--price-infos {
  margin-bottom: 0;
}
.block-ranking-r .swiper-button-prev,
.block-ranking-r .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #081570;
  border-radius: 50%;
}
.block-ranking-r .swiper-button-prev {
  left: -120px;
}
.block-ranking-r .swiper-button-next {
  right: -120px;
}
.block-ranking-r .swiper-button-prev::after,
.block-ranking-r .swiper-button-next::after {
  border-top: 3px solid #081570;
  border-right: 3px solid #081570;
}
.block-ranking-r .swiper-button-prev::after {
  left: 45%
}
.block-ranking-r .swiper-button-next::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  left: 45%;
}

@media screen and (min-width: 769px) {
  .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;
  }
  .tabcontents.fix.is-fixed {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 10px;
  }
  .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 10px 0;;
  }
  .js-tabranking-ranking-tab.is-active::after {
    content: "";
    background: #081570;
    position: absolute;
    width: 20px;
    height: calc(20px * 0.866);
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  #search:not(:has(.is-fixed)) br {
    display: none;
  }
  #search:has(.is-fixed) {
    position: fixed;
    left: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  #search:has(.is-fixed) .search-header .content-ttl {
    font-size: 20px;
  }
  #search:has(.is-fixed) .search-header .content-ttl-en {
    display: none;
  }
  .is-fixed .overallranking-inner {
    max-width: initial;
    transition: 0.3s;
  }
  .is-fixed .tabranking-tab {
    width: 240px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background: #ddd;
    border-radius: 10px 0 0 10px;
  }
  .is-fixed .js-tabranking-ranking-tab {
    width: 100%;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-align: left;
  }
  .is-fixed .js-tabranking-ranking-tab:hover {
    opacity: 0.7;
  }
  .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 10px;
  }
  .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 10px 0;
  }
  .is-fixed .js-tabranking-ranking-tab::before {
    content:"";
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    margin-right: 10px;
  }
  .is-fixed .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .is-fixed .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 0 0 10px;
  }
  .is-fixed .js-tabranking-ranking-tab.is-active::after {
    content: none;
  }
  .tab-toggle-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    background: #081570;
  }
  .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;
  }
  .tabcontents.fix.is-hidden .tab-toggle-button::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .tabcontents.fix.is-hidden .overallranking-inner {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 768px) {
  .overallranking-contents {
    min-height: 405px;
    padding-left: 10px;
  }
  .tabranking-tab {
    width: calc(100% - 20px);
    margin: 40px auto 0;
    padding: 0;
    gap: 8px;
  }
  .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;
  }
  .block-ranking-r--items .block-ranking-r--goods {
    width: 180px;
    flex: 0 0 180px;
    /* margin-right: 24px; */
    padding: 10px 10px 15px;
    max-width: 180px;
  }

  .tabranking-contents-item-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .tabranking-contents-item {
    background: transparent;
    padding: 0;
  }
  .search-ranking-block {
    padding:  0 10px;
  }
  .js-tabranking-ranking-tab::before {
    content:"";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: -25px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }

   #search:has(.is-fixed) {
    position: fixed;
    top: calc(100% - 75px);
    width: 100%;
    z-index: 10;
    transform: translateY(-50%);
    background: transparent;
    z-index: 1000;
  }
  #search:has(.is-fixed) .search-header {
    display: none;
  }
  #search:has(.is-fixed) .tabranking-tab {
    gap: 0;
    width: 100%;
  }
  #search:has(.is-fixed) .js-tabranking-ranking-tab {
    border-radius: 0;
  }
  #search:has(.is-fixed) .js-tabranking-ranking-tab:first-of-type {
    border-radius: 10px 0 0 0;
  }
  #search:has(.is-fixed) .js-tabranking-ranking-tab:last-of-type {
    border-radius: 0 10px 0 0;
  }

  .block-ranking-r {
    position: relative;
  }
  .block-ranking-r--items {
    padding-left: 10px;
    padding-top: 50px;
    margin-top: 20px;
  }
  .block-ranking-r--goods .block-ranking-r--category-infos {
    height: 45px !important;
  }
  .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
    top: -50px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
    top: -16px;
  }
  .block-ranking-r--category-infos > a .block-ranking-r--category-infos-img {
    max-width: 67.5px;
    flex: 0 0 67.5px;
  }
  .block-ranking-r--category-infos-img img {
    width: 67.5px;
    height: 45px;
    object-fit: cover;
  }
  .block-ranking-r--category-infos-name {
    width: 100%;
    background: #F7F6F0;
  }
  .block-ranking-r--goods .block-ranking-r--goods-image figure {
    margin-top: 6px;
    height: 120px;
  }
  .block-ranking-r--goods .block-ranking-r--goods-description {
    padding: 6px 0 0;
  }
  .block-ranking-r--goods-name a {
    font-size: 14px;
  }
  .block-ranking-r .swiper-button-prev,
  .block-ranking-r .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 1px solid #081570;
    border-radius: 50%;
    background: #fff;
  }
  .block-ranking-r .swiper-button-prev {
    left: 0px;
  }
  .block-ranking-r .swiper-button-next {
    right: 0px;
  }
  .block-ranking-r .swiper-button-prev::after,
  .block-ranking-r .swiper-button-next::after {
    border-top: 2px solid #081570;
    border-right: 2px solid #081570;
    width: 12px;
    height: 12px;
  }
  .block-ranking-r .swiper-button-prev::after {
    left: 40%;
  }
  .block-ranking-r .swiper-button-next::after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    left: 40%;
  }

  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;
  }
  div.wrapper_ .tabcontents.fix.is-fixed {
    transform: translateY(-50%);
  }
  .tab-toggle-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #081570;
  }
  .tabcontents.fix.is-hidden .tab-toggle-button {
    top: 0px;
  }
  .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;
  }
  .tabcontents.fix.is-hidden .tab-toggle-button::before {
    top: 55%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .tabcontents.fix .overallranking-inner {
    transition: 0.3s;
  }
  div.wrapper_ .tabcontents.fix.is-fixed.is-hidden{
    transform: translateY(10%);
  }
  .tabcontents.fix.is-fixed .overallranking-inner {
    transform: translateY(0%)
  }
  .tabcontents.fix.is-fixed.is-hidden .overallranking-inner {
    transform: translateY(40%)
  }
}





/***************************
** Feature
***************************/
.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-header {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
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;
}
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-ttl-img {
  position: absolute;
  right: -80px;
  top: -55px;
}
.feature-content {
  max-width: 1440px;
  width: 95%;
  margin: 120px auto 0;
}
.feature-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.feature-content-item {
  width: calc((100% - 120px) / 4);
  background: #242D69;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.feature-content-item-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.feature-content-item-txt {
  padding: 24px 20px 30px;
}
.feature-content-item-pref {
  font-size: 13px;
}
.feature-content-item-city {
  font-size: 23px;
  margin-left: 10px;
  line-height: 1;
}
.feature-content-item-desc-wrapper {
  margin-top: 20px;
}
.feature-content-item-desc {
  text-align: left;
  font-size: 16px;
}
.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-content-item-link {
  margin-top: 16px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}
.feature-banner {
  margin-top: 80px;
  max-width: 1440px;
  margin: 80px auto 0;
  width: 95%;
}
.feature-banner-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.feature-banner-inner a {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
  .feature {
    padding-top: 50px;
    background-image: none;
    background: #FDEBDB;
    margin-top: 0;
    padding-bottom: 65px;
    position: relative;
  }
  .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::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-header {
    width: calc(100% - 20px);
    padding-top: 50px;
  }
  h2.feature-ttl::before {
    width: calc((100% - 250px) / 2);
  }
  h2.feature-ttl::after {
    width: calc((100% - 250px) / 2);
  }
  .feature-ttl-img {
    width: 114px;
    top: -55px;
    right: 0;
    z-index: 2;
  }
  .feature-content {
    width: calc(100% - 40px);
    margin-top: 30px;
  }
  .feature-content-list {
    gap: 20px 18px;
    align-items: flex-start;
  }
  .feature-content-item {
    width: calc((100% - 20px) / 2);
  }
  .feature-content-item-img img {
    height: 105px;
  }
  .feature-content-item-txt {
    padding: 12px 10px 24px;
  }
  .feature-content-item-pref {
    font-size: 11px;
  }
  .feature-content-item-city {
    font-size: 13px;
  }
  .feature-content-item-desc-wrapper {
    margin-top: 10px;
    max-height: 7.5em;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .feature-content-item-desc {
    font-size: 12px;
  }
  .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-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-content-item-search a {
    height: 30px;
    font-size: 11px;
    padding: 0;
    line-height: 30px;
    margin-top: 15px;
  }
  .feature-content-item-link {
    font-size: 11px;
    margin-top: 10px;
  }
  .feature-banner {
    margin: 30px auto 0;
    width: calc(100% - 40px);
  }
  .feature-banner-inner {
    gap: 8px;
  }
  .feature-banner-inner a {
    width: 100%;
  }
}




/***************************
** Merit Howto
***************************/
.merit {
  padding: 120px 0;
  background-image: url(/cms/feature/tabi/img/bk-about.png);
}
.merit-header {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
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;
}
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%);
}
.merit-header {
  text-align: center;
}
.merit-header-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px
}
.merit-content-list {
  display: flex;
  justify-content: center;
  max-width:  1440px;
  width:  100%;
  margin: 70px auto 0;
}
.tabswitch_contents-item[data-tab="tabi"] .merit-content-item {
  margin: 0 20px;  
}
.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;
}
.merit-content-item-img {
  height: 150px;
}
.merit-content-item-txt {
  margin-top: 20px;
}
.merit-content-item-ttl {
  font-size: 24px;
  color: #081570;
  line-height: 1.666;
}
.merit-content-item-desc {
  font-size: 18px;
  color: #081570;
  font-weight: 500;
  margin-top: 30px;
}
.merit-content-item-link {
  margin-top: 29px;
}
.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%;
}
.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
}


.howto {
  background: #E2FAFF;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.howto-header,
.howto-content {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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;
}
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%);
}
.howto-header {
  text-align: center;
}
.howto-header-tabname {
  color: #00146E;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px
}
.howto-content {
  margin-top: 80px;
  width: 100vw;
  max-width: initial;
  overflow: hidden;
}
.howto-slider {
  overflow-x: visible;
  padding: 0 calc((100% - 1430px) / 2);
  width: 100%;
}
.howto-slider .slick-list {overflow: visible;}
.howto-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.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;
}
.howto-slide-ttl {
  text-align: center;
  color:#081570;
  font-weight: bold;
}
.howto-slide-ttl-en {
  font-size: 24px;
  position: relative
}
.howto-slide-ttl-num {
  font-size: 48px;
  margin-left: 10px;
}
.howto-slide-ttl-slash {
  font-size: 48px;
  margin: 0 10px;
}
.howto-slide-ttl-txt {
  font-size: 30px;
}
.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%);
}
.howto-slide-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.howto-slide-img {
  width: 47.5%;
}
.howto-slide-txt {
  width: 50%;
  margin-left: 2.5%;
}
.howto-slide-txt-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.howto-slide-txt-ttl span.-red {
  color: #FF0000;
}
.howto-slide-txt-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}
.howto-slide-txt-desc + .howto-slide-txt-desc {
  margin-top: 24px;
}
.howto-slide-txt-desc.-red {
  color: #FF0000;
}
.howto-slide-txt-desc.-sm {
  font-size: 13px;
  line-height: 1.84;
}



.attention-header {
  margin-top: 100px;
  margin-bottom: 70px;
}
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;
}
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%);
}
.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;
}

.howto-objects div {
  position: absolute;
  transform: translateX(-50%);
}
.howto-objects .howto-object-01 {
  top: 80px;
  left: calc(50% + 790px);
  width: 633px;
}
.howto-objects .howto-object-02 {
  top: 530px;
  left: calc(50% - 715px);
  width: 617px;
}
.howto-objects .howto-object-03 {
  bottom: 0;
  right: 0;
  transform: none;
  z-index: 0;
}
.howto-slider .slick-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #081570;
  border-radius: 50%;
  font-size:0;
  z-index: 1;
}
.howto-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.howto-slider .slick-prev {
  left: calc(50% - 635px);
  transform: translateX(-50%);
}
.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;
}
.howto-slider .slick-next {
  left: calc(50% + 635px);
  transform: translateX(-50%);
}
.howto-slider .slick-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg)
}
.howto-slider .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg)
}
@media screen and (max-width: 1440px) {
  .howto-slider .slick-prev {
    left: 6.5%;
  }
  .howto-slider .slick-next {
    left: 93.5%;
  }
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 50px 0;
  }
  .merit-header {
    width: calc(100% - 20px);
  }
  .merit-header-tabname {
    margin-top: 0;
    font-size: 16px;
  }
  .merit-ttl {
    font-size: 20px;
  }
  h2.merit-ttl::before {
    width: calc((100% - 220px) / 2);
  }
  h2.merit-ttl::after {
    width: calc((100% - 220px) / 2);
  }
  .merit-content-list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .merit-content-item {
    width: 100%;
    margin: 0 32px;
    padding: 30px 10px 24px;
  }
  .merit-content-item-img {
    height: 80px;
  }
  .merit-content-item-img img {
    height: 80px;
  }
  .merit-content-item-ttl {
    font-size: 18px;
  }
  .merit-content-item-desc {
    font-size: 14px;
    margin-top: 18px;
  }
  .merit-content-item-link a {
    font-size: 0px;
    width: 220px;
    height: 40px;
  }
  .merit-content-item-link a::before {
    content: "一例を見る";
    font-size: 15px;
  }

  .howto {
    padding: 50px 0;
  }
  .howto-header {
    width: calc(100% - 20px);
  }
  .howto-header-tabname {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .howto-ttl {
    font-size: 20px;
  }
  h2.howto-ttl::before {
    width: calc((100% - 230px) / 2);
  }
  h2.howto-ttl::after {
    width: calc((100% - 230px) / 2);
  }
  .howto-content {
    margin-top: 30px;
    width: 100%;
    overflow: visible;
  }
  .howto-slide {
    margin: 0 16px;
    width: 100%;
    padding: 12px 10px 20px;
  }

  .howto-slide-ttl-en {
    font-size: 20px;
  }
  .howto-slide-ttl-num {
    font-size: 36px;
  }
  .howto-slide-ttl-slash {
    font-size: 32px
  }
  .howto-slide-ttl-txt {
    display: block;
    font-size: 20px;
  }
  .howto-slide-ttl-en::before {
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    margin-right: 10px;
  }


  .howto-slide-cont {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .howto-slide-img {
    width: 100%;
  }
  .howto-slide-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .howto-slide-txt-ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .howto-slide-txt-desc + .howto-slide-txt-desc {
    margin-top: 12px
  }
  .howto-slide-txt-desc.-sm {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.8px
  }


  .howto-slide-txt {
    margin-top: 10px;
    max-height: 13.5em;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .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;
  }    
  .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);
  }

  .howto-slider .slick-arrow {
    top: initial;
    bottom: -40px;
    margin-top: 0;
  }
  .howto-slider .slick-prev {
    left: 15px;
    transform: none;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
  .howto-slider .slick-arrow::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #081570;
    border-right: 2px solid #081570;
  }
  .howto-slider .slick-next {
    left: initial;
    right: 15px;
    transform: none;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
  .howto-slider .slick-prev::after {
    left: 60%;
  }
  .howto-slider .slick-next::after {
    left: 40%;
  }

  .attention-header {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  h2.attention-ttl::before {
    width: calc((100% - 165px) / 2);
  }
  h2.attention-ttl::after {
    width: calc((100% - 165px) / 2);
  }
  .attention-content {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
  }
  .attention-content p {
    font-size: 13px;
    height: 25em;
    overflow-y: scroll;
    padding: 10px 10px;
  }
  .attention-content p::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    margin-left:3px;
    border-radius: 5px;
  }
  .attention-content p::-webkit-scrollbar-thumb {
    background: #081570;
    border-radius: 5px;
    width: 8px;
  }
  .howto-objects {
    display: none;
  }
}




/***************************
** Example
***************************/
.example {
  background: #F7F4E7;
  padding-top: 80px;
  padding-bottom: 120px;
}
.example-header {
  text-align:center;
}
.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;
}
.example-contents {
  max-width: 1440px;
  margin: 50px auto 0;
  width:  95%;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  position: relative;
}
.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%); */
}
.example-block {
  width: calc((100% - 80px) / 2);
}
.example-block h3 {
  background: #081570;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}
.example-block-content {
  padding: 20px;
  background: #fff;
}
.example-block-content h4 {
  background: #EEEAE4;
  text-align: center;
  padding: 10px;
  color: #0B2A66;
  font-size: 20px;
  font-weight: bold;
}
.example-block-content table {
  color: #00146E;
  table-layout: fixed;
  margin-top: 10px;
  border-bottom: 1px solid #EEEAE4;
  width: 100%;
}
.example-block-content th {
  font-size: 18px;
  padding: 0 5px;
  line-height: 2;
  display: flex;
}
.example-block-content td {
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
  width: 100px;
  padding: 0 5px;
  line-height: 2;
}
p.total {
  text-align: right;
  margin: 24px 0;
  color: #00146E;
  font-size: 18px;
  font-weight: bold;
}
p.getmiles {
  background: #FEC503;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .example {
    padding: 50px 0;
  }
  .exapmle-desc {
    font-size:  20px;
    width: 220px;
    height: 40px;
    line-height: 40px;
  }
  .exapmle-desc span {
    font-size: 16px;
  }
  .example-ttl {
    font-size: 20px;
  }
  .example-contents {
    flex-wrap: wrap;
    gap: 54px;
  }
  .example-block {
    width: 100%;
  }
  .example-block h3 {
    font-size: 14px;
  }
  .example-block-content {
    padding: 14px 10px
  }
  .example-block-content h4 {
    font-size: 13px;
  }
  .example-block-content th {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .example-block-content th span {
    padding-left: 5px
  }
  .example-block-content td {
    font-size: 12px;
    width: 75px;
  }
  p.total {
    font-size: 12px;
    margin: 16px 0;
  }
  p.getmiles {
    font-size: 16px;
    padding: 10px 0;
  }
  .example-contents::after {
    width: 32px;
    height: 32px;
    background-size: cover;
    top: 52.25%;
  }
}




/***************************
** Ranking Modal
***************************/
.tabranking-contents-item-wrapper .modal-content {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 48px;
}
.tabranking-contents-item-wrapper .modal-inner {
  overflow-y: auto;
  max-height: calc(75vh - 96px);
  height: auto;
  /* padding-right: 0px; */
  overflow-x: hidden;
}
.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;
}
.modal-ranking-title {
  font-size: 26px;
  font-weight: bold;
}
h2.modal-ranking-title::before {
  content: none;
}
.modal-ranking-title span {
  font-size: 36px;
}
.modal-ranking-header .search-ranking-tabname {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
.modal-inner .block-ranking-r {
  max-width: 1005px;
  min-height: 450px;
}
.modal-inner .block-ranking-r .block-ranking-r--items {
  margin-top: 20px
}
.modal-inner .block-ranking-r .swiper-button-prev {
  left: -45px;
}
.modal-inner .block-ranking-r .swiper-button-next {
  right: -45px;
}
.modal-ranking-link {
  margin-top: 20px;
}
.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
}
.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);
}

#areaRankingModal-3 .modal-area-link {
  display: none;
}

.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) {
  .tabranking-contents-item-wrapper .modal-content {
    padding: 24px 10px 20px 15px;
  }
  .tabranking-contents-item-wrapper .modal-inner {
    max-height: calc(75vh - 120px);
    padding-right: 10px;
  }
  .modal-ranking-title {
    font-size: 18px;
  }
  .modal-ranking-title span {
    font-size: 24px;
  }
  .modal-ranking-header .search-ranking-tabname {
    margin-top: 10px;
    font-size: 20px;
  }
  .block-ranking-not-data {
    width: 1005;
    height: 200px;
    border-radius: 8px;
    font-size:16px;
    line-height: 2;
    margin-top: 30px;
  }
}






#modal7 .modal-content {
  background: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
  width: initial;
  max-height: initial;
  text-align: left;
}
#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;
}
#modal7 .modal_inner .inner {
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  box-sizing: border-box;
  padding: 40px;
  box-sizing: border-box;
}
#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;
}
#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;
}
#modal7 .modal_inner .section_ttl::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #modal7 .modal_inner .section_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#modal7 .modal_inner .top_txt {
  font-size: 26px;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #modal7 .modal_inner .top_txt {
    font-size: 21px;
  }
}
#modal7 .modal_inner .flex ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#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;
}
#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) {
  #modal7 .modal_inner h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
#modal7 .modal_inner h3::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #fff;
  margin-right: 20px;
}
#modal7 .modal_inner h3::after {
  content: "";
  width: 100%;
  border-top: 1px dashed #fff;
  margin-left: 20px;
}
#modal7 .modal_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #modal7 .modal_inner .txt {
    font-size: 14px;
  }
}
#modal7 .modal_inner .ext {
  margin-top: 30px;
  display: block;
}
#modal7 .modal_inner .close {
  position: fixed;
  top: -20px;
  right: -20px;
  display: block;
  z-index: 9999;
  width: initial;
  height: initial;
  background: transparent;
  border-radius: 0;
}
#modal7 .modal_inner .close::before,
#modal7 .modal_inner .close::after {
  content: none;
}
#modal7 .modal_inner .img {
  position: absolute;
  left: -30px;
  top: 40px;
}
#modal7 .modal_inner .sp-vis {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #modal7 .modal_inner .flex ul {
    display: block;
  }
  #modal7 .modal_inner .flex ul li {
    width: 100%;
    margin-top: 10px;
  }
  #modal7 .modal_inner .img {
    display: none;
  }
  #modal7 .modal_inner .sp-vis {
    display: block !important;
  }
  #modal7 .modal_inner .pc-vis {
    display: none !important;
  }
  #modal7 .modal_inner .close {
    right: 5px;
  }
}
#modal7 .modal_inner p {
  margin-top: 15px;
  line-height: 1.9;
}