body {
  font-family: var(--font-family-jp);
}
.en {
  font-family: var(--font-family-en);
}
.maru {
  font-family: var(--font-family-maru);
}
.bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/bg.png") top center/120% repeat-y;
}
.main {
  position: relative;
}
.section {
  position: relative;
  z-index: 2;
  padding: 15% 0 20%;
}
@media(min-width: 768px) {
  .section {
    padding: 90px 0;
  }
}
.section:last-of-type {
  padding-bottom: 80px;
}
@media(min-width: 768px) {
  .section:last-of-type {
    padding-bottom: 150px;
  }
}
/* .section:nth-child(2n+1)::before,
.section:nth-child(2n+1)::after {
  content: "";
  display: block;
  width: clamp(150px, 23.4375vw, 450px);
  aspect-ratio: 450/475;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.section:nth-child(2n+1)::before {
  left: 0;
  background: url(../img/left-flower.png) left/contain no-repeat;
}
@media(min-width: 768px) {
  .section:nth-child(2n+1)::before {
    background: url(../img/left-flower@x2.png) left/contain no-repeat;
  }
}
.section:nth-child(2n+1)::after {
  right: 0;
  background: url(../img/right-flower.png) right/contain no-repeat;
}
@media(min-width: 768px) {
  .section:nth-child(2n+1)::after {
    background: url(../img/right-flower@x2.png) right/contain no-repeat;
  }
}
.section:nth-child(2n) {
  background-color: #edf9ff;
} */
.section__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  margin: 0 auto 50px;
  color: #fff;
  background: var(--color-blue2);
  border-radius: 100px;
}
.section__title .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
}
.section__title .en {
  font-size: 2rem;
  line-height: 1;
}
.section__title .jp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
}
@media(min-width: 768px) {
  .section__title {
    margin-bottom: 50px;
  }
  .section__title .en {
    font-size: 2.9rem;
  }
  .section__title .jp {
    font-size: 2rem;
  }
}
/* .section__title .jp::before,
.section__title .jp::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-flower-1.svg) center/contain no-repeat;
  content: "";
}
@media(min-width: 768px) {
  .section__title .jp::before,
  .section__title .jp::after {
    width: 30px;
    height: 30px;
  }
}
.section__title .jp::before {
  margin-right: 2rem;
}
@media(min-width: 768px) {
  .section__title .jp::before {
    margin-right: 4rem;
  }
}
.section__title .jp::after {
  margin-left: 2rem;
}
@media(min-width: 768px) {
  .section__title .jp::after {
    margin-left: 4rem;
  }
} */
.item__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.6666666667vw;
  row-gap: 4.8vw;
}
@media(min-width: 768px) {
  .item__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media(min-width: 1101px) {
  .item__list {
    column-gap: 22px;
    row-gap: 50px;
  }
}
.item__box {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 6.7484662577%;
  line-height: 1.25;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background-color .3s, box-shadow .3s;
}
@media(min-width: 768px) {
  .item__box {
    padding: 5.9659090909%;
    border-radius: 20px;
  }
  .item__box:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
  }
}
.item__img {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
}
.item__img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
@media(min-width: 768px) {
  .item__img {
    border-radius: 15px;
  }
  .item__img img {
    transition: transform .3s;
  }
  .item__img img:where(.item__box:hover *) {
    transform: scale(1.05);
  }
}
.item__img::after {
  position: absolute;
  top: 5%;
  right: 5%;
  display: block;
  aspect-ratio: 1;
  width: 10.7142857143%;
  min-width: 15px;
  background: url("../img/icon-zoom.svg") no-repeat center/contain;
  content: "";
}
@media(min-width: 768px) {
  .item__img::after {
    width: 30px;
  }
}
.item__name {
  margin-block: 1em 0.7em;
  font-size: clamp(1.4rem, 1.8181818182vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}
@media(min-width: 768px) {
  .item__name {
    margin-top: .7em;
  }
}
.item__floor {
  display: inline-block;
  width: fit-content;
  min-height: 20px;
  line-height: 12px;
  margin-top: auto;
  padding: 4px 1em;
  font-size: clamp(1rem, 1.2727272727vw, 1.4rem);
  border-radius: 100px;
  background: var(--color-bgfloor);
}
@media(min-width: 768px) {
  .item__floor {
    height: 30px;
    padding: 0 1em;
    line-height: 30px;
  }
}
.item__shop {
  padding-top: .5em;
  font-size: clamp(1.2rem, 1.3636363636vw, 1.5rem);
  font-weight: 500;
}
@media(min-width: 768px) {
  .item__shop {
    padding-top: .3em;
  }
}
.footer {
  padding-top: 40px;
  text-align: center;
}
.footer__notes {
  padding: 0 20px 40px;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .04em;
}
.footer__notes span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media(min-width: 768px) {
  .footer__notes {
    text-align: center;
  }
    .footer__notes span {
    padding-left: 0;
    text-indent: 0;
  }
}
.footer__logo {
  display: block;
  width: 72%;
  max-width: 270px;
  margin: 0 auto;
}
@media(min-width: 768px) {
  .footer__logo {
    width: 300px;
    transition: opacity .3s;
  }
  .footer__logo:hover {
    opacity: .7;
  }
}
.footer__copyright {
  margin-top: 20px;
  padding: 40px 0;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 500;
  letter-spacing: .04em;
  text-align: center;
}
@media(min-width: 768px) {
  .footer__copyright {
    margin-top: 0;
    padding-block: 60px 72px;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 39, 56, .6);
  cursor: pointer;
}
.modal__contents {
  position: relative;
  width: 90%;
  max-width: 1100px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(51, 28, 29, .3);
}
@media(min-width: 768px) {
  .modal__contents {
    box-shadow: 5px 5px 5px rgba(51, 28, 29, .3);
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 10.6666666667vw;
  min-width: 40px;
  max-width: 50px;
}
@media(min-width: 768px) {
  .modal__close {
    max-width: 54px;
  }
}
.modal__close::before,
.modal__close::after {
  position: absolute;
  top: 60%;
  left: 30%;
  display: block;
  width: 75%;
  height: 3px;
  background: var(--color-blue2);
  border-radius: 2px;
  content: "";
}
@media(min-width: 768px) {
  .modal__close::before,
  .modal__close::after {
    height: 2px;
  }
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(-150deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(150deg);
}
.splide__arrow {
  position: absolute;
  top: 25%;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 9.3333333333vw;
  min-width: 35px;
  max-width: 45px;
  transition: opacity .2s;
}
@media(min-width: 768px) {
  .splide__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media(max-width: 560px) {
  .splide__arrow {
    top: 18%;
  }
}
.splide__arrow svg {
  display: none;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
  transition: .3s;
  content: "";
}
.splide__arrow--prev {
  left: -4%;
}
@media(min-width: 768px) {
  .splide__arrow--prev {
    left: -6%;
  }
}
.splide__arrow--prev::before {
  transform: rotate(180deg);
  background-image: url("../img/popup-arrow.png");
}
@media(min-width: 768px) {
  .splide__arrow--prev::before {
  }
  .splide__arrow--prev:hover::before {
  }
}
.splide__arrow--next {
  right: -4%;
}
@media(min-width: 768px) {
  .splide__arrow--next {
    right: -6%;
  }
}
.splide__arrow--next::before {
  background-image: url("../img/popup-arrow.png");
}
.splide__slide {
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  overscroll-behavior: none;
}
.detail__box {
  padding: 5% 5% 10%;
}
@media(min-width: 768px) {
  .detail__box {
    display: flex;
    align-items: flex-start;
    padding: clamp(20px, 2.6041666667vw, 50px) clamp(20px, 4.1666666667vw, 80px);
  }
}
.detail__img {
  aspect-ratio: 1 / 1;
  width: 74%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.detail__img img {
  object-fit: contain;
}
@media(min-width: 768px) {
  .detail__img {
    flex-shrink: 0;
    width: 39.3617021277%;
    max-width: 400px;
  }
}
.detail__info {
  --detail-margin: 15px;
  margin-top: var(--detail-margin);
}
@media(min-width: 768px) {
  .detail__info {
    --detail-margin: 20px;
    margin: 10px 0 0 3.1914893617%;
  }
}
.detail__shop {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .04em;
  color: var(--color-shop);
}
@media(min-width: 768px) {
  .detail__shop {
    font-size: clamp(1.5rem, 1.5454545455vw, 1.8rem);
  }
  .detail__shop:hover {
    text-decoration: underline;
  }
}
.detail__shopinfo {
  margin-top: 0.25em;
  padding-bottom: 0.75em;
  color: var(--color-shop);
  font-size: clamp(1.3rem, 1.3636363636vw, 1.4rem);
  letter-spacing: .04em;
  line-height: 1.25;
  border-bottom: 1px solid var(--color-shopborder);
}
@media(min-width: 768px) {
  .detail__shopinfo {
    margin-block: .25em 10px;
    padding-bottom: 10px;
  }
}
.detail__floor {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0.25em;
  padding-inline: 1em;
  border-radius: 100px;
  background: var(--color-bgfloor);
}
.detail__category {
  display: inline-block;
  margin-bottom: 0.25em;
  padding-left: .5em;
}
.detail__category::before {
  content: "[ ";
}
.detail__category::after {
  content: " ]";
}
.detail__name {
  margin-top: .7em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.25;
}
@media(min-width: 768px) {
  .detail__name {
    margin-top: 1em;
    font-size: clamp(1.5rem, 1.5454545455vw, 1.7rem);
  }
}
.detail__price {
  width: fit-content;
  margin-block: 0.5em;
  margin-left: -1em;
  text-indent: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media(min-width: 768px) {
  .detail__price {
    width: auto;
    margin-top: .4em;
    font-size: clamp(1.3rem, 1.3636363636vw, 1.5rem);
  }
  .detail__floor {
    height: 30px;
    line-height: 30px;
  }
  }
.detail__price span {
  padding: 0 0.2em;
  font-size: 1.6em;
  line-height: 1;
}
.detail__price .note {
  display: inline-block;
  padding: 0 0 0.5em;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .04em;
}
.detail__text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .02em;
}
@media(min-width: 768px) {
  .detail__text {
    font-size: clamp(1.3rem, 1.4545454545vw, 1.6rem);
  }
}
.detail__data {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .02em;
}
.detail__data:where(.detail__text+*, .detail__notes+*) {
  margin-top: 1em;
}
.detail__notes {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  opacity: .95;
}
.detail__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--detail-margin);
  margin-bottom: -12px;
  padding-top: var(--detail-margin);
  border-top: 1px solid #b3b3b3;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}
@media(min-width: 768px) {
  .detail__tags {
    font-size: clamp(1.3rem, 1.3636363636vw, 1.5rem);
  }
}
.detail__tags li {
  margin: 0 12px 12px 0;
  padding: .25em .8em .35em 0;
  color: var(--color-blue2);
}
/* .detail__tags .-maru {
  background: #5b549a;
}
.detail__tags .-standard {
  background: #c24aa1;
}
.detail__tags .-limited {
  background: #4d9adf;
}
.detail__tags .-sale-period {
  background: #44952e;
} */
