/*
@use "./include/cpb_common" as *;
*/
.static-contents {
  color: var(--color-text);
}

@media screen and (min-width: 801px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .cmd-contents_cover {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
@media screen and (min-width: 801px) {
  .cmd-modal-video_box {
    max-width: inherit;
  }
  .video-js.vjs-quality-menu {
    display: block;
  }
  .hdc2026_movie {
    height: 100vh;
    width: 100vw;
  }
  .hdc2026_movie .cmd-modal-video_box {
    height: 100%;
    width: 100%;
  }
  .hdc2026_movie video,
  .hdc2026_movie .video-js {
    height: 100% !important;
    width: 100% !important;
  }
  .hdc2026_movie video {
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .video-js.vjs-quality-menu {
    display: block;
    padding-top: 178%;
    width: 100%;
  }
}
.movie {
  position: relative;
}

.movie__video {
  display: block;
  height: auto;
  width: 100%;
}

.movie__controls {
  bottom: 20px;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 20px;
}

.movie__button {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 48px;
  padding: 0;
  width: 48px;
}

@media screen and (min-width: 801px) {
  .hdc2026_intro {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
    width: 100%;
  }
  .hdc2026_intro_inr {
    background: url(../images/intro_bg.png) no-repeat center 0/100%;
    padding: 75px 0 100px;
  }
  .hdc2026_intro_heading {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.03em !important;
    text-align: center;
  }
  .hdc2026_intro_heading_sub {
    margin: 5px auto 0;
    width: 391px;
  }
  .hdc2026_intro_text {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 20px auto 0;
    text-align: center;
  }
  .hdc2026_intro_name {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 30px auto 0;
    text-align: center;
  }
  .hdc2026_intro_box {
    background: #fff;
    border-radius: 3px;
    margin: 90px auto 0;
    max-width: 820px;
    padding: 42px 35px;
    text-align: center;
  }
  .hdc2026_intro_box_heading {
    color: #7D6C4F;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_intro_box_heading span {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px !important;
    line-height: 2 !important;
    text-align: center;
  }
  .hdc2026_intro_2column {
    display: flex;
    gap: 45px;
    justify-content: center;
    margin: 30px auto 0;
  }
  .hdc2026_intro_dl:nth-of-type(2) {
    border-left: solid 1px #DDDFE3;
    padding: 0 0 0 45px;
  }
  .hdc2026_intro_dl dt {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_intro_dl dd {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_intro_notes {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    margin: 30px auto 0;
    text-align: center;
  }
  .hdc2026_intro_img {
    margin: 37px auto 0;
    max-width: 820px;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_intro {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
  }
  .hdc2026_intro_inr {
    background: url(../images/intro_bg_sp.png) no-repeat center 0/100%;
    padding: 12.8205128205vw 3.8461538462vw 16.6666666667vw;
  }
  .hdc2026_intro_heading {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.03em !important;
    text-align: center;
  }
  .hdc2026_intro_heading_sub {
    margin: 2.5641025641vw auto 0;
    width: 65.5128205128vw;
  }
  .hdc2026_intro_text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 2.5641025641vw auto 0;
    text-align: center;
  }
  .hdc2026_intro_name {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 6.4102564103vw auto 0;
    text-align: center;
  }
  .hdc2026_intro_box {
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    gap: 6.1538461538vw;
    justify-content: center;
    margin: 15.3846153846vw auto 0;
    padding: 8.9743589744vw 5.1282051282vw 7.6923076923vw;
    text-align: center;
  }
  .hdc2026_intro_box_heading {
    color: #7D6C4F;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_intro_box_heading span {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_intro_dl {
    margin: 6.4102564103vw auto 0;
  }
  .hdc2026_intro_dl:first-child {
    margin: 0;
  }
  .hdc2026_intro_dl dt {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_intro_dl dd {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_intro_notes {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    padding-left: 10px;
    text-align: left;
    text-indent: -10px;
  }
  .hdc2026_intro_img {
    margin: 12.8205128205vw auto 0;
    width: 91.7948717949vw;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_bestseller {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
    width: 100%;
  }
  .hdc2026_bestseller_inr {
    background: url(../images/bestseller_bg.png) no-repeat center 0/100%;
    padding: 64px;
    position: relative;
  }
  .hdc2026_bestseller_text {
    text-align: center;
  }
  .hdc2026_bestseller_heading {
    color: #7D6C4F;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 2.72px !important;
    line-height: 1.6 !important;
    text-align: center;
    white-space: nowrap;
  }
  .hdc2026_bestseller_subtext {
    color: #7D6C4F;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px !important;
    line-height: 1.5 !important;
    margin: 16px auto 0;
    text-align: center;
  }
  .hdc2026_bestseller_carousel {
    margin: 48px 0 0;
    position: relative;
  }
  .hdc2026_bestseller_slider {
    overflow: hidden;
  }
  .hdc2026_bestseller_list {
    display: flex;
    gap: 32px;
    transition: transform 0.4s ease;
  }
  .hdc2026_bestseller_item {
    display: flex;
    flex: 0 0 calc((100% - 64px) / 3);
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_bestseller_img {
    aspect-ratio: 416/522;
    overflow: hidden;
    width: 100%;
  }
  .hdc2026_bestseller_img .video-js.vjs-quality-menu {
    height: 100%;
    width: 100%;
  }
  .hdc2026_bestseller_img .cmd-modal-video_box,
  .hdc2026_bestseller_img video,
  .hdc2026_bestseller_img iframe {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_bestseller_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .hdc2026_bestseller_title_jp {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_bestseller_title_en {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.96px !important;
    line-height: normal !important;
    text-align: center;
  }
  .hdc2026_bestseller_desc {
    color: #6D717A;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 0;
    text-align: center;
  }
  .hdc2026_bestseller_btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
  }
  .hdc2026_bestseller_btn {
    align-items: center;
    background: none;
    border: solid 1px #000 !important;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    width: 100%;
  }
  .hdc2026_bestseller_btn:hover {
    border: 1px solid #6D717A;
    color: #6D717A;
  }
  .hdc2026_bestseller_prev, .hdc2026_bestseller_next {
    background: none;
    border: 0;
    cursor: pointer;
    height: 48px;
    padding: 0;
    position: absolute;
    top: 290px;
    transform: translateY(-50%);
    width: 48px;
  }
  .hdc2026_bestseller_prev img, .hdc2026_bestseller_next img {
    display: block;
    height: auto;
    width: 100%;
  }
  .hdc2026_bestseller_prev {
    left: -30px;
  }
  .hdc2026_bestseller_next {
    right: -30px;
  }
  .hdc2026_bestseller_dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    padding: 12px 0;
  }
  .hdc2026_bestseller_dot {
    background: #C9C4BB;
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
  }
  .hdc2026_bestseller_dot.is-active {
    background: #7D6C4F;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_bestseller {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
  }
  .hdc2026_bestseller_inr {
    background: url(../images/bestseller_bg_sp.png) no-repeat center 0/100%;
    padding: 16.4102564103vw 6.1538461538vw 16.4102564103vw;
  }
  .hdc2026_bestseller_text {
    text-align: center;
  }
  .hdc2026_bestseller_heading {
    color: #7D6C4F;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 2.32px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_bestseller_subtext {
    color: #7D6C4F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    margin: 4.1025641026vw auto 0;
    text-align: center;
  }
  .hdc2026_bestseller_carousel {
    margin: 6.1538461538vw 0 0;
    position: relative;
  }
  .hdc2026_bestseller_slider {
    overflow: hidden;
  }
  .hdc2026_bestseller_list {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
  }
  .hdc2026_bestseller_item {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    gap: 6.1538461538vw;
  }
  .hdc2026_bestseller_img {
    overflow: hidden;
    width: 100%;
  }
  .hdc2026_bestseller_img .video-js.vjs-quality-menu {
    padding-top: 130%;
  }
  .hdc2026_bestseller_img .cmd-modal-video_box,
  .hdc2026_bestseller_img video,
  .hdc2026_bestseller_img iframe {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_bestseller_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .hdc2026_bestseller_title_jp {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_bestseller_title_en {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.96px !important;
    line-height: normal !important;
    text-align: center;
  }
  .hdc2026_bestseller_desc {
    color: #6D717A;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.46px !important;
    line-height: 1.5 !important;
    padding: 0 8px;
    text-align: center;
  }
  .hdc2026_bestseller_btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 5px;
  }
  .hdc2026_bestseller_btn {
    align-items: center;
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    margin: 0 auto 0;
    text-decoration: none !important;
    width: 98%;
  }
  .hdc2026_bestseller_prev, .hdc2026_bestseller_next {
    background: none;
    border: 0;
    cursor: pointer;
    height: 32px;
    padding: 0;
    position: absolute;
    top: 53.8461538462vw;
    transform: translateY(-50%);
    width: 32px;
  }
  .hdc2026_bestseller_prev img, .hdc2026_bestseller_next img {
    display: block;
    height: auto;
    width: 100%;
  }
  .hdc2026_bestseller_prev {
    left: -3.8461538462vw;
  }
  .hdc2026_bestseller_next {
    right: -3.8461538462vw;
  }
  .hdc2026_bestseller_dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 6.1538461538vw;
    padding: 12px 0;
  }
  .hdc2026_bestseller_dot {
    background: #C9C4BB;
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
  }
  .hdc2026_bestseller_dot.is-active {
    background: #7D6C4F;
  }
}
.hdc2026_modal {
  align-items: flex-end;
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 9000;
}
.hdc2026_modal.is-open {
  pointer-events: auto;
  visibility: visible;
}
.hdc2026_modal.is-open .hdc2026_modal_dialog {
  transform: translateY(0);
}
.hdc2026_modal.is-open .hdc2026_modal_overlay {
  opacity: 1;
}
.hdc2026_modal_overlay {
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
.hdc2026_modal_dialog {
  background: #fff;
  border-radius: 3px 3px 0 0;
  display: flex;
  flex-direction: column;
  max-height: 94dvh;
  max-width: 390px;
  overflow: hidden;
  padding: 48px 16px 0;
  position: relative;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  width: 100%;
  z-index: 1;
}
.hdc2026_modal_close {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
}
@media (hover: hover) {
  .hdc2026_modal_close {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_modal_close:hover {
    opacity: 0.8;
  }
}
.hdc2026_modal_close span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.hdc2026_modal_close span::before, .hdc2026_modal_close span::after {
  background: #000;
  content: "";
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
}
.hdc2026_modal_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hdc2026_modal_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hdc2026_modal_body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0 32px;
}
.hdc2026_modal_story {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.hdc2026_modal_story_en {
  display: block;
  margin: 0 auto 13px;
  width: 197px;
}
.hdc2026_modal_story_jp {
  color: #7D6C4F;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.36px !important;
  line-height: 1.6 !important;
  text-align: center;
}
.hdc2026_modal_story_wish_wrap {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, rgba(125, 108, 79, 0) 0%, #7D6C4F 25%, #7D6C4F 75%, rgba(125, 108, 79, 0) 100%) 1;
  border-top: 1px solid;
  display: inline-block;
  margin: 13px auto 21px;
  padding: 4px 24px;
  text-align: center;
}
.hdc2026_modal_story_wish {
  border-bottom: 1px solid rgba(125, 108, 79, 0);
  border-top: 1px solid rgba(125, 108, 79, 0);
  color: #7D6C4F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px !important;
  line-height: 1.5 !important;
  text-align: center;
}
.hdc2026_modal_story_img_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.hdc2026_modal_story_img {
  aspect-ratio: 3277/4096;
  display: block;
  object-fit: cover;
  width: 100%;
}
.hdc2026_modal_story_caption {
  color: #6D717A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px !important;
  line-height: 1.8 !important;
  text-align: right;
}
.hdc2026_modal_story_headline {
  color: #7D6C4F;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.36px !important;
  line-height: 1.6 !important;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.hdc2026_modal_story_body {
  color: #7D6C4F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px !important;
  line-height: 1.5 !important;
  margin-top: 5px;
  text-align: left;
  width: 100%;
}
.hdc2026_modal_product {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hdc2026_modal_product_img_wrap {
  width: 100%;
}
.hdc2026_modal_product_img {
  aspect-ratio: 4/5;
  display: block;
  object-fit: cover;
  width: 100%;
}
.hdc2026_modal_product_name {
  color: #7D6C4F;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.36px !important;
  line-height: 1.6 !important;
  text-align: center;
}
.hdc2026_modal_product_category {
  color: #7D6C4F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px !important;
  line-height: 1.6 !important;
  margin: -10px auto 0;
  text-align: center;
}
.hdc2026_modal_product_desc {
  color: #7D6C4F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px !important;
  line-height: 1.6 !important;
  text-align: center;
}
.hdc2026_modal_product_price_row {
  align-items: center;
  border-bottom: 1px dashed #dddfe3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  width: 100%;
}
.hdc2026_modal_product_size {
  color: #6D717A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px !important;
  line-height: 1.5 !important;
}
.hdc2026_modal_product_price {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px !important;
  line-height: 1.5 !important;
}
.hdc2026_modal_product_caption {
  color: #6D717A;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  gap: 4px;
  letter-spacing: 0.48px !important;
  line-height: 1.5 !important;
  width: 100%;
}
.hdc2026_modal_product_caption span {
  flex-shrink: 0;
}
.hdc2026_modal_product_link {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  justify-content: center;
  letter-spacing: 0.28px !important;
  line-height: 1.6 !important;
  text-decoration: none !important;
}
@media (hover: hover) {
  .hdc2026_modal_product_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_modal_product_link:hover {
    opacity: 0.8;
  }
}
.hdc2026_modal_product_link_text {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.hdc2026_modal_product_link svg {
  flex-shrink: 0;
}
.hdc2026_modal_product_look {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  width: 100%;
}
.hdc2026_modal_product_look_img {
  display: block;
  height: 179px;
  object-fit: cover;
  width: 179px;
}
.hdc2026_modal_product_look_caption {
  color: #7D6C4F;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px !important;
  line-height: 1.5 !important;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .hdc2026_product {
    background: url(../images/bg.png) no-repeat center 0/100% #f4f6ff;
    width: 100%;
  }
  .hdc2026_product_inr {
    margin: 0 auto 0;
    max-width: 1216px;
    padding: 75px 0 64px;
  }
  .hdc2026_product_title {
    margin: 0 auto 0;
    width: 186px;
  }
  .hdc2026_product_main {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 61px 0 0;
  }
  .hdc2026_product_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .hdc2026_product_date_area {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hdc2026_product_date {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
    color: #7D6C4F;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    padding: 2px 48px;
    text-align: center;
    white-space: nowrap;
  }
  .hdc2026_product_date_note {
    color: #7D6C4F;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_product_list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .hdc2026_product_item {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    gap: 8px;
    min-height: 282px;
    padding: 16px;
  }
  .hdc2026_product_img {
    flex-shrink: 0;
    height: 250px;
    width: 250px;
  }
  .hdc2026_product_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_product_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
  }
  .hdc2026_product_name {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_product_name_main {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_product_name_sub {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_product_price {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_product_btn {
    align-items: center;
    background: #000;
    border: solid 1px #000 !important;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 16px;
    text-decoration: none !important;
    transition: all 0.2s;
    width: 184px;
  }
  .hdc2026_product_btn:hover {
    background: #424245;
    color: #ffffff;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_product {
    background: url(../images/bg_sp.png) no-repeat center 0/100% #f4f6ff;
  }
  .hdc2026_product_inr {
    padding: 17.9487179487vw 4.1025641026vw 16.4102564103vw;
  }
  .hdc2026_product_title {
    margin: 0 auto 0;
    width: 152px;
  }
  .hdc2026_product_main {
    display: flex;
    flex-direction: column;
    gap: 16.4102564103vw;
    margin: 8.9743589744vw 0 0;
  }
  .hdc2026_product_block {
    display: flex;
    flex-direction: column;
    gap: 8.2051282051vw;
  }
  .hdc2026_product_date_area {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hdc2026_product_date {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
    color: #7D6C4F;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    padding: 2px 34px;
    text-align: center;
    white-space: nowrap;
  }
  .hdc2026_product_date_note {
    color: #7D6C4F;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_product_list {
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
  }
  .hdc2026_product_item {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    gap: 8px;
    padding: 16px;
  }
  .hdc2026_product_img {
    flex-shrink: 0;
    height: 140px;
    width: 140px;
  }
  .hdc2026_product_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_product_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
  }
  .hdc2026_product_name {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_product_name_main {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.4 !important;
  }
  .hdc2026_product_name_sub {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_product_price {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_product_btn {
    align-items: center;
    background: #000;
    border-radius: 3px;
    color: #fff !important;
    display: flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 16px;
    text-decoration: none !important;
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_campaign {
    background: url(../images/bg.png) repeat-x center 0/100% #F4F6FF;
    width: 100%;
  }
  .hdc2026_campaign_inr {
    margin: 0 auto 0;
    max-width: 1216px;
    padding: 75px 0 64px;
  }
  .hdc2026_campaign_title {
    margin: 0 auto 0;
    width: 210px;
  }
  .hdc2026_campaign_list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 60px 0 0;
  }
  .hdc2026_campaign_item {
    align-items: stretch;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    overflow: hidden;
    padding-right: 32px;
  }
  .hdc2026_campaign_img {
    flex-shrink: 0;
    width: 574px;
  }
  .hdc2026_campaign_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_campaign_content {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
  .hdc2026_campaign_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_campaign_heading {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_campaign_text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_campaign_capnote {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_campaign_btn {
    align-items: center;
    border: 1px solid #000;
    border: solid 1px #000 !important;
    border-radius: 3px;
    color: #000;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 48px;
    text-decoration: none !important;
    transition: all 0.2s;
  }
  .hdc2026_campaign_btn:hover {
    border: 1px solid #6D717A;
    color: #6D717A;
  }
  .hdc2026_campaign_online {
    align-items: center;
    border: 1px solid #7D6C4F;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px;
    width: 90%;
  }
  .hdc2026_campaign_online_imgbox {
    flex-shrink: 0;
    width: 150px;
  }
  .hdc2026_campaign_online_imgbox img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_campaign_online_body {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
  }
  .hdc2026_campaign_online_label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_campaign_online_text {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_campaign_online_text a {
    color: #000;
    text-decoration: underline;
  }
  .hdc2026_campaign_online_text a:hover {
    color: #7d6c4f;
  }
  .hdc2026_campaign_online_text a[target=_blank]:after {
    display: none !important;
  }
  .hdc2026_campaign_online_note {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_campaign {
    background: url(../images/bg_sp.png) no-repeat center 0/100% #F4F6FF;
  }
  .hdc2026_campaign_inr {
    padding: 17.9487179487vw 8.3333333333vw 16.4102564103vw;
  }
  .hdc2026_campaign_title {
    margin: 0 auto 0;
    width: 172px;
  }
  .hdc2026_campaign_list {
    display: flex;
    flex-direction: column;
    gap: 7.0512820513vw;
    margin: 9.2307692308vw 0 0;
  }
  .hdc2026_campaign_item {
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .hdc2026_campaign_img {
    width: 100%;
  }
  .hdc2026_campaign_img img {
    display: block;
    height: auto;
    width: 100%;
  }
  .hdc2026_campaign_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 8.2051282051vw 4.1025641026vw 8.2051282051vw;
  }
  .hdc2026_campaign_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_campaign_heading {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.36px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_campaign_text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_campaign_capnote {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    padding-left: 10px;
    text-align: left;
    text-indent: -10px;
  }
  .hdc2026_campaign_btn {
    align-items: center;
    border: 1px solid #000;
    border: solid 1px #000 !important;
    border-radius: 3px;
    color: #000 !important;
    display: flex;
    font-size: 14px !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 48px;
    text-decoration: none !important;
    transition: all 0.2s;
  }
  .hdc2026_campaign_btn:hover {
    border: 1px solid #6D717A;
    color: #6D717A;
  }
  .hdc2026_campaign_online {
    align-items: center;
    border: 1px solid #7D6C4F;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 6.1538461538vw 4.1025641026vw;
    width: 100%;
  }
  .hdc2026_campaign_online_imgbox {
    order: 1;
    width: 150px;
  }
  .hdc2026_campaign_online_imgbox img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_campaign_online_body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 0;
    text-align: center;
    width: 100%;
  }
  .hdc2026_campaign_online_label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_campaign_online_text {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_campaign_online_text a {
    color: #000;
    text-decoration: underline;
  }
  .hdc2026_campaign_online_text a[target=_blank]:after {
    display: none !important;
  }
  .hdc2026_campaign_online_note {
    color: #6D717A;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    order: 1;
    padding-left: 10px;
    text-align: left;
    text-indent: -10px;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_collect {
    background: #fff;
    width: 100%;
  }
  .hdc2026_collect_inr {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto 0;
    max-width: 1216px;
    padding: 75px 0 64px;
  }
  .hdc2026_collect_head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_collect_title {
    margin: 0 auto 12px;
    width: 553px;
  }
  .hdc2026_collect_sub {
    color: #7D6C4F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_collect_list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
  }
  .hdc2026_collect_look {
    align-items: flex-start;
    display: flex;
    gap: 48px;
  }
  .hdc2026_collect_look_left {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
  }
  .hdc2026_collect_movie {
    width: 100%;
  }
  .hdc2026_collect_movie picture, .hdc2026_collect_movie img {
    aspect-ratio: 16/9;
    display: block;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_collect_copy {
    display: flex;
    flex-direction: column;
  }
  .hdc2026_collect_num {
    line-height: 1 !important;
    margin: 6px 0 0;
    width: 56px;
  }
  .hdc2026_collect_look_name {
    margin-top: 16px;
    width: 217px;
  }
  .hdc2026_collect_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px !important;
    line-height: 1.5 !important;
    margin-top: 16px;
  }
  .hdc2026_collect_items_wrap {
    background: #f7f8f9;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 48px 16px;
    width: 628px;
  }
  .hdc2026_collect_items_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    margin-bottom: 48px;
  }
  .hdc2026_collect_item_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_collect_item_list .hdc2026_collect_item:nth-child(n+2) {
    display: none;
  }
  .hdc2026_collect_items_wrap.is-open .hdc2026_collect_item_list .hdc2026_collect_item:nth-child(n+2) {
    display: flex;
  }
  .hdc2026_collect_item {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 8px;
    min-height: 282px;
    padding: 16px;
  }
  .hdc2026_collect_item_img {
    flex-shrink: 0;
    height: 250px;
    width: 250px;
  }
  .hdc2026_collect_item_img picture, .hdc2026_collect_item_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_collect_item_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
  }
  .hdc2026_collect_item_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_collect_item_name {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_item_sub {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_collect_item_price {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_item_btn {
    align-items: center;
    background: #000;
    border: solid 1px #000 !important;
    border-radius: 3px;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 16px;
    text-decoration: none !important;
    transition: all 0.2s;
    width: 184px;
  }
  .hdc2026_collect_item_btn:hover {
    background: #424245;
  }
  .hdc2026_collect_other {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .hdc2026_collect_other_inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
  }
  .hdc2026_collect_other_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_other_cats {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_collect_other_cat {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_collect_other_cat_label {
    color: #7D6C4F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.28px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_other_cat_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_collect_other_cat_list li {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding-left: 20px;
    position: relative;
  }
  .hdc2026_collect_other_cat_list li::before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 4px;
    position: absolute;
    top: 0.55em;
    width: 5px;
  }
  .hdc2026_collect_toggle_btn {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 48px;
    padding: 12px 0;
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (hover: hover) {
  .hdc2026_collect_toggle_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_collect_toggle_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_collect_toggle_btn_inr {
    align-items: center;
    border-bottom: 1px solid #6D717A;
    display: inline-block;
    display: flex;
    justify-content: center;
  }
  .hdc2026_collect_toggle_text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_collect_toggle_icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    transition: transform 0.3s ease;
    width: 16px;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_collect {
    background: #fff;
  }
  .hdc2026_collect_inr {
    display: flex;
    flex-direction: column;
    gap: 8.2051282051vw;
    padding: 17.9487179487vw 0 16.4102564103vw;
  }
  .hdc2026_collect_head {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 3.8461538462vw 0;
    text-align: center;
  }
  .hdc2026_collect_title {
    margin: 0 auto 5.1282051282vw;
    width: 349px;
  }
  .hdc2026_collect_sub {
    color: #7D6C4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_collect_list {
    display: flex;
    flex-direction: column;
    gap: 12.1794871795vw;
  }
  .hdc2026_collect_look {
    display: flex;
    flex-direction: column;
    gap: 3.0769230769vw;
  }
  .hdc2026_collect_look_left {
    display: flex;
    flex-direction: column;
    gap: 2.0512820513vw;
    padding: 0 3.8461538462vw 0;
  }
  .hdc2026_collect_movie {
    width: 100%;
  }
  .hdc2026_collect_movie picture, .hdc2026_collect_movie img {
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_collect_copy {
    display: flex;
    flex-direction: column;
  }
  .hdc2026_collect_num {
    margin-top: 1.5384615385vw;
    width: 54px;
  }
  .hdc2026_collect_look_name {
    margin: 2.0512820513vw 0 3.8461538462vw;
    width: 168px;
  }
  .hdc2026_collect_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px !important;
    line-height: 1.5 !important;
    margin-top: 2.0512820513vw;
  }
  .hdc2026_collect_items_wrap {
    background: #f7f8f9;
    display: flex;
    flex-direction: column;
    margin-top: 4.1025641026vw;
    padding: 6.1538461538vw 4.1025641026vw 6.1538461538vw;
  }
  .hdc2026_collect_items_ttl {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
    margin-bottom: 3.0769230769vw;
  }
  .hdc2026_collect_item_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_collect_item_list .hdc2026_collect_item:nth-child(n+2) {
    display: none;
  }
  .hdc2026_collect_items_wrap.is-open .hdc2026_collect_item_list .hdc2026_collect_item:nth-child(n+2) {
    display: flex;
  }
  .hdc2026_collect_item {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 8px;
    padding: 16px;
  }
  .hdc2026_collect_item_img {
    flex-shrink: 0;
    height: 140px;
    width: 140px;
  }
  .hdc2026_collect_item_img picture, .hdc2026_collect_item_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_collect_item_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
  }
  .hdc2026_collect_item_text {
    display: flex;
    flex-direction: column;
  }
  .hdc2026_collect_item_name {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 2 !important;
  }
  .hdc2026_collect_item_sub {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_collect_item_price {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_item_btn {
    align-items: center;
    background: #000;
    border-radius: 3px;
    color: #fff !important;
    display: flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    width: 100%;
  }
  .hdc2026_collect_other {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .hdc2026_collect_other_inner {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
    padding-top: 4.1025641026vw;
  }
  .hdc2026_collect_other_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_other_cats {
    display: flex;
    flex-direction: column;
    gap: 3.0769230769vw;
  }
  .hdc2026_collect_other_cat {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_collect_other_cat_label {
    color: #7D6C4F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.28px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_collect_other_cat_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_collect_other_cat_list li {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding-left: 20px;
    position: relative;
  }
  .hdc2026_collect_other_cat_list li::before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 4px;
    position: absolute;
    top: 0.55em;
    width: 5px;
  }
  .hdc2026_collect_toggle_btn {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 6.1538461538vw;
    padding: 12px 0;
    width: 100%;
  }
  .hdc2026_collect_toggle_btn_inr {
    align-items: center;
    border-bottom: 1px solid #6D717A;
    display: flex;
    justify-content: center;
  }
  .hdc2026_collect_toggle_text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_collect_toggle_icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    transition: transform 0.3s ease;
    width: 16px;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_event {
    background: url(../images/bg.png) no-repeat center 0/100% #F4F6FF;
    overflow: hidden;
    position: relative;
  }
  .hdc2026_event_inr {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 75px 112px 64px;
    position: relative;
  }
  .hdc2026_event_title {
    margin: 0 auto 0;
    width: 119px;
  }
  .hdc2026_event_box {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
    width: 840px;
  }
  .hdc2026_event_box_head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_box_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_box_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_lead {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_accordion_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .hdc2026_event_accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_event_accordion_btn {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #dddfe3;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding: 0 0 16px;
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (hover: hover) {
  .hdc2026_event_accordion_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_event_accordion_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_event_note {
    color: #6D717A;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_accordion_icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    position: relative;
    width: 16px;
  }
  .hdc2026_event_accordion_icon::before, .hdc2026_event_accordion_icon::after {
    background: currentColor;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hdc2026_event_accordion_icon::before {
    height: 1.5px;
    width: 12px;
  }
  .hdc2026_event_accordion_icon::after {
    height: 12px;
    transition: opacity 0.2s;
    width: 1.5px;
  }
  .hdc2026_event_accordion_body {
    background: #f7f8f9;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.35s ease;
  }
  .hdc2026_event_accordion_item.is-open > .hdc2026_event_accordion_body {
    height: auto;
  }
  .hdc2026_event_accordion_item.is-open > .hdc2026_event_accordion_btn .hdc2026_event_accordion_icon::after {
    opacity: 0;
  }
  .hdc2026_event_shop_list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_body {
    height: auto;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_btn .hdc2026_event_accordion_icon::after {
    opacity: 0;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_btn {
    border-bottom: none;
  }
  .hdc2026_event_shop_btn {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #dddfe3;
    color: #7D6C4F;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (hover: hover) {
  .hdc2026_event_shop_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_event_shop_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_event_shop_body {
    background: #eff0f2;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .hdc2026_event_shop_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
  .hdc2026_event_shop_card {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
  .hdc2026_event_shop_card_ttl {
    color: #7D6C4F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_shop_date_wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .hdc2026_event_shop_period {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_shop_venue {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_shop_products {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hdc2026_event_shop_product {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_event_shop_product_name {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px !important;
    line-height: 1.5 !important;
    padding-left: 16px;
    position: relative;
  }
  .hdc2026_event_shop_product_name::before {
    background: #bfc2c6;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 9px;
    width: 4px;
  }
  .hdc2026_event_shop_product_date {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    padding-left: 16px;
  }
  .hdc2026_event_gift {
    align-items: center;
    border: 1px solid #7D6C4F;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    width: 776px;
  }
  .hdc2026_event_gift_ttl {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_event_gift_list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
  }
  .hdc2026_event_gift_item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_event_gift_row {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .hdc2026_event_num {
    align-items: center;
    border: 1px solid #dddfe3;
    border-radius: 50%;
    color: #000;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    width: 18px;
  }
  .hdc2026_event_gift_text {
    color: #000;
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_gift_img {
    height: 150px;
    width: 150px;
  }
  .hdc2026_event_gift_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_gift_notes_list li {
    color: #6D717A !important;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 1.5 !important;
    margin-top: 2px;
    text-align: center;
  }
  .hdc2026_event_gift_notes_list li:first-child {
    margin-top: 0;
  }
  .hdc2026_event_limited {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
    width: 840px;
  }
  .hdc2026_event_limited_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_limited_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_limited_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_limited_desc a {
    color: #000;
    text-decoration: underline;
  }
  .hdc2026_event_item_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 596px;
  }
  .hdc2026_event_item {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 9px;
    min-height: 282px;
    padding: 16px 0;
  }
  .hdc2026_event_item_img {
    flex-shrink: 0;
    height: 250px;
    margin: 0 0 0 15px;
    width: 250px;
  }
  .hdc2026_event_item_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_item_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
  }
  .hdc2026_event_item_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_event_item_name {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_item_sub {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_item_price {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_item_btn {
    align-items: center;
    background: #000;
    border: solid 1px #000 !important;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition: all 0.2s;
    width: 184px;
  }
  .hdc2026_event_item_btn:hover {
    background: #424245;
    color: #ffffff;
  }
  .hdc2026_event_item_btn img {
    display: block;
    height: 12px;
    width: 12px;
  }
  .hdc2026_event_banner {
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
  }
  .hdc2026_event_banner_img {
    aspect-ratio: 1/1;
    flex: 0 0 50%;
  }
  .hdc2026_event_banner_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_banner_body {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    padding: 64px;
  }
  .hdc2026_event_banner_text {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .hdc2026_event_banner_ttl {
    margin: 0 auto 0;
    width: 300px;
  }
  .hdc2026_event_banner_desc {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_event_banner_btn {
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 48px;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 801px) and (hover: hover) {
  .hdc2026_event_banner_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_event_banner_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_event_banner_btn:hover {
    border-bottom: solid 1px #000;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_event {
    background: url(../images/bg_sp.png) no-repeat center 0/100% #F4F6FF;
    overflow: hidden;
    position: relative;
  }
  .hdc2026_event_inr {
    display: flex;
    flex-direction: column;
    gap: 8.2051282051vw;
    padding: 16.4102564103vw 4.1025641026vw;
    position: relative;
  }
  .hdc2026_event_title {
    margin: 0 auto 0;
    width: 97px;
  }
  .hdc2026_event_box {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
    width: 100%;
  }
  .hdc2026_event_box_head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_box_ttl {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_box_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_lead {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_accordion_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .hdc2026_event_accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_event_accordion_btn {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #dddfe3;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding: 0 0 16px;
    width: 100%;
  }
  .hdc2026_event_note {
    color: #6D717A;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_accordion_icon {
    display: block;
    flex-shrink: 0;
    height: 16px;
    position: relative;
    width: 16px;
  }
  .hdc2026_event_accordion_icon::before, .hdc2026_event_accordion_icon::after {
    background: currentColor;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hdc2026_event_accordion_icon::before {
    height: 1.5px;
    width: 12px;
  }
  .hdc2026_event_accordion_icon::after {
    height: 12px;
    transition: opacity 0.2s;
    width: 1.5px;
  }
  .hdc2026_event_accordion_body {
    background: #f7f8f9;
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.35s ease;
  }
  .hdc2026_event_accordion_item.is-open > .hdc2026_event_accordion_body {
    height: auto;
  }
  .hdc2026_event_accordion_item.is-open > .hdc2026_event_accordion_btn .hdc2026_event_accordion_icon::after {
    opacity: 0;
  }
  .hdc2026_event_shop_list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_body {
    height: auto;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_btn .hdc2026_event_accordion_icon::after {
    opacity: 0;
  }
  .hdc2026_event_shop_item.is-open > .hdc2026_event_shop_btn {
    border-bottom: none;
  }
  .hdc2026_event_shop_btn {
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #dddfe3;
    color: #7D6C4F;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    padding: 4.1025641026vw 0 4.1025641026vw;
    width: 100%;
  }
  .hdc2026_event_shop_btn span {
    padding: 0 4.1025641026vw;
  }
  .hdc2026_event_shop_body {
    background: #eff0f2;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .hdc2026_event_shop_content {
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
    padding: 4.1025641026vw;
  }
  .hdc2026_event_shop_card {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 6.1538461538vw;
    padding: 4.1025641026vw;
  }
  .hdc2026_event_shop_card_ttl {
    color: #7D6C4F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_shop_date_wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .hdc2026_event_shop_period {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_shop_venue {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
  .hdc2026_event_shop_products {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hdc2026_event_shop_product {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_event_shop_product_name {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px !important;
    line-height: 1.5 !important;
    padding-left: 16px;
    position: relative;
  }
  .hdc2026_event_shop_product_name::before {
    background: #bfc2c6;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: 9px;
    width: 4px;
  }
  .hdc2026_event_shop_product_date {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
    padding-left: 16px;
  }
  .hdc2026_event_gift {
    align-items: center;
    border: 1px solid #7D6C4F;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    padding: 24px;
    width: 100%;
  }
  .hdc2026_event_gift_ttl {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_event_gift_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .hdc2026_event_gift_item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hdc2026_event_gift_row {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .hdc2026_event_num {
    align-items: center;
    border: 1px solid #dddfe3;
    border-radius: 50%;
    color: #000;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    width: 18px;
  }
  .hdc2026_event_gift_text {
    color: #000;
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_gift_img {
    height: 150px;
    width: 150px;
  }
  .hdc2026_event_gift_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_gift_notes_list li {
    color: #6D717A !important;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 1.5 !important;
    margin-top: 2px;
    padding-left: 10px;
    text-align: left;
    text-indent: -10px;
  }
  .hdc2026_event_gift_notes_list li:first-child {
    margin-top: 0;
  }
  .hdc2026_event_limited {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
    width: 100%;
  }
  .hdc2026_event_limited_head {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    width: 100%;
  }
  .hdc2026_event_limited_ttl {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.92px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_limited_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_limited_desc a {
    color: #000;
    text-decoration: underline;
  }
  .hdc2026_event_item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .hdc2026_event_item {
    align-items: center;
    background: #fff;
    display: flex;
    gap: 8px;
    padding: 16px 0;
  }
  .hdc2026_event_item_img {
    flex-shrink: 0;
    height: 140px;
    width: 140px;
  }
  .hdc2026_event_item_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_item_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
  }
  .hdc2026_event_item_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hdc2026_event_item_name {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 2 !important;
  }
  .hdc2026_event_item_sub {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
  .hdc2026_event_item_price {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.6px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_event_item_btn {
    align-items: center;
    background: #000;
    border-radius: 3px;
    color: #fff !important;
    display: flex;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    width: 100%;
  }
  .hdc2026_event_item_btn img {
    display: block;
    height: 12px;
    width: 12px;
  }
  .hdc2026_event_banner {
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 7.6923076923vw 3.8461538462vw 15.3846153846vw;
  }
  .hdc2026_event_banner_img {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .hdc2026_event_banner_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_event_banner_body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 8.2051282051vw 4.1025641026vw;
  }
  .hdc2026_event_banner_text {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .hdc2026_event_banner_ttl {
    margin: 0 auto 0;
    width: 233px;
  }
  .hdc2026_event_banner_desc {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.01em !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_event_banner_btn {
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000 !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    padding: 0 48px;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .hdc2026_event_banner_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_event_banner_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_event_banner_btn:hover {
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_artist {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .hdc2026_artist_inr {
    align-items: center;
    background: url(../images/bg.png) no-repeat center 0/100%;
    display: flex;
    flex-direction: column;
    gap: 58px;
    padding: 80px 112px 64px;
    position: relative;
  }
  .hdc2026_artist_title {
    margin: 0 auto 0;
    width: 121px;
  }
  .hdc2026_artist_content {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 840px;
  }
  .hdc2026_artist_img {
    aspect-ratio: 4/5;
    flex: 1;
  }
  .hdc2026_artist_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_artist_text {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 35px;
    text-align: center;
  }
  .hdc2026_artist_name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .hdc2026_artist_name_en {
    margin: 0 auto 0;
    width: 235px;
  }
  .hdc2026_artist_name_jp {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_artist_desc {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5 !important;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_artist {
    background: linear-gradient(to bottom, #e9edf9 0%, #f3f6ff 100%);
    overflow: hidden;
    position: relative;
  }
  .hdc2026_artist_inr {
    background: url(../images/bg_sp.png) no-repeat center 0/100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16.4102564103vw 4.1025641026vw;
    position: relative;
  }
  .hdc2026_artist_title {
    margin: 0 auto 0;
    width: 104px;
  }
  .hdc2026_artist_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .hdc2026_artist_img {
    aspect-ratio: 4/5;
    width: 100%;
  }
  .hdc2026_artist_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_artist_text {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .hdc2026_artist_name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .hdc2026_artist_name_en {
    margin: 0 auto 0;
    width: 182px;
  }
  .hdc2026_artist_name_jp {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px !important;
    line-height: 1.6 !important;
  }
  .hdc2026_artist_desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.56px !important;
    line-height: 1.5 !important;
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_wallpaper {
    background: #fff;
  }
  .hdc2026_wallpaper_inr {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0;
  }
  .hdc2026_wallpaper_title {
    color: #7D6C4F;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2.24px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_wallpaper_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 48px;
  }
  .hdc2026_wallpaper_img {
    aspect-ratio: 4/5;
    width: 404px;
  }
  .hdc2026_wallpaper_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_wallpaper_btns {
    display: flex;
    gap: 8px;
    width: 404px;
  }
  .hdc2026_wallpaper_btn {
    align-items: center;
    border: 1px solid #000;
    border-bottom: 1px solid #000 !important;
    border-radius: 3px;
    color: #000;
    display: flex;
    flex: 1;
    font-size: 14px !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 801px) and (hover: hover) {
  .hdc2026_wallpaper_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_wallpaper_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px) {
  .hdc2026_wallpaper_btn[target=_blank]:after {
    display: none !important;
  }
  .hdc2026_wallpaper_note {
    color: #6D717A;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_wallpaper {
    background: #fff;
  }
  .hdc2026_wallpaper_inr {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16.4102564103vw 0 10.2564102564vw;
  }
  .hdc2026_wallpaper_title {
    color: #7D6C4F;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2.24px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  .hdc2026_wallpaper_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12.3076923077vw;
  }
  .hdc2026_wallpaper_img {
    aspect-ratio: 4/5;
    width: 100%;
  }
  .hdc2026_wallpaper_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hdc2026_wallpaper_btns {
    display: flex;
    gap: 8px;
  }
  .hdc2026_wallpaper_btn {
    align-items: center;
    border: 1px solid #000;
    border-bottom: 1px solid #000 !important;
    border-radius: 3px;
    color: #000 !important;
    display: flex;
    flex: 1;
    font-size: 14px !important;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.28px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 800px) and (hover: hover) {
  .hdc2026_wallpaper_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  .hdc2026_wallpaper_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 800px) {
  .hdc2026_wallpaper_btn[target=_blank]:after {
    display: none !important;
  }
  .hdc2026_wallpaper_note {
    color: #6D717A;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
    letter-spacing: 0.48px !important;
    line-height: 1.5 !important;
  }
}
