@charset "UTF-8";

/* =========================================================
   Awashima Coffee Theme - Top Page
========================================================= */

html,
body {
  overflow-x: hidden;
}

.aw-front_page {
  --aw-mincho: "Noto Serif JP", serif;
  --aw-gothic: "Noto Sans JP", sans-serif;
  --aw-brown: #2f241d;
  --aw-sub: #5d5148;
  --aw-border: rgba(61, 48, 40, .14);

  font-family: var(--aw-gothic);
}

/* EC-CUBE default blocks force hide */
.aw-front_page .ec-newsRole,
.aw-front_page .ec-newItemRole,
.aw-front_page .ec-topicRole,
.aw-front_page .ec-eyecatchRole,
.aw-front_page .ec-searchnavRole,
.aw-front_page .ec-layoutRole__main > .ec-role {
  display: none !important;
}

.aw-front_page .aw-headerNaviRole,
.aw-front_page .ec-headerRole,
.aw-front_page .ec-headerTitle,
.aw-front_page .ec-headerTitle__title,
.aw-front_page .ec-headerRole__title,
.aw-front_page .ec-pageHeader,
.aw-front_page .ec-topicpath,
.aw-front_page .ec-itemNav,
.aw-front_page .ec-categoryNaviRole,
.aw-front_page .ec-navlistRole,
.aw-front_page .ec-categoryRole,
.aw-front_page .ec-layoutRole__main h1,
.aw-front_page .ec-layoutRole__mainTitle,
.aw-front_page .ec-layoutRole__main .ec-ttl,
.aw-front_page .ec-layoutRole__main .title,
.aw-front_page .page-heading {
  display: none !important;
}

.aw-front_page .ec-layoutRole,
.aw-front_page .ec-layoutRole__contents,
.aw-front_page .ec-layoutRole__main,
.aw-front_page .ec-role {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
}

.aw-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.aw-top {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--aw-brown);
  background: #fff;
  padding-top: 132px;
}

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

.aw-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.aw-hero__media {
  display: block;
  width: 100%;
  height: clamp(430px, 40vw, 660px);
  overflow: hidden;
  line-height: 0;
}

.aw-hero__img {
  display: block;
  width: 100%;
  height: calc(100% + 96px);
  object-fit: cover;
  object-position: center center;
  transform: translateY(-48px);
}

.aw-hero__logo {
  position: absolute;
  left: 50%;
  top: 52%;
  width: clamp(61px, 3.8vw, 82px);
  transform: translate(-50%, -56%);
  z-index: 6;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.18))
           drop-shadow(0 6px 12px rgba(0,0,0,.12));
}

/* =========================================================
   news
========================================================= */

.aw-news {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 24px 88px;
  overflow: visible;
  background: transparent;
}

.aw-news::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 42px;
  width: 520px;
  height: 1480px;
  background:
    url("/html/user_data/assets/img/top/bg_content_01.jpg")
    left top / contain no-repeat;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

/* 白ベタニュース */
.aw-news__inner {
  position: relative;
  top: -80px;
  z-index: 5;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 28px;
  width: calc(100% - 180px);
  max-width: 1340px;
  margin: 0 auto;
  padding: 14px 28px 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(61, 48, 40, .10);
  box-sizing: border-box;
}

.aw-news__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 132px;
  margin: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(61, 48, 40, .14);
  color: var(--aw-brown);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
}

.aw-news__body {
  max-width: 900px;
  color: #332922;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .06em;
}

.aw-news__body p {
  margin: 0;
}

.aw-news__more {
  margin-top: 18px !important;
  text-align: right;
}

.aw-news__more a {
  color: var(--aw-brown);
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .06em;
}

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

.aw-intro {
  position: relative;
  z-index: 6;
  padding: 18px 24px 120px;
  background: #fff;
}

.aw-intro__beans {
  display: none;
}

.aw-intro__inner {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}

.aw-intro__image {
  position: relative;
  z-index: 5;
}

.aw-intro__image img {
  width: 100%;
  display: block;
}

.aw-intro__box {
  position: relative;
  z-index: 8;
  margin-left: -42px;
  padding: 76px 72px 70px;
  background: #fff;
  border: 0;
  box-shadow: 0 18px 42px rgba(61, 48, 40, .10);
  transform: translateY(60px);
  box-sizing: border-box;
}

.aw-intro__box h2 {
  margin: 0 0 34px;
  color: var(--aw-brown);
  font-family: var(--aw-mincho);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .14em;
}

.aw-intro__box p {
  margin: 0;
  color: var(--aw-sub);
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: .06em;
}

/* =========================================================
   order / about
========================================================= */

.aw-order {
  padding: 20px 0 98px;
}

.aw-aboutTop {
  padding: 0 0 48px;
}

.aw-sectionTitle {
  margin: 0 0 54px;
  font-family: var(--aw-mincho);
  font-size: 30px;
  font-weight: 400;
	letter-spacing: .22em;
  text-align: center;
}

.aw-cardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.aw-card {
  display: block;
  color: var(--aw-brown);
  text-align: center;
  text-decoration: none;
}

.aw-card img {
  width: 100%;
  display: block;
  margin-bottom: 18px;
}

.aw-card p {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--aw-border);
  color: #332922;
  font-size: 14px;
  letter-spacing: .06em;
}

.aw-card p span {
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-left: 10px;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  vertical-align: middle;
  background:
    url("/html/user_data/assets/img/arrow_blk.svg")
    center center / contain no-repeat;
  transition: transform .28s ease;
}

.aw-card:hover p span {
  transform: translateX(6px);
}

.aw-card h3 {
  margin: 0 0 18px;
  font-family: var(--aw-mincho);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .16em;
}

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

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

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

  .aw-top {
    padding-top: 72px;
  }

  .aw-hero {
    height: 340px;
  }

  .aw-hero__media {
    display: block;
    width: 100%;
    height: 340px;
  }

  .aw-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    transform: none;
  }

  .aw-hero__logo {
    width: 40px;
    top: 49%;
    transform: translate(-50%, -50%);
  }

  .aw-news {
    margin-top: 0;
    padding: 0 18px 64px;
    background-position: left 34px;
    background-size: 288px auto;
  }

  .aw-news__inner {
    top: -36px;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    padding: 20px 18px;
  }

  .aw-news__title {
    justify-content: flex-start;
    min-height: auto;
    padding-right: 0;
    padding-bottom: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(61, 48, 40, .14);
    font-size: 16px;
  }

  .aw-news__body {
    max-width: none;
    font-size: 13px;
    line-height: 1.8;
  }

  .aw-intro {
    padding: 28px 20px 78px;
  }

  .aw-intro__inner {
    display: block;
  }

  .aw-intro__box {
    margin: -24px 16px 0;
    padding: 36px 28px;
  }

  .aw-intro__box h2 {
    font-size: 23px;
  }

  .aw-cardGrid {
    grid-template-columns: 1fr;
    gap: 44px;
	}
	
}

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

  .aw-sectionTitle {
    font-size: 34px;
    line-height: 1.45;   /* ←ここで調整 */
    letter-spacing: .12em;
  }

}

/* =========================================================
   footer
========================================================= */

.aw-footer {
  position: relative;
  z-index: 20;
  margin-top: 120px !important;
  background: #fff !important;
  color: #2f241d;
  overflow: hidden;
}

.aw-footer__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff !important;
}

.aw-footer__brand {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto !important;
  padding: 42px 24px 44px !important;
  text-align: center;
  background: #fff !important;
}

.aw-footer__logo {
  display: block;
  margin: 0 0 14px !important;
}

.aw-footer__logo img {
  width: 220px;
  display: block;
  margin: 0 auto !important;
}

.aw-footer__message {
  margin: 0 !important;
  color: #3d3028 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: .12em;
}

.aw-footer__nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 72px !important;
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 26px 24px 48px !important;
  border-top: 1px solid rgba(61, 48, 40, .14);
  border-bottom: 1px solid rgba(61, 48, 40, .14);
  background: #fff !important;
  box-sizing: border-box;
}

.aw-footer__navGroup {
  padding: 0 !important;
}

.aw-footer__navGroup h3 {
  margin: 0 0 18px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(61, 48, 40, .34);
  color: #2f241d !important;
  font-size: 17px !important;
  font-weight: 400;
  letter-spacing: .16em;
}

.aw-footer__navGroup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-footer__navGroup li {
  margin: 0;
}

.aw-footer__navGroup a {
  position: relative;
  display: block;
  padding: 9px 26px 9px 0 !important;
  color: #2f241d !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  letter-spacing: .1em;
  text-decoration: none;
}

.aw-footer__navGroup a::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
}

.aw-footer__bottom {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 24px !important;
  padding: 24px 24px 30px !important;
  background: #fff !important;
  text-align: center;
}

.aw-footer__bottom a,
.aw-footer__copyright {
  color: #2f241d !important;
  font-size: 13px !important;
  letter-spacing: .08em;
  text-decoration: none;
}

.aw-footer__bottom a::after {
  content: "|";
  display: inline-block;
  margin-left: 24px;
  color: rgba(61, 48, 40, .45);
}

.aw-footer__bottom a:last-of-type::after {
  content: "";
}

/* link hover */
.aw-card p,
.aw-card h3,
.aw-footer__navGroup a,
.aw-news__more a {
  transition:
    color .28s ease,
    opacity .28s ease;
}

/* hover color */
.aw-card:hover p,
.aw-card:hover h3,
.aw-footer__navGroup a:hover,
.aw-news__more a:hover {
  color: #8a5a3b !important;
}

/* arrow hover */
.aw-card p span {
  transition:
    transform .28s ease,
    opacity .28s ease;
}

.aw-card:hover p span {
  transform: translateX(6px);
  opacity: .72;
}