@charset "UTF-8";
.p-lp-sep-2025 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025 {
    margin-bottom: 100px;
  }
}
.p-lp-sep-2025 .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025 .pc-only {
    display: none;
  }
}
.p-lp-sep-2025 .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025 .sp-only {
    display: block;
  }
}
.p-lp-sep-2025__mv {
  position: relative;
  background-image: url(../img/rest-mv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 3.1/1;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__mv {
    background-image: url(../img/rest-mv-sp.webp);
    aspect-ratio: 1.3/1;
    margin: 0 0 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__mv::after {
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.05) 12%, rgba(0, 0, 0, 0.15) 76%, rgba(0, 0, 0, 0) 100%);
    width: 62%;
    height: 100%;
    z-index: 0;
  }
}
.p-lp-sep-2025__mv-txt {
  position: absolute;
  inset: 13% 6% auto auto;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-min);
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__mv-txt {
    inset: 14% 5px auto auto;
    z-index: 1;
  }
}
.p-lp-sep-2025__mv-txt h1 {
  color: #A9A37D;
  font-size: 3.2vw;
  line-height: 1.4;
  margin-bottom: 2.2vw;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__mv-txt h1 {
    font-size: 8.5vw;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }
}
.p-lp-sep-2025__mv-txt p {
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.6;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__mv-txt p {
    font-size: 3.7vw;
    letter-spacing: 0.08em;
  }
}
.p-lp-sep-2025__lead p {
  font-family: var(--font-min);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__lead p {
    font-size: 14px;
  }
}
.p-lp-sep-2025__lead p:first-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__lead p:first-child {
    margin-bottom: 11px;
  }
}
.p-lp-sep-2025__lead p:last-child {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__lead p:last-child {
    margin-bottom: 33px;
  }
}
.p-lp-sep-2025__tab-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__tab-list {
    gap: 3px;
  }
}
.p-lp-sep-2025__tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  color: #9F9F9F;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #E2DAD2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__tab-item {
    width: 93px;
    height: 36px;
    font-size: 10px;
  }
}
.p-lp-sep-2025__tab-item[data-lp=日本橋店１周年] {
  font-size: 12px;
}
.p-lp-sep-2025__tab-item[data-lp=日本橋店１周年].is-active {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__tab-item[data-lp=日本橋店１周年] {
    font-size: 7px;
  }
  .p-lp-sep-2025__tab-item[data-lp=日本橋店１周年].is-active {
    font-size: 7px;
  }
}
.p-lp-sep-2025__tab-item.disabled {
  cursor: default;
  pointer-events: none;
}
.p-lp-sep-2025__tab-item.disabled::before {
  content: "Comming Soon";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__tab-item.disabled::before {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.p-lp-sep-2025__tab-item.disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.p-lp-sep-2025__tab-item.is-active {
  height: 70px;
  font-size: 20px;
  color: #B57A63;
  background-color: var(--bg1);
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__tab-item.is-active {
    height: 47px;
    font-size: 12px;
  }
}
.p-lp-sep-2025__content {
  display: none;
}
.p-lp-sep-2025__content.is-active {
  display: block;
}
.p-lp-sep-2025__recommend {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend {
    margin-bottom: 40px;
  }
}
.p-lp-sep-2025__recommend-ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  color: #B57A63;
  font-family: var(--font-min);
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-ttl {
    gap: 5px;
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.p-lp-sep-2025__recommend-ttl span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-ttl span {
    font-size: 12px;
  }
}
.p-lp-sep-2025__recommend-wrap {
  padding: 40px 0 80px;
  background-color: var(--bg1);
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend .p-lp-sep-2025__tab-item {
    width: 82px;
    height: 24px;
    font-size: 12px;
  }
  .p-lp-sep-2025__recommend .p-lp-sep-2025__tab-item.is-active {
    height: 32px;
  }
}
.p-lp-sep-2025__recommend-container {
  display: none;
  max-width: 746px;
  margin: 0 auto;
}
.p-lp-sep-2025__recommend-container.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-lp-sep-2025__recommend-container::-webkit-scrollbar {
    display: none;
  }
}
.p-lp-sep-2025__recommend-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-list {
    min-width: 650px;
    gap: 12px;
    padding: 0 20px;
  }
}
.p-lp-sep-2025__recommend-item {
  width: 32.5%;
  min-height: 380px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-item {
    min-width: none;
    min-height: 340px;
  }
}
.p-lp-sep-2025__recommend-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
}
.p-lp-sep-2025__recommend-item-ttl {
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-item-ttl {
    font-size: 12px;
  }
}
.p-lp-sep-2025__recommend-item-price {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-item-price {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-lp-sep-2025__recommend-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff !important;
  background-color: #B57A63;
  pointer-events: all !important;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend-item-btn {
    font-size: 12px;
    height: 36px;
  }
}
.p-lp-sep-2025__recommend-item-btn:hover {
  opacity: 0.7;
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-all-pht {
  max-width: 460px;
  font-family: var(--font-min);
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #A7955F;
  padding-bottom: 11px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-all-pht {
    max-width: 282px;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc {
  max-width: 540px;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc {
    padding: 0 20px;
  }
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--strong {
    font-size: 14px;
  }
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--strong span {
  font-family: var(--font-min);
  font-weight: 700;
  color: #A7955F;
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--strong.--first {
  letter-spacing: 0.27em;
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--small {
  font-size: 12px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-desc.--small {
    font-size: 10px;
  }
}
.p-lp-sep-2025__recommend--old .p-lp-sep-2025__recommend-ttl {
  color: var(--color-main);
}
.p-lp-sep-2025-rest__wrap {
  background: linear-gradient(to bottom, #F2E9DB 0%, #FFFFFF 100%);
}
.p-lp-sep-2025-rest__lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px 80px;
}
.p-lp-sep-2025-rest__lead-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__lead-img {
    margin-bottom: 40px;
  }
}
.p-lp-sep-2025-rest__lead-ttl {
  color: #B57A63;
  font-family: var(--font-min);
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 30px;
  padding: 2px 20px;
  background-color: #fff;
  border-top: 1px solid #B57A63;
  border-bottom: 1px solid #B57A63;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__lead-ttl {
    font-size: 18px;
    margin-bottom: 8px;
    padding: 5px 10px;
  }
}
.p-lp-sep-2025-rest__lead-txt {
  color: #B57A63;
  font-family: var(--font-min);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.17em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__lead-txt {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.p-lp-sep-2025-rest__type {
  padding: 80px 20px 90px;
  margin: 0 46px 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type {
    padding: 40px 20px;
    margin: 0 0 40px;
  }
}
.p-lp-sep-2025-rest__type-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-inner {
    flex-flow: column;
    justify-content: flex-start;
    max-width: 430px;
  }
}
.p-lp-sep-2025-rest__type-figure {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-figure {
    width: 100%;
  }
}
.p-lp-sep-2025-rest__type-txt {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-txt--seven {
    margin-bottom: 24px;
  }
}
.p-lp-sep-2025-rest__type-txt--wear {
  margin-top: 36px;
}
.p-lp-sep-2025-rest__type-txt--wear .p-lp-sep-2025-rest__type-ttl {
  color: #B57A63;
}
.p-lp-sep-2025-rest__type-ttl {
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 14px;
  }
}
.p-lp-sep-2025-rest__type-desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-lp-sep-2025-rest__type-desc:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__type-desc {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.p-lp-sep-2025-rest__type-desc span {
  color: var(--color-primary);
}
.p-lp-sep-2025-rest__type-img {
  margin-top: 30px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.4/1;
  object-fit: cover;
}
.p-lp-sep-2025-rest__bnrLinks {
  max-width: 743px;
  margin: 0 auto;
}
.p-lp-sep-2025-rest__bnrLinks-item {
  display: block;
  pointer-events: all !important;
}
.p-lp-sep-2025-rest__bnrLinks-item:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-rest__bnrLinks-item:first-child {
    margin-bottom: 20px;
  }
}
.p-lp-sep-2025-rest__bnrLinks-item img {
  width: 100%;
}
.p-lp-sep-2025-old__wrap {
  background: linear-gradient(to bottom, #F2E9DB 0%, #FFFFFF 100%);
}
.p-lp-sep-2025-old__lead {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 40px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__lead {
    padding: 40px 20px 60px;
  }
}
.p-lp-sep-2025-old__lead-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__lead-img {
    margin-bottom: 20px;
  }
}
.p-lp-sep-2025-old__lead-txt {
  font-family: var(--font-min);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.17em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__lead-txt {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.p-lp-sep-2025-old__feature {
  padding: 80px 20px 90px;
  margin: 0 46px 80px;
  background-color: #fff;
  border-top: 3px solid #A7955F;
  border-bottom: 3px solid #A7955F;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature {
    padding: 30px 20px 40px;
    margin: 0 20px 40px;
  }
}
.p-lp-sep-2025-old__feature-inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-inner {
    max-width: 430px;
  }
}
.p-lp-sep-2025-old__feature-ttl {
  color: #A7955F;
  font-family: var(--font-min);
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.p-lp-sep-2025-old__feature-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-container {
    flex-flow: column;
    align-items: center;
  }
}
.p-lp-sep-2025-old__feature-container:first-of-type {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-container:first-of-type {
    margin-bottom: 30px;
  }
}
.p-lp-sep-2025-old__feature-container:last-of-type {
  align-items: center;
}
.p-lp-sep-2025-old__feature-left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-left {
    width: 100%;
  }
}
.p-lp-sep-2025-old__feature-right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-right {
    width: 100%;
  }
}
.p-lp-sep-2025-old__feature h3 {
  color: #fff;
  font-family: var(--font-min);
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  background-color: #A7955F;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature h3 {
    width: 245px;
    font-size: 14px;
    padding: 8px 0 6px;
    margin: 0 auto 10px;
  }
}
.p-lp-sep-2025-old__feature-graph {
  display: block;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-graph {
    width: 97%;
    margin-bottom: 30px;
  }
}
.p-lp-sep-2025-old__feature-pht {
  display: block;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-pht {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-lp-sep-2025-old__feature-desc {
  width: 90%;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-desc {
    width: 100%;
  }
}
.p-lp-sep-2025-old__feature-cap {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp-sep-2025-old__feature-cap {
    text-align: left;
    max-width: 73%;
    margin: 0 auto 20px;
  }
}/*# sourceMappingURL=sep_2025.css.map */