.p-shop-heading {
  position: relative;
}
.p-shop-heading__inner {
  width: min(360px, calc(360 / 460 * 100vw));
  height: min(180px, calc(180 / 460 * 100vw));
  margin: 0 auto;
  position: relative;
  background: var(--color-tertiary);
  border-radius: 50% / 100% 100% 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-shop-heading__inner::before,
.p-shop-heading__inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: var(--color-tertiary);
}
.p-shop-heading__inner::before {
  left: -45px;
  clip-path: path('M0 0V50H50C22.4 50 0 27.6 0 0Z');
  transform: scale(-1, 1);
  @media (max-width: 1024px) {
    left: -40px;
  }
}
.p-shop-heading__inner::after {
  right: -45px;
  clip-path: path('M0 0V50H50C22.4 50 0 27.6 0 0Z');
  @media (max-width: 1024px) {
    right: -40px;
  }
}

.p-shop-heading__text {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--ff-zen);
  margin-top: 40px;
}

.p-shop-heading__sub {
  text-transform: uppercase;
  font-family: var(--ff-barlow);
  font-weight: 700;
  color: var(--color-secondary);
  opacity: 0.1;
  font-size: clamp(60px, calc(150 / 1440 * 100vw), 150px);
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .store-basic-information-0002-wrap .slick-slide img {
      width: auto;
  }
}

.unit-wrapper:has(.calendar-0001) {
  background: var(--color-tertiary);
}

.store-basic-information-0002-columns .store-basic-information-0002-title{
  font-family: var(--ff-zen);
  font-weight: 700;
}


.unit-wrapper:has(.calendar-0001),
.unit-wrapper:has(.store-basic-information-0002-wrap){
  background: var(--color-tertiary);
}
.unit-wrapper:has(.store-basic-information-0002-wrap){
  padding-top: 70px;
}

.unit-wrapper .service-icon{
  background: var(--color-secondary);
  padding: 6px;
  border-radius: 3px;
  width: 30px !important;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.unit-wrapper .service-icon img{
filter: brightness(1000%) saturate(0%);
}

.service-box .service-list-1 .bg-color-22.item-bg{
  background: var(--color-secondary);
  opacity: 1 !important;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
}
.service-box .service-list-1 .service-item{
  color: #fff !important;
  @media (min-width:768px) {
    font-size: 18px;
  }
}

.service-box .service-list-1 li{
  padding: 10px 20px;
}

.service-box .service-list-3 .service-item2{
  background: var(--color-tertiary);
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 18px;
}

.p-text-light {
  text-transform: uppercase;
  font-family: var(--ff-barlow);
  font-weight: 700;
  color: var(--color-secondary);
  opacity: 0.1;
  font-size: clamp(60px, calc(160 / 1440 * 100vw), 160px);
  text-align: center;
  line-height: 1;
}
.p-text-light--white {
  color: #fff;
  opacity: 1;
}

.p-shop-calendar{
  background: var(--color-tertiary);
}

.p-shop-calendar__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -35px;
}
.p-shop-calendar__header-label {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--ff-zen);
  margin-bottom: 10px;
  text-align: center;
  padding-top: 30px;
  @media (max-width: 768px) {
    font-size: 24px;
    padding-top: 20px;
  }
}

.unit-wrapper:has(.calendar-0001) h2{
  display: none;
}

.unit-wrapper:has(.calendar-0001){
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.unit-base:has(.copy-0001),.unit-base:has(.c-hero){
  padding-bottom: 0 !important;
}
.unit-base:has(.p-shop-calendar) .ww-text,.unit-base:has(.c-hero) .ww-text{
  padding: 0 !important;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.unit-base:has(.p-shop-calendar),.unit-base:has(.c-hero){
  width: 100%;
  max-width: 100%;
}
