@charset 'UTF-8';

html {
  scroll-behavior: smooth;
}

body {
  font-family: HiraginoSans-W4, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.a1gothic-R {
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  font-weight: 400;
}

.a1gothic-M {
  font-family: "MFW-PA1GothicStd-Medium", sans-serif;
  font-weight: 500;
}

.pageHero {
  max-width: 1440px;
  margin: 0 auto;
}

.pageHeroInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  padding-left: 40px;
}

.pageHeroImage {
  position: relative;
  width: calc(786 / (1440 - 40) * 100%);
  aspect-ratio: 786 / 502;
  height: auto;
  z-index: 1;
}

.pageHeroImage img {
  width: 100%;
  height: auto;
}

.pageHeroBody {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.pageHeroDeco {
  position: absolute;
  right: -86px;
  bottom: -49px;
  width: 180px;
  height: 176px;
  background: url(/assets/specials/keirou/flower_beige.svg) no-repeat center / contain;
  pointer-events: none;
}

.pageHeroHeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageHeroBadge {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  height: auto;
}

.pageHeroBadgeShape {
  width: 100%;
  height: auto;
}

.pageHeroBadgeText {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 48px;
  padding-left: 2px;
}

.pageHeroBadgeDate {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #a48b62;
}

.pageHeroBadgeLabel {
  margin: 2px 0 0;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

.pageHeroTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.pageHeroSub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #1c2b38;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #1c2b38;
}

.pageHeroTitle {
  margin: 0;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}

.pageHeroText {
  position: relative;
  max-width: 564px;
  padding: 0 20px;
}

.pageHeroText p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #2d2d2d;
}

.themeNav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.themeNavTitle {
  margin: 0;
  padding: 0;
  font-family: HiraginoSans-W5, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #2d2d2d;
}

.themeNavButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.themeNavButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 52px;
  padding: 15px;
  border-radius: 4px;
  background: #a48b62;
  color: #fff;
  font-family: HiraginoSans-W6, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
}

.themeNavButton:hover,
.themeNavButton:active,
.themeNavButton:visited {
  color: #fff;
  text-decoration: none;
}

.themeNavButtonIcon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.themeBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 150px;
  overflow: hidden;
}

.themeBlock {
  width: 100%;
}

.themeBlockTop {
  position: relative;
}

.themeBlockHero {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.themeBlockHeroImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.themeBlockTitleContainer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.themeBlockTitle {
  position: absolute;
  top: 50px;
  margin: 0;
  padding: 12px 32px;
  background: #fff;
  color: #1c2b38;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

#section-travel .themeBlockTitle,
#section-others .themeBlockTitle {
  right: 0;
}

#section-gourmet .themeBlockTitle {
  left: 0;
}

.themeBlockCatch {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.themeBlockCatch p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}

.themeBlockPanels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.cardCatalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  width: 475px;
}

.cardCatalogHero {
  position: relative;
  width: 100%;
  height: 267px;
  overflow: hidden;
}

.cardCatalogHero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardCatalogDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cardCatalogThumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 25px;
}

.cardCatalogThumb img {
  display: block;
  width: 170px;
  height: auto;
}

.cardCatalogBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 0;
}

.cardCatalogCopy {
  width: 100%;
  margin: 0;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  word-break: break-word;
}

.cardCatalogName {
  width: 100%;
  margin: 0;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  word-break: break-word;
}

.cardCatalogPriceRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding-top: 2px;
}

.cardCatalogPrice {
  margin: 0;
  padding-right: 3px;
  padding-bottom: 10px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.cardCatalogTax {
  margin: 0;
  padding-bottom: 10px;
  color: #2d2d2d;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.cardCatalogBtnPrimary,
.cardCatalogBtnSecondary {
  width: 100%;
}

.cardCatalogBtnPrimary a,
.cardCatalogBtnSecondary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  font-family: HiraginoSans-W5, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}

.cardCatalogBtnPrimary a {
  background: #2f485e;
  color: #fff;
}

.cardCatalogBtnPrimary a:hover,
.cardCatalogBtnPrimary a:active,
.cardCatalogBtnPrimary a:visited {
  color: #fff;
  text-decoration: none;
}

.cardCatalogBtnSecondary a {
  border: 1px solid #2f485e;
  background: #fff;
  color: #2f485e;
}

.cardCatalogBtnSecondary a:hover,
.cardCatalogBtnSecondary a:active,
.cardCatalogBtnSecondary a:visited {
  color: #2f485e;
  text-decoration: none;
}


.wrapping {
  max-width: 1000px;
  margin: 90px auto 0;
}

.wrappingBg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 45px;
  background: #a48b62;
  border-radius: 4px;
}

.wrappingLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-top: 12px;
}

.wrappingTitle {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
}

.wrappingText {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
}

.wrappingRight {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 356px;
}

.wrappingImage img,
.wrappingRight img {
  width: 100%;
  height: auto;
}

.catalogListBtnContainer {
  padding: 65px 0 60px;
}

.catalogListBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 389px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 4px;
  background: #2f485e;
  font-family: HiraginoSans-W5, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.catalogListBtn:hover,
.catalogListBtn:active,
.catalogListBtn:visited {
  color: #fff;
  text-decoration: none;
}