@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---font---*/
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-jp-v54-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-jp-v54-japanese-500.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-jp-v54-japanese-700.woff2") format("woff2");
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/public-sans-v20-latin-regular.woff2") format("woff2");
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/public-sans-v20-latin-700.woff2") format("woff2");
}
/* akshar-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/akshar-v16-latin-regular.woff2") format("woff2");
}
/* akshar-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/akshar-v16-latin-500.woff2") format("woff2");
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-v39-latin-regular.woff2") format("woff2");
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-v39-latin-500.woff2") format("woff2");
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-v39-latin-700.woff2") format("woff2");
}
/*---変数---*/
:root {
  --base: "Noto Sans JP", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --public: "Public Sans", sans-serif;
  --akshar: "Akshar", sans-serif;
  --mc: #c0a118;
  --fc: #2e2e2e;
  --bc: #f8f8f8;
}

/*--display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.page-shop_detail {
  background: url(/img/bg-body.png) no-repeat top 112px center/100% auto;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail {
    background: url(/img/bg-body.png) no-repeat top 78px center/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail {
    background: url(/img/bg-body_sp.png) no-repeat top 78px center/100% auto;
  }
}
.page-shop_detail .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 112px;
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .wrap {
    display: block;
    margin-top: 78px;
    padding-inline: 0;
  }
}
.page-shop_detail .main {
  padding-block: 24px 120px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail .main {
    padding-block: 12px 80px;
  }
}
.page-shop_detail__head {
  margin-inline: auto 0;
  margin-block: 62px 48px;
  max-width: 880px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail__head {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail__head {
    margin-block: 32px 24px;
    background: #fff;
  }
}
.page-shop_detail .shop-anchor__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 632px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .shop-anchor__list {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-anchor__list {
    justify-content: center;
    gap: 0;
  }
}
.page-shop_detail .shop-anchor__item {
  flex: 1;
}
.page-shop_detail .shop-anchor__btn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #585858;
  background: #fff;
  box-shadow: 0 4px 4px 0 #e3e3e3;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-anchor__btn {
    width: 109px;
    height: 36px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
.page-shop_detail .shop-anchor__btn-st {
  font-size: 1.4rem;
  line-height: 1.4rem; /* 100% */
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-anchor__btn:hover {
    background: var(--fc);
    color: #fff;
  }
}
.page-shop_detail .shop-anchor__btn.active {
  background: var(--fc);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-anchor__btn.active {
    background: #fff;
    border-bottom: 2px solid #989898;
    color: var(--fc);
  }
}
.page-shop_detail__cnt {
  margin-inline: auto 0;
  max-width: 880px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail__cnt {
    margin-inline: auto;
  }
}
.page-shop_detail .shop-about__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__head {
    flex-direction: column-reverse;
  }
}
.page-shop_detail .shop-about__ph {
  width: 400px;
  aspect-ratio: 400/280;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__ph {
    width: 100%;
  }
}
.page-shop_detail .shop-about__info {
  flex: 1;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__info {
    padding-top: 0;
  }
}
.page-shop_detail .shop-about__name {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__name {
    margin-bottom: 20px;
  }
}
.page-shop_detail .shop-about__name-st {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem; /* 100% */
}
.page-shop_detail .shop-about__add-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
}
.page-shop_detail .shop-about__add-label::before {
  content: "";
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  background: url(/scripts/usr/shop_detail/img/icon-add.svg) no-repeat center center/cover;
}
.page-shop_detail .shop-about__add-value {
  font-size: 1.4rem;
  line-height: 1.5; /* 100% */
}
.page-shop_detail .shop-about__txt {
  margin-bottom: 80px;
  padding: 24px;
  max-width: 800px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__txt {
    margin-bottom: 65px;
    padding: 16px;
  }
}
.page-shop_detail .shop-about__txt-st {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
}
.page-shop_detail .shop-about__award {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award {
    margin-bottom: 65px;
  }
}
.page-shop_detail .shop-about__award-ttl {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award-ttl {
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__award-ttl span {
  padding-inline: 8px;
  color: var(--mc);
  font-size: 4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 80% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award-ttl span {
    font-size: 2.4rem;
    padding-inline: 4px;
    letter-spacing: 0.12rem;
  }
}
.page-shop_detail .shop-about__award .award-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .award-list {
    margin-bottom: 32px;
  }
}
.page-shop_detail .shop-about__award .award-slide {
  margin-bottom: 16px;
  margin-inline: 0 auto;
  max-width: 780px;
}
.page-shop_detail .shop-about__award .award-slide__ph {
  aspect-ratio: 380/263.467;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .award-slide__ph {
    aspect-ratio: 327/227;
  }
}
.page-shop_detail .shop-about__award .award-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-about__award .item-box__link:hover .img-hover {
    transform: scale(1.1);
  }
}
.page-shop_detail .shop-about__award .item-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__cat {
    margin-bottom: 16px;
  }
}
.page-shop_detail .shop-about__award .item-box__cat-st {
  padding: 7px 16px;
  background: #93bac3;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1;
}
.page-shop_detail .shop-about__award .item-box__cat-st.--year {
  background: #d7d7d7;
  color: #2e2e2e;
}
.page-shop_detail .shop-about__award .item-box__cat-st.--build {
  background: #d28582;
}
.page-shop_detail .shop-about__award .item-box__cat-st.--reform {
  background: #8dae54;
}
.page-shop_detail .shop-about__award .item-box__cat-st.--gp {
  background: linear-gradient(90deg, var(--C0A118, #c0a118) 0%, #d6b938 100%);
}
.page-shop_detail .shop-about__award .item-box__cat-st.--sgp {
  background: linear-gradient(90deg, #818181 0%, #9c9c9c 100%);
}
.page-shop_detail .shop-about__award .item-box__cat-st.--area-best {
  background: #7aa4ce;
}
.page-shop_detail .shop-about__award .item-box__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-shop_detail .shop-about__award .item-box__ttl-icon {
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__ttl-icon {
    width: 48px;
  }
}
.page-shop_detail .shop-about__award .item-box__ttl-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.page-shop_detail .shop-about__award .item-box__ttl-icon.contest1::before {
  content: "";
  background: url(/img/icon-contest1.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__award .item-box__ttl-icon.contest2::before {
  content: "";
  background: url(/img/icon-contest2.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__award .item-box__ttl-icon.contest3::before {
  content: "";
  background: url(/img/icon-contest3.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__award .item-box__ttl-icon.contest4::before {
  content: "";
  background: url(/img/icon-contest4.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__award .item-box__ttl-st {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #222;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.8rem; /* 200% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__ttl-st {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem; /* 100% */
  }
}
.page-shop_detail .shop-about__award .item-box__txt {
  padding: 24px;
  border-radius: 10px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__txt {
    padding: 16px;
  }
}
.page-shop_detail .shop-about__award .item-box__txt-st {
  color: #222;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__award .item-box__txt-st {
    color: var(--2E2E2E, #2e2e2e);
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0;
  }
}
.page-shop_detail .shop-about__award .swiper-button-prev, .page-shop_detail .shop-about__award .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}
.page-shop_detail .shop-about__award .swiper-button-prev::after, .page-shop_detail .shop-about__award .swiper-button-next::after {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(/scripts/usr/shop_detail/img/icon-arrow.png) no-repeat center center/cover;
  opacity: 0.5;
  transition: 0.4s;
}
.page-shop_detail .shop-about__award .swiper-button-prev.swiper-button-disabled, .page-shop_detail .shop-about__award .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.page-shop_detail .shop-about__award .swiper-button-prev {
  left: 16px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .shop-about__award .swiper-button-prev {
    left: 3px;
  }
}
.page-shop_detail .shop-about__award .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.page-shop_detail .shop-about__award .swiper-button-next {
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .shop-about__award .swiper-button-next {
    right: 3px;
  }
}
.page-shop_detail .shop-about__award-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-shop_detail .shop-about__works {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works {
    margin-bottom: 65px;
  }
}
.page-shop_detail .shop-about__works-ttl {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works-ttl {
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__works-ttl span {
  padding-inline: 8px;
  color: var(--mc);
  font-size: 4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 80% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works-ttl span {
    font-size: 2.4rem;
    padding-inline: 4px;
    letter-spacing: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works-cnt {
    margin-right: -24px;
  }
}
.page-shop_detail .shop-about__works .works-slide {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works .works-slide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-shop_detail .shop-about__works .works-slide__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    margin-inline: auto;
    max-width: 1080px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-shop_detail .shop-about__works .works-slide__item {
    width: calc((100% - 48px) / 3);
  }
}
.page-shop_detail .shop-about__works .item-box {
  position: relative;
  height: 100%;
}
.page-shop_detail .shop-about__works .item-box__link {
  display: block;
  height: 100%;
  border-radius: 8px;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-about__works .item-box__link:hover .img-hover {
    transform: scale(1.1);
  }
}
.page-shop_detail .shop-about__works .item-box__ph {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works .item-box__ph {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.page-shop_detail .shop-about__works .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page-shop_detail .shop-about__works .item-box__ph-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-radius: 0 0 0 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 10;
}
.page-shop_detail .shop-about__works .item-box__ph-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.page-shop_detail .shop-about__works .item-box__ph-icon.contest1::before {
  content: "";
  background: url(/img/icon-contest1.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works .item-box__ph-icon.contest2::before {
  content: "";
  background: url(/img/icon-contest2.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works .item-box__ph-icon.contest3::before {
  content: "";
  background: url(/img/icon-contest3.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works .item-box__ph-icon.contest4::before {
  content: "";
  background: url(/img/icon-contest4.png) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works .item-box__ph-new {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #9e8206;
  border-radius: 50%;
  color: #9e8206;
  font-family: var(--public);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  z-index: 1;
}
.page-shop_detail .shop-about__works .item-box__ph-new.show {
  display: flex;
}
.page-shop_detail .shop-about__works .item-box__ph-cat {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  z-index: 2;
}
.page-shop_detail .shop-about__works .item-box__ph-cat.--new {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.page-shop_detail .shop-about__works .item-box__ph-cat.--renov {
  background: #fff;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}
.page-shop_detail .shop-about__works .item-box__ph-favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
}
.page-shop_detail .shop-about__works .item-box__ph-favorite::after {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
  background: url(/img/icon-favorite.svg) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works .item-box__ph-favorite.active img {
  display: none;
}
.page-shop_detail .shop-about__works .item-box__ph-favorite.active::after {
  content: "";
}
.page-shop_detail .shop-about__works .item-box__info {
  padding-bottom: 16px;
  border-bottom: 1px solid #d7d7d7;
}
.page-shop_detail .shop-about__works .item-box__ttl {
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page-shop_detail .shop-about__works .item-box__ttl-st {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem; /* 100% */
  letter-spacing: 0.09rem;
}
.page-shop_detail .shop-about__works .item-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.page-shop_detail .shop-about__works .item-box__cat-st {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-about__works .item-box__txt {
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works .item-box__txt {
    margin-bottom: 28px;
  }
}
.page-shop_detail .shop-about__works .item-box__txt-st {
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-about__works .item-box__data-txt {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.page-shop_detail .shop-about__works .item-box__shop-name {
  font-size: 1.4rem;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works .item-box__shop-name {
    font-size: 1.2rem;
    line-height: 1.66; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-shop_detail .shop-about__works .item-box__shop-add {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__works .item-box__shop-add {
    font-size: 1.2rem;
    line-height: 1.66; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-shop_detail .shop-about__works .item-box__shop-add::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/scripts/usr/shop_detail/img/icon-add.svg) no-repeat center center/cover;
}
.page-shop_detail .shop-about__works-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-shop_detail .shop-about__blog {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__blog {
    margin-bottom: 40px;
  }
}
.page-shop_detail .shop-about__blog-ttl {
  margin-bottom: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__blog-ttl {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__blog-cnt {
    margin-right: -24px;
  }
}
@media screen and (min-width: 768px) {
  .page-shop_detail .shop-about__blog .blog-slide__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    margin-inline: auto;
    max-width: 1080px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-shop_detail .shop-about__blog .blog-slide__item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-about__blog .item-box__link:hover .img-hover {
    transform: scale(1.1);
  }
}
.page-shop_detail .shop-about__blog .item-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.page-shop_detail .shop-about__blog .item-box__cat-st {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-about__blog .item-box__cat-st.--cat1 {
  background: #d28940;
}
.page-shop_detail .shop-about__blog .item-box__cat-st.--cat2 {
  background: #90bc39;
}
.page-shop_detail .shop-about__blog .item-box__cat-st.--cat3 {
  background: #7c9fd5;
}
.page-shop_detail .shop-about__blog .item-box__cat-st.--cat4 {
  background: #c5a61d;
}
.page-shop_detail .shop-about__blog .item-box__cat-st.--cat5 {
  background: #da7cb3;
}
.page-shop_detail .shop-about__blog .item-box__ph {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 1;
  overflow: hidden;
}
.page-shop_detail .shop-about__blog .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page-shop_detail .shop-about__blog .item-box__ph-new {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #9e8206;
  border-radius: 50%;
  color: #9e8206;
  font-family: var(--public);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  z-index: 1;
}
.page-shop_detail .shop-about__blog .item-box__ph-new.show {
  display: flex;
}
.page-shop_detail .shop-about__blog .item-box__ttl {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-shop_detail .shop-about__blog .item-box__ttl-st {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem; /* 133.333% */
  letter-spacing: 0.09rem;
}
.page-shop_detail .shop-about__blog .item-box__txt {
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #f8f8f8;
}
.page-shop_detail .shop-about__blog .item-box__txt-st {
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-about__overview-ttl {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__overview-ttl {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__overview .overview-list {
  max-width: 800px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
}
.page-shop_detail .shop-about__overview .overview-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px 24px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__overview .overview-list__item {
    flex-direction: column;
  }
}
.page-shop_detail .shop-about__overview .overview-list__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__overview .overview-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.page-shop_detail .shop-about__overview .overview-list__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding: 2px 16px;
  border-radius: 4px;
  background: #d7d7d7;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__overview .overview-list__label {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__overview .overview-list__value {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__overview .overview-list__value {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__branch {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch {
    margin-top: 64px;
  }
}
.page-shop_detail .shop-about__branch-ttl {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch-ttl {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__branch .branch-list__item {
  max-width: 800px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
}
.page-shop_detail .shop-about__branch .branch-list__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch .branch-list__item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.page-shop_detail .shop-about__branch .branch-list__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch .branch-list__name {
    padding: 2px 16px;
  }
}
.page-shop_detail .shop-about__branch .branch-list__name-st {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch .branch-list__name-st {
    font-size: 1.4rem;
    line-height: 1.71; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__branch .branch-list__value {
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch .branch-list__value {
    padding-inline: 0;
  }
}
.page-shop_detail .shop-about__branch .branch-list__value-st {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__branch .branch-list__value-st {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__sns {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__sns {
    margin-top: 64px;
  }
}
.page-shop_detail .shop-about__sns-ttl {
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-about__sns-ttl {
    margin-bottom: 24px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-about__sns .sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 509px) {
  .page-shop_detail .shop-about__sns .sns-list__item {
    width: 86px;
  }
}
.page-shop_detail .shop-about__sns .sns-list__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
.page-shop_detail .shop-about__sns .sns-list__link-icon {
  width: 24px;
  height: 24px;
}
.page-shop_detail .shop-about__sns .sns-list__link-st {
  flex: 1;
  color: #2e2e2e;
  font-size: 1rem;
  line-height: 1.6rem; /* 160% */
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-about__sns .sns-list__link:hover {
    opacity: 0.6;
  }
}
.page-shop_detail .shop-award__ttl {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award__ttl {
    margin-bottom: 24px;
  }
}
.page-shop_detail .shop-award__ttl-st {
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award__ttl-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-award__ttl-st span {
  padding-inline: 8px;
  color: var(--mc);
  font-size: 4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 80% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award__ttl-st span {
    padding-inline: 4px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.12rem;
  }
}
.page-shop_detail .shop-award .award-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .award-list {
    margin-bottom: 32px;
  }
}
.page-shop_detail .shop-award .award-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .award-list__item {
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.page-shop_detail .shop-award .award-list__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .award-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.page-shop_detail .shop-award .award-slide {
  margin-bottom: 16px;
  margin-inline: 0 auto;
  max-width: 780px;
}
.page-shop_detail .shop-award .award-slide__ph {
  aspect-ratio: 380/263;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .award-slide__ph {
    aspect-ratio: 327/227;
  }
}
.page-shop_detail .shop-award .award-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page-shop_detail .shop-award .item-box__btn {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-award .item-box__btn:hover .img-hover {
    transform: scale(1.1);
  }
}
.page-shop_detail .shop-award .item-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__cat {
    margin-bottom: 21px;
  }
}
.page-shop_detail .shop-award .item-box__cat-st {
  padding: 7px 16px;
  background: #93bac3;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1;
}
.page-shop_detail .shop-award .item-box__cat-st.--year {
  background: #d7d7d7;
  color: #2e2e2e;
}
.page-shop_detail .shop-award .item-box__cat-st.--build {
  background: #d28582;
}
.page-shop_detail .shop-award .item-box__cat-st.--reform {
  background: #8dae54;
}
.page-shop_detail .shop-award .item-box__cat-st.--gp {
  background: linear-gradient(90deg, var(--C0A118, #c0a118) 0%, #d6b938 100%);
}
.page-shop_detail .shop-award .item-box__cat-st.--sgp {
  background: linear-gradient(90deg, #818181 0%, #9c9c9c 100%);
}
.page-shop_detail .shop-award .item-box__cat-st.--area-best {
  background: #7aa4ce;
}
.page-shop_detail .shop-award .item-box__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-shop_detail .shop-award .item-box__ttl-icon {
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__ttl-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    z-index: 100;
  }
}
.page-shop_detail .shop-award .item-box__ttl-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.page-shop_detail .shop-award .item-box__ttl-icon.contest1::before {
  content: "";
  background: url(/img/icon-contest1.png) no-repeat center center/cover;
}
.page-shop_detail .shop-award .item-box__ttl-icon.contest2::before {
  content: "";
  background: url(/img/icon-contest2.png) no-repeat center center/cover;
}
.page-shop_detail .shop-award .item-box__ttl-icon.contest3::before {
  content: "";
  background: url(/img/icon-contest3.png) no-repeat center center/cover;
}
.page-shop_detail .shop-award .item-box__ttl-icon.contest4::before {
  content: "";
  background: url(/img/icon-contest4.png) no-repeat center center/cover;
}
.page-shop_detail .shop-award .item-box__ttl-st {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #222;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.8rem; /* 200% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__ttl-st {
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.55;
  }
}
.page-shop_detail .shop-award .item-box__txt {
  padding: 24px;
  border-radius: 10px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__txt {
    padding: 16px;
  }
}
.page-shop_detail .shop-award .item-box__txt-st {
  color: #222;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-award .item-box__txt-st {
    color: var(--2E2E2E, #2e2e2e);
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0;
  }
}
.page-shop_detail .shop-award .swiper-button-prev, .page-shop_detail .shop-award .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}
.page-shop_detail .shop-award .swiper-button-prev::after, .page-shop_detail .shop-award .swiper-button-next::after {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(/scripts/usr/shop_detail/img/icon-arrow.png) no-repeat center center/cover;
  opacity: 0.5;
  transition: 0.4s;
}
.page-shop_detail .shop-award .swiper-button-prev.swiper-button-disabled, .page-shop_detail .shop-award .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.page-shop_detail .shop-award .swiper-button-prev {
  left: 16px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .shop-award .swiper-button-prev {
    left: 3px;
  }
}
.page-shop_detail .shop-award .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.page-shop_detail .shop-award .swiper-button-next {
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .shop-award .swiper-button-next {
    right: 3px;
  }
}
.page-shop_detail .shop-works__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  margin-inline: auto;
  max-width: 1080px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works__layout {
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
  }
}
.page-shop_detail .shop-works__ttl-st {
  font-size: 2rem;
  line-height: 2rem; /* 100% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works__ttl-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-shop_detail .shop-works__ttl-st span {
  padding-inline: 8px;
  color: var(--mc);
  font-size: 4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 80% */
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works__ttl-st span {
    padding-inline: 4px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.12rem;
  }
}
.page-shop_detail .shop-works .works-sort {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-sort {
    margin-top: 0;
    margin-inline: auto 0;
  }
}
.page-shop_detail .shop-works .works-sort .selectbox__item {
  position: relative;
  width: 200px;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-sort .selectbox__item {
    width: 160px;
    height: 40px;
  }
}
.page-shop_detail .shop-works .works-sort .selectbox__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--fc);
  border-top: 1px solid var(--fc);
  transform: rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-sort .selectbox__item::after {
    right: 12px;
  }
}
.page-shop_detail .shop-works .works-sort .selectbox__item select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 11px 24px;
  border-radius: 8px;
  border: 1px solid #585858;
  background: #f8f8f8;
  box-shadow: 0 4px 4px 0 #e3e3e3;
  font-family: var(--noto);
  font-size: 1.4rem;
  font-weight: 500;
  color: #585858;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-sort .selectbox__item select {
    padding-inline: 8px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
  }
}
.page-shop_detail .shop-works .works-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 46px 24px;
  margin-inline: auto;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-list {
    gap: 25px;
  }
}
.page-shop_detail .shop-works .works-list__item {
  width: calc((100% - 48px) / 3);
  height: auto;
}
@media screen and (max-width: 1240px) {
  .page-shop_detail .shop-works .works-list__item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .works-list__item {
    width: 100%;
  }
}
.page-shop_detail .shop-works .item-box {
  position: relative;
  height: 100%;
}
.page-shop_detail .shop-works .item-box__btn {
  display: block;
  height: 100%;
  border-radius: 8px;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .shop-works .item-box__btn:hover .img-hover {
    transform: scale(1.1);
  }
}
.page-shop_detail .shop-works .item-box__ph {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .item-box__ph {
    width: 100%;
    aspect-ratio: 327/250;
  }
}
.page-shop_detail .shop-works .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.page-shop_detail .shop-works .item-box__ph-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-radius: 0 0 0 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 10;
}
.page-shop_detail .shop-works .item-box__ph-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.page-shop_detail .shop-works .item-box__ph-icon.contest1::before {
  content: "";
  background: url(/img/icon-contest1.png) no-repeat center center/cover;
}
.page-shop_detail .shop-works .item-box__ph-icon.contest2::before {
  content: "";
  background: url(/img/icon-contest2.png) no-repeat center center/cover;
}
.page-shop_detail .shop-works .item-box__ph-icon.contest3::before {
  content: "";
  background: url(/img/icon-contest3.png) no-repeat center center/cover;
}
.page-shop_detail .shop-works .item-box__ph-icon.contest4::before {
  content: "";
  background: url(/img/icon-contest4.png) no-repeat center center/cover;
}
.page-shop_detail .shop-works .item-box__ph-new {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #9e8206;
  border-radius: 50%;
  color: #9e8206;
  font-family: var(--public);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  z-index: 1;
}
.page-shop_detail .shop-works .item-box__ph-new.show {
  display: flex;
}
.page-shop_detail .shop-works .item-box__ph-cat {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  z-index: 2;
}
.page-shop_detail .shop-works .item-box__ph-cat.--new {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.page-shop_detail .shop-works .item-box__ph-cat.--renov {
  background: #fff;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}
.page-shop_detail .shop-works .item-box__ph-favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
}
.page-shop_detail .shop-works .item-box__ph-favorite::after {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
  background: url(/img/icon-favorite.svg) no-repeat center center/cover;
}
.page-shop_detail .shop-works .item-box__ph-favorite.active img {
  display: none;
}
.page-shop_detail .shop-works .item-box__ph-favorite.active::after {
  content: "";
}
.page-shop_detail .shop-works .item-box__info {
  padding-bottom: 16px;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .item-box__info {
    padding-bottom: 30px;
  }
}
.page-shop_detail .shop-works .item-box__ttl {
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page-shop_detail .shop-works .item-box__ttl-st {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem; /* 100% */
  letter-spacing: 0.09rem;
}
.page-shop_detail .shop-works .item-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .item-box__cat {
    margin-bottom: 16px;
  }
}
.page-shop_detail .shop-works .item-box__cat-st {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-works .item-box__txt {
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #f8f8f8;
}
.page-shop_detail .shop-works .item-box__txt-st {
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.page-shop_detail .shop-works .item-box__shop-name {
  font-size: 1.4rem;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .item-box__shop-name {
    font-size: 1.2rem;
    line-height: 1.66; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-shop_detail .shop-works .item-box__shop-add {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-shop_detail .shop-works .item-box__shop-add {
    font-size: 1.2rem;
    line-height: 1.66; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-shop_detail .shop-works .item-box__shop-add::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/scripts/usr/shop_detail/img/icon-add.svg) no-repeat center center/cover;
}
.page-shop_detail .side {
  margin-top: 48px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .page-shop_detail .side {
    display: none;
  }
}
.page-shop_detail .cta {
  padding-block: 12px 24px;
  padding-inline: 16px;
  border-radius: 8px;
  background: #f8f8f8;
  box-shadow: 0 0 8px 0 #e3e3e3;
}
.page-shop_detail .cta__ttl {
  margin-bottom: 10px;
  text-align: center;
}
.page-shop_detail .cta__ttl-st {
  font-size: 1.8rem;
  font-weight: 500;
}
.page-shop_detail .cta__catalog {
  margin-bottom: 16px;
  margin-inline: auto;
  max-width: 268px;
}
.page-shop_detail .cta__catalog-link {
  display: block;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  overflow: hidden;
}
.page-shop_detail .cta__catalog-ph {
  margin-bottom: 16px;
}
.page-shop_detail .cta__catalog-ttl {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem; /* 100% */
}
.page-shop_detail .cta__catalog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 40px;
  border-radius: 8px;
  background: var(--mc);
  border: 1px solid var(--mc);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem; /* 100% */
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .cta__catalog-btn:hover {
    background: #fff;
    color: var(--mc);
  }
}
.page-shop_detail .cta__phone {
  margin-bottom: 16px;
}
.page-shop_detail .cta__phone-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  width: 236px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #585858;
  background: #585858;
  color: #f8f8f8;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .cta__phone-link:hover {
    background: #f8f8f8;
    color: var(--fc);
  }
  .page-shop_detail .cta__phone-link:hover path {
    stroke: var(--fc);
  }
}
.page-shop_detail .cta__phone-icon path {
  transition: 0.4s;
}
.page-shop_detail .cta__phone-txt {
  font-size: 1.4rem;
  line-height: 1.4rem; /* 100% */
}
.page-shop_detail .cta__company-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  width: 236px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--fc);
  background: #f8f8f8;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-shop_detail .cta__company-link:hover {
    background: var(--fc);
    color: #f8f8f8;
  }
  .page-shop_detail .cta__company-link:hover path {
    stroke: #f8f8f8;
  }
}
.page-shop_detail .cta__company-icon path {
  transition: 0.4s;
}
.page-shop_detail .cta__company-txt {
  font-size: 1.4rem;
  line-height: 1.4rem; /* 100% */
}
.page-shop_detail .fixed-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  z-index: 100;
}
.page-shop_detail .fixed-nav__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-shop_detail .fixed-nav__btn {
  width: calc((100% - 5px) / 2);
  max-width: 177px;
}
.page-shop_detail .fixed-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 12px 10px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: #2e2e2e;
  overflow: hidden;
}
.page-shop_detail .fixed-nav__btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.page-shop_detail .fixed-nav__btn-st {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.71;
  color: #fff;
}

.mfp-bg {
  background: rgba(48, 48, 48, 0.6);
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
.mfp-container {
  padding: 0;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar {
  width: 6px;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.mfp-arrow-left, .mfp-arrow-right {
  height: 40px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-left, .mfp-arrow-right {
    max-width: 1180px;
    width: calc(92vw - 60px);
    margin-inline: auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-arrow-left, .mfp-arrow-right {
    display: none !important;
  }
}
.mfp-arrow-left::before, .mfp-arrow-right::before {
  border: none !important;
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
  margin-block: 0;
  width: 40px;
  height: 40px;
  border: none !important;
  background: url(/scripts/usr/shop_detail/img/icon-arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 1240px) {
  .mfp-arrow-left:after, .mfp-arrow-right:after {
    left: -8px;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-left:after, .mfp-arrow-right:after {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-left {
    right: 60px;
  }
}
.mfp-arrow-left:after {
  transform: scale(-1, 1);
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-left:after {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-right {
    left: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-arrow-right:after {
    margin-inline: auto 0;
  }
}

.content.modal-open {
  position: relative;
}
.content.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  z-index: 10;
}
.content .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mfp-award .mfp-wrap {
  position: relative;
  z-index: 11;
}
.mfp-award .mfp-content {
  margin-inline: auto;
  width: 80vw;
  max-width: 1080px;
  overflow: visible;
  z-index: 1050;
}
@media screen and (max-width: 1024px) {
  .mfp-award .mfp-content {
    max-width: 500px;
    width: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-award .mfp-close {
    display: block;
    top: 0;
    left: 0;
    margin-inline: auto;
    max-width: 1180px;
    width: calc(100% + 60px);
    font-size: 40px;
    color: #fff;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-award .mfp-close {
    top: 16px;
    font-size: 32px;
    color: var(--fc);
  }
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt {
    background: rgba(46, 46, 46, 0.8);
    backdrop-filter: blur(5px);
  }
}
.mfp-award .award-popup__cnt .popup-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box {
    flex-direction: column;
    margin-inline: 0;
    padding-block: 24px 16px;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box {
    padding-block: 8px 16px;
  }
}
.mfp-award .award-popup__cnt .popup-box__ph {
  position: relative;
  padding-bottom: 32px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__ph {
    order: 2;
    padding-bottom: 12px;
    width: 100%;
  }
}
.mfp-award .award-popup__cnt .popup-box__ph-favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__ph-favorite {
    bottom: 0;
    right: 0;
    width: 40px;
  }
}
.mfp-award .award-popup__cnt .popup-box__ph-favorite::after {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
  background: url(/img/icon-favorite.svg) no-repeat center center/cover;
}
.mfp-award .award-popup__cnt .popup-box__ph-favorite.active img {
  display: none;
}
.mfp-award .award-popup__cnt .popup-box__ph-favorite.active::after {
  content: "";
}
.mfp-award .award-popup__cnt .popup-box__slide {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__slide {
    margin-bottom: 20px;
  }
}
.mfp-award .award-popup__cnt .popup-box__slide-item {
  aspect-ratio: 1;
}
.mfp-award .award-popup__cnt .popup-box__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mfp-award .award-popup__cnt .popup-box__contest {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__contest {
    gap: 17px;
  }
}
.mfp-award .award-popup__cnt .popup-box__contest-icon {
  width: 95px;
  height: auto;
  aspect-ratio: 95/98;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__contest-icon {
    width: 62px;
    aspect-ratio: 31/32;
  }
}
.mfp-award .award-popup__cnt .popup-box__contest-st {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__contest-st {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.mfp-award .award-popup__cnt .popup-box__info {
  padding-block: 22px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__info {
    display: contents;
  }
}
.mfp-award .award-popup__cnt .popup-box__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  padding-inline: 24px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__ttl {
    order: 1;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__ttl {
    padding-bottom: 12px;
  }
}
.mfp-award .award-popup__cnt .popup-box__ttl-icon::before {
  content: none;
  display: block;
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__ttl-icon::before {
    width: 48px;
  }
}
.mfp-award .award-popup__cnt .popup-box__ttl-icon.contest1::before {
  content: "";
  background: url(/img/icon-contest1.png) no-repeat center center/cover;
}
.mfp-award .award-popup__cnt .popup-box__ttl-icon.contest2::before {
  content: "";
  background: url(/img/icon-contest2.png) no-repeat center center/cover;
}
.mfp-award .award-popup__cnt .popup-box__ttl-icon.contest3::before {
  content: "";
  background: url(/img/icon-contest3.png) no-repeat center center/cover;
}
.mfp-award .award-popup__cnt .popup-box__ttl-icon.contest4::before {
  content: "";
  background: url(/img/icon-contest4.png) no-repeat center center/cover;
}
.mfp-award .award-popup__cnt .popup-box__ttl-st {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem; /* 166.667% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__ttl-st {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.mfp-award .award-popup__cnt .popup-box__ttl-st span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.mfp-award .award-popup__cnt .popup-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  margin-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__cat {
    order: 3;
    margin-bottom: 16px;
  }
}
.mfp-award .award-popup__cnt .popup-box__cat-st {
  padding: 8px 16px;
  border-radius: 4px;
  background: #d7d7d7;
  color: #2e2e2e;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1;
}
.mfp-award .award-popup__cnt .popup-box__data {
  margin-bottom: 40px;
  margin-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__data {
    order: 4;
  }
}
.mfp-award .award-popup__cnt .popup-box__data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.mfp-award .award-popup__cnt .popup-box__data-ttl {
  display: flex;
  width: 98px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #2e2e2e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.mfp-award .award-popup__cnt .popup-box__data-txt {
  flex: 1;
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.mfp-award .award-popup__cnt .popup-box__comment {
  margin-inline: 24px;
  padding-block: 20px;
  padding-inline: 16px;
  background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .mfp-award .award-popup__cnt .popup-box__comment {
    order: 5;
  }
}
.mfp-award .award-popup__cnt .popup-box__comment-ttl {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.mfp-award .award-popup__cnt .popup-box__comment-txt {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .mfp-award .award-popup__cnt .popup-box__comment-txt {
    font-size: 1.2rem;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.mfp-award .popup-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  padding-inline: 16px;
}
@media screen and (min-width: 1025px) {
  .mfp-award .popup-nav {
    display: none;
  }
}
.mfp-award .popup-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
}
.mfp-award .popup-nav__btn-st {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.mfp-award .swiper-button-prev, .mfp-award .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: auto;
  aspect-ratio: 29/58;
}
.mfp-award .swiper-button-prev::after, .mfp-award .swiper-button-next::after {
  content: "";
  width: 29px;
  height: auto;
  aspect-ratio: 29/58;
  background: url(/scripts/usr/shop_detail/img/icon-arrow_slide.png) no-repeat center center/cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .mfp-award .swiper-button-prev::after, .mfp-award .swiper-button-next::after {
    width: 30px;
    aspect-ratio: 1;
    background: url(/scripts/usr/shop_detail/img/icon-arrow_sp.png) no-repeat center center/cover;
  }
}
.mfp-award .swiper-button-prev.swiper-button-disabled, .mfp-award .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.mfp-award .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mfp-award .swiper-button-prev {
    left: 24px;
  }
}
.mfp-award .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.mfp-award .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .mfp-award .swiper-button-next {
    right: 24px;
  }
}
.mfp-award .swiper-pagination {
  top: min(36.71875vw, 50rem);
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  width: 60px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(46, 46, 46, 0.5);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .mfp-award .swiper-pagination {
    top: min(89.3333333333vw, 46rem);
  }
}

.mfp-works .mfp-wrap {
  position: relative;
  z-index: 11;
}
.mfp-works .mfp-content {
  margin-inline: auto;
  width: 80vw;
  max-width: 1080px;
  overflow: visible;
  z-index: 1050;
}
@media screen and (max-width: 1024px) {
  .mfp-works .mfp-content {
    max-width: 500px;
    width: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1025px) {
  .mfp-works .mfp-close {
    display: block;
    top: 0;
    left: 0;
    margin-inline: auto;
    max-width: 1180px;
    width: calc(100% + 60px);
    font-size: 40px;
    color: #fff;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-works .mfp-close {
    top: 16px;
    font-size: 32px;
    color: var(--fc);
  }
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt {
    background: rgba(46, 46, 46, 0.8);
    backdrop-filter: blur(5px);
  }
}
.mfp-works .works-popup__cnt .popup-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box {
    flex-direction: column;
    margin-inline: 0;
    padding-block: 24px 16px;
    border-radius: 0 0 8px 8px;
  }
}
.mfp-works .works-popup__cnt .popup-box__ph {
  position: relative;
  padding-bottom: 32px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__ph {
    order: 2;
    padding-bottom: 12px;
    width: 100%;
  }
}
.mfp-works .works-popup__cnt .popup-box__ph-favorite {
  position: absolute;
  top: min(35.15625vw, 48rem);
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__ph-favorite {
    top: min(84vw, 44rem);
  }
}
.mfp-works .works-popup__cnt .popup-box__ph-favorite::after {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
  background: url(/img/icon-favorite.svg) no-repeat center center/cover;
}
.mfp-works .works-popup__cnt .popup-box__ph-favorite.active img {
  display: none;
}
.mfp-works .works-popup__cnt .popup-box__ph-favorite.active::after {
  content: "";
}
.mfp-works .works-popup__cnt .popup-box__slide {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__slide {
    margin-bottom: 20px;
  }
}
.mfp-works .works-popup__cnt .popup-box__slide-ph {
  margin-bottom: 24px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__slide-ph {
    margin-bottom: 20px;
  }
}
.mfp-works .works-popup__cnt .popup-box__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mfp-works .works-popup__cnt .popup-box__slide-txt {
  display: -webkit-box;
  padding-inline: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .mfp-works .works-popup__cnt .popup-box__slide-txt {
    padding-inline: 24px;
    -webkit-line-clamp: 4;
    font-size: 1.2rem;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.mfp-works .works-popup__cnt .popup-box__info {
  padding-block: 40px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__info {
    display: contents;
  }
}
.mfp-works .works-popup__cnt .popup-box__ttl {
  margin-bottom: 24px;
  padding-bottom: 40px;
  padding-inline: 24px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__ttl {
    order: 1;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
.mfp-works .works-popup__cnt .popup-box__ttl-st {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem; /* 166.667% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mfp-works .works-popup__cnt .popup-box__ttl-st {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.mfp-works .works-popup__cnt .popup-box__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  margin-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__cat {
    order: 3;
    margin-bottom: 16px;
  }
}
.mfp-works .works-popup__cnt .popup-box__cat-st {
  color: #2e2e2e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.06rem;
}
.mfp-works .works-popup__cnt .popup-box__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  margin-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__data {
    flex-direction: column;
    align-items: flex-start;
    order: 4;
    margin-bottom: 16px;
  }
}
.mfp-works .works-popup__cnt .popup-box__data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__data-item {
    width: 100%;
  }
}
.mfp-works .works-popup__cnt .popup-box__data-ttl {
  display: flex;
  width: 98px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #2e2e2e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.mfp-works .works-popup__cnt .popup-box__data-txt {
  flex: 1;
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.mfp-works .works-popup__cnt .popup-box__comment {
  margin-inline: 24px;
  padding-block: 20px;
  padding-inline: 16px;
  background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .mfp-works .works-popup__cnt .popup-box__comment {
    order: 5;
    margin-bottom: 16px;
  }
}
.mfp-works .works-popup__cnt .popup-box__comment-ttl {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.mfp-works .works-popup__cnt .popup-box__comment-txt {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .mfp-works .works-popup__cnt .popup-box__comment-txt {
    font-size: 1.2rem;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.mfp-works .popup-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  padding-inline: 16px;
}
@media screen and (min-width: 1025px) {
  .mfp-works .popup-nav {
    display: none;
  }
}
.mfp-works .popup-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
}
.mfp-works .popup-nav__btn-st {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.mfp-works .swiper-button-prev, .mfp-works .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: auto;
  aspect-ratio: 29/58;
}
.mfp-works .swiper-button-prev::after, .mfp-works .swiper-button-next::after {
  content: "";
  width: 29px;
  height: auto;
  aspect-ratio: 29/58;
  background: url(/scripts/usr/shop_detail/img/icon-arrow_slide.png) no-repeat center center/cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .mfp-works .swiper-button-prev::after, .mfp-works .swiper-button-next::after {
    width: 30px;
    aspect-ratio: 1;
    background: url(/scripts/usr/shop_detail/img/icon-arrow_sp.png) no-repeat center center/cover;
  }
}
.mfp-works .swiper-button-prev.swiper-button-disabled, .mfp-works .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.mfp-works .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mfp-works .swiper-button-prev {
    left: 24px;
  }
}
.mfp-works .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.mfp-works .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .mfp-works .swiper-button-next {
    right: 24px;
  }
}
.mfp-works .swiper-pagination {
  top: min(36.71875vw, 50rem);
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  width: 60px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(46, 46, 46, 0.5);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .mfp-works .swiper-pagination {
    top: min(89.3333333333vw, 46rem);
  }
}

.mfp-cta .mfp-content {
  margin-inline: auto;
  max-width: 375px;
}
.mfp-cta .mfp-close {
  color: #000;
}

.page-shop_detail.--free .shop-anchor__btn.--free {
  display: none;
}
.page-shop_detail.--free .shop-about__award,
.page-shop_detail.--free .shop-about__works,
.page-shop_detail.--free .shop-about__blog,
.page-shop_detail.--free .shop-about__branch,
.page-shop_detail.--free .shop-about__sns {
  display: none;
}
.page-shop_detail.--free #cnt2 {
  display: none;
}
.page-shop_detail.--free #cnt3 {
  display: none;
}
.page-shop_detail.--free .cta {
  display: none;
}