﻿@charset "utf-8";

body {
  position: relative;
  width: 100%;
  height: 100vh;
  overscroll-behavior: smooth;
}
body.mobilefirst::-webkit-scrollbar {
  display: none;
}

img{
  border:none;
  max-width: 100%;
  content-visibility: visible !important;
}

a, a:link, a:active, a:visited, a:focus {
  text-decoration: none;
  color: initial;
}

a:hover{
  text-decoration: underline;
}

#master_header {
  position: relative;
  z-index: 10;
}

.main-content {
  font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif !important;
  font-size: 14px;
  color: #212121 ;
  background: #112250;
  position: relative;
  z-index: 5;
}

.at_logo {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 38%;
  right: 28%;
  width: 340px;
}

.searchbox-wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 10px;
}
.searchbox-wrap::before,
.searchbox-wrap::after {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
}
.searchbox-wrap::before {
    height: 190px;
    top: 0;
}
.searchbox-wrap::after {
    height: 190px;
    bottom: 0;
}
.searchbox-wrap .decors {
    position: absolute;
    z-index: 1;
}

#search-block {
    position: relative;
    z-index: 5;
    opacity: 1;
}
#search-block h2.block-title {
    width: 186px;
    height: auto;
    padding: 0px 16px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #212121;
}

#search-block.in-view {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

/*----- /search ------*/

.top-wrap {
    background: url('/campaign/images/hypersale/2025blackfriday/kv_bg.png') no-repeat;
    background-position: top center;
    background-size: 100%;
}

.kv img {
  display: block;
  margin: auto;
}

.block-wrap {
  margin: 0 16px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.section-title {
  background: #D2A764;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}

.section-title .bold {
  font-size: 18px;
  font-weight: 1000;
}

.main-tabs {
  position: relative;
}

/* main-tab-images styles */
.main-tab-images {
  display: flex;
  padding: 0;
  max-width: 576px;
  margin: 0 auto;
}

.main-tab-link {
    display: block;
    margin: 0;
    padding: 0;
    flex: 1;
}

.main-tab-link img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}




.recommend-product-wrap {
    margin-bottom: 60px;
    position: relative;
    background: #E0C58E;
}
.recommend-product-wrap.appView {
  margin-bottom: 20px;
}
.recommend-product-wrap.appView .recommend-product {
  margin-bottom: 0;
}
.recommend-product-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -0;
    width: 100%;
    height: 72px;
    border-top: 70px solid transparent;
    z-index: 1;
}

.recommend-product {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.products-list {
  padding: 0 0 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
}
.prod-item {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: #fff;
}
.prod-item__link {
  padding: 8px;
  display: block;
}
.prod-item__link,
.prod-item__link:hover, .prod-item__link:focus, .prod-item__link:link, .prod-item__link:active {
  text-decoration: none;
  color: #333 !important;
}
.prod-item__inner {
  display: flex;
  gap: 8px;
}
.prod-item__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.prod-item__img img {
  display: block;
}
.prod-item__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.prod-item__bottom {
  text-align: right;
}

.prod-item__label {
  background: #FBF9F1;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 4px;
  color: #212121;
}

.prod-item__name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.0;
}

.prod-item__price {
  font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif;
  font-weight: 1000;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #DB4D6D;
}

.prod-item__price span {
  font-size: 28px;
}

#domtour_BF2025 .prod-item__name {
  margin-bottom: 10px;
}

#domtour_BF2025 .prod-item__price span {
font-size: 22px;
}

#domtour_BF2025 .prod-item__img {
  height: 134px;
}

#rentalcar_BF2025 .prod-item__info {
white-space: unset;
line-height: 1.2;
}

#rentalcar_BF2025 .prod-item__img {
height: auto;
}
#rentalcar_BF2025 .prod-item__bottom {
margin-top: 14px;
}

#rentalcar_BF2025 .prod-item__inner {
align-items: center;
}

.prod-item__info {
  display: flex;
  gap: 2px;
  color: #616161;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1;
  align-items: center;
}

.prod-item__info + .prod-item__info {
  margin-top: 9px;
}

.prod-item__info img {
  width: auto !important;
  height: 12px;
}

.prod-item__info.review img {
  width: auto !important;
  height: 9px;
}

.limited-plan-img{
  margin-bottom: 10px;
  display: block;
}




.prod-item .text p.car-review {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
}
.rentalcar-name{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.prod-item .text .review.air img {
  height: 12px;
  width: auto;
}
.domhotel .prod-item .text .review img,
.rentalcar .prod-item .text .review img {
  height: 12px;
  width: auto;
}

.prod-item p.price.domtour-price span {
  font-size: 22px;
  line-height: 100%;
}
.prod-item .note {
  font-size: 10px;
  color: #666;
  line-height: 1;
  min-height: inherit;
  padding: 4px 8px;
  text-align: right;
  margin: 8px -8px -8px -8px;
  border-radius: 0 0 4px 4px;
  background: #f5f5f5;
}
div.product-note {
  border-radius: 8px;
  background: #fff;
  padding: 8px 8px 7px;
  width: auto;
  margin-bottom: 16px;
}
.product-note-title{
  font-size: 14px;
  background: #F6F0DD;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  color:  #212121;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.note-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #616161;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1.5em;
}
.note-desc:before {
  content: "※";
}
.note-desc:last-child {
  margin-bottom: 0;
}

.btns{
  width: 100%;
  margin-bottom: 4px;
}
.btns a {
  display: flex;
  align-items: center;
  width: 100%;
  background: linear-gradient(90deg, #FF56C9 0%, #112250 100%);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: SF Pro;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
.btns a span {
  flex: 1;
  color: #fff;
}
.btns a img {
  width: 24px;
  height: 24px;
}




.app-info-wrap {
  position: relative;
  margin-bottom: 20px;
}

.app-info-wrap:after {
  content: "";
  display: block;
  width: 108px;
  height: 78px;
  background: url('/campaign/images/hypersale/2025blackfriday/App_bird.svg') no-repeat center / 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-69.2%);
  margin: auto;
}
.welcome-info {
  position: relative;
  z-index: 1;
  margin-top: 74px;
}

.cp-info {
  margin: 11px 16px 0px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #EDF0F5;
}
.cp-info__text {
  flex: 1;
}
.cp-info__top {
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.5;
}

.cp-info__topImg {
  margin-top: 8px;
}

.cp-info__middle {
  font-size: 16px;
  font-weight: 1000;
  line-height: 1;
  margin: 7px 0 8px;
  background: linear-gradient(90deg, #2683D1, #50A2D2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cp-info__bottom {
  font-weight: 1000;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  font-style: normal;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
  font-feature-settings: 'palt';
}
.cp-info__note {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.cp-info__img{
  margin-top: 17px;
  align-self: flex-start;
}


.app-btns {
  padding: 4px 16px 15px;
  text-align: center;
}
.app-btns__title {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(90deg, #2683D1, #50A2D2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}
.app-btns .apps {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: end;
  justify-content: center;
  margin: 0 auto;
}

.app-btns p {
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 12px;
}
.apps a {
    display: block;
    line-height: 0;
    flex-shrink: 0;
}
.apps a img {
    max-width: 100%;
    height: 42px;
    display: block;
}

.indexMenu * {
  font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,SF UI Display,sans-serif !important;
}
.indexMenu {
  opacity: 0;
  border-radius: 14px;
  padding: 8px;
  width: 300px;
  position: fixed;
  top: 35%;
  left: calc(50% + 260px);
  z-index: 10000;
  z-index: 1000;
  background: #212121;
}
.indexMenu .menu-wrap {
  border-radius: 8px;
  background: #fff;
  padding: 16px 0;
  position: relative;
}
.menu-title {
  width: 210px;
  position: absolute;
  margin-top: -36px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #212121;
  left: calc(50% - 105px);
}
.indexMenu .tabs {
  margin: 16px 0;
}
.area-index {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 38px 16px;
}
.indexMenu li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
}
.indexMenu li:hover {
  color: #1565C0;
}
.social-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  padding: 24px 0 8px 0;
  border-top: 4px solid #212121;
}
.social-links a {
  line-height: 1;
}




.overview {
    padding: 70px 0 0 0;
}
.overview.appView {
  padding: 0;
  margin-top: 20px;
}
.campaign-overview {
    background: #fff;
}

.campaign-overview .tit {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  background: #D2A764;
  color: #fff;
  padding: 8px;
}
.campaign-overview .tit h3 {
  line-height: 1;
}
.campaign-overview-wrap {
  padding: 21px 16px 18px;
}
.campaign-overview .container {
    padding: 16px;
    border-radius: 8px;
    margin-left: 16px;
    margin-right: 16px;
}
.overview-item__lead {
    margin-bottom: 17px;
}
.overview-item {
    margin-bottom: 18px;
}
.overview-item.short {
    margin-bottom: 10px;
}
.overview-item.last {
  margin-bottom: 0;
}

.title-overview {
  background: #112250;
  color: #fff;
  padding: 8px 8px 6px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 4px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 100%;
}

.title-overview:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/campaign/images/hypersale/2025blackfriday/icon_starcard.svg) no-repeat top center / contain;
  display: block;
}

.overview-item-text {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-bottom: -8px;
}

.title-overview-list {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 1;
    background: #F6F0DD;
    padding: 8px;
    border-radius: 4px;
}

.overview-item ul.number li {
    list-style: disc;
    margin-left: 26px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}
.overview-item ul.disc li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.overview-item li {
    margin-bottom: 5px;
    font-size: 12px;
}
.overview-item.last ul.disc li {
  letter-spacing: -0.04em;
}

.overview-item-text__bold {
  font-weight: 700;
}
.overview-item p {
  font-size: 14px;
  line-height: 1.5;
}
.overview-item-note {
  font-size: 12px;
  color: #616161;
  margin-top: 6px; 
}
.breadcrumb {
  padding: 16px 12px 14px;
  font-size: 11px;
  background: #F5F5F5;
}
.breadcrumb a {
    font-weight: 400;
    color: #212121 !important;
}
.social-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  margin: 20px 0 0;
  background: #fff;
  padding: 24px 0;
  border-radius: 16px 16px 0 0;
}
.social-btns a {
  display: block;
  width: 48px;
  height: 48px;
}

.sub-tab-domestic {
  display: flex;
  gap: 6px;
  overflow-x: scroll;
  padding: 23px 0 8px 8px;
  margin-bottom: 7px;
}

.sub-tab-domestic:after {
content: "";
display: block;
width: 0;
margin-left: 10px;
}

.sub-tab-domestic li {
background: rgba(255,255,255,0.2);
min-width: 81px;
padding: 13px 7px 5px;
margin-bottom: 0;
box-sizing: border-box;
border-radius: 8px;
position: relative;
border: 1px solid transparent;
flex: 1;
}

.sub-tab-domestic__text {
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 1000;
line-height: 1.2;
color: #112250;
text-align: center;
height: 2.5em;
margin-top: 4px;
}

.sub-tab-domestic li.active {
background: rgba(255,255,255,0.8);
border: 1px solid #fff;
}

.sub-tab-domestic li.coupon:after ,
.sub-tab-domestic li.ticket:after {
content: "";
width: 48px;
height: 18px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
transform: translateY(-50%);
}

.sub-tab-domestic li.coupon:after {
background: url('/campaign/images/hypersale/2025blackfriday/icon_coupon.svg') no-repeat center / 100%;
}

.sub-tab-domestic li.ticket:after {
background: url('/campaign/images/hypersale/2025blackfriday/icon_ticket.svg') no-repeat center / 100%;
}

.sub-tab-domestic__icons {
display: flex;
justify-content: center;
}

.rank-info__content {
  padding: 13px 16px 16px 16px;
}

.rank-info__text {
  margin-top: -5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  letter-spacing: -0.032em;
}

.rank-info_text .bold {
  font-style: Bold;
}

.rank-info__list {
  display: flex;
  justify-content: center;
  min-width: 70px;
  gap: 6px;
  margin: 9px 0 15px;
}
.rank-info__list li {
  text-align: center;
  min-width: 70px;
}

.rank-info__list img {
  width: 50px;
  margin: auto;
}

.rank-info__label {
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-align: center;
  background: #EAEFF3;
}

.rank-info__list li:last-child {
  min-width: 85px;
}

.rank-info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #112250;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: bold;
}

.rank-info__btn span {
  flex: 1;
  display: inline-block;
  color: #fff;
}
.rank-info__btn img {
  width: 24px;
  height: 24px;
}

.gotoapp {
  position: fixed;
  right: -8px;
  bottom: 50px;
  z-index: 999;
  cursor: pointer;
}
.gotoapp img {
  display: block;
  width: 100%;
  height: auto;
}
.gotoapp.pc {
  width: auto;
  height: auto;
}
.gotoapp.pc:hover .gotoapp-img-default {
  display: none;
}
.gotoapp.pc:hover .gotoapp-img-hover {
  display: block;
}
.gotoapp.sp {
  width: 120px;
  height: 120px;
}
.gotoapp.sp img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.gotoapp.sp .gotoapp-img-click {
  display: none;
}
.gotoapp.sp.scrolling .gotoapp-img-default {
  display: none;
}
.gotoapp.sp.scrolling .gotoapp-img-click {
  display: block;
}

body.forDesktop .m-layout::after {
  display: none;
}

.recommend-product-coupon {
    max-width: 674px;
    margin: auto;
}

/* Footer */
#footer .copyright {
  font-size: 11px;
  font-weight: 600;
  line-height: 42px;
  background: #112250;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px){
  .at_logo {
    right: 36%;
  }
}

/* Customize css for view pc same sp */
@media screen and (min-width: 767px) {
  .ss2025.mobilefirst .menu_content div.cap,
  .ss2025.mobilefirst .menu_content,
  .ss2025.mobilefirst #dom-air .airtrip-modal-title,
  .ss2025.mobilefirst #dom-air .airtrip-modal-airlst-search,
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-airlst-search,
  .ss2025.mobilefirst #dom-air .airtrip-modal-body,
  .ss2025.mobilefirst #dom-air .airtrip-list-airport,
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-title,
  .ss2025.mobilefirst .wrapper-people,
  .ss2025.mobilefirst .title-popup,
  .ss2025.mobilefirst .btn-content-fix,
  .ss2025.mobilefirst .modal-calendar,
  .ss2025.mobilefirst .fixed-area-01,
  .ss2025.mobilefirst .modal-calendar .cal-btn-box-01,
  .ss2025.mobilefirst .osH-kaigai-modal.osH-kaigai-area.open,
  .ss2025.mobilefirst .osH-search-input-container,
  .ss2025.mobilefirst .osH-list-keyword-container,
  .ss2025.mobilefirst .osH-kaigai-modal.open,
  .ss2025.mobilefirst .osH-button-box,
  .ss2025.mobilefirst #airtripwidget .airtrip-seachbox .airtrip-modal-airlst-search,
  .ss2025.mobilefirst #airtripwidget .airtrip-list-airport,
  .ss2025.mobilefirst #airtripwidget .airtrip-seachbox .airtrip-modal-title,
  .ss2025.mobilefirst #airtripwidget .airtrip-seachbox .airtrip-modal-body,
  .ss2025.mobilefirst .region-modal,
  .ss2025.mobilefirst .region-modal-title,
  .ss2025.mobilefirst .region-modal-body,
  .ss2025.mobilefirst .content-suggest-region {
    width: 375px !important;
    max-width: 100%;
  }
  .ss2025.mobilefirst #dom-air .airtrip-modal-title,
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-title,
  .ss2025.mobilefirst #airtripwidget .airtrip-seachbox .airtrip-modal-title,
  .ss2025.mobilefirst .region-modal,
  .ss2025.mobilefirst .region-modal-title,
  .ss2025.mobilefirst #airtripwidget .wrapper-people,
  .ss2025.mobilefirst .fixed-area-01,
  .ss2025.mobilefirst .osH-kaigai-modal,
  .ss2025.mobilefirst .osH-search-input-container {
    top: 228px !important;
  }
  .ss2025.mobilefirst .osH-list-keyword-container {
    top: 290px !important;
  }
  .ss2025.mobilefirst #dom-air .airtrip-list-airport,
  .ss2025.mobilefirst #airtripwidget .airtrip-list-airport,
  .ss2025.mobilefirst .content-suggest-region {
    top: 358px !important;
  }
  .ss2025.mobilefirst #dom-air .airtrip-modal-airlst-search,
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-airlst-search {
    margin-top: 276px !important;
  }
  .ss2025.mobilefirst .menu_content div.cap #menu_close,
  .ss2025.mobilefirst .airtrip-close-modal,
  .ss2025.mobilefirst #get_data_calendar,
  .ss2025.mobilefirst #around label,
  .ss2025.mobilefirst #oneway label,
  .ss2025.mobilefirst label.lodging,
  .ss2025.mobilefirst .dp-hotel-room-view,
  .ss2025.mobilefirst .map-dep,
  .ss2025.mobilefirst .map-des,
  .ss2025.mobilefirst .select-style-01 {
    cursor: pointer;
  }
  .ss2025.mobilefirst #dom-air .airtrip-modal-airlst-search,
  .ss2025.mobilefirst #dom-air .airtrip-modal-airlst-search,
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-airlst-search,
  .ss2025.mobilefirst .airtrip-list-airport,
  .ss2025.mobilefirst #airtripwidget .wrapper-people,
  .ss2025.mobilefirst .btn-content-fix,
  .ss2025.mobilefirst .fixed-area-01,
  .ss2025.mobilefirst .modal-calendar .cal-btn-box-01,
  .ss2025.mobilefirst .osH-kaigai-modal,
  .ss2025.mobilefirst .osH-list-keyword-container,
  .ss2025.mobilefirst .osH-search-input-container,
  .ss2025.mobilefirst .osH-button-box,
  .ss2025.mobilefirst .region-modal,
  .ss2025.mobilefirst .content-suggest-region {
    left: calc(50% - 195.5px) !important;
  }
  .ss2025.mobilefirst .osH-button-box {
    margin-left: 0 !important;
  }
  .ss2025.mobilefirst #airtripwidget .modal-calendar,
  .ss2025.mobilefirst #airtripwidget .modal-calendar .tbl-calendar {
    overflow: hidden;
  }
  .ss2025.mobilefirst #airtripwidget .modal-calendar,
  .ss2025.mobilefirst #airtripwidget section.wrapper-calendar {
    position: fixed;
    top: 260px !important;
    width: 375px !important;
    height: 75%;
    overflow-y: scroll;
    padding-bottom: 200px;
    z-index: 10000;
    left: calc(50% - 195.5px) !important;
  }
  .ss2025.mobilefirst .btn-conversion-01 {
    background: transparent;
  }
  .ss2025.mobilefirst .domtour-search-wrapper .btn-search-conversion-01 .btn-style-02 {
    background: rgb(255,143,0);
    background: -moz-linear-gradient(90deg, rgba(255,143,0,1) 0%, rgba(255,66,16,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,143,0,1) 0%, rgba(255,66,16,1) 100%);
    background: linear-gradient(90deg, rgba(255,143,0,1) 0%, rgba(255,66,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8f00",endColorstr="#ff4210",GradientType=1);
    border: none;
    height: 44px;
    max-height: 44px;
    font-size: 16px;
    border-radius: 8px;
  }

  .ss2025.mobilefirst .osH-search-city-toggle,
  .ss2025.mobilefirst .osH-sp-datepicker,
  .ss2025.mobilefirst .osH-form-group.osH-form-people,
  .ss2025.mobilefirst .departure-input,
  .ss2025.mobilefirst .destination-input,
  .ss2025.mobilefirst .get-info-calendar {
    cursor: pointer;
  }
  .ss2025.mobilefirst .osH-search-city-toggle:hover {
    text-decoration: none;
    color: #333;
  }

  .ss2025.mobilefirst .pickers {
    right: initial;
    left: initial;
    width: 375px !important;
    max-width: 100%;
    top: 228px;
    padding-bottom: 160px;
    min-height: initial;
    z-index: 9999;
  }
  .ss2025.mobilefirst .drp-calendar {
    text-align: center;
  }
  .ss2025.mobilefirst .drp-buttons {
    left: initial;
    width: 375px !important;
    max-width: 100%;
  }
  .ss2025.mobilefirst #search_box_domdp .inner-box-01,
  .ss2025.mobilefirst #search_box_domdp .dp-hotel-room-view {
    padding-right: 0;
    padding-left: 0;
  }
  .ss2025.mobilefirst #airtripwidget .airtrip-seachbox .airtrip-modal-airlst-search {
    right: initial !important;
    left: calc(50% - 195.5px) !important;
    width: 375px !important;
    max-width: 100%;
    top: 228px !important;
  }
  .ss2025.mobilefirst .content-suggest-region {
    height: 60% !important;
  }
  .ss2025.mobilefirst .content-suggest-region .ui-autocomplete::before {
    background: transparent;
  }
  .ss2025.mobilefirst .content-suggest-region .ui-autocomplete {
    padding: 0 12px 35px !important;
  }
  .ss2025.mobilefirst #airtripwidget .wrapper-people {
    height: 75%;
  }
  .ss2025.mobilefirst .osH-kaigai-modal .osH-title {
    padding: 4px 0 !important;
  }
  .ss2025.mobilefirst .osH-kaigai-modal button.osH-close {
    line-height: 0 !important;
    margin-top: 0 !important;
  }
  .ss2025.mobilefirst #dom-air .airtrip-calendar-modal-title,
  .ss2025.mobilefirst #dom-air .airtrip-modal-title {
    z-index: 10000;
  }
  .ss2025.mobilefirst #dom-air #modal-content,
  .ss2025.mobilefirst #dom-air #modal-content_multi {
    width: 560px;
    top: 45%;
    min-height: 250px;
    padding: 10px 20px;
    border: 0;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    z-index: 10000;
    left: calc(50% - 280px);
  }
  .ss2025.mobilefirst #dom-air .modal-overlay,
  .ss2025.mobilefirst #dom-air .modal-overlay_multi {
    background: transparent;
  }
  .ss2025.mobilefirst #get_data_calendar span.sp-year, 
  .ss2025.mobilefirst #check_in_out span.sp-year, 
  .ss2025.mobilefirst #car_campaign span.sp-year {
    font-size: 12px;
    line-height: 56px;
  }
  .ss2025.mobilefirst .dom-dropdown-toggle {
    padding-top: 14px !important;
  }
  /* domtour search */
    .ss2025.mobilefirst #almedia_widget .col-sm-6 {
        width: 100% !important
    }
    .ss2025.mobilefirst #dom-tour #almedia_widget #options .search-box:last-of-type .search_input {
        padding-left: 134px !important;
        height: auto;
        padding-top: 18px !important;
    }
    .ss2025.mobilefirst #almedia_widget .search__tourcode .search-box {
        position: relative;
        float: right;
        width: 100%;
        margin-bottom: 0;
    }
    .ss2025.mobilefirst .topSearch.clearfix {
        display: none
    }
    .ss2025.mobilefirst #dom-tour #almedia_widget #popup-search {
        background-color: #fff !important;
        width: 375px !important;
    }
    .ss2025.mobilefirst #almedia_widget #popup-search .modal-content {
        margin: 0 auto;
        max-width: 375px !important;}
    .ss2025.mobilefirst #almedia_widget #popup-search {
        left: -14px !important;
        right: 0;
        bottom: 0;
        top: 228px;
        background: transparent;
        margin-left: auto;
        margin-right: auto;
    }
    .ss2025.mobilefirst #almedia_widget #popup-search .modal-header {
        border-radius: 0 !important;
    }
    .ss2025.mobilefirst .ui-datepicker-multi-2 .ui-datepicker-group {
        float: none;
        width: 100%;
    }
    .ss2025.mobilefirst #ui-datepicker-div {
        position: fixed !important;
        height: 100%;
        top: 228px !important;
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker-multi-2.ui-datepicker-multi {
        position: fixed !important;
        height: 100%;
        top: 228px !important;
        width: 375px !important;
        left: calc(50% - 195px) !important;
    }
    .ss2025.mobilefirst #ui-datepicker-div:before {
        top: 228px !important;
        width: 375px !important;
        left: calc(50% - 195px) !important;
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
        position: inherit;
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker.ui-datepicker-multi-2.ui-datepicker-multi .ui-datepicker-prev,
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker.ui-datepicker-multi-2.ui-datepicker-multi .ui-datepicker-next {
        position: absolute !important;
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker.ui-datepicker-multi-2.ui-datepicker-multi .ui-datepicker-prev {
        top: 30px !important
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker.ui-datepicker-multi-2.ui-datepicker-multi .ui-datepicker-next {
        top: 30px !important
    }
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker .ui-state-active,
    .ss2025.mobilefirst #ui-datepicker-div.ui-datepicker .ui-state-hover {
        color: #212121 !important
    }
}
.ss2025.mobilefirst .hdg-lv2-01, .ss2025.mobilefirst .dtsearch-close, .ss2025.mobilefirst .topSearch.clearfix {
  display: none;
}
.ss2025.mobilefirst  .ui-icon.ui-icon-circle-triangle-e i,
.ss2025.mobilefirst .ui-icon.ui-icon-circle-triangle-w i {
  line-height: 24px;
}
/* Adjust search module space */
.ss2025.mobilefirst .domtour-search-wrapper .form-list-detail-01 {
  padding: 0 !important;
}
.ss2025.mobilefirst .tbl-calendar {
  padding-top: 10px !important;
}

/* Animation CSS */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }

.recommend-product-coupon .coupon-top-img {
    width: 100%;
    display: block;
}

.coupon-wrapper {
  display: flex;
  width: 626px;
  margin: -12px auto 0;
  }

.recommend-product-coupon .coupon-domdp-wrapper {
    position: relative;
    background: #fff;
    display: block;
    width: 90.7%;
    line-height: 0;
    margin: 0 auto;
    padding: 3.5% 4.5% 5%;
    margin-bottom: 16px;
    border-radius: 8px;
}

.recommend-product-coupon .coupon-domdp-wrapper > img {
    display: block;
    margin: 0 auto;
    padding-bottom: 2%;
    width: 100%;
}

.recommend-product-coupon .coupon-domdp-wrapper::before,
.recommend-product-coupon .coupon-domdp-wrapper::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #E0C58E;
    border-radius: 50%;
    z-index: 1;
    top: -12px;
}

.recommend-product-coupon .coupon-domdp-wrapper::before {
    left: -10px;
}

.recommend-product-coupon .coupon-domdp-wrapper::after {
    right: -10px;
}

.recommend-product-coupon .coupon-button-wrapper {
    display: flex;
    gap: 8px;
}

.recommend-product-coupon .coupon-get-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    padding: 12px 8px;
    border: none;
    background: #D2A764;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    min-width: 65.5%;
    flex-shrink: 0;
    font-size: 14px;
    text-align: center;
}

.recommend-product-coupon .coupon-get-button img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-self: center;
}

.terms-top-img {
  display: block;
  height: 43px;
  width: 53px;
  margin: 24px auto 16px;
}

.recommend-product-coupon .terms-of-service-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    flex:1;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    border: 1px solid #D2A764;
    color: #CA9143;
    background: transparent;
    border-radius: 4px;
    line-height: 1;
    font-size: 12px;
}

.recommend-product-coupon .terms-of-service-button img {
    display: block;
    width: auto;
    height: auto;
}
.category-content {
    padding: 0 16px 16px;
}


/* 利用規約ポップアップ */
.terms-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-popup-content {
    position: relative;
    width: 280px;
    height: 555px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.terms-popup-close {
    width: 100%;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.terms-popup-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    padding-top: 10px;
}

.terms-popup-footer {
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-top: 1px solid #F8F8F8;
    color: #112250;
}

.terms-popup-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.terms-popup-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.terms-popup-text__bold {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.terms-popup-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-popup-list li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

.terms-popup-list li::before {
    content: "・";
}



@media screen and (min-width: 768px) {
      /* forDesktop */
      body.forDesktop {
        overflow: initial;
        position: relative;
        width: 100%;
        height: auto;
        overscroll-behavior: smooth;
      }
      .main-tab-images{
        gap: 16px;
      }

      .coupon-top2-img{
        width: 156px;
        height: 136px;
      }
      .coupon-wrapper {
        overflow: hidden;
      }

      .main-content::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 606px;
        background: url('/campaign/images/hypersale/2025blackfriday/pc/kv_bg.png') no-repeat;
        background-position: top center;
        background-size: cover;
      }
      .forDesktop .content-wrap {
        width: auto;
        margin: 0 auto;
        background: transparent;
      }
          .forDesktop .m-layout {
            overflow: initial;
            height: auto;
            background: #112250;
        }
        .forDesktop .kv {
          width: 1056px;
          max-height: 516px;
          margin: 0 auto;
          padding-right: 11px;
        }
        .recommend-product-coupon{
          display: block;
          padding-bottom: 16px;
        }
        .sub-tab-domestic {
        overflow-x: unset;
        justify-content: center;
        padding: 28px 0 11px;
        gap: 16px;
        }
        .sub-tab-domestic:after {
          content: none;
        }

        .sub-tab-domestic li {
        max-width: 214px;
        padding: 22px 0 16px;
        gap: 16px;
        }
        .sub-tab-domestic li:hover {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.8);
          border: 1px solid #fff;
        }

        .sub-tab-domestic__icons img {
        width: 32px;
        }

        .sub-tab-domestic__text {
          font-size: 18px;
          line-height: 1;
          height: 1em;
          margin: 10px auto 0;
        }

        .sub-tab-domestic li.coupon:after, .sub-tab-domestic li.ticket:after {
        width: 70px;
        height: 26px;
        }

        .recommend-product {
            width: 1134px;
            max-width: 100%;
            margin: 0 auto;
        }

        .prod-item .text .name {
        text-align: center;
        }

        .prod-item .text div {
        text-align: center;
        }

        .forDesktop .prod-item p.price {
        text-align: center;
        }

        .product-note-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 16px;
        }

        .note-desc {
          font-size: 14px;
          margin-bottom: 8px;
        }

        .recommend-product-coupon .coupon-domdp-wrapper {
          flex: 1;
          height: 136px;
          display: flex;
          gap: 16px;
          padding: 22px 16px 22px 24px;
        }

        #domtour .recommend-product-coupon .coupon-domdp-wrapper {
          padding: 15.5px 16px 15.5px 13px;
        }

        .recommend-product-coupon .coupon-domdp-wrapper > img {
          padding-bottom: 0;
          width: 280px;
          object-fit: contain;
        }

        .recommend-product-coupon .coupon-domdp-wrapper::before, .recommend-product-coupon .coupon-domdp-wrapper::after {
          width: 26px;
          height: 26px;
        }

        .recommend-product-coupon .coupon-domdp-wrapper::before {
          background: #0a1430;
          top: -13px;
          left: -13px;
        }
        .recommend-product-coupon .coupon-domdp-wrapper::after {
          right: unset;
          bottom: -13px;
          top: unset;
          left: -13px;
        }

        .recommend-product-coupon .coupon-button-wrapper {
          width: 134px;
          flex-wrap: wrap;
          align-items: center;
        }

        .recommend-product-coupon .coupon-get-button,
        .recommend-product-coupon .terms-of-service-button {
          width: 100%;
        }

        .recommend-product-coupon .coupon-get-button:hover {
          background: #BC7B3A;
          cursor: pointer;
        }
        .recommend-product-coupon .terms-of-service-button:hover {
          background: #F6F0DD;
          cursor: pointer;
        }

        .app-info-wrap {
        max-width: 1134px;
        margin: 181px auto 0;
        }
        .app-info-wrap:after {
          width: 202.19px;
          height: 138.28px;
        }

        .rank-info {
        max-width: 1134px;
        margin: auto;
        }

        .section-title .bold {
        font-size: 24px;
        }
        .rank-info__content {
        padding: 29px 24px 24px;
        }
        .rank-info__text {
          font-size: 20px;
          text-align: center;
          margin-bottom: 24px;
        }

        .rank-info__list {
          gap: 32px;
          margin: 0 0 24px;
        }
        .rank-info__list li,
        .rank-info__list img {
          width: 120px;
        }
        .rank-info__list li:last-child {
          width: 122px;
        }

        .rank-info__label {
          font-size: 20px;
          font-weight: 600;
          padding: 4px 0;
        }

        .rank-info__list li:last-child .rank-info__label {
          letter-spacing: -0.05em;
        }
        .rank-info__btn {
          font-size: 20px;
          font-weight: 900;
          padding: 16px 16px;
        }
        .rank-info__btn img {
          width:40px;
          height: 40px;
        }

        .rank-info__btn:hover {
          background-color: #1342B9;
        }
        .overview-item p {
          font-size: 18px;
          line-height: 1.5;
        }
        .terms-popup-list li {
          font-size: 18px;
      }
      .forDesktop .top-wrap,
      .forDesktop .breadcrumb-wrap,
      .forDesktop .welcom-info {
        width: 1368px;
        max-width: 100%;
        margin: 0 auto;
      }
      .forDesktop .top-wrap {
        background: transparent;
        position: relative;
      }
      .forDesktop .welcom-info h3.section-title,
      .forDesktop .recommend-product h2.section-title {
          width: 530px;
          margin-top: -87px;
          left: calc(50% - 265px);
      }
      .forDesktop .section-title {
          font-size: 18px;
      }
      .welcome-info {
        margin: 0 auto 40px;
      }
      .cp-info__middle {
        font-size: 20px;
      }
      .forDesktop #search-block h2.block-title {
        padding: 0px 24px;
        border-radius: 28px;
        font-size: 32px;
        font-weight: 900;
        color: #fff;
        line-height: 56px;
        width: 495px;
        margin-bottom: 36px;
      }
      .forDesktop .cp-info div p:last-child span{
        font-size: 30px;
        color: #212121;
      }

      .forDesktop .overview-item-text,
      .forDesktop .overview-item ul.disc li {
        font-size: 18px;
        letter-spacing: 0;
      }
      .forDesktop .overview-item p.title-overview-list {
        font-size: 18px;
      }
      .forDesktop .recommend-product-wrap::before {
        display: none;
      }
      .forDesktop .block-title {
        font-size: 20px;
        padding: 16px 10px 10px 10px;
      }
      .forDesktop .block-title span.img img {
        height: 24px;
        width: auto;
      }
      .category-content {
        padding: 0 0 36px;
      }

      .btns a {
        font-size: 24px;
        padding: 16px;
      }

      .btns a img {
        width: 40px;
        height: 40px;
      }
      .btns a:hover {
        text-decoration: none;
        background: linear-gradient(90deg, #112250 0%, #FF56C9 100%);
      }


      .forDesktop .products-list {
        padding-bottom: 16px;
        flex-direction: row;
        justify-content: center;
        gap: 16px;
      }

      .forDesktop .prod-item {
        width: calc((100% / 3) - 11px);
        border-radius: 8px;
      }
      .forDesktop .prod-item:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.32);
      }
      .prod-item__inner {
        flex-flow: column;
      }
      .prod-item__link {
        padding: 16px;
      }
      .prod-item__img {
        width: 100%;
        height: 180px;
        border-radius: 4px;
        margin-bottom: 16px;
      }
      .prod-item__img img {
        display: block;
        object-fit: cover;
        object-position: 50% 50%;
        height: 100%;
        width: 100%;
      }

      #domtour_BF2025 .prod-item__img {
        height: 180px;
      }

      #domtour_BF2025 .products-list .prod-item:nth-child(3) .prod-item__img,
      #domtour_BF2025 .products-list .prod-item:nth-child(5) .prod-item__img {
        height: 214px;
      }
      #domtour_BF2025 .products-list .prod-item:nth-child(3) .prod-item__img img,
      #domtour_BF2025 .products-list .prod-item:nth-child(5) .prod-item__img img {
        height: 214px;
        border-radius: 4px;
      }

      .prod-item__name {
        font-size: 20px;
        text-align: center;
      }
      .prod-item__info {
        font-size: 16px;
      }

      .prod-item__info.review {
        justify-content: center;
      }

      .prod-item__info.review img {
        height: 16px;
      }

      .prod-item__info img {
        height: 16px;
      }

      .prod-item__label {
        font-size: 16px;
        padding: 8px;
        margin-bottom: 16px;
      }

      .prod-item__bottom {
        margin-top: 16px;
        text-align: center;
      }

      .prod-item__price {
        text-align: center;
        font-size: 24px;
      }
      .prod-item__price span {
        font-size: 42px;
      }

      .forDesktop div.product-note {
        font-size: 14px;
        padding: 16px;
      }
      .forDesktop .block-wrap.welcom-info {
        padding-top: 56px;
        padding-bottom: 0;
      }
      .forDesktop .cp-point {
        padding: 24px 48px;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .cp-info__text {
        padding-top: 4px;
      }
      .cp-info__text .small {
        font-size: 0.6em;
      }
      .cp-info__text p + p {
        margin: 8px 0 0;
      }

      .cp-info__img {
        width: 409px;
        margin: 0;
      }
      .cp-info__img img {
        display: block;
      }

      .forDesktop .campaign-overview-wrap {
        padding: 25px 24px 16px;
      }
      .forDesktop ul.disc {
        margin-left: 7px;
      }
      .forDesktop .campaign-overview .tit {
        font-size: 19px;
        padding: 11px 24px;
      }
      .forDesktop .searchbox-wrap {
        background: url('/campaign/images/hypersale/2025summer_sale/bg_search.svg') no-repeat;
        background-position: center;
        background-size: 100%;
      }
      .forDesktop .searchbox-wrap::before,
      .forDesktop .searchbox-wrap::after {
        content: none;
        display: none;
      }

      .forDesktop .tabs ul li {
        font-size: 24px;
        width: 72px;
      }
      .forDesktop .tabs ul li span {
        padding: 14px 20px 28px 20px;
      }

      .forDesktop .gotoapp {
        right: 0;
        bottom: 50px;
        width: 138px;
        height: 150px;
        background: url('/campaign/images/hypersale/2025blackfriday/gotoapp_PC.png') no-repeat center bottom / 100%;
      }

      .forDesktop .gotoapp:hover {
        background: url('/campaign/images/hypersale/2025blackfriday/gotoapp_hover_PC.png') no-repeat center bottom / 100%;
      }
      .block-search li.tab-item {
        border-radius: 0;
      }
      .tab-item.dombus img, .tab-item.domtrain img {
        opacity: 0;
      }
      .tab-item.dombus, .tab-item.domtrain {
        pointer-events: none;
      }
      .topSearch.clearfix {
        display: none;
      }

    .overview {
      max-width: 1134px;
      margin: auto;
    }

    .overview .block-wrap {
      margin: 0;
    }

    .title-overview {
      font-size: 18px;
      padding: 8px 10px 6px;
    }
    .overview-item-text {
      font-size: 18px;
    }
    .overview-item__lead {
      margin-bottom: 14px;
    }
    .overview-item {
      margin-bottom: 15px;
    }

    .social-btns {
      background-color: unset;
      margin-top: 16px;
      padding-bottom: 40px;
    }
    .breadcrumb {
      padding: 6px 12px 6px;
      font-size: 10px;
    }

    .terms-popup-content {
      max-width: 1200px;
      width: 90%;
      height: 744px;
    }
    .terms-top-img {
      margin: 40px auto 16px;
    }

    .terms-popup-text {
      font-size: 19px;
      height: 484px;
      overflow: scroll;
      padding: 16px;
    }
    .terms-popup-text__bold {
      font-size: 19px;
    }

    .terms-popup-body {
      overflow: hidden;
      padding: 8px 64px;
    }
    .terms-popup-title {
      font-size: 24px;
      margin: 24px 0 32px;
    }

    .terms-popup-close {
      font-size: 20px;
      height: 68px;
    }
    .terms-popup-footer {
      height: 68px;
    }

    .pc_hide {
      display: none;
    }
}

@media screen and (max-width: 767px){
  #search-block {
    z-index: 1002;
  }
  .searchbox-wrap {
    padding: 0 0 24px 0;
    background: #fff;
    position: relative;
    z-index: 1001;
    margin: 20px 0;
    border-radius: 0px;
  }
  .container.searchbox {
    padding: 0;
  }

  .searchbox-wrap #list_tab {
    display: flex;
    gap: 8px;
    padding: 8px;
  }
  .searchbox-wrap li.tab-item {
    width: calc(25% - 4px);
    margin: 0;
  }
  .searchbox-wrap #list_tab li.tab-item p {
    color: #50A2D2;
    height: 80px;
    line-height: 80px;
    padding: 0;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .searchbox-wrap #list_tab li.tab-item.active p {
    color: #fff !important;
  }
  .searchbox-wrap #list_tab li.tab-item.airtripwidget p {
    line-height: 1.2;
    padding-top: 40px;
  }
  .searchbox-wrap #osH_hotel_widget {
    padding-bottom: 0;
    padding-top: 0;
  }
  #dom-tour #almedia_widget .search_main {
    padding-top: 16px !important;
  }
  .tab-item.dom-air p {
    background: #fff url(/campaign/images/hypersale/2025blackfriday/domair-ico.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.airtripwidget p {
    background: #fff url(/campaign/images/hypersale/2025blackfriday/domdp-ico.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.dom-hotel p {
    background: #fff url(/campaign/images/hypersale/2025blackfriday/domhotel-ico.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.dom-tour p {
    background: #fff url(/campaign/images/hypersale/2025blackfriday/domtour-ico.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.dom-air.active p {
    background: #50A2D2 url(/campaign/images/hypersale/2025blackfriday/domair-ico-act.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.airtripwidget.active p {
    background: #50A2D2 url(/campaign/images/hypersale/2025blackfriday/domdp-ico-act.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.dom-hotel.active p {
    background: #50A2D2 url(/campaign/images/hypersale/2025blackfriday/domhotel-ico-act.svg) no-repeat;
    background-position: center 12px;
  }
  .tab-item.dom-tour.active p {
    background: #50A2D2 url(/campaign/images/hypersale/2025blackfriday/domtour-ico-act.svg) no-repeat;
    background-position: center 12px;
  }
}