@charset "UTF-8";
/*---display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .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;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  margin-inline: 0 auto;
  margin-bottom: clamp(2.2rem, 1.2rem + 2.54vw, 4.5rem);
  text-align: left;
}
.cmn-ttl__main {
  display: block;
  font-size: clamp(3.2rem, 2rem + 3.09vw, 6rem);
  color: #332318;
  line-height: 1.067;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  margin-bottom: clamp(0.5rem, -0.5rem + 2.76vw, 3rem);
  font-size: clamp(1.8rem, 1.6rem + 0.66vw, 2.4rem);
  color: #000000;
  line-height: 2.668;
  letter-spacing: 0.05em;
}
.cmn-ttl__sub-icon {
  width: clamp(1.8rem, 1.4rem + 0.99vw, 2.7rem);
  height: clamp(2.5rem, 2rem + 1.33vw, 3.7rem);
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl.--floral .cmn-ttl__sub {
  margin-bottom: clamp(0.5rem, -0.1rem + 1.66vw, 2rem);
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

/* --- shop ---*/
.shop {
  background: url(/system_panel/uploads/images/bg-shop-body.jpg) repeat center center/contain;
}

.shop-cnt {
  position: relative;
  padding-bottom: clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
}

.shop-mv {
  position: relative;
}
.shop-mv__ph {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .shop-mv__ph {
    height: 620px;
  }
}
.shop-mv__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-mv__ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  aspect-ratio: 395/192;
}
@media screen and (min-width: 1024px) {
  .shop-mv__ttl {
    top: 47%;
  }
}
@media screen and (min-width: 768px) {
  .shop-mv__ttl {
    width: 395px;
  }
}
.shop-mv__ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-concept {
  position: relative;
  padding-bottom: clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
}
.shop-concept__cnt {
  position: relative;
  padding-block: clamp(6.5rem, 3.8rem + 7.18vw, 13rem) 65px;
}
.shop-concept__info {
  margin-inline: auto;
  max-width: 670px;
}
.shop-concept__ttl {
  margin-bottom: min(4.6875vw, 6rem);
  color: #000000;
  font-size: min(4.8vw, 2rem);
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-concept__ttl {
    font-size: min(2.34375vw, 3rem);
  }
}
.shop-concept__ttl strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .shop-concept__ttl strong br {
    display: none;
  }
}
.shop-concept__txt {
  font-size: min(4vw, 1.6rem);
  color: #333333;
  line-height: 2.222;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .shop-concept__txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.shop-concept__ph.--ph1 {
  position: absolute;
  top: 15px;
  right: 0;
  width: clamp(10rem, 4.4rem + 15.03vw, 23.6rem);
  aspect-ratio: 472/660;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .shop-concept__ph.--ph1 {
    top: clamp(10rem, -0.5rem + 13.67vw, 17rem);
  }
}
.shop-concept__ph.--ph2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(10rem, 3rem + 18.78vw, 27rem);
  aspect-ratio: 540/818;
  z-index: -1;
}
.shop-concept__gallery {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 9px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shop-concept__gallery {
    flex-direction: row;
  }
}
.shop-concept__gallery-ph {
  flex: 1;
}
.shop-concept__gallery-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-overview {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(7.2rem, 4.2rem + 8.07vw, 14.5rem);
  border-style: solid;
  background: rgba(255, 255, 255, 0.702);
  z-index: 0;
}
.shop-overview__head {
  margin-bottom: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem);
}
.shop-overview .shop-list {
  margin-inline: auto;
}
.shop-overview .shop-list__item:not(:last-child) {
  margin-bottom: clamp(4.4rem, 2.6rem + 4.86vw, 8.8rem);
}
.shop-overview .shop-list__item-ttl {
  margin-bottom: min(3.515625vw, 4.5rem);
  font-size: min(4.8vw, 2rem);
  color: #332318;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-overview .shop-list__item-ttl {
    font-size: min(2.34375vw, 3rem);
  }
}
.shop-overview .shop-list .item-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px min(5.2083333333vw, 10rem);
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .shop-overview .shop-list .item-box {
    flex-direction: row;
    margin-right: -40px;
  }
}
.shop-overview .shop-list .item-box__info {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shop-overview .shop-list .item-box__info {
    width: 570px;
  }
}
.shop-overview .shop-list .item-box .overview-list {
  border-top: 1px solid #332318;
}
.shop-overview .shop-list .item-box .overview-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(1rem, -2.8rem + 10.18vw, 5rem);
  padding-block: 15px 14px;
  padding-inline: clamp(1rem, -3.3rem + 11.45vw, 5.5rem);
  border-bottom: 1px solid #332318;
}
.shop-overview .shop-list .item-box .overview-list__label {
  width: 70px;
  font-size: min(3.7333333333vw, 1.6rem);
  color: #333333;
  font-weight: 600;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .shop-overview .shop-list .item-box .overview-list__label {
    font-size: 16px;
  }
}
.shop-overview .shop-list .item-box .overview-list__value {
  flex: 1;
  font-size: min(3.7333333333vw, 1.6rem);
  color: #333333;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .shop-overview .shop-list .item-box .overview-list__value {
    font-size: 16px;
  }
}
.shop-overview .shop-list .item-box__media {
  position: relative;
  flex: 1;
}
.shop-overview .shop-list .item-box__media-ph {
  flex: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 1140/900;
}
.shop-overview .shop-list .item-box__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-overview__ph.--ph1 {
  position: absolute;
  top: -75px;
  right: 0.5vw;
  width: clamp(22rem, 6.9rem + 40.33vw, 58.5rem);
  aspect-ratio: 1170/678;
  z-index: -1;
}
@media screen and (min-width: 1680px) {
  .shop-overview__ph.--ph1 {
    right: 7.5vw;
  }
}
.shop-overview__ph.--ph2 {
  position: absolute;
  bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  left: 0.5vw;
  width: clamp(5rem, 2.3rem + 7.29vw, 11.6rem);
  aspect-ratio: 232/302;
  z-index: -1;
}
@media screen and (min-width: 1680px) {
  .shop-overview__ph.--ph2 {
    bottom: 150px;
    left: 10vw;
  }
}

.shop .ft-contact{
  display: none;
}