@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@900&display=swap");

/* CSS Document */
:root {
  --content-color-base: #2c2a29;
  --content-color-navy: #003a97;
  --content-color-blue: #0054d3;
  --content-color-sky: #61dbff;
  --content-color-pink: #d41e85;
  --content-color-yellow: #ffd958;
  --bg-img-setting: no-repeat center center / cover;
  --content-width-sp: calc(335vw / 3.75);
  --content-width-pc: 1104px;
  --content-width: min(var(--content-width-sp), var(--content-width-pc));
  --content-bg-width-pc: max(100%, 1920px);
  --font-size-pc: 14px;
  --font-size-sp: calc(14vw / 3.75);
  --font-sans: "Noto Sans JP", serif;
  --font-serif: "Noto Serif JP", serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-arrow-down: url(/cmn/icon2/expand_more.svg);
  --content-arrow-up: url(/cmn/icon2/expand_less.svg);
  --content-arrow-right: url(/cmn/icon2/chevron_right.svg);
  --content-border-1: 1px solid;
  --content-border-2: 2px solid;
  --content-border-4: 4px solid;
}

.is-pc,
.is-tb {
  display: none;
}
.main {
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  color: var(--content-color-base);
  line-height: 1.3;
  position: relative;
}
.main * {
  box-sizing: border-box;
}
.inner {
  width: var(--content-width);
  margin: auto;
  position: relative;
}
a {
  transition: var(--content-hover-speed);
}

/***** MV・ナビ *****/
.mv-wrapper {
  width: 100%;
}

.nav-wrapper {
  background: var(--content-color-navy);
}
.nav-wrapper .inner {
  width: 100vw;
  display: grid;
}
.nav-list {
  order: 2;
  display: grid;
}
.nav-list > li:nth-child(-n + 2) {
  border-bottom: var(--content-border-1) #fff;
}
.nav-list > li > a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.nav-sub-txt {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.nav-list > li > a:hover {
  background: var(--content-color-blue);
  color: #fff;
}
.dep-select-nav {
  order: 1;
}
.display_selected {
  order: 1;
  height: 100%;
  background: var(--content-color-sky);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: calc(12vw / 3.75) 0;
  position: relative;
  cursor: pointer;
}
.display_selected::after {
  content: "";
  background: url("../img/arrow.svg") var(--bg-img-setting);
  width: calc(12vw / 3.75);
  height: calc(12vw / 3.75);
  position: absolute;
  top: 0;
  right: calc(12vw / 3.75);
  bottom: 0;
  margin: auto;
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 100;
  background: rgba(0 0 0 / 80%);
  padding: calc(64vw / 3.75) calc(40vw / 3.75);
}
.dep-select {
  display: grid;
  gap: calc(8vw / 3.75);
}
.dep-select > li {
  display: block;
  cursor: default;
  padding: calc(8vw / 3.75);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.dep-select > li:hover,
.dep-select > li.selected {
  background: #fff;
  color: #000;
}
.close-button {
  margin: calc(40vw / 3.75) auto;
  width: 5em;
  padding: calc(8vw / 3.75);
  border: var(--content-border-1);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/***** メインコンテンツ *****/
.main-container {
  width: 100%;
}
.content-wrapper {
  width: 100%;
  padding: calc(64vw / 3.75) 0;
}
.content-wrapper .inner {
  display: grid;
  gap: calc(40vw / 3.75);
}

.head-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
.bodycopy {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.leadcopy {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.note-txt {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px !important;
  font-weight: normal !important;
}
.note-txt > a {
  text-decoration: underline;
  color: #3064d5;
}
.note-txt > a:hover {
  text-decoration: none;
}
.copyright {
  font-size: 12px;
  font-weight: normal !important;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2px;
  background: rgba(0 0 0 / 80%);
}
.is-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-bold {
  font-weight: bold;
  color: var(--content-color-pink);
}
.is-yellowline {
  display: inline;
  background: linear-gradient(to top, var(--content-color-yellow) 30%, transparent 30%);
}

/*** 3つのテーマ旅 ***/
.content-wrapper.theme {
  background:
    linear-gradient(to bottom, rgba(97 219 255 / 40%) 0, transparent 4%),
    url(../img/bg.webp) repeat;
}
.content-wrapper.theme .inner {
  display: flex;
  flex-direction: column;
}
.theme-content {
  display: flex;
  flex-direction: column;
  gap: calc(64vw / 3.75);
}
#theme .is-yellowline {
  color: var(--content-color-pink);
}
.content-box {
  display: flex;
  flex-direction: column;
  gap: calc(40vw / 3.75);
}
.theme-box {
  display: grid;
  gap: calc(32vw / 3.75);
}
.title-area {
  display: grid;
  justify-content: center;
  gap: calc(8vw / 3.75);
}
.theme-num {
  display: block;
  width: calc(136vw / 3.75);
  margin: auto;
}
.theme-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8vw / 3.75);
}
.theme-title::before {
  content: "";
  background: var(--bg-img-setting);
  width: calc(54vw / 3.75);
  height: calc(54vw / 3.75);
  display: block;
}
.theme-title.onsen::before {
  background-image: url(../img/ico_onsen.svg);
}
.theme-title.art::before {
  background-image: url(../img/ico_art.svg);
}
.theme-title.round::before {
  background-image: url(../img/ico_round.svg);
}
.theme-title .title-txt {
  font-size: 36px;
  font-weight: 900;
  color: var(--content-color-navy);
}
.theme-list {
  display: grid;
  gap: calc(32vw / 3.75);
}
.theme-list > li {
  display: grid;
  gap: calc(8vw / 3.75);
}
.theme-img {
  position: relative;
}
.midashi-area {
  display: flex;
  gap: calc(8vw / 3.75);
  align-items: center;
}
.area-icon {
  display: block;
  width: calc(48vw / 3.75);
  height: calc(40vw / 3.75);
  background: var(--content-color-navy);
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-3clm .area-icon {
  display: none;
}
.midashi-txt {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}
.is-3clm .midashi-txt {
  text-align: center;
}
.theme-txt {
  font-size: 16px;
  line-height: 1.5;
}
.theme-txt .note-txt {
  margin-top: 8px;
}
.theme-txt small {
  display: block;
  font-size: 12px;
}
.note-list > span {
  font-size: 12px;
  line-height: 1.5;
}
.tokuten-box {
  display: flex;
  flex-direction: column;
  gap: calc(16vw / 3.75);
}
.catchcopy {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.catchcopy > span {
  display: block;
  font-size: 16px;
  color: var(--content-color-pink);
}
.tokuten-title {
  display: flex;
  gap: 8px;
  font-weight: 900;
  justify-content: center;
  align-items: center;
}
.tokuten-icon {
  display: block;
  width: calc(100vw / 3.75);
  height: calc(48vw / 3.75);
  background: var(--content-color-pink);
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokuten-title .title-txt {
  font-size: 24px;
  color: var(--content-color-pink);
}
.infocopy {
  text-align: center;
}
.tokuten-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #fff9e3;
  padding: calc(16vw / 3.75);
  display: flex;
  overflow-x: scroll;
  gap: calc(16vw / 3.75);
  align-items: flex-start;
}
.tokuten-list > li {
  flex: 0 0 80%;
  display: grid;
  gap: calc(8vw / 3.75);
}
.tokuten-list > li .area-icon {
  font-size: 14px;
}
.tokuten-list > li .midashi-txt {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.tokuten-txt {
  line-height: 1.5;
}

/** クーポン・うれしいシアワセ **/
.coupon-content {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: calc(16vw / 3.75);
  margin: auto;
}
.coupon-midashi {
  font-size: 20px;
  font-weight: 900;
  color: var(--content-color-pink);
  text-align: center;
  margin-bottom: calc(16vw / 3.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coupon-midashi > span {
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-base);
}
.coupon-midashi > small {
  font-size: 12px;
  color: var(--content-color-base);
}
.coupon-list {
  display: grid;
  gap: calc(16vw / 3.75);
  margin-bottom: calc(8vw / 3.75);
}
.coupon-list > li {
  display: grid;
  gap: calc(8vw / 3.75);
  padding: calc(8vw / 3.75);
  border-radius: 8px;
  background: var(--content-color-yellow);
}
.coupon-condition {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.coupon-item {
  background: var(--content-color-red);
  display: grid;
  gap: 8px;
}
.coupon-price {
  font-size: 14px;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
}
.coupon-price > em {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.coupon-price > span {
  font-size: 28px;
}
.coupon-price > span > small {
  font-size: 24px;
}
.coupon-note {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.code-txt {
  background: #fff;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.code-txt::after {
  content: "";
  background: var(--bg-img-setting) url(/cmn/icon/icon_copy.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.msgBoard {
  font-size: 12px;
  display: none;
}

/*** 商品 ***/
.content-wrapper.tour {
  background:
    url(../img/bg_tour_top.webp) no-repeat center top / cover,
    url(../img/bg_tour_btm.webp) no-repeat center bottom / 100% auto;
}
.content-wrapper.tour .inner {
  display: flex;
  flex-direction: column;
}
.product-content {
  display: flex;
  flex-direction: column;
  gap: calc(32vw / 3.75);
}
.area00 {
  display: none;
}
.more-link {
  width: 100%;
  margin: 24px auto 0;
}
.more-link > a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background: var(--content-color-navy);
  border-radius: 999px;
  padding: calc(16vw / 3.75) calc(8vw / 3.75) calc(16vw / 3.75) calc(16vw / 3.75);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.more-link > a::after {
  content: "";
  mask: var(--content-arrow-right) var(--bg-img-setting);
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.more-link > a:hover {
  background: var(--content-color-blue);
}
.item-label::after {
  background-size: cover;
}
.item-label.onsen::after {
  content: "";
  background-image: url(../img/label_onsen.svg);
}
.item-label.art::after {
  content: "";
  background-image: url(../img/label_art.svg);
}
.item-label.round::after {
  content: "";
  background-image: url(../img/label_round.svg);
}

/*** 航空券＋ホテル ***/
.content-wrapper.dp {
  background:
    url(../img/bg_dp_top.webp) no-repeat center top / cover,
    url(../img/bg_dp_btm.webp) no-repeat center bottom / 100% auto;
}
#dp {
  display: grid;
  gap: 16px;
}
#dp .head-title {
  color: var(--content-color-navy);
  font-size: 28px;
}
.dp-content {
  display: grid;
  gap: 40px;
}
.dp-point-list {
  display: grid;
  gap: 24px;
  align-items: flex-start;
}
.dp-point-list > li {
  display: grid;
  gap: 8px;
}
.dp-point-box {
  background: var(--content-color-yellow);
  border-radius: 8px;
  padding: calc(16vw / 3.75);
  display: grid;
  gap: calc(12vw / 3.75);
  grid-template-columns: calc(96vw / 3.75) 1fr;
  text-align: center;
}
.dp-point-midashi {
  background: var(--content-color-pink);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  margin-bottom: 4px;
}
.dp-point-catch {
  font-size: 20px;
  font-weight: 900;
  color: var(--content-color-brown);
}
.dp-point-list > li:first-child {
  letter-spacing: -0.05em;
}
.dp-point-txt {
  font-size: 16px;
  line-height: 1.5;
}
.is-pinkline {
  background: linear-gradient(to top, #ff83d0 80%, transparent 80%);
  font-weight: bold;
}
.content-wrapper.dp .coupon-content {
  width: min(100%, 740px);
}
.dp-product {
  display: grid;
  gap: 16px;
}
.dp-product > li > a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: var(--content-color-navy);
  border-radius: 999px;
  padding: 12px 12px 12px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.dp-product > li > a::after {
  content: "";
  mask: var(--content-arrow-right) var(--bg-img-setting);
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.dp-product > li > a:hover {
  background: var(--content-color-blue);
}

@media (768px <= width <= 1103px) {
  .dp-point-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .dp-point-catch {
    font-size: 20px;
  }
  .dp-product {
    grid-template-columns: repeat(3, 1fr);
  }
  .dp-product > li > a,
  .hotel-link-button > a {
    padding: 12px 0 12px 16px;
    gap: 4px;
  }
}

/*** フッター ***/
.content-wrapper.foot {
  padding: 40px 0 0;
  background: var(--content-color-cream);
  display: grid;
  gap: 40px;
}
.bnr-list {
  margin: 0 !important;
}
.search-wrapper {
  padding: 40px 0;
  background: url("../img/bg_search.webp") no-repeat center / cover;
}
.search-wrapper .inner {
  width: min(var(--content-width), 992px);
  margin: auto;
}
