/*Prevent overflow x for iPhone SE*/
html,
body {
    overflow-x: hidden;
}

/* top_page/area */
.japan-dest-heading{
    color: var(--Neutral-Black, var(--Neutral-Black, #484848));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    display: flex;
    width: 390px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .japan-top-destinations{
    display: flex;
    padding: 0px 24px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
  }
  a.japan_dest_button, a.japan_dest_button_other {
    color: #0077D9;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 140%; /* 25.2px */
    text-decoration:none;
  }
  .japan_dest_button_other{
    border-radius: 12px;
    background: var(--Primary-Clickable-LightBlue, #EFF4FA);
    display: flex;
    height: 48px;
    padding: 8px 16px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
  }
  .japan_dest_button{
    border-radius: 12px;
    border: 1px solid var(--Primary-Clickable-Blue, #0077D9);
    background: var(--Neutral-White, #FFF);
    color: var(--Primary-Clickable-Blue, #0077D9);
    font-weight: 700;
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    text-align: center;
  }
  
  a.japan_dest_button:link, a.japan_dest_button:visited{
    border: 1px solid var(--Primary-Clickable-Blue, #0077D9);
    color: var(--Primary-Clickable-Blue, #0077D9);
    text-decoration: none;
  }

  a.japan_dest_button:hover, a.japan_dest_button:active{
    border: 1px solid var(--Primary-Clickable-Dark-Blue, #376DAB);
    background: var(--Primary-Clickable-Light-Blue, #EFF4FA);
    color: var(--Primary-Clickable-Dark-Blue, var(--Primary-Clickable-DarkBlue, #376DAB));
    text-decoration: none;
  }
  
  
  a.japan_dest_button_other:hover, a.japan_dest_button_other:active{
    border: 1px solid var(--Primary-Clickable-Dark-Blue, #376DAB);
    background: #376DAB;
    color: #fff;
    text-decoration: none;
  }
  
  .site-info{
    border-bottom-color: #888;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: "-apple-system", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  #main-banner {
    position: relative;
    text-align: center;
    color: white;
    
  }
  #main-banner b {
      display: block;
      position: relative;
      padding-bottom: 50%; /* 2:1 ratio */
      height: 0;
      overflow: hidden;
  }
  
  #main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-banner-overlay {
    color: var(--white, #FFF);
    text-align: center;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.70);
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: 1.76px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #tr_header_form2{
    box-sizing: unset;
  }
 
/*検索窓*/
#searchBox {
    padding: 10px 0;
    background-color: #ebebeb;
    margin-top: initial !important;
  }
  #searchBox .form_inner_top {
    display:table;
    padding:0 10px 0 10px;
  }
  #searchBox .form_inner_top .input_wrapper {
    display:table-cell;
    vertical-align:top;
    width:100%;
  }
  #searchBox .form_inner_top .input_wrapper input {
    border:1px solid #ccc;
    border-radius:10px 0 0 10px;
    height:36px;
    padding-left:6px;
    width:100%;
  }
  #searchBox .form_inner_top .btn_wrapper {
    display:table-cell;
    margin: 0;
    padding-left:0px;
  }
  #searchBox .form_inner_top .btn_wrapper .search_btn {
    border-radius:0 10px 10px 0;
    color: #fff;
    font-family: "VELTRA-Regular";
    font-weight: normal;
    font-size: 35px;
    height:36px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 64px;
    border-width: 0px;
  }
  #searchBox .form_inner_top .btn_wrapper .search_btn img {
    padding:0 10px 0 10px;
  }
  

/* VTR Header */
#vtrheader {
  font-size: 13px;
  line-height: 16px;
  max-width: none !important;
  width: 100% !important;
}
a.popular-activities-link:link , a.popular-activities-link:visited {  
    color: #484848;
    text-decoration: none;
}
a.popular-activities-link:hover , a.popular-activities-link:active {
    color: #376DAB;
    text-decoration: none;
}

.popular-activities-text{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration:none;
    
}
.popular-activities-area{
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
}

.special-experience {
    padding-bottom: 24px;
}

.special-experience .banner-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 0px 24px;
}

.special-experience .banner-container img {
    width: 100%;
}

/* Affiliation CSS grab from global_new.css */

#footer-section-02 {
    padding: 0 0 40px;
    font-size: 13px;
    color: #56554f;
    display: none;
}

#footer-section-02 h1 {
    font-size: 13px;
    color: #44423c;
    font-weight: 400;
}

#footer-section-02 hr {
    border-top: 2px solid #ededed;
}

.affiliation {
    padding: 25px 0 30px;
}

.affiliation > div {
    padding: 0 10px 5px 12px;
    border-right: 1px dotted #EDEDED;
    text-align: left;
    font-weight: 700;
    color: #56554F;
    height: 80px;
    display: inline-block;
}

.affiliation > div:first-child {
    padding-left: 0;
}

.affiliation > div:last-child {
    border: none;
}

.affiliation .category {
    padding-bottom: 5px;
}

.affiliation .category .category-name {
    font-size: 13px;
    font-weight: 700;
    color: #56554F;
}

.affiliation .logo {
    height: 45px;
    display: inline-block;
    position: relative;
}

.affiliation .logo a {
    height: inherit;
}

.affiliation img {
    padding: 0 5px 0 0;
}

/* Global Top CSS */

* {
    font-family: 'Noto Sans JP', sans-serif;
}

a.btn:hover {
    background-color: #376DAB;
    color: #fff;
    text-decoration: none;
}
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.mobile-container {
    padding-left: 0px;
    padding-right: 0px;
}
.tree {
    display: none;
}
.wrapper {
    padding: 0;
}
.bg-black {
    background-color: #000000;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #eeeeee;
}
.bg-blue {
    background-color: #0077D9;
}
.min-height-1 {
    min-height: 1px;
}
.h-100 {
    height: 100%;
}
.top-radius-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-radius-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.top-radius-16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.left-radius-16 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.flex-1-1-0 {
    flex: 1 1 0;
}
.flex-0-0-auto {
    flex: 0 0 auto;
}
.a-link {
    color: #fff !important;
}
.colorier-main-image img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.gap-4 {
    gap: 4px;
}

#highlights_container,
.recent-list,
.silveregg,
.rail-real,
.sekai-go-home,
.recommendation,
.theme-travel,
.veltra-zine,
.recommendation-v2,
.review,
.overseas-tour,
.colorier-cards,
.traveler-interests,
.other-destinations,
.area,
.veltra-travel-guide {
    overflow: hidden;
}
.veltra-zine .btn,
.review .btn,
.recent-list .btn,
.silveregg .btn,
.overseas-tour .btn,
.colorier-cards .btn,
.traveler-interests .btn,
.rail-real .btn,
.sekai-go-home .btn,
.veltra-travel-guide .btn {
    padding: 0.25rem 0.75rem;
}
.right-spacing {
    padding-right: 0px;
}
.slick-list {
    overflow: unset;
    padding: 0px 24px;
}
.slick-list:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 2000px;
    right: 100%;
    background-color: #fff;
}
.highlight-slider .slick-list:after {
    background-color: transparent;
}
.highlight-slider.vcarousel.slick-initialized .slick-next,
.highlight-slider.vcarousel.slick-initialized .slick-prev {
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: transparent;
}
.horizontal-scroll-container {
    overflow-x: visible;
    overflow-y: visible;
}
.gradient {
    content: '';
    position: absolute;
    width: 100px;
    top: 0;
    height: 100%;
    pointer-events: none;
}
.gradient {
    right: -9px;
    /*background: linear-gradient(to left, rgba(255,255,255,1) 20px, rgba(255,255,255,0));*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 0) 100%);
}
.vcarousel.slick-initialized .slick-slide {
    margin-right: 12px;
}
.vcarousel.slick-initialized .slick-slide img {
    min-width: 1px;
}
.vcarousel.slick-initialized .slick-prev {
    left: -40px;
}
.vcarousel.slick-initialized .slick-next {
    right: -45px;
}
.search-menu-container .list-group {
    display: none;
}
.vcarousel.slick-initialized .slick-prev, .vcarousel.slick-initialized .slick-next, .vcarousel.slick-initialized .slick-prev:hover, .vcarousel.slick-initialized .slick-prev:active, .vcarousel.slick-initialized .slick-next:hover, .vcarousel.slick-initialized .slick-next:active {
    background: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.vcarousel.slick-initialized .slick-dots li.slick-active button:before {
    color: #333333;
}
.recent-list-slider .text-red,
.silveregg-slider .text-red,
.overseas-tour-slider .text-red,
.rail-real-slider .text-red,
.sekai-go-home .text-red,
.wish-list-slider .text-red {
    color: #ED013C;
}
a.traveler-interest-link:link, a.traveler-interest-link:visited,
a.other-destinations-link:link, a.other-destinations-link:visited {
    color:#484848;
    text-decoration: none;
}
a.traveler-interest-link:hover, a.traveler-interest-link:active,
a.other-destinations-link:hover, a.other-destinations-link:active {
    color:#376DAB;
    text-decoration: none;
}
.traveler-interests-text, .other-destinations-text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    text-decoration:none;
}
.other-destinations-text {
    font-size: 12px;
}
/* Billboard */

.billboard {
    display: none;
    overflow: hidden;
    max-height: 421px;
}
.search-ac-container {
    height: 48px;
    border-radius: 100px;
    border: 2px solid #DADADA;
    padding: 6px 6px 6px 26px;
    z-index: 2;
}
.search-ac-container input {
    width: 100%;
    outline: none;
    border: none;
}
.search-ac-container:focus-within {
    border-color: #376DAB;
}
.search-ac-container #keyword-search-form {
    width: 100%;
}
.search-ac-container #keyword-search-form .ui-autocomplete-input {
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    height: auto;
    padding-right: 20px;
}
.search-ac-container #keyword_search_dropdown_header {
    padding-right: 20px;
    left: 0;
}
.search-ac-container #keyword_search_dropdown_header .ui-autocomplete {
    top: 24px !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px 48px;
    border-radius: 20px;
    margin-top: 10px;
    max-height: 475px;
    overflow-y: scroll;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.search-ac-container #keyword_search_dropdown_header .ui-widget-content {
    border: none;
}
.search-ac-container #keyword_search_dropdown_header li {
    color: #7F7F7F;
    font-size: 14px;
    padding: 5px 0px;
    font-weight: bold;
}
.search-ac-container #keyword_search_dropdown_header .suggest-area-label,
.search-ac-container #keyword_search_dropdown_header .suggest-area-count,
.search-ac-container #keyword_search_dropdown_header .suggest-parent-category-label,
.search-ac-container #keyword_search_dropdown_header .suggest-parent-category-count,
.search-ac-container #keyword_search_dropdown_header .suggest-parent-category-area{
    color: #7F7F7F;
    font-weight: normal;
}
.search-ac-container #keyword_search_dropdown_header .suggest-title-area,
.search-ac-container #keyword_search_dropdown_header .suggest-title-category {
    color: #484848;
}
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-hover,
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-focus {
    background: none !important;
    border: none !important;
    cursor: pointer;
    margin: 0 !important;
}
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-hover .suggest-area-label,
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-hover .suggest-area-count,
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-focus .suggest-parent-category-label,
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-focus .suggest-parent-category-count,
.search-ac-container #keyword_search_dropdown_header .ui-menu-item .ui-state-focus .suggest-parent-category-area {
    color: #484848 !important;
}
.search-ac-container #keyword_search_dropdown_header .ui-widget-overlay {
    background: transparent;
    border: none;
}
.search-ac-container .search-icon-container {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.search-ac-container .search-icon-container:hover {
    background-color: #376DAB;
}
.search-ac-container #keyword-search-form .search-icon-container i {
    position: static;
}
#keyword-search-form #kw_btn.search-submit-input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 36px;
    height: 36px;
}


/* Browse By Area Text */
.beige-bg {
    background-color: #FCFAF1;
    height: 42px;
}
.leadwire-gradient.gradient {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  background: linear-gradient(to right, rgba(252, 250, 241, 0) 0%, rgb(255, 255, 255) 69%, rgb(255, 255, 255) 100%);
  right: 65px;
}
.leadwire-gradient.gradient.hide {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.leadwire .leadwire-slider {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.leadwire .leadwire-slider div{
  flex-shrink: 0;
}
.leadwire .leadwire-slider .slick-track {
  display: flex;
}
.leadwire .leadwire-slider.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.leadwire .leadwire-slider .slick-arrow {
  z-index: 2;
}
.leadwire .leadwire-slider .slick-prev {
  right: 48px !important;
  left: auto;
}
.leadwire .leadwire-slider .slick-next {
  right: 10px !important;
  left: auto;
}
.leadwire-slider .slick-slide img {
  left: 0;
  margin-left: 0.25rem;
}
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev:hover,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev:active,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next:hover,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next:active {
  width: auto;
  height: auto;
}
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev.slick-disabled,
.leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next.slick-disabled {
  display: none !important;
}
.leadwire-last-link {
  padding-right: 24px;
}
.leadwire-scroll-container {
    padding: 8px 12px;
    overflow-x: auto;
    overflow-y: hidden;
}
.leadwire-scroll-col {
    margin-right: 12px;
}
.leadwire-scroll-col p {
    white-space: nowrap;
}
.mobile-scroll-container {
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
}
#navi_open-area_travel_guide.area-dropdown-link {
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.area-dropdown-link {
  cursor: pointer;
  padding: 2px 4px;
}
.area-dropdown-link.selected {
  background-color: #FFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.area-dropdown-link:focus {
  outline: none;
}
.vcarousel.slick-initialized .area-dropdown-link.slick-slide img {
  width: 10px;
  height: auto;
}

/* Area Dropdown */
.area-dropdown {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 3;
  width: 100%;
  min-height: 540px;
  padding-bottom: 15px;
}
.area-dropdown .area-container {
  min-width: auto;
  max-width: auto;
  margin: 0 auto;
}
.area-dropdown .area-container .horizontal-scroll-container .horizontal-scroll-col > div {
  margin: 0px;
  height: auto;
}
.area-dropdown .area-title-container {
  margin: 0 auto;
  padding-top: 20px;
}
.area-dropdown .close-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.horizontal-scroll-container[data-visible-count="3"] .horizontal-scroll-col {
  min-width: 45%;
  max-width: 45%;
}

/* Browse by Theme */
.label-button {
    border: 1px solid #0077D9;
    border-radius: 20px;
    color: #0077D9;
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    word-break: keep-all;
}

.label-button:active,
.label-button:focus {
    border: 1px solid #0077D9;
    color: #0077D9;
}



/* Browse by Area */
.area .vcarousel.slick-initialized .slick-slide{
    margin-right: 22px;
}
.area .vcarousel .area-card {
    width: 180px;
}
.area .gradient {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.area .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

/* Area List */
.main-area {
    width: 130px;
    font-size: 12px;
}
#area-seo .gradient {
    right: 0px;
    width: 200px;
    background: linear-gradient(to left, rgba(255,255,255,1) 20px, rgba(255,255,255,0));
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
#area-seo .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}


/* Highlights Section */
#highlights .horizontal-scroll-col {
    width: 300px;
    min-width: auto;
    background-color: #fff;
    border-radius: 16px;
}
#highlights .slick-dots {
    width: auto;
    left: 13px;
}
#highlights .slick-dots li button:before {
    color: #CCCCCC;
    font-size: 10px;
}
#highlights.vcarousel.slick-initialized .slick-dots li.slick-active button:before {
    color: #333333;
    font-size: 10px;
}
.highlight-slider .slick-track {
    display: flex !important;
}
.highlight-slider .slick-slide {
    height: auto !important;
    background-color: #fff;
    border-radius: 16px;
}

#highlights .slick-slide img {
  position: absolute;
}
/* END Highlights section */


/* Recommendation section START */
.recommendation-slider.vcarousel.slick-initialized .slick-next,
.recommendation-slider.vcarousel.slick-initialized .slick-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.recommendation-slider .card img {
    width: 220px !important;
    min-width: 220px !important;
}
.recommendation .gradient {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.recommendation .gradient.hide{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
/* Recommendation section END */


/* Online Academy, Sekai Go Home & Rail Real Section START */
.rail-real-slider .rail-real-card, 
.recent-list-slider .recent-list-card,
.silveregg-slider .silveregg-card,
.overseas-tour-slider .overseas-tour-card,
.sekai-go-home-slider .sekai-go-home-card,
.veltra-travel-guide-slider .veltra-travel-guide-card,
.wish-list-slider .wish-list-card {
    width: 152px;
    min-width: 152px;
}
.traveler-interests-slider .traveler-interests-card, .other-destinations-slider .other-destinations-card {
    
    overflow-y: visible;
}

.other-destinations-slider .slick-track {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.recent-list .gradient,
.silveregg .gradient,
.overseas-tour .gradient,
.rail-real .gradient,
.traveler-interests .gradient,
.sekai-go-home .gradient,
.veltra-travel-guide .gradient {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.recent-list .gradient.hide,
.silveregg .gradient.hide,
.overseas-tour .gradient.hide,
.rail-real .gradient.hide,
.traveler-interests .gradient.hide,
.sekai-go-home .gradient.hide,
.veltra-travel-guide .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.rail-real .gradient,
.traveler-interests .gradient,
.sekai-go-home .gradient,
.veltra-travel-guide .gradient {
  top: 96px;
  height: calc(100% - 80px - 32px - 24px);
}
/* Online Academy, Sekai Go Home & Rail Real Section END */


/* Colorier Section START */
.colorier-cards .colorier-text  {
    width: 140px;
}

.colorier-cards-slider .colorier-card {
    width: 140px;
}

.colorier-cards .gradient {
    top: 115px;
    height: calc(100% - 80px - 52px - 24px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.colorier-cards .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
/* Colorier Section END */

/* Recommendation V2 Start */
.recommendation-v2-slider.vcarousel.slick-initialized .slick-next,
.recommendation-v2-slider.vcarousel.slick-initialized .slick-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.recommendation-v2 .recommendation-v2-slider img {
    width: 220px !important;
    min-width: 220px;
    height: 220px;
    object-fit: cover;
}
.recommendation-v2-slider .slick-track {
    display: flex !important;
}
.recommendation-v2-slider .slick-slide {
    height: auto !important;
    background-color: #fff;
    border-radius: 8px;
}
.recommendation-v2-slider .slick-dots {
    bottom: 15px;
}
.recommendation-v2-slider.vcarousel.slick-initialized .slick-dots {
    left: 13px;
    width: auto;
    bottom: 15px;
}
.recommendation-v2-slider .slick-dots li button:before {
    color: #CCCCCC;
    font-size: 10px;
}
.recommendation-v2-slider.vcarousel.slick-initialized .slick-dots li.slick-active button:before {
    color: #333333;
    font-size: 10px;
}
.recommendation-v2 .gradient {
    top: 96px;
    height: calc(100% - 80px - 32px - 24px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.recommendation-v2 .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
/* Recommendation V2 END */

/* Veltra Zine Start */
.veltra-zine .horizontal-scroll-col .zine-text,
.veltra-zine .veltra-zine-slider .horizontal-scroll-col img{
    width: 160px;
}
.veltra-zine .gradient {
    top: 118px;
    height: calc(100% - 80px - 54px - 24px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.veltra-zine .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
/* Veltra Zine END */

/* 5 Star Review Start */
.review-slider.vcarousel.slick-initialized .slick-next,
.review-slider.vcarousel.slick-initialized .slick-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.review-slider .slick-list:after {
    background-color: #eeeeee;
}
.review .review-slider .review-text {
    border: 1px solid #DADADA;
    border-top: none;
    flex: 1;
}
.review .review-slider .review-text,
.review .review-slider .horizontal-scroll-col img {
    width: 306px;
}
.review-slider .slick-track {
    display: flex !important;
}
.review-slider .slick-slide {
    height: auto !important;
    background-color: #fff;
    border-radius: 8px;
}
.review-slider .slick-dots {
    bottom: 15px;
}
.review-slider.vcarousel.slick-initialized .slick-dots {
    left: 13px;
    width: auto;
    bottom: 15px;
}
.review-slider .slick-dots li button:before {
    color: #CCCCCC;
    font-size: 10px;
}
.review-slider.vcarousel.slick-initialized .slick-dots li.slick-active button:before {
    color: #333333;
    font-size: 10px;
}
.review .gradient {
    top: 96px;
    height: calc(100% - 80px - 32px - 24px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.review .gradient.hide {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
/* 5 Star Review END */


/* Media screen START */
/* min-width START */
@media screen and (min-width: 528px) {
    .slick-list {
        overflow: hidden;
        padding: 0px;
    }
    .mobile-container {
        padding-left: inherit;
        padding-right: inherit;
    }
    .area .vcarousel .area-card {
        width: 230px;
    }
    .recommendation-slider .card img {
        width: 242.4px !important;
        min-width: 242.4px !important;
    }
    .veltra-zine .horizontal-scroll-col .zine-text,
    .veltra-zine .veltra-zine-slider .horizontal-scroll-col img {
        width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .right-spacing {
        padding-right: 40px;
    }
    .leadwire-overflow {
      padding-left: 24px;
      padding-right: 24px;
    }
    .mobile-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .highlight-slider .slick-dots {
        bottom: -24px;
    }
    .label-button {
        font-size: 14px;
    }
    .main-area {
        font-size: 14px;
    }
    .leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev,
    .leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next {
      display: block !important;
    }
    .leadwire .leadwire-slider.vcarousel.slick-initialized .slick-prev.slick-disabled,
    .leadwire .leadwire-slider.vcarousel.slick-initialized .slick-next.slick-disabled {
      display: none !important;
    }

    .leadwire .leadwire-slider .slick-prev {
        right: 80px !important;
        left: 0px !important;
    }
}
@media screen and (min-width: 992px) {
    .leadwire .leadwire-slider {
      overflow: visible;
      overflow-x: visible;
    }
    .leadwire .leadwire-slider div{
      flex-shrink: 1;
    }
    .leadwire .leadwire-slider .slick-prev {
      right: 80px !important;
    }
    .leadwire-slider .slick-slide img {
      margin-left: 0.5rem;
    }
    .area-dropdown {
      min-height: 560px;
    }
    .area-dropdown-link {
      padding: 0px 10px;
    }
    .area-dropdown .area-container {
      min-width: 900px;
      max-width: 900px;
      padding-left: 0px;
      padding-right: 0px;
    }
    .area-dropdown .area-title-container {
      min-width: 900px;
      max-width: 900px;
      padding-left: 0px;
      padding-right: 0px;
    }
    .horizontal-scroll-container[data-visible-desktop-count="4"] .horizontal-scroll-col {
      min-width: 24%;
      max-width: 24%;
    }
    .highlight_var_1 {
        overflow-x: hidden;
    }
    .leadwire-overflow {
      padding-left: 70px;
    }
    .leadwire-last-link {
      padding-right: 0px;
    }
    .colorier-main-image img {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .horizontal-scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .vcarousel.slick-initialized .slick-slide {
        margin-right: 22px;
    }
    .container {
        padding-left: 90px;
        padding-right: 90px;
    }
    .gradient {
        right: 40px;
    }
    .right-spacing {
        padding-right: 90px;
    }
}

@media screen and (min-width: 1330px) {
    .extra-card {
        display: none;
    }
}
/* min-width END */

/* max-width START */
@media screen and (max-width: 1199px){
    .floated-header-banner a{
        height: 72px;
        display: block;
    }
}

@media screen and (max-width: 1025px) {
    .extra-card {
        display: none;
    }
    .area .gradient {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .area .gradient {
        display: none;
    }
}
/* max-width END */
/* Media screen END */

/* TARGET IE 11 only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-ac-container #keyword_search_dropdown_header {
        left: 17px;
    }
    .leadwire .leadwire-slider .slick-prev {
      right: auto !important;
      left: 550px;
      height: 18px !important;
    }
    .leadwire .leadwire-slider .slick-next {
      right: auto !important;
      left: 585px;
      height: 18px !important;
    }
}

header {
    border-bottom: none;
}

#footer-2020 .pc_footer_currency_switch {
    width: 132px;
    max-width: 132px;
}

#newsarea {
    background: #FEFCF3;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding: 20px 54px 20px;
    font-size: 13px;
    position: relative;
}
#newsarea a {
    color: #40A9F5;
    text-decoration: none;
}
#newsarea p {
    margin: 0px;
    font-size: 13px;
}
#newsarea_close_btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
@media screen and (min-width: 992px) {
    #newsarea_close_btn {
        top: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #highlights .horizontal-scroll-col {
        width: 355px;
    }
}

@media screen and (min-width: 992px) {
    .vcarousel {
        margin-left: 0;
    }
}

/* CSPJ-983 - Apply the aspect ratio on the billboard images section */
.aspect-ratio.billboard-ratio,
.aspect-ratio.billboard-ratio-custom {
    padding-top: 41.7%;
}
.aspect-ratio.billboard-ratio > img,
.aspect-ratio.billboard-ratio-custom > img {
    top: 0;
    height: 100%;
    width: auto;
    max-width: none;
    min-width: auto;
    position: absolute;
}

@media screen and (max-width: 665px) {
    .aspect-ratio.billboard-ratio {
        padding-top: 104%;
    }
}

/* CSPJ-1349 - Browser Area Section Slider Style */
.area .area-slider .lazyload-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 150px;
    border-radius: 8px;
}

.area .area-slider .lazyload-wrapper img {
    position: absolute;
    top: 0;
}

.area .area-slider .text-shadow-1 {
    text-shadow: 0 0 10px black;
}

.area .area-slider .area-card-title {
    position: relative;
    top: -100px;
}

.area .area-slider .area-card,
.area .area-slider .area-card a {
    height: 150px;
}

.area .area-slider .area-card {
    width: 239px;
    min-width: 239px;
}

/******** Floating header banner CS22-122 ********/
#global-top-banner-jp {
    background-color: #39C5D6;
}

.global-top-banner {
    position: relative;
    background-image: url('/_tr/vt/1/img/header-dt-branding-dec-2025.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 50px;
    background-color: #168BD9;
}

.global-top-banner.even {
    background-image: url('/_tr/vt/1/img/header-dt-branding-oct-2025.png');
    background-color: #E76519;
}

.global-top-banner.non-jp-header {
    background-image: url('/_tr/vt/1/img/oversea-dt-branding-dec-2025.png');
    background-color: #C31011;
}

.global-top-banner a {
    height: 50px;
    display: block;
}

@media screen and (max-width: 900px){
    .global-top-banner {
        position: relative;
        background:url('/_tr/vt/1/img/header-sp-branding-dec-2025.png') no-repeat;
        background-size: auto 100%;
        background-position: 48% center;
    }

    .global-top-banner.even {
        background-image: url('/_tr/vt/1/img/header-sp-branding-oct-2025.png');
    }

    .global-top-banner.non-jp-header {
        background-image: url('/_tr/vt/1/img/oversea-sp-branding-dec-2025.png');
    }
}

.portal-container {
    width: 100%;
    min-height: 210px;
}

.center-border {
    content: "";
    flex-basis: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}

.center-border:before,
.center-border:after {
    content: "";
    flex-grow: 1;
    background: rgba(182, 182, 182, 1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.center-border:after {
    margin: 0px 10px;
}

.portal-category-links a {
    margin-right: 8px;
    margin-bottom: 8px;
}

.portal-category-links a:focus{
    border: 1px solid #0077D9;
}

.global-top-banners .image {
    flex: 1 1 auto;
}

.global-top-banners > .image:not(:first-child) {
    display: none;
}

.global-top-banners .image img {
    border-radius: 0px;
}

.global-top-banners .slick-list {
    padding: 0px;
    overflow: hidden;
}

.global-top-banners .slick-dots li {
    margin: 0px;
}

.global-top-banners .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #DADADA;
}

.global-top-banners .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7F7F7F;
}

.global-top-banners .slick-next {
    right: 10px;
}

.global-top-banners .slick-prev {
    left: 10px;
    z-index: 1;
}

.global-top-banners .slick-slide img {
    min-width: auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .portal-container {
        width: auto;
    }
    .center-border:before {
        margin: 0px;
    }
    .global-top-title {
        color: #404040;
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        font-family: "Noto Sans JP";
    }
}

#global-header .vt-logo img {
    height: auto;
}

/* DESIGN-1949 : Global Top Revamp START */

.top-radius-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.bottom-radius-12 {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.popular-dest-container {
    border: 2px solid #DADADA;
    height: 100%;
}

.height-44 {
    height: 44px;
}

.popular-area-btn {
    cursor: pointer;
}

.tab-list-active {
    border-bottom: 3px solid #376DAB;
    color: #376DAB;
    font-weight: 700 !important;
}

.slick-list.draggable {
    margin-right: 0px !important;
}

.veltra-travel-guide-slider .veltra-travel-guide-card {
    width: 165px;
    min-width: 165px;
}

.veltra-travel-guide-slider .veltra-travel-guide-card img {
    height: 165px;
    object-fit: cover;
}

.leadwire-height {
    height: 81px;
}

.leadwire-text {
    color: #484848;
}

.leadwire-text:active {
    color: #376DAB;
}

.svg-icon-30 {
    width: 30px;
    height: 30px;
}

.modal-title {
    position: absolute;
    top: 0px;
}

.popular-destination {
    border-bottom: 1px solid #DADADA;
}

.popular-destination-modal-btn {
    cursor: pointer;
    height: 48px;
}

.popular-destination-modal-list li,
.popular-destination-modal-list .japan-area {
    border-bottom: 1px solid #DADADA;
}

.rounded-100 {
    border-radius: 100px;
}
.popular-destination-modal-list .item-extra-info i {
    font-size: 13.49px;
}

.list-link {
    color: #0077D9 !important;
}

@media screen and (min-width: 992px) {
    .bg-lg-gray {
        background-color: #eeeeee;
    }

    .vcarousel.slick-initialized .slick-prev {
        left: -20px;
    }

    .vcarousel.slick-initialized .slick-next {
        right: -20px;
    }

    .review-slider.vcarousel.slick-initialized .slick-dots {
        left: -10px;
        width: auto;
        bottom: -25px;
    }

    .recommendation-v2 .recommendation-v2-slider img {
        width: 306px !important;
        min-width: 306px;
        height: 306px;
    }

    .leadwire .leadwire-slider {
        overflow: hidden;
        margin-right: 70px;
    }

    .leadwire-height {
        height: 60px;
    }

    .leadwire-border-right {
        border-right: 1px solid #DADADA !important;
    }

    .global-top-banners {
        gap: 20px;
    }
    .global-top-banners .slick-list {
        overflow: unset;
    }
    .global-top-banners .image {
        opacity: 1 !important;
    }
    .global-top-banners > .image:not(:first-child) {
        display: block;
    }
    .global-top-banners .image img {
        border-radius: 12px;
    }

    .global-top-search {
        width: 900px;
        height: 350px;
        border-radius: 12px;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .billboard {
        display: block;
    }

    .rail-real-slider .rail-real-card,
    .overseas-tour-slider .overseas-tour-card,
    .sekai-go-home-slider .sekai-go-home-card {
        width: auto;
    }

    .silveregg-slider .silveregg-card,
    .recent-list-slider .recent-list-card,
    .veltra-travel-guide-slider .veltra-travel-guide-card,
    .wish-list-slider .wish-list-card {
        width: 190px;
        min-width: 190px;
    }

    .veltra-travel-guide-slider .veltra-travel-guide-card img {
        height: 193.33px;
        object-fit: cover;
    }
}
/* DESIGN-1949 : Global Top Revamp END */

.other-destinations {
    padding-bottom: 50px;
}

.other-destinations .other-destinations-title {
    color: var(--Neutral-Black, var(--Neutral-Black, #484848));
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    width: 390px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 0px;
    margin-bottom: 12px;
}

/* DESIGN-2541 : Add search bar to global top header START */
@media screen and (min-width: 992px) {
    #renewal-search-global-header-pc .search-renewal, #renewal-search-global-header-pc {
        padding-right: 0px !important;
    }

    #renewal-search-global-header-pc .search-renewal, #renewal-search-global-header-pc .search-renewal-global-header {
        width: 260px !important;
    }
}

@media screen and (min-width: 1118px) {
    #renewal-search-global-header-pc .search-renewal, #renewal-search-global-header-pc .search-renewal-global-header {
        width: 350px !important;
    }
}

@media screen and (min-width: 1133px) {
    #renewal-search-global-header-pc .search-renewal, #renewal-search-global-header-pc .search-renewal-global-header {
        width: 380px !important;
    }
}
/* DESIGN-2541 : Add search bar to global top header END */


/* Global Top Banners START */
.global-top-banners .image {
    flex: 0 0 32.27%;
}

.global-top-banners .image img {
    width: 100%; 
}

.global-top-banners .slick-list:after {
    background-color: transparent;
}

.global-top-banners .slick-next, 
.global-top-banners .slick-prev {
    display: none !important;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}

.global-top-banners .slick-next.slick-disabled, 
.global-top-banners .slick-prev.slick-disabled {
  display: none !important;
}

@media screen and (min-width: 992px) {
    .global-top-banners {
        display: flex;
    }
    .global-top-banners.slick-initialized {
        display: block;
    }
    .global-top-banners .image {
        max-width: 406.6px;
        margin-right: 20px;
    }

    .global-top-banners .slick-next, 
    .global-top-banners .slick-prev {
        display: block !important;
    }

    .global-top-banners .slick-left {
        left: -20px;
    }

    .global-top-banners .slick-next {
        right: -20px;
    }
}
/* Global Top Banners END */