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;
}
.w520,
.w440,
.w420 {
  display: none;
}
@media(max-width: 520px) {
  .w520 {
    display: block;
  }
}
@media(max-width: 470px) {
  .w470 {
    display: block;
  }
}
@media(max-width: 440px) {
  .w440 {
    display: block;
  }
  .detail__title.small.w440fz {
    font-size: 1.64rem;
  }
}
@media(max-width: 420px) {
  .w420 {
    display: block;
  }
  .detail__title.small.w420fz {
    font-size: 1.7rem;
  }
}
.main {
  position: relative;
}
.section {
  position: relative;
  z-index: 2;
  padding: 30px 0 0;
}
@media(min-width: 768px) {
  .section {
    padding: 50px 0 0;
  }
  /* .section + .section {
    padding-top: 80px;
  } */
}
.section:last-of-type {
  padding-bottom: 22px;
}
@media(min-width: 768px) {
  .section:last-of-type {
    padding-bottom: 50px;
  }
}
.sp-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-left: 29px;
  background: #fff;
}

.section__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: 0 auto 15px;
  color: #fff;
  font-weight: 700;
}
.workshop .section__title {
  background: var(--color-pink);
}
.novelty .section__title {
  background: var(--color-lightblue);
}
.campaign .section__title {
  background: var(--color-lightgreen);
}
.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: clamp(1.8rem, 2.5vw, 3rem);
  line-height: 1;
}
@media(min-width: 768px) {
  .section__title {
    height: 50px;
    margin-bottom: 40px;
  }
  .section__title .en {
    font-size: 2.9rem;
  }
}
/* .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: 10px;
  row-gap: 10px;
}
@media(min-width: 768px) {
  .item__list {
    column-gap: 15px;
    row-gap: 4.8vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media(min-width: 1101px) {
  .item__list {
    column-gap: 40px;
    row-gap: 40px;
  }
}
.item__box {
  display: flex;
  flex-direction: column;
  padding: 6.7484662577%;
  text-align: center;
  line-height: 1.25;
  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%;
  }
  .item__box:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
  }
}
.item__img {
  position: relative;
  overflow: hidden;
}
.item__img img {
  aspect-ratio: 297 / 201;
  object-fit: cover;
}
@media(min-width: 768px) {
  .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__date {
  margin-top: 1em;
  color: var(--color-modal-border);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}
.item__date.small {
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}
.item__date.indent {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.item__date span {
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
}
.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-box:has(:not(.item__price)) {
  margin-bottom: 0.5em;
}
.item__name {
  margin-top: 0.5em;
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.2;
}
.item__name.middle {
  font-size: clamp(1.4rem, 1.8vw, 2.1rem);
}
.item__name.fz10 {
  font-size: clamp(1rem, 1.4vw, 1.7rem);
}
.item__name.middle .small {
  font-size: 0.84em;
}
.item__name.small {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.item__name.small.fz11 {
  font-size: clamp(1.1rem, 1.6vw, 1.8rem);
}
.item__name.indent {
  width: fit-content;
  margin-inline: auto;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.item__name.indent.mi0 {
  margin-inline: 0;
}
@media(max-width: 767.999px) {
  .item__name.small.sp-inline,
  .item__name.small.fz12 {
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  }
  .item__name.fz13 {
    font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  }
  .item__name.fz14 {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  }
  .item__name.fz15 {
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  }
  .item__name.small.sp-inline span {
    display: inline;
  }
  .item__name.small.sp-inline span.dib {
    display: inline-block;
  }
}
.item__name + .small {
  margin-top: 0;
}
.item__name.max16 {
  width: 100%;
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
  text-align: left;
}
.item__name span {
  display: inline-block;
}
.item__price + .item__name {
  margin-top: 0;
}
.item__price {
  margin-block: 0.2em 0.7em;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  /* font-size: clamp(1.4rem, 2vw, 2rem); */
  font-weight: 700;
  line-height: 1.4;
}
.item__price.mt0 {
  margin-top: 0;
}
.item__price span {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}
.item__btn {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding-inline: 2.6em 1em;
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  color: #fff;
  border-radius: 100px;
  background: var(--color-bg-button);
}
@media(min-width: 768px) {
  .item__date {
    margin-top: .7em;
  }
}
.item__btn::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.5em;
  width: 16px; /* 横幅 */
  height: 16px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #fff;
}
.item__btn::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.7em;
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--color-bg-button);
  border-right: 3px solid var(--color-bg-button);
  transform: rotate(45deg);
}
.item__shop {
  margin-top: auto;
  padding-block: 1em;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  border-top: 1px solid var(--color-border);
}
.item__shop span {
  display: inline-block;
}
@media(min-width: 768px) and (max-width: 1249.999px) {
  .item__btn {
    height: 40px;
    line-height: 40px;
  }
  .item__btn::before { /* 背景の表示設定 */
    width: 22px; /* 横幅 */
    height: 22px; /* 高さ */
    left: 0.6em;
  }
  .item__btn::after { /* くの字の表示設定 */
    left: 0.85em;
    width: 10px;
    height: 10px;
  }
}
@media(min-width: 1250px) {
  .item__btn {
    height: 50px;
    line-height: 50px;
  }
  .item__btn::before { /* 背景の表示設定 */
    width: 28px; /* 横幅 */
    height: 28px; /* 高さ */
  }
  .item__btn::after { /* くの字の表示設定 */
    left: 0.85em;
    width: 10px;
    height: 10px;
  }
}
footer {
  position: relative;
  height: 175px;
  padding: 33px 0 0 40px;
  background: #f3f6f8;
}
.footer__notes {
  padding: 0 20px 30px;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.footer__notes span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
footer p {
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media(min-width: 768px) {
  .footer__notes {
    padding-bottom: 70px;
    letter-spacing: .04em;
    text-align: center;
  }
  .footer__notes span {
    padding-left: 0;
    text-indent: 0;
  }
  footer {
    height: 121px;
    padding-top: 15px;
  }
  footer p {
    padding-top: 5px;
  }
}
.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: 940px;
}
@media(min-width: 768px) {
  .modal__contents {
    filter: drop-shadow(5px 5px 5px rgba(51, 28, 29, .3));
  }
}
.modal__close {
  position: absolute;
  top: -2%;
  right: -2%;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 10.6666666667vw;
  max-width: 40px;
  border-radius: 100px;
  background: var(--color-blue2);
}
.modal__close::before,
.modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media(min-width: 768px) {
  .modal__close {
    top: -2%;
    right: -2%;
    min-width: 40px;
    max-width: 50px;
    }
  .modal__close::before,
  .modal__close::after {
    height: 5px;
  }
}
.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;
}
.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%;
}
.splide__arrow--prev::before {
  transform: rotate(180deg);
  background-image: url("../img/popup-arrow.png");
}
.splide__arrow--next {
  right: -4%;
}
.splide__arrow--next::before {
  background-image: url("../img/popup-arrow.png");
}
#js-splide .splide__list {
  align-items: flex-start;
  height: auto;
}
.splide__slide {
  height: fit-content;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  border: 4px solid var(--color-modal-border);
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(51, 28, 29, .3));
}
.splide__slide-inner {
  height: 100%;
  max-height: inherit;
  padding: 30px 15px;
  overflow-y: auto;
  overscroll-behavior: none;
  scrollbar-width: none;
}
.splide__slide-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media(max-width: 560px) {
  .splide__arrow {
    top: 18%;
  }
}
@media(min-width: 768px) {
  .splide__slide {
    height: auto;
    /* max-height: calc(100vh - 60px); */
    border-width: 9px;
    border-radius: 37px;
  }
  .splide__slide-inner {
    padding: 40px 60px 30px;
  }
}
.detail__date {
  margin-bottom: 20px;
  padding-block: 10px;
  color: var(--color-bg-button);
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid var(--color-border2);
  border-bottom: 1px solid var(--color-border2);
}
.detail__date .small{
  padding-left: 0.5em;
  font-size: 0.6em;
}
.detail__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 4px 24px;
  color:#fff;
  border-radius: 100px;
  background: var(--color-bg-button);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.detail__note.text {
  margin-bottom: 0;
  color: var(--color-blue);
  background: none;
}
.detail__note .sp-br {
  margin-left: 0.5em;
  display: inline-block;
}
@media(max-width: 440px) {
  .detail__note.w440fz {
    font-size: 1.2rem;
  }
}
.detail__title {
  margin-bottom: 10px;
  color: var(--color-blue);
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.detail__title:has(+ .detail__imgbox) {
  margin-bottom: 16px;
}
.detail__title.small {
  margin-bottom: 20px;
  line-height: 1.4;
}
.detail__title.small.mb0 {
  margin-bottom: 0;
}
.detail__title.small.mb0.wfc {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.indent-outer {
  width: fit-content;
  margin-inline: auto;
}
.detail__title.small.indent {
  width: fit-content;
  text-align: left;
}
.detail__title.small.indent.w100 {
  width: 100%;
}
.detail__title.small span:not(.dib, .center),
.detail__title .small {
  font-size: 0.8em;
}
.detail__title.small .center {
  display: block;
  text-align: center;
}
.detail__title.small .dib {
  display: inline-block;
  font-size: clamp(1.6rem, 2.1vw, 2.2rem);
}
.price-sp {
  display: none;
}
.detail__box .detail__img .detail__title.sp {
  margin-top: 20px;
}
.detail__price {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: var(--color-blue);
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.detail__img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.detail__img img {
  object-fit: contain;
}
.detail__img p {
  margin-top: 10px;
}
.detail__img p .small {
  font-size: 0.8em;
}
.detail__info {
  max-width: 360px;
  margin-top: 10px;
}
@media(max-width: 400px) {
  .detail__title.fz18 {
    font-size: 1.84rem;
  }
}
@media(max-width: 767.999px) {
  .detail__title.small.indent {
    width: fit-content;
    /* margin-inline: auto; */
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
  .detail__title.small.indent.w100 {
    padding-left: 0;
  }
  .detail__title.small.indent .dib {
    display: block;
    text-align: center;
  }
  .detail__title.small.mb0 {
    margin-bottom: 0.5em;
  }
}
@media(max-width: 999.999px) {
  .detail__title.pc,
  .detail__price .only-pc {
      display: none;
  }
  .price-sp {
    display: inline-block;
    margin-left: 1em;
    font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  }
  .price-sp span {
    padding: 0 0.2em;
    font-size: 0.8em;
  }
  .detail__date:has(+ .detail__note) {
    margin-bottom: 10px;
  }
  .detail__info {
    margin-top: 20px;
  }
}
@media(min-width: 1000px) {
  .detail__title.sp,
  .detail__title .sp,
  .detail__note .sp {
    display: none;
  }
  .detail__box {
    display: grid;
    grid-template-columns: 6fr 4fr;
    column-gap: 30px;
    align-items: flex-start;
    margin-top: 15px;
  }
  .detail__info {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0;
    padding-left: 35px;
    border-left: 3px dotted var(--color-border2);
  }
  .detail__info ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .detail__info ul li p.pcsize {
    font-size: 2.4rem;
  }
}
.detail__info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail__info ul li {
  display: flex;
  gap: 10px;
}
.detail__info ul li p:first-child,
.detail__shopinfo p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  width: 6.2em;
  padding: 1.5em 1em;
  border-radius: 4px;
  background: var(--color-bg-button);
}
.detail__info ul li p + p,
.detail__shopinfo p + p {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.detail__info ul li p + p strong,
.detail__shopinfo p + p strong {
  font-size: 1.6rem;
}
.detail__info ul li p + p.reserve {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.detail__info ul li p + p.reserve a {
  color: var(--color-bg-button);
  text-decoration: underline;
}
.detail__info ul li p + p span,
.detail__shopinfo p + p span:not(.dib) {
  font-size: 0.8em;
}
.detail__shopinfo p + p .dib {
  display: inline-block;
}

.detail__text {
  /* padding-bottom: 10px; */
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.detail__text > p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .02em;
}
.detail__text > .menu,
.detail__text > .conditions {
  font-size: 1.3rem;
  margin-bottom: 1em;
  padding: 15px 10px;
  text-align: center;
  border-radius: 8px;
  background: var(--color-menublue);
}
.detail__text > .conditions {
  font-size: 1.6rem;
  font-weight: bold;
}
@media(min-width: 1000px) {
  .detail__text > .conditions.pi0 {
    padding-inline: 0;
  }
}
.detail__text > .conditions span {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0.15em 1.5em;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 100px;
  background: var(--color-bg-button);
}
.detail__text > .note {
  margin-top: 0.5em;
  color: var(--color-bg-button);
  font-size: 1.6rem;
  font-weight: 500;
}
.detail__text .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 26px);
  padding-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.detail__text .inner span {
  display: inline-block;
}
.detail__text .f22 {
  padding-inline: 1em;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}
.detail__text .f36 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}
.detail__text .f16 {
  margin-top: 8px;
  padding-inline: 2em;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  font-weight: normal;
}
.detail__text ul.f16 {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.detail__text .f16 li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail__shop {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .04em;
  color: var(--color-shop);
}
.detail__shopinfo {
  display: flex;
  gap: 10px;
  color: var(--color-shop);
  font-size: clamp(1.3rem, 1.3636363636vw, 1.4rem);
  letter-spacing: .04em;
  line-height: 1.25;
}
.detail__floor {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 1em;
  padding-inline: 1em;
  border-radius: 100px;
  background: var(--color-bgfloor);
}
.detail__category {
  display: inline-block;
  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;
}
.detail__price.small {
  font-size: clamp(1.2rem, 2.2vw, 3rem);
}
.detail__price span:not(.only-pc, .sp-title) {
  padding: 0 0.2em;
  font-size: 0.8em;
  line-height: 1;
}
@media(max-width: 999.999px) {
  .detail__price .sp-title {
    font-size: clamp(2rem, 2.5vw, 3rem);
  }
}
.detail__flex {
  display: flex;
  flex-direction: column;
}
.detail__flex .detail__imgbox {
  order: -1;
}
.detail__imgbox {
  margin-bottom: 20px;
}
@media(min-width: 1000px) {
  .splide__slide-inner {
    display: grid;
    align-content: start;
    grid-template-columns: 6fr 4fr;
    column-gap: 30px;
  }
  .detail__flex {
    display: contents;
  }
  .detail__flex .detail__imgbox {
    order: 0;
  }
  .detail__box,
  .indent-outer,
  .detail__title,
  .detail__price,
  .detail__date,
  .detail__note,
  .splide__slide-inner > p,
  .detail__shopinfo,
  .detail__data,
  .detail__notes,
  .detail__tags {
    grid-column: 1 / -1;
  }
  .detail__text {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .detail__text .inner {
    padding-top: 0;
  }
  .detail__imgbox {
    margin: 0;
    overflow: hidden;
  }
  .detail__imgbox .detail__img {
    width: 100%;
    max-width: 100%;
  }
  .detail__shopinfo {
    margin-top: auto;
    padding-top: 20px;
    /* margin-block: .25em 10px;
    padding-bottom: 10px; */
  }
  .detail__date {
    margin-bottom: 18px;
  }
  .detail__name {
    margin-top: 1em;
    font-size: clamp(1.5rem, 1.5454545455vw, 1.7rem);
  }
  .detail__price {
    width: auto;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: clamp(1.6rem, 2vw, 2.5rem);
  }
  .detail__price .sp {
    display: none;
  }
  .detail__text > p {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .detail__text > .FZ17 {
    font-size: 1.7rem;
  }
  .detail__title.small.mt5 {
    margin-top: 5px;
  }
  .detail__text > .conditions {
    padding-block: 20px;
    font-size: 1.8rem;
  }
  .detail__text > .conditions span {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .detail__floor {
    height: 30px;
    line-height: 30px;
  }
}
.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;
  color: #fff;
}
.detail__tags .-maru {
  background: #5b549a;
}
.detail__tags .-standard {
  background: #c24aa1;
}
.detail__tags .-limited {
  background: #4d9adf;
}
.detail__tags .-sale-period {
  background: #44952e;
}
