@charset "UTF-8";

/* =====================================================
awashima roast / rebuilt
===================================================== */

body {
  overflow-x: hidden;
}

.aw-roast {
  --aw-ink: #2d2924;
  --aw-sub: rgba(45, 41, 36, .82);
  --aw-line: rgba(45, 41, 36, .14);
  --aw-soft: #f7f3ee;
  --aw-soft-2: #fbfaf8;
  --aw-brown: #4a2614;

  padding-top: 132px;
  color: var(--aw-ink);
  background: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .045em;
  line-height: 2.2;
}

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

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

.aw-roastHero {
  position: relative;
  width: 100vw;
  min-height: 560px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #111;
}

.aw-roastHero__image {
  position: absolute;
  inset: 0;
}

.aw-roastHero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-roastHero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 56px));
  min-height: 560px;
  margin: 0 auto;
  padding: 100px 0 70px;
  box-sizing: border-box;
}

.aw-roastHero__sub {
  margin: 0 0 22px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .28em;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);

  font-family: "Noto Sans JP",
                    "Hiragino Kaku Gothic ProN",
                      sans-serif;	
}

.aw-roastHero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .18em;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);

}

.aw-roastHero__lead {
  margin: 42px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 2.3;
  letter-spacing: .12em;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);

}

/* =====================================================
common
===================================================== */

.aw-roastSection {
  padding: 96px 0;
  background: #fff;
}

.aw-roastLargeTitle {
  margin: 0;
  color: #120800;
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .075em;
}

.aw-roastBody {
  color: var(--aw-sub);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.aw-roastBody p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 2.25;
}

.aw-roastBody p:last-child {
  margin-bottom: 0;
}

/* =====================================================
intro
===================================================== */

.aw-roastIntro {
  background: #fff;
}

.aw-roastIntro .aw-roastSplit {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, .95fr);
  gap: 60px;
  align-items: center;
}

.aw-roastIntro .aw-roastSplit__text {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  max-width: 700px;
  padding-left: 28px;
}

.aw-roastIntro .aw-roastSplit__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 1px;
  height: 98%;
  background: rgba(74, 38, 20, .58);
}

.aw-roastIntro .aw-roastSplit__body {
  grid-column: 1;
  grid-row: 2;
  max-width: 760px;
  padding-left: 20px;
  margin-top: -130px;
}

.aw-roastIntro .aw-roastSplit__image {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.aw-roastIntro .aw-roastSplit__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

/* =====================================================
aroma
===================================================== */

.aw-roastAroma {
  background: var(--aw-soft);
}

.aw-roastAroma__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.aw-roastAroma .aw-roastSplit__text {
  position: relative;
  max-width: 600px;
  padding-left: 20px;
}

.aw-roastAroma .aw-roastSplit__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 1px;
  height: 27%;
  background: rgba(74, 38, 20, .48);
}

.aw-roastAroma .aw-roastBody {
  max-width: 600px;
  margin-top: 60px;
}

.aw-roastBeansLine {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 220px;
  padding: 58px 20px 72px;
  overflow: visible;
}


.aw-roastBeansLine::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 20px;
  bottom: 58px;
  height: 1px;
  background: var(--aw-line);
}

.aw-roastBeansLine::before {
  content: "生豆　　　　　　　　　　　　　　　　　　　　　　深煎り";
  position: absolute;
  left: 24px;
  right: 15px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  color: var(--aw-sub);
  font-size: 14px;
  letter-spacing: .16em;
}

.aw-roastBeansLine span {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(30px, 3vw, 44px);
  aspect-ratio: .68 / 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 20%, rgba(255,255,255,.45), transparent 35%),
    linear-gradient(90deg, rgba(0,0,0,.24) 48%, rgba(255,255,255,.22) 50%, rgba(0,0,0,.20) 52%),
    #c7a06a;
  box-shadow: 0 18px 28px rgba(44, 30, 18, .18);
}

/* 右端の9個目を非表示 */
.aw-roastBeansLine span:nth-child(9) {
  display: none;
}

.aw-roastBeansLine span:nth-child(1) { background-color: #d7bf8e; }
.aw-roastBeansLine span:nth-child(2) { background-color: #c99b5d; }
.aw-roastBeansLine span:nth-child(3) { background-color: #b9783d; }
.aw-roastBeansLine span:nth-child(4) { background-color: #985426; }
.aw-roastBeansLine span:nth-child(5) { background-color: #7c3f1d; }
.aw-roastBeansLine span:nth-child(6) { background-color: #5f2d16; }
.aw-roastBeansLine span:nth-child(7) { background-color: #422012; }
.aw-roastBeansLine span:nth-child(8) { background-color: #2f170e; }


/* =====================================================
process
===================================================== */

.aw-roastProcess {
  padding: 96px 0 104px;
  background: #fff;
}

.aw-roastProcess__header {
  margin: 0 0 64px;
}

.aw-roastProcess__header h2 {
  margin: 0;
  color: #120800;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: .04em;
}

.aw-roastProcess__header::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin-top: 28px;
  background: #b99a82;
}

.aw-roastProcess__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.aw-roastProcess__list article::before {
  content: "";
  display: block;
  width: 56px;
  height: 74px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 20%, rgba(255,255,255,.45), transparent 35%),
    linear-gradient(90deg, rgba(0,0,0,.24) 48%, rgba(255,255,255,.22) 50%, rgba(0,0,0,.20) 52%),
    #c7a06a;
  box-shadow: 0 12px 18px rgba(44, 30, 18, .12);
}

.aw-roastProcess__list article:nth-child(1)::before { background-color: #d7bf8e; }
.aw-roastProcess__list article:nth-child(2)::before { background-color: #c99b5d; }
.aw-roastProcess__list article:nth-child(3)::before { background-color: #b9783d; }
.aw-roastProcess__list article:nth-child(4)::before { background-color: #985426; }
.aw-roastProcess__list article:nth-child(5)::before { background-color: #7c3f1d; }
.aw-roastProcess__list article:nth-child(6)::before { background-color: #5f2d16; }

.aw-roastProcess__list h3 {
  margin: 0 0 16px;
  color: #120800;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.aw-roastProcess__list p {
  margin: 0;
  color: var(--aw-sub);
  font-size: 14px;
  line-height: 2;
}

.aw-roastNote {
  width: min(760px, 100%);
  margin: 62px auto 0;
  padding: 24px 38px;
  border: 1px solid rgba(45, 41, 36, .13);
  background: #fbfaf8;
}

.aw-roastNote p {
  margin: 0;
  color: var(--aw-sub);
  font-size: 15px;
  line-height: 2.1;
}

/* =====================================================
specimen
===================================================== */

.aw-roastSpecimen {
  background: #fff;
}

/* 全体を縦積みに */

.aw-roastSpecimen .aw-roastSplit {
  display: block;
}

/* 見出し */

.aw-roastSpecimen .aw-roastSplit__text {
  max-width: 980px;
  margin: 0 0 56px;
  padding-left: 0;
}

.aw-roastSpecimen .aw-roastSplit__text::before {
  display: none;
}

/* 見出し下ライン */

.aw-roastSpecimen__titleLine {
  display: block;
  width: 180px;
  height: 1px;
  margin: 28px 0 0;
  background: #b99a82;
}

/* リード */

.aw-roastSpecimen .aw-roastBody {
  margin-top: 34px;
  max-width: 860px;
}

.aw-roastSpecimen .aw-roastBody p {
  line-height: 2.25;
}

/* グラフ */

.aw-roastSpecimen__panel {
  margin-top: 56px;
  padding: 10px 0;
  background: transparent;
}

.aw-roastSpecimen__chart {
  margin: 0;
}

.aw-roastSpecimen__chart img {
  display: block;
  width: 100%;
  height: auto;
}

/* responsive */

@media screen and (max-width: 900px) {

  .aw-roastSpecimen .aw-roastSplit__text {
    margin-bottom: 42px;
  }

  .aw-roastSpecimen .aw-roastBody {
    max-width: none;
  }

  .aw-roastSpecimen__panel {
    padding: 24px;
  }
}

/* =====================================================
sense
===================================================== */

.aw-roastSense {
  background: #fff;
}

/* セクション全体 */

.aw-roastSense__grid {
  display: block;
}

/* 見出し＋リード */

.aw-roastSense .aw-roastSplit__text {
  max-width: 980px;
  margin: 0 0 56px;
  padding-left: 0;
}

.aw-roastSense .aw-roastSplit__text::before,
.aw-roastSense .aw-roastSplit__text::after {
  display: none;
}

/* 見出し下ライン */

.aw-roastSense__titleLine {
  display: block;
  width: 120px;
  height: 1px;
  margin: 28px 0 0;
  background: #b99a82;
}

.aw-roastSense .aw-roastBody {
  margin-top: 34px;
  max-width: 860px;
}

.aw-roastSense .aw-roastBody p {
  line-height: 2.25;
}

/* 表組み */

.aw-roastSense__content {
  max-width: 980px;
  margin: 0 auto;
}

.aw-roastSense__words {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  border: 1px solid var(--aw-line);
}

.aw-roastSense__words dl {
  margin: 0;
  padding: 34px 26px 36px;
  border-right: 1px solid var(--aw-line);
}

.aw-roastSense__words dl:last-child {
  border-right: none;
}

.aw-roastSense__words dt {
  margin: 0 0 18px;
  color: #120800;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .12em;
}

.aw-roastSense__words dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 16px auto 0;
  background: rgba(74, 38, 20, .34);
}

.aw-roastSense__words dd {
  margin: 0;
  color: var(--aw-sub);
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

/* 写真 */

.aw-roastSense__image {
  margin: 56px 0 0;
  width: 100%;
  margin-left: 0;
}

.aw-roastSense__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 4.4;
  object-fit: cover;
}

/* responsive */

@media screen and (max-width: 900px) {

  .aw-roastSense .aw-roastSplit__text {
    max-width: none;
    margin-bottom: 42px;
  }

  .aw-roastSense .aw-roastBody {
    max-width: none;
  }

  .aw-roastSense__content {
    max-width: none;
    overflow-x: auto;
  }

  .aw-roastSense__words {
    min-width: 760px;
  }

  .aw-roastSense__image {
    width: 100%;
    margin-left: 0;
  }

  .aw-roastSense__image img {
    aspect-ratio: 16 / 7;
  }
}

/* =====================================================
closing
===================================================== */

.aw-roastClosing {
  padding: 96px 0 220px;
  background: #fff;
}

.aw-roastClosing__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: center;
}

.aw-roastClosing .aw-roastSplit__text {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  padding-left: 28px;
}

.aw-roastClosing .aw-roastSplit__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 1px;
  height: 30%;
  background: rgba(74, 38, 20, .48);
}

.aw-roastClosing .aw-roastBody {
  margin-top: 52px;
  max-width: none;
}

.aw-roastClosing__image {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.aw-roastClosing__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 25% center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

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

@media screen and (max-width: 900px) {
  .aw-roast {
    padding-top: 96px;
  }

  .aw-roast__inner,
  .aw-roastHero__content {
    width: calc(100% - 36px);
  }

  .aw-roastHero,
  .aw-roastHero__content {
    min-height: 560px;
  }

  .aw-roastHero__content {
    padding: 120px 0 82px;
  }

  .aw-roastSection,
  .aw-roastProcess {
    padding: 86px 0;
  }

  .aw-roastIntro .aw-roastSplit,
  .aw-roastAroma__grid,
  .aw-roastSpecimen .aw-roastSplit,
  .aw-roastSense__grid,
  .aw-roastClosing__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .aw-roastIntro .aw-roastSplit__text,
  .aw-roastIntro .aw-roastSplit__body,
  .aw-roastAroma .aw-roastSplit__text {
    max-width: none;
    padding-left: 22px;
  }

  .aw-roastIntro .aw-roastSplit__body {
    margin-top: 0;
  }

  .aw-roastIntro .aw-roastSplit__image {
    grid-column: auto;
    grid-row: auto;
  }

  .aw-roastIntro .aw-roastSplit__image img,
  .aw-roastClosing__image img {
    min-height: auto;
    clip-path: none;
  }

  .aw-roastLargeTitle {
    font-size: 26px;
    line-height: 1.6;
  }

  .aw-roastProcess__list {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }

  .aw-roastSpecimen__panel {
    overflow-x: auto;
  }

  .aw-roastSpecimen__beans,
  .aw-roastSpecimen__scale {
    width: 760px;
  }

  .aw-roastSense__words {
    grid-template-columns: 1fr;
  }

  .aw-roastSense__words dl {
    border-left: 1px solid var(--aw-line);
    border-bottom: 1px solid var(--aw-line);
  }

  .aw-roastSense__words dl:last-child {
    border-bottom: none;
  }

  .aw-roastSense__image {
    grid-column: auto;
  }
}

@media screen and (max-width: 520px) {
  .aw-roast__inner,
  .aw-roastHero__content {
    width: calc(100% - 32px);
  }

  .aw-roastHero,
  .aw-roastHero__content {
    min-height: 520px;
  }

  .aw-roastHero__title {
    font-size: 38px;
  }

  .aw-roastHero__lead {
    margin-top: 34px;
    font-size: 15px;
  }

  .aw-roastLargeTitle {
    font-size: 24px;
    line-height: 1.65;
    letter-spacing: .06em;
  }

  .aw-roastProcess__list {
    grid-template-columns: 1fr;
  }

  .aw-roastBeansLine {
    gap: 10px;
  }

  .aw-roastBeansLine span {
    width: 26px;
  }

  .aw-roastNote {
    padding: 22px;
  }
}