.posterImage__wrap {
  position: relative;
}
.posterImage__wrap .mitaiButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  background: #fff;
  border: none;
  border-radius: 120px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
  padding: 8px 16px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.posterImage__wrap .mitaiButton .mitaiButton__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.posterImage__wrap .mitaiButton .mitaiButton__inner svg path {
  fill: #999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.667px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17.926px;
}
.posterImage__wrap .mitaiButton .mitaiButton__inner svg path.active {
  fill: #538eff;
}
.posterImage__wrap .mitaiButton .mitaiButton__inner .mitaiButton__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 2px;
  line-height: 100%;
}
.posterImage__wrap .mitaiButton .mitaiButton__inner .mitaiButton__text.active {
  fill: #538eff;
}

.specialOffer__wrap.online .inner {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .specialOffer__wrap.online .inner {
    padding: 16px 0 40px;
  }
}
.specialOffer__wrap.online .inner .privilege__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .specialOffer__wrap.online .inner .privilege__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .specialOffer__wrap.online .inner .privilege__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.specialOffer__wrap.online .inner .privilege__wrap .privilege__image__wrap {
  background-color: #f5f5f5;
  height: 240px;
  width: 240px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .specialOffer__wrap.online .inner .privilege__wrap .privilege__image__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .specialOffer__wrap.online .inner .privilege__wrap .privilege__image__wrap {
    width: 240px;
    margin: 0 auto;
  }
}
.specialOffer__wrap.online .inner .privilege__wrap .privilege__image__wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.specialOffer__wrap.online .inner .privilege__wrap .privilege__image__wrap img {
  position: absolute;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.specialOffer__wrap.online .inner .privilege__wrap .subtitle {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .specialOffer__wrap.online .inner .privilege__wrap .subtitle {
    color: #000;
    font-size: min(4.8vw, 18px);
    padding: 0 12px 8px;
  }
}
.specialOffer__wrap.online .inner .privilege__wrap .title {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .specialOffer__wrap.online .inner .privilege__wrap .title {
    font-size: min(4.2666666667vw, 16px);
    padding: 0 16px 8px;
  }
}

.worksIntroduction__wrap .inner:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}

.kanshouPrompt__wrap .kanshouPrompt__box .text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: center;
  margin-bottom: 24px;
}
.kanshouPrompt__wrap .kanshouPrompt__box .text__wrap .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kanshouPrompt__wrap .kanshouPrompt__box .text__wrap .title {
    font-size: min(4.8vw, 18px);
  }
}
.kanshouPrompt__wrap .kanshouPrompt__box .text__wrap .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  .kanshouPrompt__wrap .kanshouPrompt__box .text__wrap .content {
    font-size: min(3.7333333333vw, 14px);
  }
}
.kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap button {
  line-height: 1.6;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap button {
    max-width: 250px;
    padding: 13px 8px;
  }
}
.kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap .btn-red {
  height: 68px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap .btn-red {
    height: 53px;
    font-size: min(4.8vw, 18px);
  }
}
.kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap .btn-white {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 52px;
  font-size: 14px;
  padding: 6px 8px;
}
@media screen and (max-width: 767px) {
  .kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap .btn-white {
    font-size: min(4.2666666667vw, 16px);
  }
}
.kanshouPrompt__wrap .kanshouPrompt__box .btn__wrap .btn-white span {
  font-size: 11px;
  color: #666;
  font-weight: normal;
}
.kanshouPrompt__wrap .kanshouPrompt__box .note__list {
  margin-top: 16px;
}

.online__purchase__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .online__purchase__wrap {
    gap: 16px;
  }
}

.limitedSales__alert__container {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", sans-serif;
  background: #DFDFDF;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .limitedSales__alert__container {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.limitedSales__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .limitedSales__wrapper {
    gap: 16px;
  }
}

.limitedSales__note {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.limitedSales__note img {
  margin: 0 auto;
  max-width: 38%;
}

.bottom__list__wrapper.limitedSales {
  padding-bottom: 32px;
}

.categoryFixed__link__wrap.limitedSales {
  height: 0;
}

.limitedSales__end {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .limitedSales__end {
    font-size: 14px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .main__wrap .picture__container .picture__wrap .gallery__thumbs__wrap .gallery-thumbs {
    width: 60px;
    height: 60px;
  }
}