@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: 75px 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: 23px;
  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: 32px;
  right: 0;
  z-index: 50;
  background: #ffffff;
  padding: 13px 34.5px 13px 18px;
  border-radius: 35px 0 0 35px;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-logo {
    max-width: 132px;
    padding: 7px 25px 8px 10px;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail {
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail {
    max-width: 260px;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 10px 49px 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner {
    padding: 7px 28px 7px 7px;
    gap: 9px;
  }
}
.jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-imgcontent {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-imgcontent {
    max-width: 72px;
  }
}
.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 3px;
}
@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: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .jtptop-mv .jtptop-mv-inner .jtptop-mv-thumbnail .jtptop-mv-thumbnail-inner .jtptop-mv-thumbnail-ico {
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
  }
}
.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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 0 5px !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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(58.11%, rgba(7, 7, 7, 0.33)), to(rgba(84, 84, 84, 0)));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  bottom: 30px;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .splide__pagination .splide__pagination__page {
  border: 1px solid #707070;
  background: #ffffff;
  width: 40px;
  height: 10px;
  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;
  -webkit-transform: none;
          transform: none;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jtptop-mv .jtptop-mv-inner .jtptop-splide .jtptop-splide-toggle .splide__toggle {
  width: 9px;
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 28px;
  right: -290px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 14px;
}
.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: 20px;
  height: 14px;
  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: 20px;
  height: 14px;
  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: 24vw;
  right: 3%;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav {
    top: 80vw;
    right: 15px;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item {
  margin: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item {
    margin: 0 0 16px;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item:last-child {
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-002.svg) no-repeat center;
  width: 16px;
  height: 19px;
  background-size: contain;
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link {
  display: block;
  background: #ffffff;
  border: 2px solid #707070;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }
}
.jtptop-sidenav .jtptop-sidenav-inner .jtptop-sidenav-list .jtptop-sidenav-item .jtptop-sidenav-item-link.is-show {
  background: #182B86;
  border: 1px solid #fff;
}

/* ==========================================================================
Jtptop Top Aboutjtp
========================================================================== */
.jtptop-aboutjtp .jtptop-aboutjtp-inner {
  position: relative;
}
.jtptop-aboutjtp .jtptop-aboutjtp-inner .jtptop-aboutjtp-txtcontent {
  background: #182B86;
  padding: 57px 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: 29px 36px 38px;
    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 20px;
  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 102px;
  padding: 75px 0 123px;
  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: 40px 0 10px;
    margin: 0 0 30px;
  }
}
.jtptop-experience > .jtptop-experience-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner .jtptop-experience-ttlcontent {
    padding: 0 20px;
  }
}
.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 10px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent {
    padding: 0 20px;
    margin: 0 0 20px;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    margin: auto;
  }
}
.jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 36px;
  width: 148px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience > .jtptop-experience-inner > .jtptop-experience-linkcontent .jtptop-experience-list .jtptop-experience-item .jtptop-experience-link {
    width: 120px;
    height: 32px;
  }
}
.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 12px;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
.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: 483px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner {
    max-height: 520px;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 450px;
  height: 300px;
  border-radius: 60px 60px 0 0;
  padding: 26px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-ttlcontent {
    border-radius: 0 60px 60px 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: -220px;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1140px;
  height: 278px;
  background: #F6EFE9;
  border-radius: 60px;
  right: 30px;
  bottom: -53px;
}
@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: 60px 0 0 60px;
    right: 0;
  }
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__arrows {
  position: relative;
  z-index: 16;
  top: 170px;
}
.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 + 70px);
}
@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 + 30px);
  }
}
.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 5px;
}
.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: 232px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 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: 240px;
  }
}
.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: 19px 24px 14px;
  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: 5px;
  height: 10px;
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-001.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 8px;
}
.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 5px;
}
.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 .jtptop-splide-toggle {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: -27px;
  right: 0;
  left: 130px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  gap: 8px;
  bottom: -23px;
  left: -60px;
  z-index: 15;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination .splide__pagination__page {
  border: 1px solid #707070;
  background: #ffffff;
  width: 26px;
  height: 6px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.jtptop-experience .jtptop-experience-content .jtptop-experience-content-inner .jtptop-experience-content-linkcontent .splide__pagination .splide__pagination__page.is-active {
  background: #333333;
  -webkit-transform: none;
          transform: none;
}

/* ==========================================================================
Jtptop Special Features
========================================================================== */
.jtptop-features {
  background: #F6EFE9;
  padding: 75px 0 86px;
  margin: 0 0 80px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 1024px) {
  .jtptop-features {
    padding: 40px 0 41px;
    margin: 0 0 40px;
  }
}
.jtptop-features > .jtptop-features-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent {
  margin: 0 0 47px;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent {
    margin: 0 0 16px;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-ttlcontent .jtptop-features-ttl {
  text-align: center;
  padding: 0 20px;
}
.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 25px;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    padding: 0;
  }
}
.jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-leftcontent .jtptop-features-content-imgcontent {
  width: 100%;
  max-width: 600px;
  border-radius: 60px 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 25px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .jtptop-features > .jtptop-features-inner .jtptop-features-content .jtptop-features-content-inner .jtptop-features-content-rightcontent {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            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: 600px;
  margin: 0 0 80px;
}
@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 13px;
  }
}
.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 25px;
  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 8px;
  }
}
.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: 10px 0 14px;
  display: block;
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 60px;
  border: 1px solid #01156B;
  text-align: center;
  -webkit-transition: 0.4s;
  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: 30px;
  background: url(/japan-travel-planner/jtptop/img/others/ico-arrow-001.svg) no-repeat;
  width: 9px;
  height: 18px;
  margin: auto;
  background-size: contain;
  display: block;
  -webkit-transition: 0.4s;
  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: 25px;
  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: 1px;
  height: 1px;
  background: #01156B;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ==========================================================================
Jtptop Tokyo Beyond Recommend Places
========================================================================== */
.jtptop-tokyobeyondrecommendplaces {
  margin: 0 0 75px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces {
    margin: 0 0 30px;
    padding: 0;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  gap: 3%;
}
@media screen and (max-width: 1024px) {
  .jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 25px;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist {
  width: 100%;
  max-width: 620px;
}
@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 40px;
  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 12px;
  }
}
.jtptop-tokyobeyondrecommendplaces .jtptop-tokyobeyondrecommendplaces-inner .jtptop-tokyobeyondrecommendplaces-definitionlist .jtptop-tokyobeyondrecommendplaces-definitiontxt .jtptop-tokyobeyondrecommendplaces-link .jtptop-tokyobeyondrecommendplaces-imgcontent {
  border-radius: 60px 0 0 0;
  overflow: hidden;
  margin: 0 0 20px;
}
.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: 75px 0 40px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations {
    padding: 40px 0 30px;
    margin: 0 0 42px;
  }
}
.jtptop-featuredestinations::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 190px;
  background: #182B86;
  border-radius: 0 0 60px 60px;
  bottom: 0;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-ttlcontent {
    padding: 0 20px 0;
    margin: 0 0 20px;
  }
}
.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: 170px;
}
@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: 50px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item {
  margin: 0 0 5px;
}
.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: 20px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 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: 250px;
  }
}
.jtptop-featuredestinations > .jtptop-featuredestinations-inner .jtptop-featuredestinations-linkcontent .splide__track .jtptop-featuredestinations-list .jtptop-featuredestinations-item .jtptop-featuredestinations-link .jtptop-featuredestinations-imgcontent {
  padding: 10px 10px 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: 20px 20px 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: 11px 13px 23px;
}
.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 10px 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: 5px;
  height: 10px;
  background: url(/japan-travel-planner/jtptop/img/common/ico-arrow-001.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 8px;
}
.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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 5px !important;
}

/* ==========================================================================
Jtptop Find Your Destination
========================================================================== */
.jtptop-findyourdestination {
  margin: 0 0 76px;
  padding: 98px 0 0;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination {
    margin: 0 0 30px;
    padding: 40px 0 0;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-ttlcontent {
  margin: 0 0 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 50px;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--prev {
  left: -10px;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--prev {
    left: 20px;
    top: 50%;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--next {
  right: -10px;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__arrow--next {
    right: 50px;
    top: 50%;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestinatio-linkcontent .splide__pagination {
  bottom: -20px;
}
.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 {
  width: 420px !important;
  margin: 0 0 15px;
  padding: 10px;
}
@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 {
    width: 240px !important;
    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: 400px;
  padding: 20px;
  height: 100%;
  display: block;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
@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: 17px 10px 20px;
  }
}
.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 10px;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map .img {
  max-width: 689px;
}
@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 #button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #button_group a:focus path {
  stroke: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #button_group a:hover text,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #button_group a:focus text {
  fill: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map #button_group a:focus path {
  fill: #00146e;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp {
  padding: 0 20px;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:focus path {
  stroke: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:hover text,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:focus text {
  fill: #fff;
}
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:hover path,
.jtptop-findyourdestination > .jtptop-findyourdestination-inner .jtptop-findyourdestination-content .jtptop-findyourdestination-map #map_sp #button_group a:focus path {
  fill: #00146e;
}

/* ==========================================================================
Jtptop Inspire Me Travel
========================================================================== */
.jtptop-inspiremetravel {
  background: #F1F8FF;
  border-radius: 60px 60px 0 0;
  padding: 75px 0 75px;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel {
    border-radius: 60px 0 0 0;
    padding: 40px 16px 60px;
  }
}
.jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-ttlcontent {
  margin: 0 0 47px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .jtptop-inspiremetravel .jtptop-inspiremetravel-inner .jtptop-inspiremetravel-linkcontent .jtptop-inspiremetravel-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.33vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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%;
  max-width: 270px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 6px 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 {
    border-radius: 30px 0 30px;
  }
}
.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: 11px 43px 16px;
  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 47px 0 16px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: 54px 0 115px;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality {
    padding: 35px 16px 55px;
  }
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent {
  margin: 0 0 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .jtptop-howtoenjoyjapansuniqueseasonality > .jtptop-howtoenjoyjapansuniqueseasonality-inner .jtptop-howtoenjoyjapansuniqueseasonality-ttlcontent {
    margin: 0 0 25px;
  }
}
.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 30px;
}
@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% 549px;
  padding: 68px 0 215px;
  position: relative;
  border-radius: 0 60px 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% 759px;
    padding: 33px 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: 250px;
    background-size: cover;
    top: auto;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-ttlcontent {
    margin: 0 0 25px;
  }
}
.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 16px;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  margin: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  max-width: 550px;
  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 20px;
}
.jtptop-whychooseana > .jtptop-whychooseana-inner .jtptop-whychooseana-linkcontent .jtptop-whychooseana-list .jtptop-whychooseana-item .jtptop-whychooseana-link .jtptop-whychooseana-definitionlist .jtptop-whychooseana-definitionttl {
  padding: 30px 0 23px;
  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: 15px 0 20px;
  }
}
.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 17px;
  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 11px;
  }
}
.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: 197px;
}
@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: 180px;
  }
}
.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: 1px solid #01136F;
  padding: 18px 0 16px;
}
@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: 12px 0 16px;
  }
}
.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 111px;
  }
}
.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 36px;
}
.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 16px;
}
@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: 421px;
  padding: 19px 0 27px;
  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: 16px 0;
    max-width: 260px;
  }
}
.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: 30px;
  background: url(/japan-travel-planner/jtptop/img/others/ico-arrow-001.svg) no-repeat;
  width: 9px;
  height: 18px;
  margin: auto;
  background-size: contain;
  display: block;
  -webkit-transition: 0.4s;
  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: 25px;
}/*# sourceMappingURL=index.css.map */