@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 834px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #020202;
  background: #f7f7f7;
  width: 100%;
  min-width: 1280px;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: vw(14);
    min-width: 0;
  }
}
body.-fixed {
  width: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

a {
  text-decoration: none;
  color: #020202;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  a:hover {
    -webkit-transform: translateY(-3px) !important;
            transform: translateY(-3px) !important;
  }
}

@media screen and (min-width: 835px) {
  a[href*="tel:"] {
    color: #020202 !important;
    cursor: #020202 !important;
    text-decoration: none !important;
    pointer-events: none;
  }
}
@media only screen and (max-width: 834px) {
  a[href*="tel:"] {
    text-decoration: underline !important;
  }
}
input[type=text], input[type=password], textarea, select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  img,
  video {
    width: 100%;
  }
}

section,
article {
  overflow-x: hidden;
}

/*===================================
専用表示 
===================================*/
.c-pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .c-pc {
    display: none !important;
  }
}

.c-sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .c-sp {
    display: block !important;
  }
}

/*===================================
画面サイズ 
===================================*/
.c-inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.c-full {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: 85%;
  }
  .c-outer {
    width: 86%;
  }
  .c-full {
    width: 100%;
  }
}
/*===================================
言語設定 
===================================*/
.c-lang-jp .-jp {
  display: inline;
}
.c-lang-jp .-en {
  display: none;
}
.c-lang-en .-jp {
  display: none;
}
.c-lang-en .-en {
  display: inline;
}

/*===================================
font 
===================================*/
.c-ef-reg {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.c-ef-med {
  font-family: "Hind", sans-serif;
  font-weight: 500;
}

.c-ef-smb {
  font-family: "Hind", sans-serif;
  font-weight: 600;
}

.c-ef-bld {
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.c-jf-med {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.c-jf-bld {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.c-jf-blk {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/*===================================
color
===================================*/
.c-color-gld {
  color: #a58a66;
}

.c-color-red {
  color: #de0000;
}

.c-back-glay {
  position: absolute;
  top: 30px;
  width: 100%;
  height: calc(100% - 60px);
  background: #d9d9d9;
  border-radius: 20px;
}

@media only screen and (max-width: 834px) {
  .c-back-glay {
    top: calc(30 / 750 * 100vw);
    height: calc(100% - 75 / 750 * 100vw);
    background: #d9d9d9;
    border-radius: calc(50 / 750 * 100vw);
  }
}
/*===================================
swiper
===================================*/
.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide {
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  top: 50%;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next {
  right: 0;
  background-image: url(../img/common/arw_next.svg);
}
.swiper-button-prev {
  left: 0;
  background-image: url(../img/common/arw_prev.svg);
}
@media only screen and (max-width: 834px) {
  .swiper-button-next, .swiper-button-prev {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}

.js-genre-select {
  display: none;
}

.iv, .ivo {
  visibility: hidden;
}

/*===================================
オリジナル
===================================*/
/*===================================
ふわっ
===================================*/
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.8s forwards;
          animation: animate-fadeIn 0.8s forwards;
}

.fadeUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.8s forwards;
          animation: animate-fadeInUp 0.8s forwards;
}

.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.8s forwards;
          animation: animate-fadeInLft 0.8s forwards;
}

.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.8s forwards;
          animation: animate-fadeInRgt 0.8s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
.-arw::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.5em;
}

.c-btn-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-icon a img {
  margin-bottom: 5px;
}
.c-btn-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-btn-list a img {
  display: block;
  width: 38px;
  margin-right: 1em;
}
.c-btn-cat {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  height: 170px;
  border-radius: pw(20);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-cat img {
  display: block;
  width: 90px;
  margin-bottom: 20px;
}
.c-btn-round {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  min-height: 60px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #fff !important;
  padding: 0.2em 1em;
  background: #020202;
  border-radius: 100vw;
  text-decoration: none !important;
}
.c-btn-round img {
  display: block;
  width: auto;
  height: 30px;
  margin-right: 15px;
}
.c-btn-round.-instagram {
  background: #da123d;
}
.c-btn-round.-line {
  background: #06c755;
}
.c-btn-acd {
  position: relative;
}
.c-btn-acd::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 0.5em;
  margin-top: -0.25em;
}
.c-btn-acd.open::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  margin-top: 0.25em;
}

/* ===================
 変形
==================== */
.-float .c-btn-icon 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  white-space: nowrap;
  height: 50px;
  border-radius: 30px;
  background: none;
}
.-float .c-btn-icon a img {
  margin: 0;
  width: auto;
  max-width: none;
  height: 50px;
}

@media only screen and (max-width: 834px) {
  .c-btn-icon a {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
  .c-btn-icon a img {
    margin: 0 calc(5 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
  .c-btn-cat {
    width: calc(170 / 750 * 100vw);
    height: calc(170 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
  .c-btn-cat img {
    width: calc(105 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .c-btn-round {
    min-width: calc(350 / 750 * 100vw);
    min-height: calc(100 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.13;
    border-radius: calc(30 / 750 * 100vw);
  }
  .c-btn-round img {
    height: calc(30 / 750 * 100vw);
    margin-right: calc(15 / 750 * 100vw);
  }
  .-float .c-btn-icon a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 0;
  }
  .-float .c-btn-icon a img {
    display: block;
    margin: 0;
    width: 100%/6;
    max-width: none;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .c-btn-icon a {
    width: 15.2vw;
    height: 15.2vw;
    border-radius: 20px;
  }
  .c-btn-icon a img {
    margin: 0 5px 5px;
  }
  .c-btn-round {
    min-width: 250px;
    min-height: 75px;
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.13;
    border-radius: 15px;
  }
  .c-btn-round img {
    height: 30px;
    margin-right: calc(15 / 750 * 100vw);
  }
}
.c-txt-front_ttl {
  font-size: 58px;
  letter-spacing: 0em;
  line-height: 1.21;
  text-align: center;
}
.c-txt-front_ttl span:nth-of-type(2) {
  color: #e60039;
}
.c-txt-front_ttl .p-top-eat_ttl_cafe span {
  color: #020202;
}
.c-txt-front_subttl {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.33;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media only screen and (max-width: 834px) {
  .c-txt-front_ttl {
    font-size: calc(70 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .c-txt-front_subttl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.14;
    margin-top: calc(10 / 750 * 100vw);
  }
}

.c-txt-page_ttl {
  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: 50px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #020202;
}
.c-txt-page_ttl.-gold {
  background: #a58a66;
}
@media only screen and (max-width: 834px) {
  .c-txt-page_ttl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
}

.c-txt-calendar_ttl {
  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: 50px;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
.c-txt-calendar_ttl_blk {
  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: 50%;
  height: 100%;
  color: #bbb;
  background: #7b7b7b;
}
.c-txt-calendar_ttl_blk.-current {
  color: #fff;
  background: #a58a66;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .c-txt-calendar_ttl_blk:hover {
    opacity: 0.7;
    color: #fff;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.c-txt-calendar_ttl + .c-txt-calendar_ttl {
  margin-top: 1px;
}
@media only screen and (max-width: 834px) {
  .c-txt-calendar_ttl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
}

#wpadminbar {
  position: fixed !important;
}

.signage {
  width: calc(1080 / 1080 * 100vw);
  min-width: 0;
  height: calc(1920 / 1080 * 100vw);
  overflow: hidden;
}
.signage-box {
  width: calc(1080 / 1080 * 100vw);
  height: calc(1920 / 1080 * 100vw);
  overflow: hidden;
}
.signage-box--popup {
  background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(89%, #f2f2f2), color-stop(89%, #a58a66), to(#a58a66));
  background: linear-gradient(90deg, #f2f2f2, #f2f2f2 89%, #a58a66 89%, #a58a66);
}
.signage-box--shopnews {
  background: #f2f2f2;
}
.signage-box--shopnews .signage-box__wrap {
  margin-left: auto;
  margin-right: auto;
}
.signage-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 89%;
  height: calc(850 / 1080 * 100vw);
}
.signage-box__genre {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(60 / 1080 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  padding: calc(20 / 1080 * 100vw) calc(45 / 1080 * 100vw);
}
.signage-box__genre--popup {
  color: #a58a66;
}
.signage-box__genre--shop {
  color: #808080;
  margin-left: auto;
}
.signage-box__image {
  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: calc(970 / 1080 * 100vw);
  height: calc(970 / 1080 * 100vw);
  margin: 0 auto;
}
.signage-box__mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.signage-box__background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(970 / 1080 * 100vw);
  height: calc(970 / 1080 * 100vw);
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(calc(15 / 1080 * 100vw));
          filter: blur(calc(15 / 1080 * 100vw));
}
.signage-box__title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(165 / 1080 * 100vw);
  text-align: center;
  font-size: calc(55 / 1080 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1.49;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: calc(20 / 1080 * 100vw) auto 0;
}
.signage-box__date {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(780 / 1080 * 100vw);
  height: calc(66 / 1080 * 100vw);
  font-size: calc(40 / 1080 * 100vw);
  letter-spacing: 0.12em;
  line-height: 1;
  margin: calc(20 / 1080 * 100vw) auto;
  color: #fff;
  background: #020202;
  border-radius: 100vmax;
}
.signage-box__date.is-none {
  background: none;
  border-radius: 0;
}
.signage-box__date.is-none::before, .signage-box__date.is-none::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(1 / 1080 * 100vw);
  background: #020202;
}
.signage-box__date.is-none::after {
  height: calc(5 / 1080 * 100vw);
  margin-top: calc(5 / 1080 * 100vw);
}
.signage-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(780 / 1080 * 100vw);
  height: calc(220 / 1080 * 100vw);
  font-size: calc(32 / 1080 * 100vw);
  letter-spacing: 0em;
  line-height: 1.81;
  text-align: center;
  margin: calc(40 / 1080 * 100vw) auto ve(25);
  overflow: hidden;
}
.signage-box__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(36 / 1080 * 100vw);
  letter-spacing: 0.16em;
  line-height: 1.83;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-inline: auto;
  margin-top: auto;
  padding: 0 1em;
  background: #fff;
  border-radius: 100vmax;
}
.signage-box__check strong {
  color: #ef0040;
}
.signage-box-foot {
  width: 100%;
  height: calc(160 / 1080 * 100vw);
  margin-top: calc(65 / 1080 * 100vw);
}
.signage-box-foot__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(120 / 1080 * 100vw);
  margin-left: calc(25 / 1080 * 100vw);
}
.signage-box-foot__floor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(30 / 1080 * 100vw);
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #fff;
  background: #a58a66;
  padding: 0 0.5em;
  margin-bottom: 0.25em;
}
.signage-box-foot__name {
  font-size: calc(40 / 1080 * 100vw);
  letter-spacing: 0.2em;
  line-height: 1.25;
}
.signage-box-foot--shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: calc(36 / 1080 * 100vw);
  letter-spacing: 0.16em;
  line-height: 1.17;
  padding: 0 calc(20 / 1080 * 100vw);
  background: #fff;
}
.signage-box-foot--popup {
  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;
  font-size: calc(36 / 1080 * 100vw);
  letter-spacing: 0.16em;
  line-height: 1.17;
  color: #fff;
  background: #c0ad94;
}
.signage-list {
  margin-top: 50px;
}
.signage-list__genre {
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
}
.signage-list__list {
  padding-bottom: 100px;
}
.signage-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.signage-list__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
  background: #eee;
  border: 1px solid #aaa;
}
.signage-list__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.signage-list__wrap {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
}
.signage-list__title {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: bold;
}
.signage-list__date {
  margin-top: 10px;
}
.signage-list__data {
  margin-top: 10px;
}
.signage-list__body {
  margin-top: 10px;
}
.signage-list__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.signage-list__foot img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.signage-list__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.signage-list__links a {
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}

.view-toggle a {
  width: calc(125 / 1080 * 100vw);
  font-size: calc(16 / 1080 * 100vw);
}

.signage-box--shopnews .signage-box__wrap {
  height: auto;
}
.signage-box--shopnews .signage-box__title {
  margin-top: calc(40 / 1080 * 100vw);
}
.signage-box--shopnews .signage-box-foot--shop {
  margin-top: calc(35 / 1080 * 100vw);
}
.signage-box--shopnews .signage-box-foot--shop {
  padding: 0 calc(55 / 1080 * 100vw);
}
.signage-box--shopnews .signage-box-foot__logo {
  width: calc(160 / 1080 * 100vw);
}
.signage-box--shopnews .signage-box__check {
  margin-top: calc(20 / 1080 * 100vw);
}