:root {
  --colorLineGold: #E5C78A;
}
.c-detail_head {
  font-family: "Shippori Mincho";
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4; /* 56px */
  letter-spacing: -.01em;
}
.c-shoplist_ttl {
  padding: 0 0 11.4rem 2.4rem;
  border-left: 1px solid var(--colorBlack);
  color: var(--colorBlack);
  font-feature-settings: 'liga' off;
  font-family: "Cormorant Garamond";
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.01em;
}
.c-shoplist_heading_2 {
  font-family: "Shippori Mincho";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -.01em;
}
.c-shoplist_txt_en_md {
  border-top: 1px solid var(--colorBlack);
  padding-top: 2rem;
  font-family: "Cormorant Garamond";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
}
.c-shoplist_txt_en_lg {
  font-family: "Cormorant Garamond";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
}
.c-shoplist_ttl_sub {
  display: block;
}
.c-shoplist_body_txt_tight {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
}
.c-caption_txt {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .02em;
}
.p-fix_cv {
  display: none;
}

.p-shoplist_wrapper {
  display: grid;
  grid-template-columns: 33.4rem 1fr;
  gap: 0 9.6rem;
  align-items: flex-start;

}
.p-shoplist_container {
  display: grid;
  gap: var(--content-gap, 4.4rem) 0;
}



.l-shoplist {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.l-shop_kv {
  position: relative;
  padding: 18rem 0 8rem;
  background: linear-gradient(
    90deg,
    var(--colorWhite) 50%,
    var(--colorDarkGray) 50%
  );
  z-index: 1;
}
.l-shop_kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  background: var(--colorDarkGray);
  width: 25.3rem;
  height: 100%;
  z-index: -1;
}
.l-shop_kv_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image content";
  align-items: flex-start;
}
.l-shop_kv_content {
  display: grid;
  gap: 4.8rem;
  grid-area: content;
  padding-left: 9rem;
}
.l-shop_kv_content_head {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.6rem;
}
.l-shop_kv_select_tag {
  max-width: 15.4rem;
  padding: 2px;
  margin-left: auto;
  background: var(--colorLghtGray);
}
.l-shop_kv_select_tag_inner {
  display: flex;
  padding: .3rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--colorDarkGray);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  letter-spacing: .04em;
}
.l-shop_kv_ttl {
  display: grid;
  gap: 3.2rem;
  color: var(--colorWhite);
}
.l-shop_kv_store_name {
  display: block;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--colorWhite);
}
.l-shop_kv_store_btn {
  max-width: 32rem;
  grid-template-columns: 2.6rem 1fr 2.6rem;
  border: 1px solid var(--colorLineGold);
  background-color: var(--colorDarkGray);
  color: var(--colorLineGold);
  transition: color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_kv_store_btn .l-shop_kv_store_btn_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-shop_kv_store_btn_icn_path {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_kv_slider_wrapper {
  min-width: 0;
  width: calc(100% + 8.6rem);
  margin-left: -8.6rem;
}

.l-shop_kv_slider {
  width: 100%;
  aspect-ratio: 217/122;
}
.l-shop_kv_slider_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-shop_kv_slider_pagination {
  position: relative;
  --swiper-pagination-bullet-width: 100%;
  --swiper-pagination-bullet-height: auto;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: none;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: none;
  display: grid;
  grid-template-columns: repeat(3, 13.8rem);
  gap: 0 .2rem;
  padding-left: 8.6rem;
  margin-top: -1.4rem;
  z-index: 1;
}
.l-shop_kv_slider_pagination .l-shop_kv_slider_pagination_thumb.swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0;
  aspect-ratio: 16/9;
}
.l-shop_kv_slider_pagination .l-shop_kv_slider_pagination_thumb.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid transparent;
  transition: border .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 2;
}
.l-shop_kv_slider_pagination_thumb.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--colorBlack);
}
.l-info {
  padding: 8rem 0 12rem;
  background: var(--colorWhite);
}
.l-info + .l-shop_contact {
  padding-top: 0;
}
.l-info_ttl {
  margin-top: 1.3rem;
}
.l-info_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}
.l-info_container {
  --content-gap: 4.4rem;
}
.l-info_content_wrapper {
  display: grid;
  gap: 2.4rem 0;
}
.l-info_content {
  position: relative;
  display: grid;
  grid-template-columns: 16.2rem 1fr;
  gap: 0.6rem 1rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--colorBlack20);
}
.l-info_content::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 16.2rem;
  height: 1px;
  background: var(--colorDarkGray);
}
.l-info_content_ttl {
  flex-basis: 16.2rem;
}
.l-info_link {
  display: inline-flex;
  align-items: center;
  gap: 0 .8rem;
}
.l-info_sns {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
.l-info_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .8rem;
}
.l-info_item_link {
  min-width: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .4rem;
  padding: .8rem .4rem .8rem 1rem;
  border: 1px solid var(--colorGray);
  transition: color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-info_item_link_ja_text {
  display: block;
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 18px */
  letter-spacing: .02em;
}
.l-info_item_link_icn_path {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-info_google_review_txt {
  text-align: right;
  font-feature-settings: 'palt' on, 'liga' off;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.l-info_google_review_link {
  position: relative;
  padding-bottom: 0.4rem;
}
.l-info_google_review_link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--colorBlack);
  bottom: 0;
  left: 0;
}
.l-info_google_review_link:not(:hover)::before {
  animation: lineOut .35s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}
.l-feature_case {
  padding-bottom: 12rem;
  background: var(--colorLghtGray);
}
.l-feature_case + .l-shop_contact {
  background: var(--colorLghtGray);
}
.l-feature {
  padding-top: 12rem;
}
.l-feature_container {
  --content-gap: 8rem;
}
.l-feature_item {
   display: grid;
   gap: 3.2rem 0;
}
.l-feature_item.is-item02 .l-feature_item_head {
  flex-direction: row;
}
.l-feature_item_head {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2.4rem;
}
.l-feature_item_ttl {
  flex: 1;
  font-variant-numeric: lining-nums proportional-nums;
}
.l-feature_item_img_wrapper {
  flex: 0 0 50.6rem;
}
.l-feature_item_img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
.l-feature_item_content {
  display: grid;
  gap: 1.6rem 0;
}
.l-case {
  padding: 12rem 0 0;
}
.l-case_container {
  position: relative;
}
.l-case_content {
  min-width: 0;
  overflow: hidden;
}
.l-case_slider .swiper-slide {
  width: auto;
}
.l-case_slider_btn {
  position: absolute;
  display: flex;
  top: 14rem;
  width: 5.6rem;
  height: 5.6rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: var(--colorWhite);
  z-index: 2;
  cursor: pointer;
  transition: background .35s cubic-bezier(0.39, 0.575, 0.565, 1), opacity .35s cubic-bezier(0.39, 0.575, 0.565, 1), visibility .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-case_slider_btn_prev {
  left: -2.8rem;
}
.l-case_slider_btn_prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-case_slider_btn_next {
  right: -2.8rem;
}
.l-case_slider_btn_next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-case_slider_btn_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-case_slider_btn_icn_path {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-case_slider_btn_next .l-case_slider_btn_icn {
  rotate: 180deg;
}
.l-case_slider_btn_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.l-case_item_img_wrapper {
  position: relative;
  overflow: hidden;
}
.l-case_item_img_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 2;
}
.l-case_item_img_wrapper:not(:has(.l-case_item_img)) {
  min-width: 30rem;
  height: 4rem;
}
.l-case_item_img {
  max-width: none;
  width: auto;
  height: 32rem;
  transition: scale .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-case_item_popup {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: var(--colorWhite);
  transition: background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-case_item_popup_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-case_item_popup_icn_group {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-case_item {
  display: block;
  width: fit-content;
}
.l-case_item_ttl,
.l-case_item_txt {
  width: min-content;
  min-width: 100%;
  overflow-wrap: anywhere;
}
.l-case_item_ttl {
  margin-top: 1.6rem;
  padding-right: 2rem;
}
.l-case_item_txt {
  margin-top: 0.8rem;
  padding-right: 2rem;
}
.l-faq {
  padding: 12rem 0 0;
  background: #fff;
}
.l-faq_wrapper {
  display: grid;
  grid-template-columns: 16.2rem 1fr;
  gap: 0 9.6rem;
  align-items: flex-start;
}
.l-faq_ttl {
  padding-top: 2rem;
  border-top: 4px solid var(--colorBlack);
  font-family: "Cormorant Garamond";
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'palt' on, 'liga' off;
}
.l-faq_accordion {
  min-height: 0;
  display: grid;
  gap: 0;
}
.l-faq_accordion_item {
  margin-left: 0;
}
.l-faq_accordion_item_ttl_q {
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'palt' on, 'liga' off;
  font-family: "Cormorant Garamond";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
}
.l-faq_accordion_item:not(:first-child) .l-faq_accordion_item_ttl {
    padding-top: 2.15rem;
}
.l-faq_accordion_item_ttl {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  padding-left: 1.1rem;
  gap: 0 1.6rem;
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.01em;
}
.l-faq_accordion_item_ttl::marker {
  display: none;
}
.l-faq_accordion_item_ttl::before,
.l-faq_accordion_item_ttl::after {
  background: var(--colorBlack);
}
.l-faq_accordion_item_ttl::before {
  right: 1.7rem;
}
.l-faq_accordion_item_ttl::after {
  right: 1rem;
}
.l-faq_accordion_item:first-child .l-faq_accordion_item_ttl::before,
.l-faq_accordion_item:first-child .l-faq_accordion_item_ttl::after {
  top: calc(50% - 1rem);
}
.l-faq_accordion_item_content_wrapper {
  padding: 0.6rem 0 1.7rem 1.1rem;
}
.l-faq_accordion_item_content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 0 1.6rem;
}
.l-faq_accordion_item_content_a {
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'palt' on, 'liga' off;
  font-family: "Cormorant Garamond";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
}
.l-shop_contact {
  padding-top: 12rem;
  background: #fff;
}
.l-shop_contact_top_wrapper {
  position: relative;
  padding: 4rem 8.6rem 4.8rem;
  background: var(--colorBlack);
  z-index: 1;
}
.l-shop_contact_top_ttl {
  color: var(--colorWhite);
  text-align: center;
  font-feature-settings: 'liga' off;
}
.l-shop_contact_top_btn_wrapper {
  display: flex;
  justify-content: center;
  gap: 0 5.6rem;
  margin-top: 3.2rem;
}
.l-shop_contact_top_btn {
  position: relative;
  flex: 0 1 48.3rem;
  padding: 1.6rem 1rem;
  border: 1px solid var(--colorLineGold);
  background: var(--colorLineGold);
  text-align: center;
  transition: color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_contact_top_btn_en {
  display: block;
}

.l-shop_contact_top_btn_icn {
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
}
.l-shop_contact_top_btn_icn_path_stroke {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_contact_top_btn_icn_path_fill {
  transition: fill .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_contact_top_mail_btn {
  position: relative;
  flex: 0 1 48.3rem;
  min-height: 8.4rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  padding: 1.6rem 2rem;
  border: 1px solid var(--colorWhite30);
  text-align: left;
  color: var(--colorWhite);
  transition: color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shop_contact_top_mail_btn_icn {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}
.l-shop_contact_top_mail_btn_icn_path.is-fill {
  transition: fill .35s cubic-bezier(0.39, 0.575, 0.565, 1)
}
.l-shop_contact_top_mail_btn_icn_path.is-stroke {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1)
}
.l-shop_contact_top_mail_btn_txt {
  text-decoration: underline;
  word-break: break-all;
}
.l-shop_contact_top_btn_line {
  display: none;
}
.l-shop_contact_top_btn_tel_wrapper {
  flex: 0 1 48.3rem;
}
.l-shop_contact_top_btn_tel_ttl {
  position: relative;
  text-align: center;
  color: var(--colorWhite);
  z-index: 1;
}
.l-shop_contact_top_btn_tel_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--colorWhite);
  transition: 0 -50%;
  z-index: -1;
}
.l-shop_contact_top_btn_tel_ttl_inner {
  padding: 0 1.6rem;
  background: var(--colorBlack);
}
.l-shop_contact_top_btn_tel_content {
  margin-top: 1.7rem;
  text-align: center;
}
.l-shop_contact_top_btn_tel {
  color: var(--colorLineGold);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "Shippori Mincho";
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  pointer-events: none;
}
.l-shop_contact_bg {
  position: relative;
  margin-top: -8rem;
  padding-top: 50rem;
  background: url(/img/shoplist_detail/l-shoplist_contact_bg_img_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-shop_contact_bg_txt {
  position: absolute;
  bottom: -1.46vw;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-shop_column {
  padding: 12rem 0 20rem;
}
.l-shop_column_ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
}
.l-shop_column_items {
  margin-top: 8rem;
}
.l-shop_back {
  padding-top: 8rem;
}
.l-shop_back_txt {
  text-align: center;
}
.l-shop_back_btn {
  margin-top: 2rem;
}
.l-shop_back_btn .l-shop_back_btn_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-shop_column_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
}
.l-shop_column_item {
  position: relative;
}
.l-shop_column_item_link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.l-shop_column_item_img_wrapper {
  aspect-ratio: 2 / 1;
}
.l-shop_column_item_contnt {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.l-shop_column_item_txt {
  width: max-content;
  font-size: 1.4rem;
  font-weight: var(--weightRegular);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-shop_column_btn_wrapper {
  padding: 8rem 0;
}
.l-shop_column_btn {
  width: 32rem;
  margin-inline: auto;
}
.l-shoplist_fixed_area {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  translate: 100% -50%;
  transition: translate .35s cubic-bezier(0.39, 0.575, 0.565, 1), opacity .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shoplist_fixed_area.is-show {
  translate: 0 -50%;
  opacity: 1;
}
.l-shoplist_contact {
  display: flex;
  width: 4.8rem;
  padding: 1.2rem 1.2rem .8rem 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  background: var(--colorLineGold);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .05em;
  transition: background .35s cubic-bezier(0.39, 0.575, 0.565, 1), color .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shoplist_contact_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-shoplist_contact_icn_path {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shoplist_change_terms {
  width: 4.8rem;
  display: flex;
  padding: 1.2rem 1.2rem .8rem 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--colorBlack20);
  border-top: 0;
  border-right: 0;
  background: var(--colorWhite);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .05em;
  transition: background .35s cubic-bezier(0.39, 0.575, 0.565, 1), border .35s cubic-bezier(0.39, 0.575, 0.565, 1), color .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.l-shoplist_change_terms_icn {
  width: 2.6rem;
  height: 2.6rem;
}
.l-shoplist_change_terms_icn_group {
  transition: stroke .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (hover) {
  .l-shop_kv_slider_pagination .l-shop_kv_slider_pagination_thumb:hover.swiper-pagination-bullet::before {
    border: 2px solid var(--colorBlack);
  }
  .l-shop_kv_store_btn:hover {
    border: 1px solid var(--colorDarkGray);
    background: var(--colorLineGold);
    color: var(--colorBlack);
  }
  .l-shop_kv_store_btn:hover .l-shop_kv_store_btn_icn_path {
    stroke: var(--colorBlack);
  }
  .l-info_item_link:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
    opacity: 1;
  }
  .l-info_item_link:hover .l-info_item_link_icn_path {
    stroke: var(--colorWhite);
  }
  .l-shop_contact_top_btn:hover {
    opacity: 1;
    background: var(--colorBlack);
    color: var(--colorLineGold);
  }
  .l-shop_contact_top_btn:hover .l-shop_contact_top_btn_icn_path_stroke {
    stroke: var(--colorLineGold);
  }
  .l-shop_contact_top_btn:hover .l-shop_contact_top_btn_icn_path_fill {
    fill: var(--colorLineGold);
  }
  .l-shop_contact_top_mail_btn:hover {
    opacity: 1;
    background: var(--colorLineGold);
    color: var(--colorBlack);
  }
  .l-shop_contact_top_mail_btn:hover .l-shop_contact_top_mail_btn_icn_path.is-fill {
    fill: var(--colorBlack)
  }
  .l-shop_contact_top_mail_btn:hover .l-shop_contact_top_mail_btn_icn_path.is-stroke {
    stroke: var(--colorBlack);
  }
  
  .l-shop_column_item_link:hover {
    opacity: 1;
  }
  .l-shoplist_contact:hover {
    background: var(--colorBlack);
    color: var(--colorWhite);
    opacity: 1;
  }
  .l-shoplist_contact:hover .l-shoplist_contact_icn_path {
    stroke: var(--colorWhite);
  }
  .l-shoplist_change_terms:hover {
    background: var(--colorBlack);
    border: 1px solid var(--colorBlack);
    border-right: 0;
    color: var(--colorWhite);
    opacity: 1;
  }
  .l-shoplist_change_terms:hover .l-shoplist_change_terms_icn_group {
    stroke: var(--colorWhite);
  }
  .l-info_google_review_link:hover::before {
    animation: lineIn .35s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
  .l-case_slider_btn:hover {
    background: var(--colorBlack);
  }
  .l-case_slider_btn:hover .l-case_slider_btn_icn_path {
    stroke: var(--colorWhite);
  }
  .l-case_item:any-link:hover {
    opacity: 1;
  }
  .l-case_item:any-link:hover .l-case_item_img_wrapper::before {
    background: rgba(15, 21, 26, 0.30);
  }
  .l-case_item:any-link:hover .l-case_item_img {
    scale: 1.05;
  }
  .l-case_item:any-link:hover .l-case_item_popup {
    background: var(--colorBlack);
  }
  .l-case_item:any-link:hover .l-case_item_popup_icn_group {
    stroke: var(--colorWhite);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-detail_head {
    font-size: 2.8rem;
  }
  .c-shoplist_ttl {
    border-left: initial;
    border-top: 1px solid var(--colorBlack);
    padding: 2rem 0 0 0;
    font-size: 4rem;
  }
  .c-shoplist_txt_en_md {
    font-size: 2.6rem;
  }
  .c-shoplist_heading_2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -.01em;
  }
  .p-header_logo a {
    position: relative;
  }
  .p-header_logo a::before {
    position: absolute;
    top: -.4rem;
    left: -.2rem;
    display: block;
    content: "";
    width: 100.1%;
    aspect-ratio: 281/24;
    background: url(/img/common/p-logo_white.svg) no-repeat;
    background-size: contain;
  }
  .p-header_logo img {
    opacity: 0;
    visibility: hidden;
  }
  .p-shoplist_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 5.6rem;
  }
  .l-shop_kv {
    gap: 2rem 0;
    padding: 8rem 0 0;
    background: none;
  }
  .l-shop_kv::before {
    right: initial;
    width: 100%;

  }
  .l-shop_kv_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "content" "image";
    gap: 4rem 0;
  }
  .l-shop_kv_content {
    padding-left: initial;
    gap: 3rem 0;
  }
  .l-shop_kv_content_head {
    gap: 1rem;
  }
  .l-shop_kv_ttl {
    gap: 2rem;
  }
  .l-shop_kv_select_tag {
    max-width: 15.8rem;
  }
  .l-shop_kv_select_tag_inner {
    padding: 0.3rem .4rem;
    line-height: 1.3;
  }
  .l-shop_kv_store_btn {
    max-width: 100%;
  }

  .l-shop_kv_slider_wrapper {
    position: relative;
    width: 100%;
    margin-left: initial;
  }
  .l-shop_kv_slider_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: calc(100% + 4rem);
    height: calc(100% - 12rem);
    background: var(--colorWhite);
    z-index: 0;
  }
  .l-shop_kv_slider_pagination {
    --swiper-pagination-bottom: 0;
    gap: 0 .8rem;
    grid-template-columns: repeat(3, 1fr);
    padding-left: initial;
    margin-top: 0.8rem;
  }
  .l-shop_kv_slider_pagination:not(:has(.l-shop_kv_slider_pagination_thumb)) {
    margin-top: 0;
  }
  .l-info {
    padding: 4rem 0 8rem;
  }
  .l-info_ttl_sub {
    padding-top: 1.4rem;
  }
  .l-info_container {
    --content-gap: 2rem;
  }
  .l-info_content_wrapper {
    gap: 2rem;
  }
  .l-info_content {
    padding-bottom: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .l-info_content::before {
    width: 8rem;
  }
  .l-info_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-feature_case {
    padding-bottom: 8rem;
  }
  .l-feature {
    padding-top: 8rem;
  }
  .l-feature_ttl_sub {
    padding-top: 1.2rem;
  }
  .l-feature_container {
    gap: 4rem 0;
  }
  .l-feature_item {
    gap: 2.4rem 0;
  }
  .l-feature_item_head {
    display: block;
  }
  .l-feature_item_ttl {
    width: 11.8rem;
    padding-top: 1.2rem;
  }
  .l-feature_item_img_wrapper {
    margin-top: 2.4rem;
  }
  .l-case {
    padding: 8rem 0 0;
  }
  .l-case_ttl_sub {
    padding-top: 1rem;
  }
  .l-case_content {
    width: calc(100% + 2rem);
  }
  .l-case_item_img {
    height: 20rem;
    max-width: 30rem;
    object-fit: cover;
    object-position: center;
  }
  .l-case_item_ttl {
    margin-top: 1.2rem;
  }
  .l-case_slider_btn {
    position: absolute;
    top: 8rem;
    width: 3.2rem;
    height: 5.6rem;
  }
  .l-case_slider_btn_prev {
    left: -2rem;
  }
  .l-case_slider_btn_next {
    right: -2rem;
  }
  .l-faq {
    padding-top: 8rem;
  }
  .l-faq_wrapper {
    gap: 4rem;
  }
  .l-faq_ttl {
    width: 6rem;
    font-size: 2.8rem;
  }
  .l-shop_contact {
    padding-top: 8rem;
  }
  .l-shop_contact_top_wrapper {
    padding: 2.4rem 2rem 3.2rem;
  }
  .l-shop_contact_top_btn_wrapper {
    display: block;
    margin-top: 2.4rem;
  }
  .l-shop_contact_top_btn {
    display: block;
  }
  .l-shop_contact_top_mail_btn {
    min-height: 7.2rem;
    gap: 1.6rem;
    padding: 1.6rem;
  }
  .l-shop_contact_top_btn_line {
    position: relative;
    display: block;
    padding: 1.6rem 1rem;
    margin-top: 1.6rem;
    background: var(--colorWhite);
    text-align: center;
  }
  .l-shop_contact_top_btn_line_icn {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2.6rem;
    translate: 0 -50%;
  }
  .l-shop_contact_top_btn_tel_wrapper {
    margin-top: 2.4rem;
  }
  .l-shop_contact_top_btn_tel_content {
    margin-top: .8rem;
  }
  .l-shop_contact_top_btn_tel {
    font-size: 3.6rem;
    pointer-events: initial;
  }
  .l-shop_contact_bg {
    margin-top: -5.6rem;
    padding-top: 37.5rem;
    background: url(/img/shoplist_detail/l-shoplist_contact_bg_img_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-shop_contact_bg_txt {
    bottom: -0.1rem;
  }
  .l-shop_column_items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem 0;
    margin-top: 6rem;
  }
  .l-shop_column_item_contnt {
    gap: 1.2rem 0;
  }
  .l-shop_column_item_txt {
    font-size: 1.3rem;
  }
  .l-shoplist_fixed_area {
    width: 100%;
    bottom: 0;
    top: initial;
    translate: 0 100%;
    flex-direction: initial;
  }
  .l-shoplist_fixed_area.is-show {
    translate: 0 0;
  }
  .l-shoplist_contact {
    width: 50%;
    height: 6rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 .8rem;
    padding: 1.2rem 2rem 1.2rem .8rem;
    line-height: 1.3;
    text-align: left;
  }
  .l-shoplist_change_terms {
    width: 50%;
    height: 6rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 1.2rem 2rem 1.2rem .8rem;
    border: 1px solid var(--colorBlack20);
    border-right: 0;
    border-bottom: 0;
    gap: 0 .8rem;
  }
  .l-faq_accordion_item_ttl {
    padding-right: 4rem;
    font-size: 1.5rem;
  }
  .l-faq_accordion_item_ttl::after {
    right: 1.3rem;
  }
  .l-faq_accordion_item_ttl::before {
    right: 2rem;
  }
  .l-faq_accordion_item_ttl_q {
    align-self: center;
    font-size: 2rem;
  }
  .l-shop_column {
    padding: 8rem 0;
  }
  .l-shop_column_ttl {
    font-size: 2rem;
  }
  .l-shop_column_btn_wrapper {
    padding: 5.6rem 0 0;
  }
}
