@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;
  font-family: "LINE Seed JP", sans-serif;
}
/* ///// variable ///////////////////////////////// */
:root {
  --bg: #f4f4f4;
  --main-bg: #f4f4f4;
  --section-bg: #f4f4f4;
  --content-bg: #fff;
  --content-text: #000;
  --content-em: #d7063a;
  --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;  
  font-feature-settings: "palt" on;
}

.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{
  box-sizing: border-box;
  letter-spacing: 0.03vw;
  font-weight: 500;
  font-size: min(1.5vw, 16px);
  font-family: inherit;
  line-height: 1.5;
  width: 95%;
  margin-inline: auto;
}

.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;
  
  
  &.l_content--nomargin{
    margin-block-end: 0px;
  }
}



/* @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;
  padding: 5% 3.5% 7%;
}

/* 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;
}

.content-large-text {
  padding-block: 0.8em;
  font-size: clamp(25px, calc(25px + (44 - 25) * (100vw - 320px) / (1100 - 320)), 44px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center; 
  line-height: 1.2;
}

.content-large-text__attention{
  font-size: max(0.3em,16px);
  font-weight: bold;
}

.c_title{
  background: #320ba5;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (35 - 20) * (100vw - 320px) / (1100 - 320)), 35px);
  line-height: 1.2;
  padding: 0.4em 0.5em;
  letter-spacing: 0.1em;
}

.c_second-title{
  background: #d7063a;
  color: #fff;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
}

/* ///// project ///////////////////////////////// */
/* top */
.p_topimg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .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);
  margin-top: -0.75em;
}

/* shop-info */
.shop-info__map iframe{
  width: 100%;
  aspect-ratio: 682/772;
}
.shop-info__text-area{
  font-size: clamp(16px, calc(16px + (25.3 - 16) * (100vw - 375px) / (1100 - 375)), 25.3px);
  padding-bottom: 1.5em;
}

.shop-info__text{
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.shop-info__emphasis{
  color: var(--content-em);
}

.shop-info__access{
  font-size: clamp(14px, calc(14px + (16.5 - 14) * (100vw - 375px) / (1100 - 375)), 16.5px);
  padding-bottom: 1em;
  line-height: 1.8;
  letter-spacing: 0.03em;
  
  
  
  
  
  &:not(:last-child){
    border-bottom: 1px solid #000;
  }

  &:not(:first-child){
    padding-top: 1em;
  }
}

.shop-info__access-title{
  width: 7em;
  &::before{
  content: "■";
  }
}

@media screen and (min-width: 769px) {
  .shop-info{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 50px;
    align-items: center;
  }

  .shop-info__map iframe{
    aspect-ratio: 682/772;
  }

  .shop-info__access{
    display: flex;    
    gap: 1em;        
  }

  .shop-info__access-title{
    width: 7em;
  }
}

@media screen and (max-width: 768px) {
  .shop-info{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .shop-info__map iframe{
    height: 50vh;
  }
}

/* topics */

.topics{
  padding-block: 3%;
}

.topics__catch{
  font-family: "ab-appare", sans-serif;
width: fit-content;
margin-inline: auto;
line-height: 1.2;
color: var(--content-em);
padding-bottom: 0.4em;
font-size: clamp(30px, calc(30px + (68.75 - 30) * (100vw - 375px) / (1100 - 375)), 68.75px);
letter-spacing: -0.05em;
text-align: center;

}

.topics__text{
  text-align: center;
  font-weight: 800;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.7;
  font-size: clamp(18px, calc(18px + (29.15 - 18) * (100vw - 375px) / (1100 - 375)), 29.15px);
  letter-spacing: 0.05em;
}

.topics__emphasis{
  color: var(--content-em);
}

.topics__announce-text-parent{
  position: relative;
    padding-bottom: 0.8em;
    display: inline-block;
}

.topics__announce-text{
  font-size: 0.6em;
  position: absolute;
  top: 2.3em;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

/* visitor-privileg */

.visitor-privilege__item {
  display: grid;
  grid-template-columns: 41% auto;  
  gap: 32px;
}

.visitor-privilege {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 5%;
}

.visitor-privilege__sample{
  position: relative;
}

.visitor-privilege__sample:has(.visitor-privilege__random-batch){
  padding-top: 5%;
  padding-left: 5%;
}

.visitor-privilege__random-batch{  
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
}

.visitor-privilege__sample.visitor-privilege__sample--2column {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 15px;
}

.visitor-privilege__sample-attention {
  grid-column: 2 span;
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
}

.visitor-privilege__img {
  display: block;

  /* うちわ調整 */
  &.visitor-privilege__img--uchiwa{
    width: 80%;
    margin-inline: auto;
  }

}

.visitor-privilege__caption {
  text-align: center;
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1100 - 320)), 16px);
  padding-top: 0.5em;
  line-height: 1.2;
}

.visitor-privilege__title {
  font-weight: 800;
  font-size: clamp(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  margin-bottom: 0.7em;
  background: #d7063a;
  color: #fff;
}

.visitor-privilege__text-box{
  padding-inline: 3%;
}

.visitor-privilege__name{
  color: var(--content-em);
  font-weight: 800;
  line-height: 1.3;
  font-size: clamp(25px, calc(25px + (40.7 - 25) * (100vw - 375px) / (1100 - 375)), 40.7px);
  padding-bottom: 0.6em;
}

.visitor-privilege__text {
  font-weight: bold;
  line-height: 1.7;
  font-size: clamp(16px, calc(16px + (21.45 - 16) * (100vw - 375px) / (1100 - 375)), 21.45px);
  letter-spacing: 0.05em;
}

.visitor-privilege__tax{
  font-size: 0.8em;
  vertical-align: middle;
}

.visitor-privilege__emphasis{
  color: var(--content-em);
}

.visitor-privilege__attention {
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1100 - 320)), 16px);
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .visitor-privilege__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}
}

/* 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;
}

/* purchase-benefits */

.purchase-benefits{
  padding-top: 5%;
}

.purchase-benefits__item{
  padding-inline: 3%;
  padding-bottom: 5%;
&:not(:last-child){
  border-bottom: 1px solid #000;
}

&:not(:first-child){
  padding-top: 6%;
}
}

.purchase-benefits__sample{
  display: flex;
  gap: 20px;
}

.purchase-benefits__sample.purchase-benefits__sample--balloon{
  gap: 0;
  width: 95%;
  margin-inline: auto;
}

.purchase-benefits__sample-item--ballon{
  display: flex;
  flex-direction: column;
}

.purchase-benefits__balloon{
  --balloon-bg:#320ba5;
  --balloon-color:#fff;
  background: var(--balloon-bg);
  color: var(--balloon-color);
  font-size: clamp(11px, calc(11px + (18.7 - 11) * (100vw - 375px) / (1100 - 375)), 18.7px);
  padding: 0.9em 1em 0.8em;
  border-radius: 0.5em;
  margin-top: 1.4em;
  width: 90%;
  box-sizing: border-box;
  margin-inline: auto;
  position: relative;
  &::before{
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: calc(50% - 0.5em);
    border-style: solid;
    border-width: 0 0.5em 1em 0.5em;
    border-color: transparent transparent var(--balloon-bg) transparent;
  }
}

.purchase-benefits__balloon.purchase-benefits__balloon--secondary{
  --balloon-bg:#d7063a;
}

.purchase-benefits__balloon-text{
font-weight: bold;
text-align: center;
line-height: 1.2;
}

.purchase-benefits__detail{
  font-size: clamp(18px, calc(18px + (29.15 - 18) * (100vw - 375px) / (1100 - 375)), 29.15px);
  padding-top: 1.2em;
  width: fit-content;
  margin-inline: auto;
}

.purchase-benefits__text{
  text-align: center;
  font-weight: bold;
  line-height: 1.7;  
}

.purchase-benefits__emphasis{
color: var(--content-em);
}

@media screen and (max-width: 768px) {
  
.purchase-benefits__sample{  
  gap: 5px;
}
}

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

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

.goods-card__attention {
  grid-column: 3 span;
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
}

@media screen and (max-width: 769px) {
  .goods-card__attention {
    grid-column: 1 span;
}
}

.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;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.goods-card.goods-card--udx-limited{
  .goods-card__sample{
    padding:0.5rem 1rem 0rem 1rem;
  }

  .goods-card__name {
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
  .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(3, 1fr);
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .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 3;
}

.fair-card__text {
  font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 320px) / (1100 - 320)), 22px);
  font-weight: 800;
}

.fair-card__attention {
  font-size: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 14px);
  font-weight: bold;
  padding-top: 0.54em;
}

.fair-card__emphasis{
  color: #d64391;
}

.fair-card.fair-card--horizontal .fair-card__name--border{
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 769px) {
  .fair-card.fair-card--horizontal {
    grid-column: span 3;
    grid-template-columns: 30% auto;
    grid-template-rows: 1fr;

    .fair-card__info{
      padding-block: 2rem;
    }
  
    .fair-card__sample {
      padding:2rem 3rem 2rem 3rem;      
  }

  .fair-card__name--border {
    padding-top: 0.5em;
    text-align: left;
  }
  }
}

@media screen and (max-width: 768px) {
  .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%;
  height: auto;
  display: block;
  /* flex: 1; */
}
.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: 768px) {
  .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__img_no-ratio.fair-card__img--badge{
  position: relative;
  padding-right: 3%;
}

.fair-card__capsule2-batch-01,.fair-card__capsule2-batch-02{
  position: absolute;
  display: block;
  width: 9.2%;
  top: 20%;
}

.fair-card__capsule2-batch-01{
  left: 92%;
}

.fair-card__capsule2-batch-02{
  right: 0%;
}

.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(20px, calc(20px + (31.9 - 20) * (100vw - 375px) / (1100 - 375)), 31.9px);
  color: var(--goods-text);
  /* padding-top: 1em; */
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-bottom: 0.5em;
}

.fair-card__price--border {
  text-align: center;
  font-weight: 800;
  font-size: clamp(24px, calc(24px + (37.95 - 24) * (100vw - 375px) / (1100 - 375)), 37.95px);
  color: var(--goods-text);
  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid var(--content-ttl-bg);
  padding-top: 0.5em;
}

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


.limited-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;
}

/* 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%;
  }
}

/* goods-title */

.goods-title{
  width: 90%;
  max-width: 850px;
  margin-inline: auto;
  color: #320ba5;
  border: 3px solid #320ba5;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0.2em 0.5em 0.1em;
  font-size: clamp(25px, calc(25px + (40.7 - 25) * (100vw - 375px) / (1100 - 375)), 40.7px);
}

/* goods-catch */

.goods-catch{
  margin-block: 0.8em;
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  font-size: clamp(20px, calc(20px + (40.7 - 20) * (100vw - 375px) / (1100 - 375)), 40.7px);
  padding-inline: 1.5em;
  padding-top: 0.1em;
  background: no-repeat center left/1.5em url(../images/bg_capsule-toy-catch_left.webp),no-repeat center right/1.5em url(../images/bg_capsule-toy-catch_right.webp);
}

.goods-catch__text{
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.goods-catch__emphasis{
  color: var(--content-em);
}

/* sns-goods-list */

.sns-goods-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 31px;
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
}

.sns-goods-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2 span;
  gap: 16px;
}

.sns-goods-list__name {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  .sns-goods-list {
    display: flex;
    flex-direction: column;
}
}

/* sns-goods */
.sns-goods {
  display: flex;
  gap: 16px;
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
}

/* sns-button */

.sns-button-wrap {
  display: flex;
  padding-top: 32px;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sns-button {
  display: flex;
  background: #00a7c5;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.5em 0.8em;
  text-align: center;
  width: 100%;
  max-width: 420px;
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1100 - 320)), 26px);
  text-decoration: none;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  &.sns-button--second {
    background: #d64391;
  }
}

@media screen and (max-width: 769px) {
  .sns-button-wrap {    
    padding-top: 16px;
  }
}

/* sns-campaign-info  */

.sns-campaign-info {
  border: 1px solid;
  padding: 1.5rem 2rem;
}

.sns-campaign-info__text {
  font-weight: 700;
  font-size: clamp(16px, calc(16px + (26 - 16) * (100vw - 320px) / (1100 - 320)), 26px);
}

.sns-campaign-info__link {
  color: #d64391;
}

@media screen and (max-width: 769px) {
  .sns-campaign-info {
    padding: 1rem;
  }
}
/* info section */
.p_info-text {
  line-height: 1.5;
  font-weight: 900;
  font-size: clamp(22px, calc(22px + (35.75 - 22) * (100vw - 375px) / (1100 - 375)), 35.75px);
  padding-bottom: 0.3em;
  &.p_info-text--secondary{
    color: #320ba5;
    
  }
}

.p_info-text__emphasis{
color: var(--content-em);
}

.p_info-text--red {
  color: #d64391;
}
.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-bottom: 5%;
}

.c_info-btn {
  font-size: clamp(21px, calc(21px + (38.5 - 21) * (100vw - 375px) / (1100 - 375)), 38.5px);
  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);
  text-align: center;
  line-height: 1.2;
  padding-block: 0.5em;
}

/* margin-top */
.u_mt2 {
  margin-top: 2%;
}
.u_mt3 {
  margin-top: 3%;
}

.u_mt4 {
  margin-top: 4%;
}

.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: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 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: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 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: clamp(11px, calc(11px + (14 - 11) * (100vw - 320px) / (1100 - 320)), 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;
  }
}
