@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
:root {
  --ico-domair: url("/campaign/images/hypersale/spring_summer_sale_new/domair.svg");
  --ico-domair-off: url("/campaign/images/hypersale/spring_summer_sale_new/domair_off.svg");
  --ico-domdp: url("/campaign/images/hypersale/spring_summer_sale_new/domdp.svg");
  --ico-domdp-off: url("/campaign/images/hypersale/spring_summer_sale_new/domdp_off.svg");
  --ico-domtour: url("/campaign/images/hypersale/spring_summer_sale_new/domtour.svg");
  --ico-domtour-off: url("/campaign/images/hypersale/spring_summer_sale_new/domtour_off.svg");
  --ico-domhotel: url("/campaign/images/hypersale/spring_summer_sale_new/domhotel.svg");
  --ico-domhotel-off: url("/campaign/images/hypersale/spring_summer_sale_new/domhotel_off.svg");
  --bg-rippon: url("/campaign/images/hypersale/spring_summer_sale_new/rippon.svg");
  --cl-coupon: #E87A90;
  --cl-black: #212121;
  --cl-gray: #616161;
  --cl-lightgray: #f5f5f5;
  --cl-darkblue: #0F2540;
  --cl-blue-1: #1565c0;
  --cl-blue-2: #00A1EF;
  --cl-lightblue: #E5F0F9;
  --cl-yellow:#ffe666;
  --cl-red: #d50000;
  --cl-ECEFF1: #ECEFF1;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, li {
  margin: 0;
  padding: 0;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  width: 100%;
}

#master_header,
.page-title,
.master_header_sp {
  background: #fff;
}

.page-campaign * {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Noto Sans JP", "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", meiryo, sans-serif;
}

.page-campaign {
  color: var(--cl-black);
  font-size: 14px;
  background: #fff;
}

.page-campaign a {
  text-decoration: none;
}

.page-campaign a:hover,
.page-campaign a:focus,
.page-campaign a:link,
.page-campaign a:active {
  text-decoration: none;
}

.page-campaign a.btn-blue:hover,
.page-campaign .btn-link a:hover {
  opacity: 1;
  box-shadow: none;
}

.visible-xs,
.visible-inline-xs {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.no-web-link {
  cursor: default;
  pointer-events: none;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f42 {
  font-size: 42px;
}

.f44 {
  font-size: 44px;
}

.f-bold {
  font-weight: 900;
}

.f-700 {
  font-weight: 700;
}

.f-normal {
  font-weight: normal;
}

.cl-blue {
  color: #1565c0;
}

sup {
  top: -0.5em;
  vertical-align: super;
  font-size: 12px !important;
}

.bradius4 {
  border-radius: 4px;
}

.bradius10 {
  border-radius: 10px;
}

.boxShadow {
  background: var(--cl-red);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
}

.d-flex {
  display: flex;
}
.d-flex.f-col {
  flex-direction: column;
}
.d-flex.f-row {
  flex-direction: row;
}
.d-flex.gap-4 {
  gap: 4px;
}
.d-flex.gap-8 {
  gap: 8px;
}
.d-flex.gap-12 {
  gap: 12px;
}
.d-flex.gap-16 {
  gap: 16px;
}
.d-flex.gap-24 {
  gap: 24px;
}
.d-flex .content-center {
  justify-content: center;
}
.d-flex .al-item-end {
  align-items: end;
}

.breadcrum {
  font-size: 11px;
  line-height: 1;
  background: #f5f5f5;
}

.breadcrum-wrap {
  width: 1396px;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 12px;
}
.breadcrum-wrap ul {
  margin: 0;
  padding: 0;
}
.breadcrum-wrap li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}
.breadcrum-wrap li::after {
  content: "";
  display: inline-block;
  margin: 0 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #212121;
  border-right: 0;
}
.breadcrum-wrap li:last-child::after {
  border-left-color: transparent;
}
.breadcrum-wrap a {
  color: #196fb9;
  text-decoration: none;
}

.page-campaign .footer {
  text-align: center;
  background: var(--cl-blue-1) !important;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 16px;
}
.page-campaign .footer .footer_content {
  padding: 0;
}

.sns {
  padding: 40px 0;
  text-align: center;
}

.sns a {
  display: inline-block;
  margin: 0 8px;
  line-height: 1;
}

.sns img {
  width: 48px;
  height: 48px;
}

.container {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
}

.block-keyvisual {
  background: #edfaff;
}

.keyvisual {
  background: none;
}
.keyvisual::after {
  display: none;
}
.keyvisual picture {
  line-height: 0;
}
.keyvisual .text {
  font-size: 11px;
  padding: 4px 8px;
  line-height: 1.5;
}

.keyimg {
  text-align: center;
}

.text_kv {
  font-size: 20px;
  color: var(--cl-black);
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  padding-bottom: 16px;
  line-height: 1;
}
.text_kv span {
  font-size: 30px;
  letter-spacing: 10%;
}
.text_kv span:first-child {
  color: var(--cl-coupon);
}
.text_kv span.blue {
  color: var(--cl-blue-2);
}
.text_kv font {
  color: var(--cl-darkblue);
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .text_kv {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .text_kv span {
    font-size: 36px;
  }
  .text_kv font {
    color: var(--cl-darkblue);
    font-size: 28px;
  }
}

.content-index {
  background: #edfaff;
  padding-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .content-index {
    padding: 0 0 40px 0;
    margin: 0 auto;
  }
}

ul.navList {
  width: 1128px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
ul.navList li {
  background: #fff;
  position: relative;
  list-style: none;
  width: calc(50% - 16px);
  padding: 8px 8px 2px;
  margin: 0;
  border-radius: 8px;
  height: auto;
  cursor: pointer;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
ul.navList li.nav-1 .ico {
  flex: none;
  width: 36px;
  height: 36px;
  background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_1_on.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
ul.navList li.nav-2 .ico {
  flex: none;
  width: 36px;
  height: 36px;
  background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_2_on.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
ul.navList li.nav-3 .ico {
  flex: none;
  width: 36px;
  height: 36px;
  background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_3_on.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
ul.navList li.nav-4 .ico {
  flex: none;
  width: 36px;
  height: 36px;
  background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_4_on.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}
ul.navList li div {
  width: 100%;
}
ul.navList li div span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}
ul.navList li div span:first-child {
  font-size: 12px;
}
ul.navList li img {
  width: 20px;
  height: 20px;
}
ul.navList.fabtn {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 8px 0;
  height: 216px;
  width: 180px;
  overflow: hidden;
  transition: all 0.3s;
}
ul.navList.fabtn li {
  gap: 8px;
  flex-direction: row;
  text-align: left;
  width: 156px;
  height: 44px;
  padding: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
ul.navList.fabtn li.nav-1 .ico, ul.navList.fabtn li.nav-2 .ico, ul.navList.fabtn li.nav-3 .ico, ul.navList.fabtn li.nav-4 .ico {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
ul.navList.fabtn li div {
  width: calc(100% - 24px);
}
ul.navList.fabtn li div span {
  font-size: 12px;
  font-weight: 700;
}
ul.navList.fabtn li div span:first-child {
  font-size: 10px;
}
ul.navList.fabtn li img {
  display: none;
}
ul.navList.fabtn.close {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 767px) {
  ul.navList {
    width: 1128px;
    margin: 0 auto;
    padding: 0;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  ul.navList li {
    width: 25%;
    padding: 15px 8px;
    height: auto;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    border: 1px solid transparent;
  }
  ul.navList li.nav-1 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_1_off.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li.nav-2 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_2_off.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li.nav-3 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_3_off.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li.nav-4 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_4_off.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li:hover {
    color: var(--cl-blue-2);
    border: 1px solid var(--cl-blue-2);
  }
  ul.navList li:hover.nav-1 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_1_on.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li:hover.nav-2 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_2_on.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li:hover.nav-3 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_3_on.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li:hover.nav-4 .ico {
    flex: none;
    width: 40px;
    height: 40px;
    background-image: url("/campaign/images/hypersale/spring_summer_sale_new/ico_4_on.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.navList li div {
    width: calc(100% - 72px);
  }
  ul.navList li div span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
  }
  ul.navList li div span:first-child {
    font-size: 14px;
  }
  ul.navList li img {
    width: 40px;
    height: 40px;
  }
  ul.navList.fabtn {
    flex-direction: column;
    gap: 16px;
    height: auto;
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }
  ul.navList.fabtn li {
    width: 195px;
    height: 58px;
    padding: 8px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  }
  ul.navList.fabtn li.nav-1 .ico, ul.navList.fabtn li.nav-2 .ico, ul.navList.fabtn li.nav-3 .ico, ul.navList.fabtn li.nav-4 .ico {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  ul.navList.fabtn li div {
    width: calc(100% - 40px);
  }
  ul.navList.fabtn li div span {
    font-size: 14px;
    font-weight: 700;
  }
  ul.navList.fabtn li div span:first-child {
    font-size: 12px;
  }
  ul.navList.fabtn li img {
    display: none;
  }
  ul.navList.fabtn.close {
    height: auto;
    overflow: visible;
    pointer-events: visible;
    opacity: 1;
  }
}

.btn a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 8px 8px;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
}
.btn a span {
  flex: 1 0 0;
  align-self: stretch;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.btn a img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.btn a:hover::after {
  opacity: 1;
}
.btn a.product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 64px;
  height: 67px;
  padding: 0;
  border-radius: 4px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  background: #FF9629;
  transition: all 0.2s;
}
.btn a.product:hover, .btn a.product:focus {
  background: #FD7A25;
  color: #fff;
  outline: none;
}
@media screen and (min-width: 767px) {
  .btn a.product {
    font-size: 14px;
    color: #fff !important;
  }
}

#productsForSale {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  #productsForSale {
    padding-bottom: 120px;
    background: #EDFAFF;
  }
}

.feature-products {
  background: #EDFAFF;
  padding: 0 16px 40px;
}
.feature-products .heading {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 16px;
}
.feature-products .heading h2 {
  font-size: 20px;
  letter-spacing: 4%;
  font-weight: 900;
  color: var(--cl-darkblue);
  text-align: center;
}
.feature-products .heading img {
  width: 60px;
  height: 60px;
}
.feature-products .products-list.d-flex.f-col {
  flex-direction: row;
  gap: 16px;
  flex-wrap: nowrap;
}
.feature-products .products-list.first {
  margin-bottom: 24px;
}
.feature-products .products-list .prod-item {
  width: 343px;
  margin-right: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.feature-products .products-list .prod-item:last-child {
  margin-right: 0;
}
.feature-products .products-list .prod-item .item-wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.feature-products .products-list .prod-item .pic {
  width: 100%;
}
.feature-products .products-list .prod-item .info-wrap {
  width: 100%;
  justify-content: space-between;
  color: var(--cl-black);
}
.feature-products .products-list .prod-item .info-wrap .route-name,
.feature-products .products-list .prod-item .info-wrap .hotelName {
  color: var(--cl-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.feature-products .products-list .prod-item .info-wrap .route-name.fixhH,
.feature-products .products-list .prod-item .info-wrap .hotelName.fixhH {
  height: 38px;
  display: flex;
  align-items: center;
}
.feature-products .products-list .prod-item .info-wrap .location {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
  background: url("/campaign/images/hypersale/spring_summer_sale_new/ico_location.svg") left center no-repeat;
  background-size: 16px 16px;
}
.feature-products .products-list .prod-item .info-wrap .info {
  font-size: 12px;
  letter-spacing: normal;
}
.feature-products .products-list .prod-item .info-wrap .first,
.feature-products .products-list .prod-item .info-wrap .second {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
}
.feature-products .products-list .prod-item .info-wrap .first .d-flex.f-row,
.feature-products .products-list .prod-item .info-wrap .second .d-flex.f-row {
  padding: 8px;
  justify-content: space-between;
}
.feature-products .products-list .prod-item .info-wrap .first .note,
.feature-products .products-list .prod-item .info-wrap .second .note {
  font-size: 11px;
  line-height: 1;
  color: var(--cl-gray);
  background: #f5f5f5;
  padding: 8px;
  border-radius: 0 0 4px 4px;
}
.feature-products .products-list .prod-item .info-wrap .first .f16.f-bold,
.feature-products .products-list .prod-item .info-wrap .second .f16.f-bold {
  font-size: 14px;
}
.feature-products .products-list .prod-item .info-wrap .people-room {
  font-size: 12px;
  line-height: 1;
}
.feature-products .products-list .prod-item .info-wrap .price {
  text-align: left;
  color: var(--cl-red);
  font-size: 15px;
}
.feature-products .products-list .prod-item .info-wrap .price span {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
.feature-products .products-list .prod-item .info-wrap p {
  margin: 0;
  padding: 0;
}
.feature-products .bnr {
  margin: 12px auto;
}
.feature-products .bnr img {
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .feature-products .bnr {
    margin: 24px auto;
    text-align: center;
  }
}
.feature-products span.tag {
  padding: 4px;
  border-radius: 4px;
  background: #F77784;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .feature-products {
    padding-bottom: 80px;
  }
  .feature-products .heading {
    gap: 24px;
  }
  .feature-products .heading h2 {
    font-size: 28px;
    letter-spacing: 8%;
  }
  .feature-products .heading img {
    width: 80px;
    height: 80px;
  }
  .feature-products .products-list {
    width: 1128px;
  }
  .feature-products .products-list.d-flex.f-col {
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
  }
  .feature-products .products-list.first {
    margin-bottom: 24px;
  }
  .feature-products .products-list .prod-item {
    width: 366px;
    padding: 16px;
    margin-right: 16px;
  }
  .feature-products .products-list .prod-item:last-child {
    margin-right: 0;
  }
  .feature-products .products-list .prod-item:hover {
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  }
  .feature-products .products-list .prod-item .item-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .feature-products .products-list .prod-item .item-wrap p {
    margin: 0;
  }
  .feature-products .products-list .prod-item .pic {
    width: 100%;
    flex: 0 0 100%;
  }
  .feature-products .products-list .prod-item .info-wrap {
    gap: 16px;
  }
  .feature-products .products-list .prod-item .info-wrap .route-name,
  .feature-products .products-list .prod-item .info-wrap .hotelName {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
  .feature-products .products-list .prod-item .info-wrap .location {
    text-align: left;
    font-size: 14px;
    line-height: 1;
    background: url("/campaign/images/hypersale/spring_summer_sale_new/ico_location.svg") left center no-repeat;
    background-size: 16px 16px;
  }
  .feature-products .products-list .prod-item .info-wrap .info {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    min-height: 105px;
  }
  .feature-products .products-list .prod-item .info-wrap .first .note,
  .feature-products .products-list .prod-item .info-wrap .second .note {
    font-size: 11px;
  }
  .feature-products .products-list .prod-item .info-wrap .people-room {
    font-size: 13px;
    padding: 0;
  }
  .feature-products .products-list .prod-item .info-wrap .price {
    text-align: left;
    font-size: 16px;
  }
  .feature-products .products-list .prod-item .info-wrap .price span {
    font-size: 30px;
  }
  .feature-products .product-note {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .feature-products .product-note p {
    font-size: 20px;
    line-height: 1.1;
    margin: -12px auto 12px;
    padding: 8px 16px;
  }
}

#searchModule.searchbox-wrap {
  margin: 0 auto;
  padding: 8px 0 0;
  text-align: initial;
  position: relative;
  z-index: 105;
}
#searchModule.searchbox-wrap .topSearch.clearfix {
  display: none;
}
#searchModule.searchbox-wrap #list_tab {
  height: 80px !important;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0 8px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.airtripwidget {
  order: 2;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-air {
  order: 1;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-hotel {
  order: 3;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-tour {
  order: 4;
}
#searchModule.searchbox-wrap ul.list-inline {
  padding: 0;
  background: #fff;
}
#searchModule.searchbox-wrap li.tab-item {
  padding: 0;
  color: var(--cl-gray);
  font-size: 11px;
  border: 1px solid var(--cl-lightblue);
  border-radius: 8px;
}
#searchModule.searchbox-wrap li.tab-item.active {
  background: var(--cl-lightblue);
}
#searchModule.searchbox-wrap li.tab-item.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  background: var(--cl-blue-1);
  border-radius: 3px 3px 0 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#searchModule.searchbox-wrap #list_tab li.tab-item p {
  height: 80px;
  padding-top: 50px;
  color: var(--cl-gray) !important;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.airtripwidget p {
  line-height: 1.1 !important;
  padding-top: 48px;
  line-height: normal;
  background: var(--ico-domdp-off) no-repeat;
  background-position: center 10px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.airtripwidget.active p {
  line-height: normal;
  background: var(--ico-domdp) no-repeat;
  background-position: center 10px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-air p {
  line-height: normal;
  background: var(--ico-domair-off) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-air.active p {
  line-height: normal;
  background: var(--ico-domair) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-hotel p {
  line-height: normal;
  background: var(--ico-domhotel-off) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-hotel.active p {
  line-height: normal;
  background: var(--ico-domhotel) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-tour p {
  line-height: normal;
  background: var(--ico-domtour-off) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.dom-tour.active p {
  line-height: normal;
  background: var(--ico-domtour) no-repeat;
  background-position: center 12px;
}
#searchModule.searchbox-wrap #list_tab li.tab-item.active p {
  color: var(--cl-blue-1) !important;
  border: none !important;
}
#searchModule.searchbox-wrap #osH_hotel_widget {
  padding-bottom: 16px;
  padding-top: 0;
}
#searchModule.searchbox-wrap .domtour-search-wrapper .search-main-content-01 {
  margin-bottom: 0;
  padding-bottom: 16px;
}
#searchModule.searchbox-wrap .domsearch-wrapper .topSearch.clearfix {
  display: none;
}
#searchModule.searchbox-wrap #dom-tour #almedia_widget .search_main {
  padding-top: 16px !important;
}
#searchModule.searchbox-wrap .wrapper-calendar .btn-conversion-01 .btn-str {
  background: transparent !important;
}
#searchModule.searchbox-wrap .osH-has-datepicker .osH-sp-datepicker {
  letter-spacing: normal !important;
}
@media screen and (min-width: 767px) {
  #searchModule.searchbox-wrap {
    margin: 72px auto;
  }
  #searchModule.searchbox-wrap li.tab-item {
    border-radius: 0;
    border: none;
  }
  #searchModule.searchbox-wrap li.tab-item.active {
    background: rgba(0, 0, 0, 0.7);
  }
  #searchModule.searchbox-wrap li.tab-item.active::after {
    display: none;
  }
  #searchModule.searchbox-wrap li.tab-item.active::before {
    background: var(--cl-coupon);
  }
  #searchModule.searchbox-wrap li.tab-item.dombus, #searchModule.searchbox-wrap li.tab-item.domtrain {
    pointer-events: none;
  }
  #searchModule.searchbox-wrap li.tab-item.dombus img, #searchModule.searchbox-wrap li.tab-item.domtrain img {
    opacity: 0 !important;
  }
}

@media screen and (min-width: 767px) {
  .osH-date-picker-wrapper {
    z-index: 1000 !important;
  }
  .osH-date-picker-wrapper .footer {
    background: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  .ui-icon.ui-icon-circle-triangle-e {
    background: #fff !important;
  }
  .ui-icon.ui-icon-circle-triangle-e i.fa {
    width: 7px !important;
    height: 7px !important;
    border-top: 2px solid var(--cl-blue-1) !important;
    border-right: 2px solid var(--cl-blue-1) !important;
    transform: rotate(45deg);
  }
  .ui-icon.ui-icon-circle-triangle-w {
    background: #fff !important;
  }
  .ui-icon.ui-icon-circle-triangle-w i.fa {
    width: 7px !important;
    height: 7px !important;
    border-top: 2px solid var(--cl-blue-1) !important;
    border-left: 2px solid var(--cl-blue-1) !important;
    transform: rotate(-45deg);
  }
}
.fab_btn {
  position: fixed;
  bottom: 16px;
  right: 0;
  width: 180px;
  height: auto;
  z-index: 100;
}
.fab_btn .open_fab {
  width: 54px;
  height: 54px;
  border-radius: 28px;
  background: var(--cl-blue-2);
  display: flex;
  align-items: center;
  float: right;
  margin-right: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.fab_btn .open_fab .ico_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.fab_btn .open_fab .ico_list span {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
}
.fab_btn .open_fab.close {
  background: var(--cl-black);
}
.fab_btn .open_fab.close .ico_list span {
  position: absolute;
}
.fab_btn .open_fab.close .ico_list span:nth-child(2) {
  opacity: 0;
}
.fab_btn .open_fab.close .ico_list span:first-child {
  transform: rotate(45deg);
}
.fab_btn .open_fab.close .ico_list span:last-child {
  transform: rotate(-45deg);
}
@media screen and (min-width: 767px) {
  .fab_btn {
    cursor: pointer;
    width: 195px;
    height: auto;
    right: 40px;
    bottom: 40px;
  }
}

.campaign-overview {
  margin: 0 auto;
  padding: 24px 12px;
  position: relative;
  background: #EDFAFF;
}
.campaign-overview .container {
  background: #fff;
  padding: 0 12px 12px 12px;
  border-radius: 8px;
  z-index: 2;
  position: relative;
  color: #212121;
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #1565c0;
}
.campaign-overview h3 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  background: #00A1EF;
  padding: 8px 16px;
  text-align: center;
  width: 160px;
  margin: 0 auto 24px;
  border-radius: 0 0 8px 8px;
}
.campaign-overview a {
  color: #8ED0E9 !important;
}
.campaign-overview .title-overview {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  margin: 0 auto 40px;
}
.campaign-overview .overview-item {
  margin-bottom: 8px;
  font-size: 14px;
}
.campaign-overview .overview-item.last {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.campaign-overview .overview-item ul {
  margin-bottom: 12px;
}
.campaign-overview .overview-item li {
  margin-left: 32px;
  list-style-type: disc;
  color: #212121;
  margin-bottom: 0;
  font-size: 14px;
}
.campaign-overview .title-overview-list {
  margin-bottom: 12px;
  padding: 8px 16px;
  background: #EDFAFF;
  border-radius: 4px;
  text-align: center;
  color: #00A1EF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
@media screen and (min-width: 767px) {
  .campaign-overview {
    padding: 40px 12px;
  }
  .campaign-overview .container {
    width: 1128px;
    margin: 0 auto;
  }
  .campaign-overview h3 {
    font-size: 20px;
    width: fit-content;
  }
  .campaign-overview .title-overview-list {
    text-align: center;
    font-size: 18px;
  }
  .campaign-overview .overview-item {
    font-size: 18px;
  }
  .campaign-overview .overview-item li {
    font-size: 18px;
  }
}

.app-memberoffer {
  padding: 24px 12px;
}
.app-memberoffer h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.app-memberoffer h3 span {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
.app-memberoffer h3 {
  margin-bottom: 16px;
}
.app-memberoffer .content {
  border-radius: 8px;
  border: 1px solid var(--cl-blue-1);
  padding: 12px 18px;
  position: relative;
}
.app-memberoffer .content .tag {
  border-radius: 0 0 8px 8px;
  width: fit-content;
  background: var(--cl-blue-1);
  color: #fff;
  line-height: 28px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  margin: -12px auto 16px;
}
.app-memberoffer .content.apps {
  margin-bottom: 12px;
}
.app-memberoffer .content.apps .appview {
  width: 58px;
}
.app-memberoffer .content.apps span {
  line-height: 1;
}
.app-memberoffer .content.apps .btns {
  text-align: center;
}
.app-memberoffer .content.apps .btns p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.app-memberoffer .content.apps .btns img {
  width: 120px;
  height: auto;
}
.app-memberoffer .content.apps .note {
  font-size: 12px;
  color: var(--cl-gray);
}
.app-memberoffer .content.memberoffers .unility .d-flex.f-row {
  align-items: center;
}
.app-memberoffer .content.memberoffers .memberrank div {
  text-align: center;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--cl-blue-1);
  border-radius: 16px;
  background: var(--cl-lightblue);
}
.app-memberoffer .content.memberoffers .memberrank ul {
  gap: 6px;
}
.app-memberoffer .content.memberoffers .memberrank li {
  width: 70px;
  list-style: none;
  text-align: center;
}
.app-memberoffer .content.memberoffers .memberrank li:last-child {
  width: 84px;
}
.app-memberoffer .content.memberoffers .memberrank li img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.app-memberoffer .content.memberoffers .memberrank li span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 4px;
  background: var(--cl-lightblue);
  letter-spacing: -5%;
}
.app-memberoffer .content.memberoffers .btn a {
  background: var(--cl-blue-1);
  border-radius: 4px;
}
.app-memberoffer .content.memberoffers .btn a::after {
  display: none;
}
.app-memberoffer .content.memberoffers .btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 767px) {
  .app-memberoffer {
    width: 1128px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .app-memberoffer h3 {
    font-size: 28px;
  }
  .app-memberoffer h3 span {
    font-size: 32px;
  }
  .app-memberoffer .content {
    padding: 16px;
  }
  .app-memberoffer .content .tag {
    font-size: 20px;
    line-height: 36px;
    margin: -16px auto 4px;
    padding: 0px 16px;
  }
  .app-memberoffer .content.apps div.d-flex.f-row {
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .app-memberoffer .content.apps div.d-flex.f-row div:first-child {
    width: 92px;
    height: 190px;
  }
  .app-memberoffer .content.apps div.d-flex.f-row div:last-child img {
    width: 120px;
    height: 120px;
  }
  .app-memberoffer .content.apps div.d-flex.f-row div.text p {
    font-size: 24px;
    font-weight: 900;
  }
  .app-memberoffer .content.apps div.d-flex.f-row div.text p span {
    font-size: 32px;
    font-weight: 900;
    color: var(--cl-blue-1);
  }
  .app-memberoffer .content.apps div.d-flex.f-row div.text p:last-child {
    font-size: 16px;
    font-weight: normal;
  }
  .app-memberoffer .content.memberoffers .tag {
    margin-bottom: 16px;
  }
  .app-memberoffer .content.memberoffers div.d-flex.f-col.gap-16 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .app-memberoffer .content.memberoffers .unility {
    width: 40%;
  }
  .app-memberoffer .content.memberoffers .unility .d-flex.f-row {
    align-items: center;
  }
  .app-memberoffer .content.memberoffers .unility .d-flex.f-row p {
    margin: 0;
    font-size: 18px !important;
  }
  .app-memberoffer .content.memberoffers .memberrank {
    width: 40%;
  }
  .app-memberoffer .content.memberoffers .memberrank div {
    padding: 8px 16px;
    font-size: 16px;
  }
  .app-memberoffer .content.memberoffers .memberrank ul {
    gap: 12px;
  }
  .app-memberoffer .content.memberoffers .memberrank li {
    width: 84px;
  }
  .app-memberoffer .content.memberoffers .memberrank li img {
    width: 70px;
    height: auto;
    margin: 0 auto;
  }
  .app-memberoffer .content.memberoffers .memberrank li span {
    font-size: 14px;
  }
  .app-memberoffer .content.memberoffers .btn {
    width: 100%;
  }
  .app-memberoffer .content.memberoffers .btn a {
    background: var(--cl-blue-1);
    border-radius: 4px;
    font-size: 14px;
    height: 44px;
    padding: 8px 16px;
  }
  .app-memberoffer .content.memberoffers .btn a span {
    line-height: 28px;
  }
  .app-memberoffer .content.memberoffers .btn a img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .block-banner {
    background: #9c0c39;
    min-height: 585px;
  }
  .no-web-link {
    cursor: pointer;
    pointer-events: all;
  }
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  br.visible-xs {
    height: 0;
    padding: 0;
    margin: 0;
  }
  .boxShadow {
    background: #9c0c39;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(37, 48, 65, 0.05);
  }
  .block-breadcrumb {
    padding: 16px 0;
  }
  .block-breadcrumb li {
    color: #212121;
    margin: 0;
    font-size: 11px;
  }
  .sns {
    text-align: center;
    margin: 0;
    padding: 24px 16px;
  }
  .sns li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
/* Animation CSS */
/* Trigger  */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* Optional Delays, change values here  */
.one {
  animation-delay: 0.2s;
}

.two {
  animation-delay: 0.6s;
}

.three {
  animation-delay: 1s;
}

.four {
  animation-delay: 1.4s;
}

/* Animations start here  */
/* FADE IN  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/* FADE IN UP */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* FADE IN UP BIG */
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

/* FADE IN UP BIG */
@keyframes fadeInUpBigBig {
  from {
    opacity: 0;
    transform: translate3d(0, 400px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBigBig {
  animation-name: fadeInUpBigBig;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  margin: 0 0 0 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  /*  display: block;*/
  width: 100% !important;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  display: block !important;
  clear: both;
  text-align: center;
  margin: 8px auto 0 !important;
}

.slick-dots li {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 0;
  padding: 0 !important;
}

.slick-dots li button {
  width: 40px;
  height: 8px;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0;
  color: transparent;
  border: none;
  outline: transparent;
}

.slick-dots li.slick-active button {
  background-color: #00A1EF;
}

/*# sourceMappingURL=2026spring_summer_sale_new.css.map */
