@charset "UTF-8";

/* =========================================================
   Awashima Coffee Theme - About
   2026 refresh
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");

body {
  overflow-x: hidden;
}

.aw-about {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;;
  color: #2d2924;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: .045em;
}

.aw-about * {
  box-sizing: border-box;
}

.aw-about img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.aw-about a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   hero
========================================================= */

.aw-about__hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 700px;
  margin-left: -50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 24px 88px;
  background:
    url("/html/user_data/assets/img/about/img_03.jpg")
    center center / cover no-repeat;
  color: #fff;;
  text-align: left;
}

.aw-about__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.10);
}

.aw-about__heroInner {
  position: relative;
  z-index: 2;
}

.aw-about__heroInner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.aw-about__eyebrow {
  margin: 0 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}

.aw-about__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .12em;
  text-shadow: 0 1px 6px rgba(0,0,0,.15);

}

.aw-about__lead {
  margin: 28px 0 0;
  max-width: 620px;
  font-size: 20px;
  line-height: 2.45;
  letter-spacing: .08em;
  color: rgba(255,255,255,.92);
  font-weight: 500;
}

/* =========================================================
   body / opening
========================================================= */

.aw-about__body {
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 24px 112px;
}

.aw-about__opening {
  max-width: 780px;
  margin: 0 auto 76px;
  text-align: center;
}

.aw-about__opening p {
  margin: 0;
  color: rgba(45, 41, 36, .86);
  font-size: 16px;
  line-height: 2.10;
  font-weight: 500;
}

.aw-about__opening p + p {
  margin-top: 18px;
}

/* =========================================================
   sections
========================================================= */

.aw-about__section {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: 48px 74px;
  padding: 64px 0;
  border-top: 1px solid rgba(45, 41, 36, .14);
}

.aw-about__section:first-of-type {
  border-top: 0;
}

.aw-about__heading {
  margin: 0;
  position: sticky;
  top: 110px;
}

.aw-about__num {
  display: block;
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: rgba(74, 38, 20, .32);
  letter-spacing: .04em;
}

.aw-about__headingMain {
  display: block;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .1em;
}

.aw-about__headingSub {
  display: block;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .18em;
  color: rgba(45, 41, 36, .58);
  text-transform: uppercase;
}

.aw-about__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 34px 48px;
  align-items: center;
}

.aw-about__content--wide {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.aw-about__text {
  max-width: 650px;
}

.aw-about__subheading {
  margin: 0 0 24px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .09em;
}

.aw-about__text p {
  margin: 0;
  color: rgba(45, 41, 36, .86);
  font-size: 15.5px;
  line-height: 2.35;
}

.aw-about__text p + p {
  margin-top: 20px;
}

.aw-about__illust {
  margin: -20px;
  text-align: center;
}

.aw-about__illust img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}



/* =========================================================
   roast guide
========================================================= */

.aw-about__roastGuide,
.aw-about__check {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 30px 34px;
  border: 1px solid rgba(45, 41, 36, .14);
  background: #fffaf2;
}

.aw-about__roastGuideTitle,
.aw-about__checkTitle {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .12em;
}

.aw-about__roastList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 0;
}

.aw-about__roastItem {
  text-align: center;
}

.aw-about__bean {
  display: block;
  width: 28px;
  height: 38px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #8b5b32;
  transform: rotate(22deg);
  position: relative;
}

.aw-about__bean::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 13px;
  width: 1px;
  background: rgba(255, 255, 255, .45);
  border-radius: 50%;
}

.aw-about__bean--1 { background: #c89b64; }
.aw-about__bean--2 { background: #a87442; }
.aw-about__bean--3 { background: #7a4826; }
.aw-about__bean--4 { background: #4a2614; }
.aw-about__bean--5 { background: #2f1a10; }

.aw-about__roastName {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: .08em;
  color: #2d2924;
}

.aw-about__roastText {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(45, 41, 36, .72);
}

/* =========================================================
   check panels
========================================================= */

.aw-about__checkList {
  display: grid;
  margin: 0 auto;
}

.aw-about__checkList--roast {
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 760px;
}

.aw-about__checkList--home {
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 920px;
}

.aw-about__checkItem {
  text-align: center;
  padding: 10px 10px;
}

.aw-about__checkIcon {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1;
  color: #4a2614;
}

.aw-about__checkName {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: .08em;
}

.aw-about__checkText {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 2;
  color: rgba(45, 41, 36, .72);
}

/* =========================================================
   CTA
========================================================= */

.aw-about__cta {
  margin-top: 72px;
  padding: 44px 48px;
  background: #f7f3ee;
  text-align: center;
}

.aw-about__ctaTitle {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.7;
}

.aw-about__ctaText {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(45, 41, 36, .82);
  font-size: 14px;
  line-height: 2.2;
}

.aw-about__ctaLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.aw-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 13px 24px;
  border: 1px solid rgba(45, 41, 36, .32);
  color: #2d2924;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-decoration: none;
  transition: opacity .2s ease;
}

.aw-about__button:hover {
  opacity: .68;
  text-decoration: none;
}

/* =========================================================
   responsive
========================================================= */

@media screen and (max-width: 767px) {
  .aw-about__hero {
    min-height: 360px;
    padding: 76px 22px 68px;
background:
  linear-gradient(rgba(255,253,249,.18), rgba(255,253,249,.18)),
  url("/html/user_data/assets/img/about/img_03.jpg")
  center center / cover no-repeat;
  }

  .aw-about__lead {
    font-size: 14px;
    text-align: left;
  }

  .aw-about__body {
    padding: 58px 22px 84px;
  }

  .aw-about__opening {
    margin-bottom: 48px;
    text-align: left;
  }

  .aw-about__opening p {
    font-size: 14.5px;
    line-height: 2.25;
  }

  .aw-about__section {
    display: block;
    padding: 50px 0;
  }

  .aw-about__heading {
    position: static;
    margin-bottom: 28px;
  }

  .aw-about__num {
    margin-bottom: 12px;
    font-size: 42px;
  }

  .aw-about__content,
  .aw-about__content--wide {
    display: block;
  }

  .aw-about__subheading {
    font-size: 18px;
  }

  .aw-about__text p {
    font-size: 14.5px;
    line-height: 2.2;
  }

  .aw-about__illust {
    margin-top: 30px;
  }

  .aw-about__illust img {
    max-width: 210px;
  }

  .aw-about__roastGuide,
  .aw-about__check {
    margin-top: 30px;
    padding: 24px 18px;
  }

  .aw-about__roastList {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .aw-about__roastItem {
    display: grid;
    grid-template-columns: 42px 80px 1fr;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  .aw-about__bean {
    margin: 0;
  }

  .aw-about__checkList--roast,
  .aw-about__checkList--home {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: none;
  }

  .aw-about__cta {
    margin-top: 56px;
    padding: 34px 22px;
    text-align: left;
  }

  .aw-about__ctaLinks {
    display: block;
  }

  .aw-about__button {
    width: 100%;
  }

  .aw-about__button + .aw-about__button {
    margin-top: 12px;
	}
}