@media screen and (min-width: 768px) {
  .product__icon,
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

:root {
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-jp: var(--font-noto-sans);
}

#toTop.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

#Foot {
  padding-top: 0;
}

#Anniversery1stPointup {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-family: var(--font-jp);
  font-feature-settings: "palt";
  color: #1c1c1c;
}

.page-container {
  width: min(100%, 75rem);
  margin: 0 auto;
  position: relative;
}

.page-inner{
  background-color: #eae4d3;
}


.page-undermv-disclaimer {
  padding-top: min(calc(43* (100vw / 750)), 4.3rem);
  padding-inline: min(calc(55* (100vw / 750)), 5.5rem);
  padding-bottom: min(calc(50* (100vw / 750)), 5rem);
  background-color: #fff;
}
.page-undermv-disclaimer__text {
  font-weight: 400;
  font-size: min(calc(24* (100vw / 750)), 2.4rem);
  line-height: 2;
  letter-spacing: 0.05em;
  /* margin-bottom: min(calc(30* (100vw / 750)), 3rem); */
}
.page-undermv-disclaimer__text a {
  font-weight: 400;
  text-decoration: underline;
}
.page-undermv-disclaimer__button{
  margin-top: min(calc(30 * (100vw / 750)), 3rem);
  display: block;
}


.page-undermv-present {
  background-color: #fff;
  position: relative;
}

.page-undermv-present__button{
  position: absolute;
  display: block;
  bottom: min(calc(22 * (100vw / 750)), 2.2rem);
  width: min(calc(640* (100vw / 750)), 64rem);
  left: 50%;
  translate: -50% 0;
}


.page-product-list {
  /* padding-bottom: min(calc(110* (100vw / 750)), 11rem); */
}
.pickup_products_title {
  margin: 0 auto;
  padding-top: min(calc(64* (100vw / 750)), 6.4rem);
  padding-bottom: min(calc(48* (100vw / 750)), 4.8rem);
  background-color: #fff;
}

.pickup_products_title .pickup_products_title__text {
  width: min(calc(640* (100vw / 750)), 64rem);
  margin: 0 auto;
}

.page-product-list__wrapper {
  padding-top: min(calc(37* (100vw / 750)), 3.7rem);
  padding-bottom: min(calc(34* (100vw / 750)), 3.4rem);
}
.page-product-list__block {
  padding-inline: min(calc(20 * (100vw / 750)), 2rem);
  position: relative;
}

.page-product-list__block > :where(img){
  border-radius: min(calc(20 * (100vw / 750)), 2rem);
}

.page-product-list__block + .page-product-list__block {
  margin-top: min(calc(37* (100vw / 750)), 3.7rem);
}
.page-product-list__button {
  position: absolute;
  left: 50%;
  bottom: min(calc(23* (100vw / 750)), 2.3rem);
  translate: -50% 0;
  width: min(calc(540* (100vw / 750)), 54rem);
}

.page-product-list__button[data-button-offset-oneline]{
  bottom: min(calc(60 * (100vw / 750)), 6rem);
}

.page-product-list__button[data-button-offset-twoline]{
  bottom: min(calc(115 * (100vw / 750)), 11.5rem);
}

.page-guide__inner {
  background-color: #eae4d3;
  padding-block: min(calc(55* (100vw / 750)), 5.5rem);
  padding-inline: min(calc(35* (100vw / 750)), 3.5rem);
}

.page-guide__title {
  width: min(calc(400* (100vw / 750)), 40rem);
  margin: 0 auto;
  margin-bottom: min(calc(50* (100vw / 750)), 5rem);
}

.page-guide__section-title {
  font-weight: 300;
  font-size: min(calc(28* (100vw / 750)), 2.8rem);
  line-height: min(calc(32* (100vw / 750)), 3.2rem);
  letter-spacing: 0.05em;
  margin-bottom: min(calc(30* (100vw / 750)), 3rem);
  background-color: #3f281a;
  color: #fff;
}
.page-guide__section p,
.page-guide__section li,
.page-guide__section a {
  letter-spacing: 0.05em;
}
.page-guide__section a {
  font-weight: 400;
  text-decoration: underline;
  color: #3f281a;
}

.page-guide__date {
  font-weight: 500;
  font-size: min(calc(28* (100vw / 750)), 2.8rem);
  letter-spacing: 0.025em;
  margin-bottom: min(calc(40* (100vw / 750)), 4rem);
}
.page-guide__list-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  font-size: min(calc(28* (100vw / 750)), 2.8rem);
  line-height: 2;
}
.page-guide__list-item::before {
  content: '・';
  display: inline-block;
  width: min(calc(28* (100vw / 750)), 2.8rem);
}
.page-guide__disclaimer {
  display: grid;
  grid-template-columns: max-content 1fr;
  font-size: min(calc(28* (100vw / 750)), 2.8rem);
  line-height: 2;
  margin-bottom: min(calc(30* (100vw / 750)), 3rem);
}
.page-guide__disclaimer::before {
  content: '※';
  display: inline-block;
  width: min(calc(28* (100vw / 750)), 2.8rem);
}
.page-guide__image-wrapper {
  margin-block: min(calc(30* (100vw / 750)), 3rem);
}
.page-guide__description {
  font-size: min(calc(28* (100vw / 750)), 2.8rem);
  line-height: 2;
}
.page-guide__product-list{
  background-color:#fff;
  padding: min(calc(40 * (100vw / 750)), 4rem) min(calc(55 * (100vw / 750)), 5.5rem);
}


@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  #Anniversery1stPointup {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .page-container {
    width: 100%;
    margin: 0 auto;
  }
}

#toTop {
  display: none;
}

#toList.is-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #toList {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 7rem;
    height: 7rem;
    transition: all 0.3s;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    z-index: 100;
    border-radius: 50%;
  }

  #toList a {
    border-radius: 50%;
    background-color: #3f281a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  @media (min-width: 768px) {
    #toList {
      width: 10rem;
      height: 10rem;
      right: 3rem;
      bottom: 3rem;
    }

    #toList a {
      font-size: 1.8rem;
    }
  }