@charset "UTF-8";
/* ==========================================================================
【注意事項】
1.「Media Query」は/japan-travel-planner/common/css/_mixin.scssに記述しています。
2./japan-travel-planner/jtptop/css/index.scssを使用して更新してください。
3.コーディングガイドラインを元に更新してください。
========================================================================== */
/* ==========================================================================
Media Query ブレイクポイントを指定
========================================================================== */
/* ==========================================================================
共通class
========================================================================== */
.show-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}

.show-spl {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-spl {
    display: block;
  }
}

/* ==========================================================================
Top All Common
========================================================================== */
html {
  font-size: 62.5% !important;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
}

/* ==========================================================================
Jtptop Main
========================================================================== */
.jtptop-main {
  padding: 7.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-main {
    padding: 0;
  }
}

/* ==========================================================================
Main Visual
========================================================================== */
.jtptop-mv {
  position: relative;
  width: 100%;
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-ttlcontent .jtptop-mv-ttl {
  position: absolute;
  top: 2.3rem;
  left: 10vw;
  z-index: 50;
  font-size: 3.4rem;
  color: #ffffff;
  line-height: 0.941;
  font-family: "Noto Sans CJK JP", "Myriad Pro", "Segoe UI", Helvetica, Arial, Verdana, Roboto, "Droid Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, Meiryo, Osaka, "MS PGothic", "sans-serif";
}
@media screen and (max-width: 1024px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-ttlcontent .jtptop-mv-ttl {
    font-size: 2.4rem;
    line-height: 1.133;
  }
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-ttlcontent .jtptop-mv-ttl .show-spl {
    display: block;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-logo {
  position: absolute;
  top: 3.2rem;
  right: 0;
  z-index: 50;
  background: #ffffff;
  padding: 1.3rem 3.5rem 1.3rem 1.8rem;
  border-radius: 3.5rem 0 0 3.5rem;
  width: 100%;
  max-width: 24rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-logo {
    max-width: 13.2rem;
    padding: 0.7rem 2.5rem 0.8rem 1rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail {
  position: absolute;
  bottom: 7rem;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  border-radius: 1rem;
  width: 100%;
  max-width: 65rem;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail {
    max-width: 26rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner {
  padding: 1rem 4.9rem 1rem 1rem;
  position: relative;
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-link {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner {
    padding: 0.7rem 2.8rem 0.7rem 0.7rem;
  }
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-link {
    gap: 0.9rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-imgcontent {
  width: 100%;
  max-width: 13rem;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-imgcontent {
    max-width: 7.2rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-txtcontent .jtptop-mv-thumbnail-definitionlist .jtptop-mv-thumbnail-definitionttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-txtcontent .jtptop-mv-thumbnail-definitionlist .jtptop-mv-thumbnail-definitionttl {
    font-size: 1.4rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-txtcontent .jtptop-mv-thumbnail-definitionlist .jtptop-mv-thumbnail-definitiontxt {
  font-size: 1.4rem;
  line-height: 1.429;
}
@media screen and (max-width: 1024px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-txtcontent .jtptop-mv-thumbnail-definitionlist .jtptop-mv-thumbnail-definitiontxt {
    font-size: 1.2rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-ico {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-ico {
    top: 0.8rem;
    right: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-ico .jtptop-mv-thumbnail-btn {
  padding: 0;
  border: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__list {
  justify-content: center;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 0 0.5rem !important;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__toggle {
  display: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__track .splide__list .splide__slide .jtptop-splide-link {
  display: block;
  position: relative;
  width: 100%;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__track .splide__list .splide__slide .jtptop-splide-link::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 10vw;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(7, 7, 7, 0.33) 58.11%, rgba(84, 84, 84, 0) 100%);
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__track .splide__list .splide__slide img {
  width: 100%;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__pagination {
  display: flex;
  gap: 1.3rem;
  bottom: 3rem;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__pagination .splide__pagination__page {
  border: 0.1rem solid #707070;
  background: #ffffff;
  width: 4rem;
  height: 1rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__pagination .splide__pagination__page.is-active {
  background: #333333;
  transform: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle {
  width: 100%;
  display: flex;
  justify-content: center;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle {
  width: 0.9rem;
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 2.8rem;
  right: -29rem;
  left: 0;
  margin: auto;
  width: 2rem;
  height: 1.4rem;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle.is-active .splide__toggle__pause {
  display: block;
  width: 2rem;
  height: 1.4rem;
  background-image: url("/japan-travel-planner/jtptop/img/mv/ico-pause.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle .splide__toggle__play {
  display: block;
  width: 2rem;
  height: 1.4rem;
  background-image: url("/japan-travel-planner/jtptop/img/mv/ico-play.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle .splide__toggle__pause {
  display: none;
}

/* ==========================================================================
Jtptop Side Nav
========================================================================== */
.jtptop-sidenav {
  position: fixed;
  top: calc(50dvh + 5rem);
  transform: translateY(-50%);
  right: 3%;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav {
    top: 50dvh;
    right: 1.5rem;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner:after {
  content: "";
  display: block;
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-002.svg) no-repeat center;
  width: 1.6rem;
  height: 1.9rem;
  background-size: contain;
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item {
  margin: 0 0 2.3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item {
    margin: 0 0 1.6rem;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link {
  display: block;
  background: #ffffff;
  border: 0.2rem solid #707070;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link.is-show {
  background: #182B86;
  border: 0.1rem solid #fff;
}

/* ==========================================================================
Jtptop Top Aboutjtp
========================================================================== */
.jtptop-aboutjtp .jtptop-aboutjtp-inner {
  position: relative;
}
.jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent {
  background: #182B86;
  padding: 5.7rem 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent {
    text-align: left;
    padding: 2.9rem 3.6rem 3.8rem;
    left: initial;
  }
}
.jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent .jtptop-aboutjtp-definitionlist .jtptop-aboutjtp-definitionttl {
  font-size: 3.2rem;
  letter-spacing: -2;
  color: #ffffff;
  margin: 0 0 2rem;
  font-weight: 700;
  line-height: 1.133;
}
@media screen and (max-width: 768px) {
  .jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent .jtptop-aboutjtp-definitionlist .jtptop-aboutjtp-definitionttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent .jtptop-aboutjtp-definitionlist .jtptop-aboutjtp-definitiontxt {
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent .jtptop-aboutjtp-definitionlist .jtptop-aboutjtp-definitiontxt {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
Jtptop Top Experience
========================================================================== */
.jtptop-experience {
  margin: 0 0 10.2rem;
  padding: 7.5rem 0 12.3rem;
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-01_pc.jpg) top center;
  background-size: contain;
  /* ==========================================================================
  jtptop-experience-content
  ========================================================================== */
}
@media screen and (max-width: 768px) {
  .jtptop-experience {
    padding: 4rem 0 1rem;
    margin: 0 0 3rem;
  }
}
.jtptop-experience > .jtptop-experience-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent {
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent {
    padding: 0 2rem;
  }
}
.jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent .jtptop-experience-ttl {
  text-align: center;
  font-size: 3.4rem;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent .jtptop-experience-ttl {
    font-size: 3rem;
    line-height: 1.067;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent {
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent {
    padding: 0 2rem;
    margin: 0 0 2rem;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list {
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin: auto;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 3.6rem;
  width: 14.8rem;
  background: #ffffff;
  border: 0.1rem solid #707070;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link {
    width: 12rem;
    height: 3.2rem;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link .jtptop-experience-ico .img.default {
  display: inline;
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link .jtptop-experience-ico .img.hover {
  display: none;
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link .jtptop-experience-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link .jtptop-experience-txt {
    font-size: 1.2rem;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:hover, .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:focus {
  background: #182B86;
  color: #ffffff;
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:hover .jtptop-experience-ico .img.default, .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:focus .jtptop-experience-ico .img.default {
  display: none;
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:hover .jtptop-experience-ico .img.hover, .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:focus .jtptop-experience-ico .img.hover {
  display: inline;
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:hover .jtptop-experience-txt, .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link:focus .jtptop-experience-txt {
  text-decoration: underline;
}
.jtptop-experience .jtptop-experience-content {
  margin: 0 0 1.2rem;
  padding: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content {
    padding: 3rem 0 0;
    margin: 0 0 3rem;
  }
}
.jtptop-experience .jtptop-experience-content.jtptop-experience-latest .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  position: relative;
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-latest.jpg) no-repeat;
  background-size: cover;
}
.jtptop-experience .jtptop-experience-content.jtptop-experience-activity .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-activity.jpg) no-repeat;
  background-size: cover;
}
.jtptop-experience .jtptop-experience-content.jtptop-experience-food .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-food.jpg) no-repeat;
  background-size: cover;
}
.jtptop-experience .jtptop-experience-content.jtptop-experience-culture .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-culture.jpg) no-repeat;
  background-size: cover;
}
.jtptop-experience .jtptop-experience-content.jtptop-experience-nature .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  background: url(/japan-travel-planner/jtptop/img/experience/img-bg-nature.jpg) no-repeat;
  background-size: cover;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner {
  max-height: 48.3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner {
    max-height: 52rem;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 45rem;
  height: 30rem;
  border-radius: 6rem 6rem 0 0;
  padding: 2.6rem 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
    border-radius: 0 6rem 6rem 0;
    max-width: 85.33vw;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent .jtptop-experience-content-ttl {
  text-align: left;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent .jtptop-experience-content-ttl .jtptop-experience-content-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.083;
  color: #ffffff;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent {
  position: relative;
  top: -22rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 114rem;
  height: 27.8rem;
  background: #F6EFE9;
  border-radius: 6rem;
  right: 3rem;
  bottom: -2.5rem;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent::before {
    max-width: 53.33vw;
    border-radius: 6rem 0 0 6rem;
    right: 0;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__arrows {
  position: relative;
  z-index: 16;
  top: 17rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__arrows [disabled] {
  display: none;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__arrows .splide__arrow--next {
  right: calc(1em + 7rem);
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__arrows .splide__arrow--next {
    right: calc(1em + 3rem);
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track {
  z-index: 15;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list {
  position: relative;
  z-index: 15;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item {
  margin: 0 0 0.5rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link {
  display: block;
  max-width: 23.2rem;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link {
    max-width: 24rem;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link .jtptop-experience-content-imgcontent {
  display: block;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link .jtptop-experience-content-txt {
  position: relative;
  display: block;
  padding: 1.9rem 2.4rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.571;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link .jtptop-experience-content-txt::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-001.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 0.8rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__track .jtptop-experience-content-list .jtptop-experience-content-item .jtptop-experience-content-link:hover .jtptop-experience-content-txt {
  text-decoration: underline;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent:not(.is-overflow) .splide__arrows {
  display: none;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent:not(.is-overflow) .splide__slide:last-child {
  margin: 0 0 0.5rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent:not(.is-overflow) .splide__toggle {
  display: none;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent:not(.is-overflow) .splide__pagination {
  display: none;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide_controller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .jtptop-splide-toggle {
  display: none;
  justify-content: center;
  position: relative;
  z-index: 10;
  bottom: auto;
  right: auto;
  left: auto;
  display: flex;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .jtptop-splide-toggle .splide__toggle {
  border: none;
  padding: 0;
  background: none;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination {
  position: relative;
  gap: 0.8rem;
  bottom: auto;
  left: auto;
  z-index: 15;
  display: none;
  display: flex;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination > li {
  min-height: 1.6rem;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination .splide__pagination__page {
  border: 0.1rem solid #707070;
  background: #ffffff;
  width: 2.6rem;
  height: 0.6rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  vertical-align: middle;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination .splide__pagination__page.is-active {
  background: #333333;
  transform: none;
}

/* ==========================================================================
Jtptop Special Features
========================================================================== */
.jtptop-features {
  background: #F6EFE9;
  padding: 7.5rem 0 8.6rem;
  margin: 0 0 8rem;
  border-radius: 6rem 6rem 0 0;
}
@media screen and (max-width: 1024px) {
  .jtptop-features {
    padding: 4rem 0 4.1rem;
    margin: 0 0 4rem;
  }
}
.jtptop-features > .jtptop-features-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent {
  margin: 0 0 4.7rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent {
    margin: 0 0 1.6rem;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent .jtptop-features-ttl {
  text-align: center;
  padding: 0 2rem;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent .jtptop-features-ttl .jtptop-features-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent .jtptop-features-ttl .jtptop-features-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content {
    padding: 0 0 0 2.5rem;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner {
    flex-flow: column;
    gap: 1rem;
    padding: 0;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-leftcontent {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-leftcontent {
    width: auto;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-leftcontent .jtptop-features-content-imgcontent {
  width: 100%;
  max-width: 60rem;
  border-radius: 6rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-leftcontent .jtptop-features-content-imgcontent {
    max-width: 100%;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent {
  padding: 0 2.5rem 0 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent {
    flex: auto;
    width: 100%;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent {
  width: 100%;
  max-width: 60rem;
  margin: 0 0 8rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent {
    margin: 0 0 1.3rem;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent .jtptop-features-content-definitionlist .jtptop-features-content-definitionttl {
  font-size: 2.4rem;
  line-height: 1.583;
  margin: 0 0 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent .jtptop-features-content-definitionlist .jtptop-features-content-definitionttl {
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 0 0 0.8rem;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent .jtptop-features-content-definitionlist .jtptop-features-content-definitiontxt {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-txtcontent .jtptop-features-content-definitionlist .jtptop-features-content-definitiontxt {
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link {
  position: relative;
  background: #01156B;
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 0 1.4rem;
  display: block;
  max-width: 39.6rem;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 6rem;
  border: 0.1rem solid #01156B;
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link {
    font-size: 1.4rem;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  background: url(/japan-travel-planner/jtptop/img/others/ico-arrow-001.svg) no-repeat;
  width: 0.9rem;
  height: 1.8rem;
  margin: auto;
  background-size: contain;
  display: block;
  transition: 0.4s;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link:hover {
  background: #ffffff;
  color: #01156B;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link:hover::before {
  right: 2.5rem;
  background: url(/japan-travel-planner/jtptop/img/others/ico-arrow-hover-001.svg) no-repeat;
  background-size: contain;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link:hover .jtptop-features-content-linktxt::before {
  width: 100%;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link .jtptop-features-content-linktxt {
  position: relative;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent .jtptop-features-content-linkcontent .jtptop-features-content-link .jtptop-features-content-linktxt::before {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  height: 0.1rem;
  background: #01156B;
  width: 0;
  transition: 0.4s;
}

/* ==========================================================================
Jtptop Tokyo Beyond Recommend Places
========================================================================== */
.jtptop-tokyobeyondrecommendplaces {
  margin: 0 0 7.5rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces {
    margin: 0 0 3rem;
    padding: 0;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner {
  display: flex;
  justify-content: space-between;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  gap: 3%;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner {
    flex-wrap: wrap;
    padding: 0 0 0 2.5rem;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist {
  width: 100%;
  max-width: 62rem;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist {
    max-width: 100%;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitionttl {
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitionttl {
    font-size: 2.8rem;
    line-height: 1.143;
    margin: 0 0 1.2rem;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitiontxt .jtptop-tokyobeyondrecommendplaces-link .jtptop-tokyobeyondrecommendplaces-imgcontent {
  border-radius: 6rem 0 0 0;
  overflow: hidden;
  margin: 0 0 2rem;
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitiontxt .jtptop-tokyobeyondrecommendplaces-link .jtptop-tokyobeyondrecommendplaces-txt {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitiontxt .jtptop-tokyobeyondrecommendplaces-link .jtptop-tokyobeyondrecommendplaces-txt {
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitiontxt .jtptop-tokyobeyondrecommendplaces-link:hover .jtptop-tokyobeyondrecommendplaces-txt {
  text-decoration: underline;
}

/* ==========================================================================
Jtptop Feature Destinations
========================================================================== */
.jtptop-featuredestinations {
  background: #F1F8FF;
  padding: 7.5rem 0 4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 6rem 6rem;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations {
    padding: 4rem 0 3rem;
    margin: 0 0 4.2rem;
  }
}
.jtptop-featuredestinations::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 19rem;
  background: #182B86;
  border-radius: 0 0 6rem 6rem;
  bottom: 0;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent {
  margin: 0 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent {
    padding: 0 2rem 0;
    margin: 0 0 2rem;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent .jtptop-featuredestinations-ttl {
  text-align: center;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent .jtptop-featuredestinations-ttl .jtptop-featuredestinations-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent .jtptop-featuredestinations-ttl .jtptop-featuredestinations-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__arrows {
  position: relative;
  z-index: 16;
  top: 17rem;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__arrows {
    left: 0;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__arrows [disabled] {
  display: none;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__arrows .splide__arrow--next {
  right: 5rem;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track {
  z-index: 15;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list {
  position: relative;
  z-index: 15;
  display: flex;
  max-width: 128rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list {
    justify-content: start;
    gap: 0;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item {
  margin: 0 0 0.5rem;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link {
    max-width: 25rem;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-imgcontent {
  padding: 1rem 1rem 0;
  display: block;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-imgcontent .img {
  border-radius: 2rem 2rem 0 0;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-definitionlist {
  display: block;
  padding: 1.1rem 1.3rem 2.3rem;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-definitionlist .jtptop-featuredestinations-definitionttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375;
  display: block;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-definitionlist .jtptop-featuredestinations-definitiontxt {
  font-size: 1.2rem;
  line-height: 1.833;
  position: relative;
  padding: 0 1rem 0 0;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-definitionlist .jtptop-featuredestinations-definitiontxt::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-001.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 0.8rem;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link:hover .jtptop-featuredestinations-definitionlist {
  text-decoration: underline;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent:not(.is-overflow) .splide__track .jtptop-featuredestinations-list {
  justify-content: center;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent:not(.is-overflow) .splide__toggle {
  display: none;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent:not(.is-overflow) .splide__arrows {
  display: none;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent:not(.is-overflow) .splide__slide:last-child {
  margin: 0 0 0.5rem !important;
}

/* ==========================================================================
Jtptop Find Your Destination
========================================================================== */
.jtptop-findyourdestination {
  margin: 0 0 7.6rem;
  padding: 9.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination {
    margin: 0 0 3rem;
    padding: 4rem 0 0;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-ttlcontent {
  margin: 0 0 4.7rem;
  justify-content: center;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-ttlcontent .jtptop-findyourdestination-ttl {
  text-align: center;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-ttlcontent .jtptop-findyourdestination-ttl .jtptop-findyourdestination-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-ttlcontent .jtptop-findyourdestination-ttl .jtptop-findyourdestination-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content {
  display: flex;
  flex-flow: row-reverse;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content {
    flex-wrap: wrap;
    padding: 0;
    gap: 5rem;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent {
    width: 100%;
    height: 100%;
    order: 2;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--prev {
  left: -1rem;
  top: 20rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--prev {
    left: 2rem;
    top: 50%;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--next {
  right: -1rem;
  top: 20rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--next {
    right: 5rem;
    top: 50%;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__pagination {
  bottom: -2rem;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list {
  width: 100%;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item {
  margin: 0 0 1.5rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item {
    height: auto;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link {
  width: 40rem;
  padding: 2rem;
  height: 100%;
  display: block;
  background: #fff;
  filter: drop-shadow(0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link {
    width: 100%;
    padding: 1.7rem 1rem 2rem;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link .jtptop-findyourdestinatio-imgcontent {
  margin: 0 0 1rem;
  display: block;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link .jtptop-findyourdestinatio-definitionlist .jtptop-findyourdestinatio-definitionttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.24;
  display: block;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link .jtptop-findyourdestinatio-definitionlist .jtptop-findyourdestinatio-definitionttl {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link .jtptop-findyourdestinatio-definitionlist .jtptop-findyourdestinatio-definitiontxt {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item .jtptop-findyourdestinatio-link .jtptop-findyourdestinatio-definitionlist .jtptop-findyourdestinatio-definitiontxt {
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__track .jtptop-findyourdestinatio-list .jtptop-findyourdestinatio-item:hover .jtptop-findyourdestinatio-definitionlist .jtptop-findyourdestinatio-definitionttl {
  text-decoration: underline;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map {
    order: 1;
    flex: 1;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map .img {
  max-width: 68.9rem;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map .img {
    max-width: 100%;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map svg {
  width: 100%;
  height: auto;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:focus path {
  stroke: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:hover text,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:focus text {
  fill: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #map-button_group a:focus path {
  fill: #00146e;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp {
  padding: 0 2rem;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:focus path {
  stroke: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:hover text,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:focus text {
  fill: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #map_sp-button_group a:focus path {
  fill: #00146e;
}

/* ==========================================================================
Jtptop Inspire Me Travel
========================================================================== */
.jtptop-inspiremetravel {
  background: #F1F8FF;
  border-radius: 6rem 6rem 0 0;
  padding: 7.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel {
    border-radius: 6rem 0 0 0;
    padding: 4rem 1.6rem 6rem;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-ttlcontent {
  margin: 0 0 4.7rem;
  justify-content: center;
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-ttlcontent .jtptop-inspiremetravel-ttl {
  text-align: center;
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-ttlcontent .jtptop-inspiremetravel-ttl .jtptop-inspiremetravel-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-ttlcontent .jtptop-inspiremetravel-ttl .jtptop-inspiremetravel-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list {
  display: flex;
  gap: 3%;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list {
    flex-wrap: wrap;
    gap: 5.33vw;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item {
    width: 42vw;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item .jtptop-inspiremetravel-link {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 27rem;
  border-radius: 0 3rem 0 3rem;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item .jtptop-inspiremetravel-link {
    max-width: 100%;
    border-radius: 3rem 0 3rem;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item .jtptop-inspiremetravel-link .jtptop-inspiremetravel-txtcontent {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.111;
  padding: 1.1rem 2rem 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item .jtptop-inspiremetravel-link .jtptop-inspiremetravel-txtcontent {
    padding: 0 4.7rem 0 1.6rem;
    min-height: 7rem;
    display: flex;
    align-items: center;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list .jtptop-inspiremetravel-item .jtptop-inspiremetravel-link:hover .jtptop-inspiremetravel-txtcontent {
  text-decoration: underline;
}

/* ==========================================================================
Jtptop How to Enjoy Japan’s UniqueSeasonality
========================================================================== */
.jtptop-howtoenjoyjapansuniqueseasonality {
  padding: 5.4rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality {
    padding: 3.5rem 1.6rem 5.5rem;
  }
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent {
  margin: 0 0 3.8rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent {
    margin: 0 0 2.5rem;
  }
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent .jtptop-howtoenjoyjapansuniqueseasonality-ttl {
  text-align: center;
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent .jtptop-howtoenjoyjapansuniqueseasonality-ttl .jtptop-howtoenjoyjapansuniqueseasonality-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent .jtptop-howtoenjoyjapansuniqueseasonality-ttl .jtptop-howtoenjoyjapansuniqueseasonality-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-linkcontent {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-linkcontent {
    padding: 0;
  }
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-linkcontent .jtptop-howtoenjoyjapansuniqueseasonality-link {
  display: block;
}

/* ==========================================================================
Jtptop Why choose ANA?
========================================================================== */
.jtptop-whychooseana {
  background: url(/japan-travel-planner/jtptop/img/why-choose-ana/bk-whychooseana-001_pc.jpg) top right repeat-x;
  background-size: 100% 54.9rem;
  padding: 6.8rem 0 21.5rem;
  position: relative;
  border-radius: 0 6rem 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana {
    background: url(/japan-travel-planner/jtptop/img/why-choose-ana/bk-whychooseana-001_sp.jpg) top right repeat-x;
    background-size: 100% 75.9rem;
    padding: 3.3rem 0 0;
  }
}
.jtptop-whychooseana::after {
  content: "";
  background: url(/japan-travel-planner/jtptop/img/why-choose-ana/bk-whychooseana-003_pc.jpg) center top no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 11.5vw;
  z-index: 8;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana::after {
    background: url(/japan-travel-planner/jtptop/img/why-choose-ana/bk-whychooseana-003_sp.png) center top no-repeat;
    height: 25rem;
    background-size: cover;
    top: auto;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner {
  position: relative;
  z-index: 10;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent {
  margin: 0 0 4.7rem;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent {
    margin: 0 0 2.5rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent .jtptop-whychooseana-ttl {
  text-align: center;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent .jtptop-whychooseana-ttl .jtptop-whychooseana-txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent .jtptop-whychooseana-ttl .jtptop-whychooseana-txt {
    font-size: 2.8rem;
    line-height: 1.143;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent {
  padding: 0 1.6rem;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list {
  display: flex;
  justify-content: center;
  gap: 3%;
  margin: 0 0 9.6rem;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item {
  background: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
  display: block;
  max-width: 55rem;
  width: 100%;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link {
  display: block;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist {
  padding: 0 2rem;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl {
  padding: 3rem 0 2.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl {
    padding: 1.5rem 0 2rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #01156B;
  margin: 0 0 1.7rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionttl {
    font-size: 2.2rem;
    margin: 0 0 1.1rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionimg {
  text-align: center;
  display: block;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionimg .img {
  width: 19.7rem;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionimg .img {
    width: 18rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt {
  text-align: center;
  background: #ffffff;
  border-top: 0.1rem solid #01136F;
  padding: 1.8rem 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt {
    padding: 1.2rem 0 1.6rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  color: #01156B;
  line-height: 1.4;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitiontxt {
  font-size: 1.6rem;
  color: #01156B;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent {
    padding: 0 0 11.1rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link {
  position: relative;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl {
  text-align: center;
  margin: 0 0 3.6rem;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 0.941;
  display: block;
  color: #01156B;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitionttl {
    font-size: 2.8rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitiontxt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.545;
  color: #01156B;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl .definitiontxt {
    font-size: 1.8rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt {
  text-align: center;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl {
  position: relative;
  font-size: 2.4rem;
  background: #D54100;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 42.1rem;
  padding: 1.9rem 0 2.7rem;
  margin: 0 auto;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl {
    font-size: 1.8rem;
    padding: 1.6rem 0;
    max-width: 26rem;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  background: url(/japan-travel-planner/jtptop/img/others/ico-arrow-001.svg) no-repeat;
  width: 0.9rem;
  height: 1.8rem;
  margin: auto;
  background-size: contain;
  display: block;
  transition: 0.4s;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl:hover {
  text-decoration: underline;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-bancontent .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitiontxt .definitionttl:hover::before {
  right: 2.5rem;
}

/*# sourceMappingURL=index.css.map */
