@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: clip;
}
/* ///// variable ///////////////////////////////// */
:root {
  --bg: #e5e7e7;
  --main-bg: #e5e7e7;
  --section-bg: #e5e7e7;
  --content-bg: #fff;
  --content-text: #000;
  --content-em: #e60012;
  --content-ttl-bg: #000;
  --content-ttl-text: #fff;
  --goods-bg: #fff;
  --goods-text: #000;
  --goods-ttl-bg: #000;
  --goods-ttl-text: #fff;
  --limited-ttl-bg: #e60012;
  --limited-ttl-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.6;
}
/* ///// foundation /////////////////////////////////  */
.f_default {
  position: relative;
  /* border-bottom: 3px solid #ffffff; */
  /* margin-block-end: 2rem; */
}

.f_default img:not(:where(.l_cart img)) {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.f_default a:not(:where(.l_cart a), .c_btn, .p_fotter_menu a) {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.f_default a:not(:where(.l_cart a)):hover {
  opacity: 0.6;
  /* transform: translate(1px, 1px); */
}

/* .f_default a[href^=""]:not(:where(.l_cart a)) {
  pointer-events: none;
} */

.f_default *:not(:where(.l_cart *)) {
  box-sizing: border-box;
  letter-spacing: 0.03vw;
  font-weight: 500;
  font-size: min(1.5vw, 16px);
  font-family: inherit;
  line-height: 1.5;
}

.mada {
  display: none !important;
}
a[href=""]:not(.lb-next):not(.lb-prev) {
  pointer-events: none;
}
/* ///// layout /////////////////////////////////  */
.l_body {
  margin: 0 auto;
  width: 100%;
  background: var(--bg);
  background-size: 10px 10px;
  font-style: normal;
}

.l_main {
  position: relative;
  margin: 0 auto;
  width: min(100%, 1100px);
  font-family: "LINE Seed JP", sans-serif;
  background: var(--bg);
}
.l_content {
  margin-block-end: 1rem;
}

/* @media (max-width: 769px) {
  .l_main {
    max-width: 900px;
  }
} */

/* section */
.l_section-inner {
  position: relative;
  padding: 5% 3.5% 3.5%;
  /* border: 1.2vw solid #45904A; */
  background: #ffffff;
  /* border-image: linear-gradient(20deg, #EDD628, #45904A) 1; */
}
.l_section-inner.l_section-inner-transparent {
  background: transparent;
}

/* footer */
.l_fotter {
  padding-top: 5%;
  padding-top: 0;
  background-color: #211815;
}

/* ///// component ///////////////////////////////// */

.c_text {
  padding-bottom: 1em;
  color: var(--color-base);
  word-break: keep-all;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.358rem + 2.21vw, 1.875rem);
  line-height: 1.6;
  transform: rotate(0.03deg);
  overflow-wrap: break-word;
}
@media (min-width: 1400px) {
  .c_text.fair-text-small {
    font-size: 20px;
  }
}

.c_text_emphasis {
  color: #cd4264;
}
.c_text_emphasis-price {
  color: #cd4264;
  display: inline-flex;
  align-items: flex-end;
}
/* .c_text_emphasis-price--normal {
  color: #cd4264;
} */
.c_text_emphasis-price--small {
  font-size: 0.75em;
}

.c_text_rashinban {
  color: #0098da;
}

.c_text_large {
  font-size: 1.2em;
}

.c_text_small {
  vertical-align: bottom;
  font-size: 0.5em;
}

.c_text_center {
  text-align: center;
}

/* ///// project ///////////////////////////////// */
/* top */
.p_topimg img {
  width: 100%;
}
/* section */
.p_title-banner {
  margin-block-end: 1rem;
}
@media screen and (max-width: 769px) {
  .p_title-banner {
    margin-block-end: 0rem;
  }
}
.p-title-second {
  background: var(--content-ttl-bg);
  color: var(--content-ttl-text);
  font-weight: 800;
  font-size: clamp(16px, calc(16px + (32 - 16) * (100vw - 320px) / (1100 - 320)), 32px);
  width: fit-content;
  min-width: 45%;
  padding: 0.5em max(5%, 32px);
  line-height: 1.2;
  position: relative;
  z-index: 1;
  transform: translateY(0.75em);
}

/* coming soon */
.coming-soon-image-wrapper {
  padding-inline: 2rem;
  width: 75%;
  margin-inline: auto;
}
/* small-text */
.small-text-65 {
  font-size: 0.65em;
  vertical-align: bottom;
}
.small-text-80 {
  font-size: 0.8em;
  vertical-align: bottom;
}
.font-weight-800 {
  font-weight: 800;
}

/*  all-shop   */

/* attention-text */

.attention-text {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1100 - 320)), 24px);
  font-weight: 700;
  padding-top: 1em;
}
.attention-text.attention-text--center {
  text-align: center;
}
/* prize-card */
.prize__title {
  padding-block: 0.8em;
  font-size: clamp(18px, calc(18px + (44 - 18) * (100vw - 320px) / (1100 - 320)), 44px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}
.prize-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.prize-card {
  border: var(--goods-text) solid 1px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
.prize-card.number-3::before {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  display: block;
  width: 40%;
  padding-top: 30%;
}
.prize-card.number-3::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  display: block;
  width: 40%;
  height: 300px;
  background: url(../images/number_3.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.prize-card.number-1::before {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  display: block;
  width: 40%;
  padding-top: 30%;
}
.prize-card.number-1::after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  display: block;
  width: 40%;
  height: 300px;
  background: url(../images/number_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .prize-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .prize-card.number-3::before {
    width: 30%;
  }
  .prize-card.number-3::after {
    width: 30%;
  }
  .prize-card.number-1::before {
    width: 30%;
  }
  .prize-card.number-1::after {
    width: 30%;
  }
}
.prize-card__sample {
  padding: 3rem 3rem 0rem 3rem;
  display: grid;
  place-content: center;
  position: relative;
}
.prize-card__sample.badge-01::before {
  position: absolute;
  content: "";
  top: 5%;
  left: 2%;
  display: block;
  width: 33%;
  padding-top: 30%;
}
.prize-card__sample.badge-01::after {
  position: absolute;
  content: "";
  top: 5%;
  left: 2%;
  display: block;
  width: 33%;
  height: 300px;
  background: url(../images/badge_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.prize-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}
/* .prize-card__img_no-ratio {
  width: 100%;
  display: block;
} */

.prize-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.prize-card__name {
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-block-end: 1rem;
}

/* goods-card  上段値段表示付きbox*/

.goods-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media screen and (max-width: 769px) {
  .goods-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.goods-card {
  border: var(--goods-text) solid 1px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.goods-card__amount {
  background: var(--goods-ttl-bg);
  color: var(--goods-ttl-text);
  text-align: center;
  font-weight: 800;
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1100 - 320)), 24px);
  padding: 0.4em 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.goods-card__sample {
  padding: 3rem 3rem 0rem 3rem;
  display: grid;
  place-content: center;
  position: relative;
}
.goods-card__img-wrapper {
  display: flex;
  position: relative;
}
.goods-card__img-wrapper.gap-8px {
  gap: 8px;
}
.goods-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}
.goods-card__img_3-5 {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 5;
}
.goods-card__img_no-ratio {
  width: 100%;
  display: block;
}

.goods-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.goods-card__img.badge-02::before {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  padding-top: 30%;
}
.goods-card__img.badge-02::after {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  height: 300px;
  background: url(../images/badge_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.goods-card__img.badge-03::before {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  padding-top: 30%;
}
.goods-card__img.badge-03::after {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  display: block;
  width: 27.5%;
  height: 300px;
  background: url(../images/badge_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.goods-card__name {
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, calc(14px + (25 - 14) * (100vw - 320px) / (1100 - 320)), 25px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-block-end: 1rem;
}

.goods-card__price {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);

  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid var(--content-ttl-bg);
}

.goods-card__tax {
  font-size: 0.82em;
  vertical-align: bottom;
  font-weight: 800;
}

.goods-card__price-unit {
  font-size: 0.78em;
  vertical-align: bottom;
}
.goods-card__notion {
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: 11px;
}
@media screen and (max-width: 769px) {
  .goods-card__notion {
    position: absolute;
    top: 10%;
    right: 13%;
    font-size: 11px;
  }
}
/* セクション内バナー */
.banner-wrapper {
  padding: min(4%, 3rem);
}

/* fair */
.fair__title {
  padding-block: 0.8em;
  font-size: clamp(18px, calc(18px + (30 - 18) * (100vw - 320px) / (1100 - 320)), 30px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}
/* fair-card */
.fair-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media screen and (max-width: 769px) {
  .fair-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.fair-card {
  border: var(--goods-text) solid 1px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.fair-card.fair-card--full {
  grid-column: span 2;
}
@media screen and (max-width: 769px) {
  .fair-card.fair-card--full {
    grid-column: span 1;
  }
}

.fair-card__sample {
  padding: 3rem 3rem 0rem 3rem;
  display: grid;
  place-content: center;
  position: relative;
}
.fair-card__img-wrapper {
  display: flex;
}
.fair-card__img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}
.fair-card__img_no-ratio {
  width: 100%;
  display: block;
}
.badge-04::before {
  position: absolute;
  content: "";
  top: 25%;
  right: 2%;
  display: block;
  width: 8%;
  padding-top: 10%;
}
.badge-04::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 2%;
  display: block;
  width: 8%;
  height: 100px;
  background: url(../images/badge_04.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .badge-04::before {
    position: absolute;
    content: "";
    top: 34%;
    right: 7%;
    display: block;
    width: 10%;
    padding-top: 10%;
  }
  .badge-04::after {
    position: absolute;
    content: "";
    top: 34%;
    right: 7%;
    display: block;
    width: 10%;
    height: 100px;
    background: url(../images/badge_04.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.fair-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fair-card__name {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-block-end: 1rem;
}
.fair-card__info {
  padding-inline: 1rem;
  padding-block: 0.75rem;
}
.fair-card__name--border {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);
  padding-top: 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fair-card__price--border {
  text-align: center;
  font-weight: 800;
  font-size: clamp(14px, calc(14px + (28 - 14) * (100vw - 320px) / (1100 - 320)), 28px);
  color: var(--goods-text);

  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid var(--content-ttl-bg);
}

/* limited */
.limited-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 769px) {
  .limited-card__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* badge */
.badge {
  position: relative;
}
.badge::before {
  content: "";
  background-image: url(../images/date.webp);
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: 100% 100%;
  top: -8%;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .badge::before {
    content: "";
    background-image: url(../images/date.webp);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 100% 100%;
    top: -8%;
    left: -5%;
  }
}
.badge-en {
  position: relative;
}
.badge-en::before {
  content: "";
  background-image: url(../images/date-en.webp);
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: 100% 100%;
  top: -6%;
  right: -4%;
}
@media screen and (max-width: 950px) {
  .badge-en::before {
    content: "";
    background-image: url(../images/date-en.webp);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    top: -4%;
    right: -7%;
  }
}
@media screen and (max-width: 768px) {
  .badge-en::before {
    content: "";
    background-image: url(../images/date-en.webp);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 100% 100%;
    top: -6%;
    right: -2%;
  }
}

/* info section */
.p_info-text {
  line-height: 1.5;
  font-family: "LineSeedJP_OTF", sans-serif;
  font-weight: 900;
  font-size: clamp(1.125rem, 0.03rem + 4.86vw, 3.375rem);
}
.p_info-text--red {
  color: #e60012;
}
.p_info-opening-hours {
  font-size: clamp(1.125rem, 0.03rem + 4.86vw, 3.375rem);
  font-weight: 900;
  border: 2px solid #000;
  color: #000;
  padding-inline: 1em;
  border-radius: 1100px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #ffe240, #fff);
}
.p_info-banner {
  display: inline-block;
}
/* margin-top */
.u_mt2 {
  margin-top: 2%;
}
.u_mt3 {
  margin-top: 3%;
}

.u_mt5 {
  margin-top: 5%;
}

.u_mt10 {
  margin-top: 10%;
}

/* margin-bottom */
.u_mb2 {
  margin-bottom: 2%;
}
.u_mb3 {
  margin-bottom: 3%;
}
.u_mb5 {
  margin-bottom: 5%;
}
.u_mb10 {
  margin-bottom: 10%;
}

/* ///// lity時スクロールロック ///////////////////////////////// */

html:has(.l_body.lity-hidden) {
  overflow: hidden;
  scrollbar-gutter: stable;
  background-color: #181818;
}
/* ///// footer ///////////////////////////////// */

.l_footer {
  background: #fff;
  color: #000000;
  width: 100%;
  overflow: hidden;
  a {
    text-decoration: none;
  }
}

[name="footer-menu"] {
  display: none;
}

.l_footer_inner {
  max-width: 1300px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 32px 101px;
  padding: max(3%, 27px);
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .l_footer_inner {
    display: flex;
    flex-direction: column;
  }
}

.l_footer-gnav_wrap {
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav {
    border-bottom: 1px solid #000000;
  }

  .l_footer-gnav:first-of-type {
    border-top: 1px solid #000000;
  }
}

.l_footer-gnav_ttl {
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_ttl {
    margin-bottom: 0;
    padding-right: 1em;
    transition: background 0.5s;
    background: no-repeat center right/1em url("../images/add-line.svg");
  }

  [name="footer-menu"]:checked ~ .l_footer-gnav_ttl {
    background: no-repeat center right/1em url("../images/subtract-line.svg");
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_ttl,
  .l_footer-gnav_item {
    padding-block: 1.5em;
    margin-inline: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    transition: all 0.5s;
  }

  [name="footer-menu"]:checked ~ .l_footer-gnav_accordion {
    grid-template-rows: 1fr;
  }
}

.l_footer-gnav_list {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style-type: none;

  a {
    color: #000000;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_list {
    gap: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .l_footer-gnav_item {
    border-top: 1px solid #0000004d;
    padding-right: 1em;
    background: no-repeat center right/1em url("../images/right.svg");
  }
}

.l_footer_ttl,
.l_footer-gnav_ttl {
  font-size: 14px;
  font-weight: 900;
}

.l_footer_link {
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer_link {
    width: 80%;
    margin-inline: auto;
  }
}

.l_footer_sns,
.l_footer_appli {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.l_footer_appli .p_appli-btn_wrap {
  width: 80%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l_footer_appli .p_appli-btn_wrap {
    width: 100%;
  }
}

.l_footer-nav {
  grid-column: 1/3;
  display: flex;
  gap: min(1.8vw, 48px);
  align-items: center;
  justify-content: center;
  font-size: min(1vw, 14px);
}

.l_footer-nav a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .l_footer-nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 14px;
  }
}

.l_footer-nav_logo {
  height: 4em;
  display: block;

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

.p_copylight {
  background: #378a40;
  color: #fff;
  padding: 48px 1em;
  line-height: 1.2;
  text-align: center;
}
/* ///// sns ///////////////////////////////// */

.p_sns-btn_wrap {
  display: flex;
  gap: 8px;
}

.p_sns-btn {
  background: #000000;
  color: #fff;
  padding: 0.5em 1.1em 0.5em;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  gap: 0.8em;
  align-items: center;

  &::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: no-repeat center/contain url("../images/x_logo.svg");
    background-size: contain;
  }
}

/* ///// appli-btn ///////////////////////////////// */

.p_appli-btn_wrap {
  display: flex;
  width: fit-content;
  gap: 1rem;
  margin-inline: auto;
  max-width: 360px;
}

.p_appli-btn {
  display: block;

  img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
}

/* ///// topへ戻る ///////////////////////////////// */
.btn_top-back {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0.33em 1em 0.33em 2em;
  position: absolute;
  width: fit-content;
  left: min(1vw, 30px);
  top: min(1vw, 30px);
  background: no-repeat 0.8em center/0.5em url("../images/icon_top-back.svg"), #ffffff;
  border: 1px solid #adadad;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn_top-back {
    display: none;
  }
}
/* ///// モーダル時スクロールロック ///////////////////////////////// */
html:has(#p_gnav_sp_trigger:checked) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
/* ///// 準備中 ///////////////////////////////// */
.under-construction {
  position: relative;
}
.under-construction::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  content: "準備中";
  background-color: #66666699;
  color: #fff;
}
.p_info-opening-hours.under-construction {
  position: relative;
}
.p_info-opening-hours.under-construction::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  content: "準備中";
  background-color: #66666699;
  color: #fff;
  border-radius: 1100px;
}
/* ///// responsive ///////////////////////////////// */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 900px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .br {
    display: block;
  }
}
