@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  color: #333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.ac-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ac-page :where(h2, h3, p, ul) {
  margin: 0;
  padding: 0;
}

.ac-page a {
  color: inherit;
  text-decoration: none;
}

.ac-page sup {
  font-size: 70%;
  vertical-align: super;
  line-height: 1;
}

.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ac-pc {
  display: inline;
}
.ac-sp {
  display: none;
}

/* =====================
   ページ共通
===================== */
.ac-page {
  background-color: #eee5de;
  overflow-x: hidden;
  color: #333;
  position: relative;
}

.ac-deco {
  position: absolute;
  z-index: 0;
  background-color: #f8f6f4;
  transform: rotate(-48deg);
  transform-origin: 0 0;
  pointer-events: none;
}
/* PC: XD 1920幅の座標を画面中央基準で固定。
   縦は FV（1678/3840）の高さ + ヒーロー下からの距離。幅でコンテンツとずれない */
.ac-deco--a {
  left: calc(50% - 1884.74px);
  top: calc(1678 / 3840 * 100vw + 3405.54px);
  width: 4852.03px;
  height: 1059.07px;
}
.ac-deco--b {
  display: none;
}

.ac-page > *:not(.ac-deco) {
  position: relative;
  z-index: 1;
}

.ac-sectionTitle {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  line-height: 1.3;
}

.ac-sectionTitle--lg {
  font-size: 40px;
}

.ac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 296px;
  height: 62px;
  box-sizing: border-box;
  background-color: #c46c49;
  color: #fff !important;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 31px;
  transition: opacity 0.2s;
}
.ac-btn:hover {
  opacity: 0.8;
}
.ac-btn--outline {
  background-color: #f8f6f3;
  color: #333 !important;
}

.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

#sec-campaign,
#sec-pickup,
#sec-limited,
#sec-comingsoon,
#sec-awcollection {
  scroll-margin-top: 80px;
}

/* =====================
   Hero
===================== */
.ac-hero {
  line-height: 0;
}

.ac-hero__alt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ac-hero img {
  width: 100%;
  height: auto;
}

/* =====================
   Nav
===================== */
.ac-nav {
  background-color: transparent;
  padding: 80px 40px 72px;
}

.ac-nav__list {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac-nav__item + .ac-nav__item {
  margin-left: -14px;
}

.ac-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 151px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
  gap: 6px;
}

.ac-nav__item a:hover {
  background-color: rgba(255, 255, 255, 0.92);
}

.ac-nav__label {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.25;
}

.ac-nav__arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  margin-top: 2px;
}

/* =====================
   Campaign
===================== */
.ac-campaign {
  padding: 40px 40px 96px;
  overflow: visible;
}

.ac-campaign__head {
  text-align: center;
  margin-bottom: 80px;
}

.ac-campaign .ac-sectionTitle--lg {
  line-height: 1;
}

.ac-campaign__lead {
  font-size: 22px;
  line-height: 34px;
  margin-top: 24px;
  color: #333;
  font-weight: 400;
}

.ac-campaign__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 42px;
  max-width: 752px;
  margin: 0 auto;
  overflow: visible;
}

.ac-campaign__card {
  flex: 0 0 355px;
  width: 355px;
  min-height: 360px;
  background: #feffff;
  border-radius: 16px;
  padding: 26px 20px 24px;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  text-align: left;
}

.ac-campaign__badge {
  position: absolute;
  top: -46px;
  left: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #d18062;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  z-index: 1;
}

.ac-campaign__condition {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 10px 87px;
  color: #333;
  line-height: 1.4;
  min-height: 42px;
  text-align: left;
}

.ac-campaign__productImage {
  text-align: center;
  margin-bottom: 20px;
}

.ac-campaign__productImage img {
  max-width: 194px;
  margin: 0 auto;
}

.ac-campaign__card:last-child .ac-campaign__productImage img {
  max-width: 203px;
}

.ac-campaign__productName {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #333;
  text-align: left;
  line-height: 1.45;
}

.ac-campaign__productDesc {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0;
}

/* =====================
   AUTUMN PICK UP
===================== */
.ac-pickup {
  padding-bottom: 40px;
}

.ac-pickup__head {
  text-align: center;
  padding: 40px 40px 0;
  margin-bottom: 40px;
}

.ac-pickup__heroImage {
  width: 100%;
  max-width: 752px;
  margin: 0 auto 40px;
  padding: 0 40px;
  box-sizing: border-box;
}

.ac-pickup__heroImage img {
  width: 100%;
}

.ac-pickup__heroImage--sp {
  display: none;
}

.ac-pickup__model {
  display: none;
}

.ac-pickup__product {
  max-width: 752px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.ac-pickup__leadText {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.8;
}

.ac-pickup__productName {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
  color: #333;
  line-height: 26px;
}

.ac-pickup__productInfo {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.4;
}

.ac-pickup__productDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.ac-pickup__swatch {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 36px;
}

.ac-pickup__swatch img {
  width: calc((100% - 9px) / 2);
  height: auto;
  display: block;
}

.ac-pickup__soapoff {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(112, 112, 112, 0.6);
  padding: 9px 6px 9px 10px;
  margin-bottom: 45px;
  box-sizing: border-box;
  min-height: 74px;
}

.ac-pickup__soapoff img {
  width: 88px;
  height: auto;
  flex-shrink: 0;
}

.ac-pickup__soapoff p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
}

.ac-pickup__soapoffLabel {
  font-weight: 700;
}

.ac-pickup__btnWrap {
  text-align: center;
}

/* FOR A BEAUTIFUL FINISH — XD: text 335px / image 412px overlapping 74px */
.ac-pickup__finish {
  margin-top: 120px;
  padding: 0 40px 72px;
}

.ac-pickup__finishInner {
  max-width: 752px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.ac-pickup__finishSmear {
  display: none;
}

.ac-pickup__finishBody {
  flex: 0 0 335px;
  width: 335px;
  max-width: 335px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.ac-pickup__finishTitle {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
  line-height: 1.4;
}

.ac-pickup__finishImage {
  flex: 0 0 412px;
  width: 412px;
  max-width: 412px;
}

.ac-pickup__finishLead {
  font-size: 14px;
  margin-bottom: 32px;
  color: #333;
  line-height: 1.6;
}

.ac-pickup__finishProductName {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
  line-height: 1.5;
}

.ac-pickup__finishPrice {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}

.ac-pickup__finishDesc {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-bottom: 32px;
}

/* =====================
   AUTUMN LIMITED
===================== */
.ac-limited {
  padding: 72px 40px 48px;
}

.ac-limited__card {
  max-width: 752px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 80px 28px 42px;
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-template-areas:
    "head head"
    "image body"
    "image note"
    "btn btn";
  column-gap: 40px;
  row-gap: 0;
  box-sizing: border-box;
}

.ac-limited__head {
  grid-area: head;
  text-align: center;
  margin-bottom: 16px;
}

.ac-limited__lead {
  font-size: 20px;
  margin-top: 10px;
  color: #333;
}

.ac-limited__badge {
  position: absolute;
  top: -54px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #96543c;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 1;
  z-index: 1;
}

.ac-limited__productImage {
  grid-area: image;
  width: 248px;
}

.ac-limited__productBody {
  grid-area: body;
  min-width: 0;
}

.ac-limited__schedule {
  font-size: 16px;
  color: #c46c49;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  font-weight: 700;
}

.ac-limited__productName {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
  line-height: 1.6;
}

.ac-limited__productPrice {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

.ac-limited__productDesc {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.ac-limited__note {
  grid-area: note;
  font-size: 9px;
  color: #333;
  line-height: 1.6;
  align-self: start;
  margin-bottom: 12px;
}

.ac-limited__btnWrap {
  grid-area: btn;
  text-align: center;
  margin-top: 8px;
}

/* =====================
   COMING SOON
===================== */
.ac-comingsoon {
  padding: 40px 40px 80px;
}

.ac-comingsoon__card {
  max-width: 752px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 80px 28px 52px;
  display: grid;
  grid-template-columns: 244px 1fr;
  grid-template-areas:
    "head head"
    "image body"
    "image note"
    "date date";
  column-gap: 40px;
  row-gap: 0;
  box-sizing: border-box;
}

.ac-comingsoon__head {
  grid-area: head;
  text-align: center;
  margin-bottom: 16px;
}

.ac-comingsoon__lead {
  font-size: 20px;
  margin-top: 10px;
  color: #333;
}

.ac-comingsoon__productImage {
  grid-area: image;
  width: 244px;
}

.ac-comingsoon__productBody {
  grid-area: body;
  min-width: 0;
}

.ac-comingsoon__schedule {
  font-size: 16px;
  color: #c46c49;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  font-weight: 700;
}

.ac-comingsoon__productName {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
  line-height: 1.6;
}

.ac-comingsoon__quasi {
  font-weight: 700;
}

.ac-comingsoon__productPrice {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

.ac-comingsoon__productDesc {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.ac-comingsoon__note {
  grid-area: note;
  font-size: 9px;
  color: #333;
  line-height: 1.6;
  align-self: start;
  margin-bottom: 12px;
}

.ac-comingsoon__dateboxWrap {
  grid-area: date;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.ac-comingsoon__datebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #c46c49;
  color: #c46c49;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* =====================
   AW COLLECTION
===================== */
.ac-awcollection {
  padding: 80px 40px 96px;
  text-align: center;
  background-color: #eee5de;
  background-image: url(../../img/usr/br/2026autumncampaign/bg-aw.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.ac-awcollection__head {
  text-align: center;
  margin-bottom: 40px;
}

.ac-awcollection__lead {
  font-size: 22px;
  margin-top: 14px;
  color: #333;
  text-align: center;
}

.ac-awcollection__image {
  max-width: 503px;
  margin: 0 auto 40px;
}

.ac-awcollection__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ac-awcollection__body {
  text-align: center;
}

.ac-awcollection__desc {
  display: block;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
  margin: 0 auto 40px;
  text-align: center;
}

.ac-awcollection .ac-btn--outline {
  display: flex;
  background-color: #f8f6f3;
  color: #333 !important;
  margin: 0 auto;
}
