@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
/* Text Reveal Animation
------------------------------------------------*/
@-webkit-keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.u-reveal-mask {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  opacity: 0;
  /* Black bar element */
}
.u-reveal-mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}
.u-reveal-mask.is-active {
  opacity: 1;
  -webkit-animation: textAnime_w 1s forwards;
          animation: textAnime_w 1s forwards;
}
.u-reveal-mask.is-active::before {
  -webkit-animation: barAnime 1s forwards;
          animation: barAnime 1s forwards;
}

body {
  color: #40220f;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  background-color: #f7f8f8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header:has(.is-active) .header__icon-white {
  display: none !important;
}
.header.-active .header__icon-white {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) {
  background-color: transparent;
}
.header:not(:has(.is-active)):not(.-active) .header__icon-black {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) .header__cv-text {
  color: #fff;
}
.header:not(:has(.is-active)):not(.-active) .header__hamburger span {
  background-color: #fff;
}

.mv {
  position: relative;
  margin-bottom: 80px;
}

.search-wrap {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .search-wrap {
    top: 100px;
  }
}

.point-img {
  margin-top: -80px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.section-heading {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 26px;
}

.section-sub-copy {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-sub-copy::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
}

.section-copy {
  text-align: center;
  font-size: 22px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
  font-weight: bold;
}

.section-sub-heading {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section-sub-heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.section-text {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.section-text2 {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.and {
  position: absolute;
  top: 50px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: -1;
}

.tab-list {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.tab {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 0;
  border: none;
  display: block;
  padding-block: 10px;
  background-color: rgba(230, 230, 223, 0.4);
}
.tab:last-of-type {
  border-bottom: none;
}
.tab span {
  position: relative;
  z-index: 1;
}
.tab small {
  display: block;
  font-size: 14px;
}
.tab::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), color-stop(48.18%, rgb(229, 229, 221)), color-stop(65.53%, rgb(226, 223, 214)), color-stop(77.9%, rgb(220, 214, 203)), color-stop(87.9%, rgb(213, 202, 186)), color-stop(96.37%, rgb(203, 185, 164)), to(rgb(197, 176, 152)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(229, 229, 221) 48.18%, rgb(226, 223, 214) 65.53%, rgb(220, 214, 203) 77.9%, rgb(213, 202, 186) 87.9%, rgb(203, 185, 164) 96.37%, rgb(197, 176, 152) 100%);
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
.tab.-current {
  background-color: #fff;
}
.tab.-current::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), to(rgb(133, 98, 64)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(133, 98, 64) 100%);
}

.tab-content {
  display: none;
}
.tab-content.-current {
  display: contents;
}

.support {
  margin-top: 20px;
}

.shops-text {
  margin-top: 20px;
}

.shops-floor {
  margin-top: 20px;
}
.shops-floor + .shops-floor {
  margin-top: 5px;
}

.shops-index {
  margin-top: 60px;
}

.event {
  margin-top: 20px;
  padding: 0 30px;
}

.shop {
  margin-top: 30px;
  color: #fff;
}

.shop-name {
  line-height: 1.2;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.shop-name span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10px;
  margin-left: 10px;
}

.homecenter-shops {
  margin-top: 50px;
}

.pioni {
  margin-top: 50px;
}

.merit-row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.merit__copy {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.merit__copy span {
  font-weight: bold;
  font-size: 15px;
}

.merit__text {
  font-size: 12px;
  margin-top: 5px;
}

.merit-cap {
  text-align: right;
  margin-top: 5px;
  font-size: 10px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  position: relative;
  width: 98%;
  max-height: 80%;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.lineup__img {
  -webkit-transform: translateX(-20px) scale(1.05);
          transform: translateX(-20px) scale(1.05);
}

.lineup__img2 {
  -webkit-transform: translateX(-20px) scale(1.05);
          transform: translateX(-20px) scale(1.05);
}

body.is-locked {
  overflow: hidden;
}

.vivahome {
  margin-top: 20px;
}

.new-merit {
  margin-top: 20px;
}

.ichiran {
  margin-top: 30px;
}

.to-viva {
  width: calc(100% - 40px);
  display: block;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -60px;
}

.to-peony {
  width: calc(100% - 40px);
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.floor-cap {
  margin-top: 5px;
  font-size: 10px;
}