@import url("https://fonts.googleapis.com/css2?family=Arsenal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500&display=swap");
#lpKokuin {
  font-family: "Noto Sans", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
#lpKokuin p {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media screen and (min-width: 64em) {
  .kokuinInner {
    max-width: 109.6rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.kokuinFv {
  padding: 23rem 2rem 26rem;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  background: url("../assets/img/kokuin/fv-bg_sp.jpg") center center/cover no-repeat;
}
@media screen and (min-width: 64em) {
  .kokuinFv {
    padding-bottom: 31.3rem;
    background: url("../assets/img/kokuin/fv-bg_pc.jpg") center center/cover no-repeat;
  }
}

.kokuinFv__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 0 0 0.8rem 0;
}

.kokuinFv__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.kokuinMessage {
  text-align: center;
  margin-bottom: 0;
}

.kokuinMessage__inner {
  padding: 5.6rem 2.35rem 6.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__inner {
    padding: 8rem 2rem 12rem;
  }
}

.kokuinMessage__ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 2.4rem;
  font-weight: 400;
  margin-top: 0;
  color: #48494D;
}

.kokuinMessage__txtWrap {
  margin-bottom: 5.6rem;
}

.kokuinMessage__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__txt {
    font-size: 2rem;
    font-weight: 500;
  }
}

.kokuinMessage__txt:not(:last-child) {
  margin-bottom: 2.4rem;
}

.kokuinMessage__txt:last-of-type {
  margin-bottom: 1.6rem;
}

.kokuinMessage__info {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #7C7C7F;
}

.kokuinMessage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  max-width: 49.6rem;
  margin: 0 auto;
}

.kokuinMessage__link {
  display: block;
  padding: 1.3rem 0.5rem;
  text-align: center;
  border: 1px solid #929294;
  border-radius: 4px;
  line-height: 1;
}

.kokuinMessage__link span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-right: 2.4rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__link span {
    padding-right: 2.7rem;
  }
}

.kokuinMessage__link span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: url("../assets/img/kokuin/arrow-right.svg") center center/contain no-repeat;
}

.kokuinProduct {
  border-top: #DEDFDF 1px solid;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .kokuinProduct {
    border-top: 0;
  }
}

.kokuinProduct__inner {
  padding: 6.3rem 0 4rem 2.3rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__inner {
    padding: 0 0 6.3rem 0;
  }
}

.kokuinProduct__ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__ttlWrap {
    padding-right: 0;
    padding-top: 6.3rem;
    border-top: #DEDFDF 1px solid;
  }
}

.kokuinProduct__ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.kokuinProduct__special {
  padding: 0.6rem 1.2rem;
  border: 1px solid #929294;
  border-radius: 2px;
}

.kokuinProduct__special p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7C7C7F;
}

.kokuinProduct__slider {
  margin-bottom: 4.3rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__slider {
    margin-bottom: 3.2rem;
  }
}

.kokuinProduct__wrap {
  padding-right: 2rem;
  padding-bottom: 2.3rem;
}
.kokuinProduct__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.kokuinProduct__infoWrap {
  background: #EEEBE6;
  padding: 2.4rem;
  margin-bottom: 2.5rem;
}

.kokuinProduct__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__info {
    gap: 3.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.kokuinProduct__info:not(:first-of-type) {
  margin-top: 2.4rem;
}

.kokuinProduct__heading {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  width: auto;
}

.kokuinProduct__line {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.1rem;
          flex: 0 0 8.1rem;
  height: 1px;
  border-top: 1px dotted #929294;
}
.kokuinProduct__line--short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.1rem;
          flex: 0 0 5.1rem;
}

.kokuinProduct__line--shortBottom {
  margin-left: 3rem;
}

.kokuinProduct__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.kokuinProduct__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.kokuinProduct__price .price .yen {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Spline Sans", sans-serif;
}
.kokuinProduct__price .price .num {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Spline Sans", sans-serif;
}
.kokuinProduct__price .info {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #7C7C7F;
}
.kokuinProduct__btnWrap {
  text-align: center;
}

.kokuinProduct__btn {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-right: 3.2rem;
  position: relative;
  padding-bottom: 0.9rem;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #929294;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__btn {
    cursor: pointer;
  }
}

.kokuinProduct__btn::after {
  position: absolute;
  content: "";
  top: 0.9rem;
  right: 0.7rem;
  height: 0.7rem;
  width: 1.2rem;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  background: url("../assets/img/kokuin/arrow-triangle-black.svg") center center/contain no-repeat;
}
.kokuinProduct__btn.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kokuinProduct__detail {
  padding-right: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__detail {
    padding: 0 2rem;
    max-width: 93.6rem;
    margin: 0 auto;
  }
}

.kokuinProduct__btnSquare {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__btnSquare {
    text-align: left;
  }
}

.kokuinProduct__btnSquare a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 1.6rem 3rem;
  border-radius: 4px;
  border: #929294 1px solid;
}

.kokuinProductUnit {
  padding: 4rem 0;
  padding: 3.2rem 0;
}

.kokuinProductUnit:not(:last-of-type) {
  border-bottom: #DEDFDF 1px solid;
}

.kokuinProductUnit:last-of-type {
  padding-bottom: 0;
}

.kokuinProductUnit:first-of-type {
  padding-top: 2.1rem;
}

.kokuinProductUnit__ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 2.4rem 0;
  font-weight: 400;
}

.kokuinProductUnit__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 0;
}

.kokuinProduct__attention {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 0.8rem;
}

.kokuinProduct__attention a {
  text-decoration: underline;
  color: #27241E;
}

.kokuinProductUnit__txt span {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #7C7C7F;
  display: block;
  margin-top: 2.4rem;
}

.kokuinProductUnit__txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

.kokuinProductUnit__btn {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 1.6rem 3rem;
  border-radius: 4px;
  border: solid 1px #929294;
  margin-top: 2.4rem;
}
.kokuinProductUnit__list {
  background: #EEEBE6;
  padding: 1.6rem;
  gap: 0.8rem;
  list-style: disc;
  margin-bottom: 3.4rem;
}
.kokuinProductUnit__item {
  margin-left: 1.6rem;
}

.kokuinProductUnit__link {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.kokuinProductUnitFont__list {
  display: -ms-grid;
  display: grid;
  gap: 1.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.8rem;
    max-width: 71.8rem;
    margin: 0 auto 3.2rem;
  }
}

.kokuinProductUnitFont__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kokuinProductUnitFont__img01 {
  width: 24.5rem;
}

.kokuinProductUnitFont__info {
  background: #EEEBE6;
  padding: 1.6rem;
}

@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kokuinProductUnitFont__wrap {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__wrap {
    margin-bottom: 0;
    width: calc(100% - 31rem);
    padding-right: 1.2rem;
  }
}

@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__img,
  .kokuinProductUnitFont__img02 {
    width: 31rem;
  }
}

.kokuinProductUnitFont__heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  color: #7C7C7F;
}

.kokuinProductUnitFont__desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7C7C7F;
  margin-bottom: 1.2rem;
}

.kokuinProductUnitColor {
  padding: 0 1.35rem;
}

.kokuinProductUnitColor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitColor__list {
    width: 31rem;
    gap: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kokuinProductUnitColor__item figure {
  margin-bottom: 0.9rem;
}

.kokuinProductUnitColor__item span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
}

.kokuinProductUnitColor__heading {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DEDFDF;
  margin-bottom: 2.4rem;
}

.kokuinProductUnitColor__samples {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 3.5rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitColor__samples {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem 2.4rem;
    padding-right: 10rem;
  }
}

.kokuinProductUnitColor__sample figure {
  margin-bottom: 0.4rem;
}

.kokuinProductUnitColor__sample span {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.kokuinProductUnitSize {
  padding: 0 1.35rem;
}

.kokuinProductUnitSize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitSize__list {
    width: 31.1rem;
    margin: 0 auto;
  }
}

.kokuinProductUnitSize__item figure {
  margin-bottom: 0.4rem;
}

.kokuinProductUnitSize__item span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
.kokuinConcept {
  color: #fff;
  text-align: center;
  background: url("../assets/img/kokuin/concept-bg_sp.jpg") center center/cover no-repeat;
}
@media screen and (min-width: 64em) {
  .kokuinConcept {
    background: url("../assets/img/kokuin/concept-bg_pc.jpg") center center/cover no-repeat;
  }
}

.kokuinConcept__inner {
  padding: 3.6rem 2rem;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__inner {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.kokuinConcept__ttl {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: -0.04em;
  font-family: "Arsenal", sans-serif;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__ttl {
    font-size: 4.8rem;
    margin-bottom: 3.2rem;
  }
}

.kokuinConcept__ttl span {
  font-size: 4.4rem;
  line-height: 1.75;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__ttl span {
    font-size: 7.5rem;
  }
}

.kokuinConcept__txtWrap {
  width: 23rem;
  margin: 0 auto 21rem;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__txtWrap {
    width: 43.2rem;
    margin-bottom: 8.8rem;
  }
}

.kokuinConcept__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__txt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.kokuinConcept__link {
  display: block;
  width: 13.6rem;
  height: 13.6rem;
  border-radius: 90%;
  border: 1px dotted #fff;
  margin: 0 auto;
  position: relative;
  padding-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff !important;
}
.kokuinConcept__link::before {
  position: absolute;
  content: "";
  bottom: 4.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.4rem;
  height: 0.4rem;
  background: url("../assets/img/kokuin/arrow-right-white.svg") center center/contain no-repeat;
}

.vsp {
  display: block;
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }
}

.vpc {
  display: none !important;
}
@media screen and (min-width: 64em) {
  .vpc {
    display: block !important;
  }
}

.bg-white {
  background: #fff;
}

.l-archiveShop {
  padding: 4rem 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-archiveShop {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__left {
    width: 58%;
    padding: 0 4rem;
  }
}

.l-archiveShop__right {
  display: none;
}
@media screen and (min-width: 64em) {
  .l-archiveShop__right {
    display: block;
    width: 42%;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.archiveShopSec__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__ttl {
    margin-bottom: 0;
  }
}

.archiveShopSec__select {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__select {
    width: 24rem;
  }
}

.archiveShopSec__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.archiveShopSec__select select {
  width: 100%;
  padding: 1.6rem 5.2rem 1.6rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-text);
  background: #F8F8F8;
  border: 1px solid #DEDFDF;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #48494D;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__select select {
    background: #F3F3F3;
  }
}
.archiveShopSec__select select:focus {
  outline: none;
}

.archiveShop__map {
  position: relative;
  width: 100%;
  height: 97rem;
}

.archiveShop__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.areaSec {
  padding-top: 5.6rem;
}
@media screen and (min-width: 64em) {
  .areaSec {
    padding-top: 9.6rem;
  }
}

.areaSec:first-child {
  padding-top: 3.2rem;
}
@media screen and (min-width: 64em) {
  .areaSec:first-child {
    padding-top: 6.4rem;
  }
}

.areaSec__header {
  margin-bottom: 1.6rem;
}

.areaSecTtl {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .areaSecTtl {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-left: 2.8rem;
  }
}

.areaSecTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../assets/img/shoplist/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .areaSecTtl::before {
    width: 2rem;
    height: 2rem;
  }
}

.shopCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .shopCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 3.2rem;
  }
}

.shopCard__header {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopCard__header {
    margin-bottom: 0.8rem;
  }
}

.shopCard__body {
  padding: 0 0.8rem;
}

.shopCard__img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .shopCard__img {
    padding-top: 51.5%;
  }
}

.shopCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopCard__ttl {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #48494D;
}
@media screen and (min-width: 64em) {
  .shopCard__ttl {
    font-size: 1.8rem;
  }
}

.shopCard__txt {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #7C7C7F;
}
@media screen and (min-width: 64em) {
  .shopCard__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.shopCard__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}

.shopCard__link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-right: 1.8rem;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #48494D;
}
.shopCard__link:hover {
  opacity: 0.7;
}

.shopCard__link::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../assets/img/shoplist/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shopCard__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1A1A19;
  padding: 12px 16px;
  background: #F1F1F1;
  border-radius: 0.2rem;
  border: 0.1rem solid #929294;
}

.fixedMapBtn {
  position: fixed;
  bottom: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 24rem;
  background-color: #48494D;
  border-radius: 4rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem rgba(9, 30, 66, 0.16);
          box-shadow: 0.4rem 0.4rem 0.8rem rgba(9, 30, 66, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
}
@media screen and (min-width: 64em) {
  .fixedMapBtn {
    display: none;
  }
}

.fixedMapBtn:hover {
  opacity: 1;
}

.fixedMapBtn__txt {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.l-shopInner {
  max-width: 95rem;
  margin: 0 auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 48em) {
  .l-shopInner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.l-shopLead {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #F8F5F0;
  color: #48494D;
}
@media screen and (min-width: 64em) {
  .l-shopLead {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-shopLead__header {
  margin-bottom: 1.6rem;
}

.shopLeadSec__ttl {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLeadSec__ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.shopLeadDesc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
}

.shopLeadDesc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shopLeadDesc__left {
  width: 4rem;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__left {
    width: 3.2rem;
  }
}

.shopLeadDesc__right {
  width: calc(100% - 4rem);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__right {
    width: calc(100% - 3.2rem);
  }
}

.shopLeadDesc__icon {
  width: 2.4rem;
}

.shopLeadDesc__tel {
  position: relative;
  display: inline-block;
}

.shopLeadDesc__tel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  padding-bottom: 0.1rem;
  background-color: #48494D;
}

.shopLeadDesc__address {
  display: inline-block;
}

.shopLeadDesc__address--icon::after {
  content: "";
  display: inline-block;
  width: 4.6rem;
  height: 2rem;
  padding-bottom: 0.1rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  background-image: url(../assets/img/shoplist/icon_arrow_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shopLeadNews {
  margin-top: 1.6rem;
  padding: 1.2rem;
  background: #EEEBE6;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .shopLeadNews {
    margin-top: 2.4rem;
  }
}

.shopLeadNews__header {
  margin-bottom: 0.4rem;
}

.shopLeadNews__ttl {
  font-weight: 700;
  color: #1A1A19;
  line-height: 1.3;
  font-size: 12px;
}

.shopLeadNews__body {
  position: relative;
  line-height: 1.6;
  color: #000;
  padding-right: 24px;
  height: 24px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopLeadNews__body::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopLeadNews__body.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shopLeadNews:has(> .shopLeadNews__body span:empty) {
  display: none;
}

.l-shopDesc {
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
  background: #fff;
  color: #48494D;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-shopDesc {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopDesc__header {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopDesc__header {
    margin-bottom: 4rem;
  }
}

.shopDescTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.shopDescTab__item {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .shopDescTab__item {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
  }
}

.shopDescTab__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #48494D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.shopDescTab__item:hover {
  opacity: 0.7;
}

.shopDescTab__item.is-active {
  font-weight: 700;
  pointer-events: none;
}

.shopDescTab__item.is-active::before {
  opacity: 1;
}

.l-shopInfo__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-shopInfo__map {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__map {
    margin-bottom: 0;
    width: 40%;
  }
}

.l-shopInfo__access {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__access {
    width: 60%;
    padding-right: 5.6rem;
    font-size: 1.6rem;
  }
}

.shopDetail__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopDetail__top {
    margin-bottom: 1.6rem;
  }
}

.shopDetail__ttl {
  margin: 0 0 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.shopDetail__lead {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopDetail__lead {
    font-size: 1.8rem;
  }
}

.shopDetail__content {
  background: #F8F8F8;
}

.shopDetail__btn {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1.4rem 3.2rem 1.4rem 1.4rem;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .shopDetail__btn {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}

.shopDetail__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopDetail__btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.shopDetail__desc {
  padding: 1.6rem;
  display: none;
}

.shopDetail__list {
  margin-bottom: 0;
}

.shopDetail__item li {
  position: relative;
  margin-bottom: 4.8rem;
}
.shopDetail__item li::after {
  content: "";
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../assets/img/shoplist/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.shopDetail__item li:last-child {
  margin-bottom: 0;
}
.shopDetail__item li:last-child::after {
  display: none;
}
.shopDetail__item p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopDetail__item p {
    font-size: 1.4rem;
  }
}

.shopDetail__content {
  margin-bottom: 0.8rem;
}

.shopDetail__content--car p,
.shopDetail__content--building p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopDetail__content--car p,
  .shopDetail__content--building p {
    font-size: 1.4rem;
  }
}

.shopDl {
  margin-bottom: 0;
}

.shopDl__credit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 1rem;
}
@media screen and (min-width: 64em) {
  .shopDl__credit {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}
.shopDl__credit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
}
.shopDl__credit img {
  max-width: 7rem;
}

.shopDl__item {
  color: #48494D;
}

.shopDl__dt {
  position: relative;
  border-bottom: 0.1rem solid #DEDFDF;
  padding: 1.6rem 4rem 1.6rem 0;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .shopDl__dt {
    padding: 2.4rem 4rem 2.4rem 0;
  }
}

.shopDl__dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopDl__dt.is-active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.shopDl__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .shopDl__ttl {
    font-weight: 700;
  }
}

.shopDl__dd {
  display: none;
}

.shopDl__faq li {
  padding: 0.8rem 1.6rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  border-bottom: 0.1rem solid #DEDFDF;
}
.shopDl__faq li > div:first-child {
  margin-bottom: 1rem;
}
.shopDl__faq li > div:nth-child(1)::before {
  content: "Q.";
}
.shopDl__faq li > div:nth-child(2)::before {
  content: "A.";
}

.l-shopDesc__content--service {
  display: none;
}

.l-shopService__content {
  border-bottom: 0.1rem solid #DEDFDF;
}

.l-shopService__content:last-child {
  border-bottom: none;
}

.l-shopService__content--product {
  padding-bottom: 3.2rem;
}

.l-shopService__content--kokuin {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.l-shopService__content--omigaki {
  padding-top: 3.2rem;
}

.l-shopService__header {
  margin-bottom: 1.6rem;
}

.shopService__ttl {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.shopService__txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 64em) {
  .shopService__txt {
    font-size: 1.6rem;
  }
}

.shopServiceCats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopServiceCats {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 1.6rem;
  }
}

.shopServiceCat__link {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.shopServiceCat__link:hover {
  text-decoration: underline;
}

.shopOption__box {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding: 1.6rem;
  border-bottom: 0.1rem solid #DEDFDF;
  letter-spacing: 0.03em;
}

.shopOption__box > *:not(:last-child) {
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 48em) {
  .shopOption__thumb {
    max-width: 32.6rem;
    margin: 0 auto;
  }
}

.shopOption__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.shopOption__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.shopOption__note {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #7C7C7F;
}
.shopOption__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (min-width: 48em) {
  .shopOption__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.shopOption__img {
  position: relative;
  width: 100%;
  padding-top: 43.2%;
  margin-bottom: 0.4rem;
}

.shopOption__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopOption__caption {
  font-size: 1.2rem;
  line-height: 1.8;
}

.shopService__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}

.shopService__btn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 1.2rem;
  width: 100%;
  border: 0.1rem solid #929294;
  text-align: center;
  border-radius: 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopService__btn {
    width: 24rem;
  }
}

.separatorLine {
  width: 100%;
  height: 1.1rem;
  background: #F5F5F5;
}

.l-shopSec {
  overflow: hidden;
  padding-top: 5.6rem;
  background: #fff;
  color: #48494D;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-shopSec {
    padding-top: 8rem;
  }
}

.l-shopSec--plan {
  padding-top: 2.4rem;
  padding-bottom: 5.6rem;
  background: #F8F8F8;
}
@media screen and (min-width: 64em) {
  .l-shopSec--plan {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopSec--shop {
  background: #F8F5F0;
  padding-top: 4rem;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopSec--shop {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopSec__header {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopSec__header {
    margin-bottom: 2.4rem;
  }
}

.shopSec__ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}
.shopSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.shopPlanCard {
  display: block;
  background: #F8F8F8;
  border-radius: 0.4rem;
  overflow: hidden;
  letter-spacing: 0.03em;
  margin: 0 0.8rem;
  height: 100%;
  width: 28rem;
}

.shopStaffCard {
  position: relative;
  display: block;
  overflow: hidden;
  letter-spacing: 0.03em;
  margin: 0 1rem;
  height: 100%;
  width: 100%;
  max-width: 35.8rem;
}

.shopSecSlider.is-active {
  overflow: hidden;
  margin-right: -1.6rem;
  margin-left: -0.8rem;
}
@media screen and (min-width: 48em) {
  .shopSecSlider.is-active {
    margin-right: -2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .shopSecSlider.is-active {
    margin-right: calc(50% - 615px);
  }
}
@media (min-width: 1230px) {
  .shopSecSlider.is-active {
    margin-right: calc(50% - 50vw);
  }
}
.shopSecSlider.is-active .shopPlanCard {
  width: auto;
}
.shopSecSlider.is-active .shopStaffCard {
  width: auto;
  max-width: initial;
}

.shopSecSlider.nodots .slick-dots {
  display: none;
}

@media screen and (min-width: 48em) {
  .shopSecSlider--staff .shopSlider.slick-dotted.slick-slider {
    padding-bottom: 2rem;
  }
}

.shopPlanCard__body {
  padding: 0.8rem 1.6rem 1.6rem;
}

.shopPlanCard__thumb {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__thumb {
    padding-top: 51.5%;
  }
}

.shopPlanCard__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopPlanCard__main {
  margin-bottom: 1.2rem;
}

.shopPlanCard__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__ttl {
    font-size: 2rem;
  }
}

.shopPlanCard__txt {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__txt {
    font-size: 1.4rem;
  }
}

.shopPlanCard__btn {
  display: inline-block;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  background: #161619;
  padding: 1.2rem;
  min-width: 13.2rem;
}

.shopPlanCard__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}

.shopPlanCard__txt02 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__txt02 {
    font-size: 1.6rem;
  }
}

.shopPlanCard__txt02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopPlanCard__txt02--date::before {
  background-image: url(../assets/img/shoplist/icon_calendar.svg);
}

.shopPlanCard__txt02--price::before {
  background-image: url(../assets/img/shoplist/icon_yen.svg);
}

.shopPlanCard__price {
  font-size: 1.4rem;
  line-height: 1.3;
}

.shopStaffCard__img {
  position: relative;
  width: 100%;
  padding-top: 78.75%;
  overflow: hidden;
}

.shopStaffCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.shopStaffCard__box {
  position: absolute;
  z-index: 10;
  top: 22%;
  left: 0;
  width: 100%;
  padding: 0 2.4rem;
}

.is-active .shopStaffCard__box {
  top: 33%;
}

.shopStaffCard__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2F2725;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #2F2725;
  margin-bottom: 0.8rem;
}

.shopStaffCard__txt {
  width: 60%;
  margin-bottom: 0.4rem;
  color: #2F2725;
  font-size: 1.4rem;
  line-height: 1.6;
}

.shopStaffCard__name {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .shopStaffCard__name {
    font-size: 1.4rem;
  }
}

.shopSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.shopSlider .slick-list {
  padding-left: 0 !important;
}
.shopSlider .slick-slide {
  display: block;
  height: auto;
}
.shopSlider .slick-dots {
  padding-right: 1.6rem;
  padding-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .shopSlider .slick-dots {
    padding-right: 2.4rem;
    display: none !important;
  }
}
.shopSlider .slick-dots li {
  margin: 0 0.1rem;
  width: 100%;
  height: 0.06rem;
}
.shopSlider .slick-dots li button {
  width: 100%;
  height: 0.06rem;
}
.shopSlider .slick-dots li button:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.06rem;
  border-radius: 0;
  background: transparent;
  border-bottom: 0.06rem dashed #2A2625;
}
.shopSlider .slick-dots li.slick-active button:before {
  background: #2A2625;
  height: 0.2rem;
}
.shopSlider .slick-dots.is-hide {
  display: none !important;
}

.shopLine {
  width: 100%;
  background: #F8F8F8;
  padding: 2.4rem 1.6rem;
  border-radius: 0.8rem;
  letter-spacing: 0.03em;
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  .shopLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8rem;
    padding: 1.6rem 2.4rem;
  }
}

.shopLine__top {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .shopLine__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .shopLine__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.shopLine__left {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 64em) {
  .shopLine__left {
    margin-bottom: 0;
  }
}

.shopLine__right {
  text-align: center;
}

@media screen and (min-width: 64em) {
  .shopLine__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
}

.shopLine__img {
  width: 5rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .shopLine__img {
    width: 8rem;
  }
}

.shopLine__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopLine__ttl {
    font-size: 2rem;
  }
}

.shopLine__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLine__txt {
    font-size: 1.6rem;
  }
}

.shopLine__bottom {
  text-align: center;
}

.shopLine__btn {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 24rem;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  padding: 1.3rem;
  border-radius: 0.4rem;
  background: #4CC764;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shopLine__btn:hover {
  opacity: 0.7;
}

.shopSecSlider__note {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .shopSecSlider__note {
    margin-top: 0;
  }
}

.l-storeSearch {
  margin-bottom: 0;
  background: #F8F5F0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-storeSearch {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media screen and (min-width: 48em) {
  .l-storeSearch__inner {
    max-width: 114rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .l-storeSearch__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-storeSearch__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-storeSearch__top {
    width: 35%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .l-storeSearch__bottom {
    width: 65%;
  }
}

.storeSearch__ttl {
  width: 13.2rem;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 64em) {
  .storeSearch__ttl {
    margin: 0 0 1.6rem;
  }
}

.storeSearch__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

.storeSearch__btnWrapper {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__btnWrapper {
    margin-top: 1.6rem;
    text-align: left;
  }
}

.storeSearch__btn {
  display: inline-block;
  width: 24rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  padding: 1.3rem;
  background: #161619;
  border-radius: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__btn {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
  }
}

.shopSec__btnWrapper {
  margin-top: 4rem;
  text-align: center;
}
/*# sourceMappingURL=style2025.css.map */
