.campaign_ended {
  position: relative;
  overflow: hidden;
}
.campaign_ended .notice_ended {
  position: absolute;
  padding: 5.5vh 0 100%;
  background-color: rgba(128, 128, 128, 0.5);
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.campaign_ended .notice_ended p {
  font-weight: bold;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  color: #fff;
}

#second_event .campaign_suddenly {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
#second_event .campaign_suddenly div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#second_event .campaign_suddenly p {
  color: #414141;
  font-weight: bold;
}
#second_event .campaign_suddenly p a {
  color: #EF9D85;
  text-decoration: underline;
}

.campaign_interval {
  padding-top: 150px;
}

@media screen and (max-width: 640.98px) {
  .campaign_ended .notice_ended {
    padding: 20% 0 100%;
  }
  .campaign_interval {
    padding-top: 75px;
  }
}
.coming_soon_4th {
  background: #F4CC61;
}

.round_item--coming::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -24px;
  width: 116px;
  height: 94px;
  background: url(./assets/images/coming_soon.svg) no-repeat top center/contain;
  z-index: 1;
}

/* ---------- item grid / detail modal ---------- */
.item_grid_section {
  padding: 20px;
  background-color: #f5f6f7;
  border-radius: 12px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

body.kd_modal_open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
body.kd_modal_open .menu_btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

.kd_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 24px 16px;
  overflow-y: auto;
  background-color: rgba(150, 150, 150, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.kd_modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kd_modal .kd_modal__panel {
  position: relative;
  width: 100%;
  max-width: 705px;
  margin: auto;
  padding: 70px 60px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640.98px) {
  .kd_modal .kd_modal__panel {
    padding: 70px 20px;
  }
}
.kd_modal .kd_modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.kd_modal .kd_modal__close .kd_modal__close_inner {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 56px;
  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;
  line-height: 1.2;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kd_modal .kd_modal__close .kd_modal__close_inner .kd_modal__close_label {
  font-size: 10px;
}
.kd_modal .kd_modal__close .kd_modal__close_inner .kd_modal__close_icon {
  font-size: 16px;
  font-weight: bold;
}

.item_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.item_grid .item_grid__cell {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.item_grid .item_grid__cell .item_grid__thumb {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_grid .item_grid__cell .item_grid__thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item_grid .item_grid__cell .item_grid__thumb .item_grid__more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  pointer-events: none;
}
.item_grid .item_grid__cell .item_grid__name {
  text-shadow: 1px 1px 0 #fff;
  font-size: 12px;
  color: #919191;
  position: absolute;
  bottom: 5px;
  left: 10px;
  text-align: left;
  line-height: 1.2;
}

.item_detail_modal__panel {
  max-width: 480px;
}
.item_detail_modal__panel .item_detail_modal__stage {
  position: relative;
}
.item_detail_modal__panel .item_detail_modal__stage .item_detail_modal__slider {
  position: relative;
  width: 100%;
  max-width: 565px;
  margin: 0 auto;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #fff;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrows {
  display: contents;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrow img {
  width: 100%;
  height: 100%;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrow:disabled {
  opacity: 0.35;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrow--prev {
  left: 10px;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__arrow--next {
  right: 10px;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__pagination button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #707070;
  cursor: pointer;
  opacity: 1;
}
.item_detail_modal__panel .item_detail_modal__stage .splide__pagination button.is-active {
  background-color: #EA8F75;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 640.98px) {
  .item_detail_modal__panel .item_detail_modal__stage .splide__arrow {
    width: 20px;
    height: 20px;
  }
  .item_detail_modal__panel .item_detail_modal__stage .splide__arrow--prev {
    left: 2px;
  }
  .item_detail_modal__panel .item_detail_modal__stage .splide__arrow--next {
    right: 2px;
  }
  .item_detail_modal__panel .item_detail_modal__stage .splide__pagination {
    margin-top: 20px;
  }
  .item_detail_modal__panel .item_detail_modal__stage .splide__pagination button {
    width: 8px;
    height: 8px;
  }
}
.item_detail_modal__panel .item_detail_modal__name {
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #676666;
  text-align: left;
  line-height: 1.5;
}
.item_detail_modal__panel .item_detail_modal__desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #414141;
  text-align: left;
  max-height: 10.8em;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
}
.item_detail_modal__panel .item_detail_modal__desc::-webkit-scrollbar {
  width: 4px;
}
.item_detail_modal__panel .item_detail_modal__desc::-webkit-scrollbar-track {
  background: transparent;
}
.item_detail_modal__panel .item_detail_modal__desc::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 2px;
}

@media screen and (max-width: 640.98px) {
  .item_grid_section {
    padding: 16px;
  }
  .item_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .item_grid__name {
    font-size: 11px;
    padding-right: 35px;
    font-weight: 600;
  }
}
/* ---------- 10th anniversary product vote + comment form ---------- */
.comment-respond #reply-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #414141;
}

.required_badge {
  display: inline-block;
  padding: 2px 10px;
  background-color: #EF9D85;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.vote_grid_section {
  margin-bottom: 24px;
  text-align: center;
}
.vote_grid_section .vote_grid_section__label {
  margin: 0 0 0;
}
.vote_grid_section .vote_grid_section__ttl {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  line-height: 1.6;
}
.vote_grid_section .vote_grid_section__note {
  margin: 2px 0 20px;
  font-size: 12px;
  color: #EA8F75;
}

.vote_grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 18px 50px;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vote_grid .vote_grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  cursor: pointer;
}
.vote_grid .vote_grid__item input[type=radio] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  accent-color: #414141;
}
.vote_grid .vote_grid__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
  border: 1px solid rgba(103, 102, 102, 0.5);
}
.vote_grid .vote_grid__thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vote_grid .vote_grid__name {
  font-size: 14px;
  color: #414141;
  line-height: 1.4;
}

.comment-form-comment {
  margin-bottom: 16px;
  text-align: left !important;
}
.comment-form-comment label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #414141;
  line-height: 1.5;
  font-weight: 600;
}
.comment-form-comment .comment-form-comment__note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  font-weight: 600;
}
.comment-form-comment textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  background-color: #fff;
}

.comment-form-author {
  margin-bottom: 65px;
  font-weight: 600;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form-author label {
  display: block;
  font-size: 16px;
  color: #414141;
}
.comment-form-author input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  background-color: #fff;
}
@media screen and (max-width: 640.98px) {
  .comment-form-author {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left !important;
  }
}

.comment-form-terms {
  margin: 8px 0 24px;
  text-align: center;
}
.comment-form-terms label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #414141;
  cursor: pointer;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form-terms input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.comment-form-terms a {
  color: #EF9D85;
  text-decoration: underline;
}

.form-submit {
  margin: 0;
  text-align: center;
}
.form-submit button[type=submit] {
  max-width: 289px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.kaji10th_recaptcha_note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.kaji10th_recaptcha_note a {
  color: #999;
  text-decoration: underline;
}

.kaji10th_comments {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.kaji10th_comments__form p {
  text-align: center;
}

.kaji10th_comments__heading {
  margin: 0 0 16px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #414141;
}

#kaji10th_comments_slider {
  position: relative;
  padding: 0 24px;
}
#kaji10th_comments_slider .splide__slide {
  height: auto;
}
#kaji10th_comments_slider .splide__arrows {
  display: contents;
}
#kaji10th_comments_slider .splide__arrow {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 41px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}
#kaji10th_comments_slider .splide__arrow img {
  width: 100%;
  height: 100%;
}
#kaji10th_comments_slider .splide__arrow:disabled {
  opacity: 0.35;
}
#kaji10th_comments_slider .splide__arrow--prev {
  left: 34px;
}
#kaji10th_comments_slider .splide__arrow--next {
  right: 34px;
}
#kaji10th_comments_slider .splide__pagination {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#kaji10th_comments_slider .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#kaji10th_comments_slider .splide__pagination button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #707070;
  cursor: pointer;
  margin: 0;
  opacity: 1;
}
#kaji10th_comments_slider .splide__pagination button.is-active {
  background-color: #EA8F75;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.kaji10th_comments__card {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FEE9DA;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: left;
}
.kaji10th_comments__card .kaji10th_comments__product {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #414141;
}
.kaji10th_comments__card .kaji10th_comments__label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #5c5c5c;
}
.kaji10th_comments__card .kaji10th_comments__text {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.8;
  color: #414141;
}
.kaji10th_comments__card .kaji10th_comments__author {
  margin: 0;
  text-align: right;
  font-size: 11px;
  line-height: 1.4;
}

.kaji10th_comments__note {
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 640.98px) {
  .kaji10th_comments {
    margin-top: 32px;
    padding-top: 32px;
  }
  .vote_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #kaji10th_comments_slider {
    padding: 0;
  }
  #kaji10th_comments_slider .splide__arrow--prev {
    left: 5px;
    width: 20px;
  }
  #kaji10th_comments_slider .splide__arrow--next {
    right: 5px;
    width: 20px;
  }
}
label[for=siteguard_captcha] {
  font-size: 13px;
}

#siteguard_captcha {
  border: 1px solid #707070;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.round_btn::after {
  width: 8px;
  height: 12px;
  right: 30px;
}

#item_modal_slider .splide__track {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=add_style.css.map */