@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/* font-weight */
:root {
  /* カラー */
  --color-text: #222;
  --color-green: #224930;
  --color-yomogi: #a2b47c;
  --color-orange: #d96d25;
  --color-karashi: #dbc273;
  --bg-green: #f8faf6;
  --line-green: #e9ede0;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-mincho: "Noto Serif JP", serif;
  --font-family-shippori: "Shippori Mincho B1", serif;
  /* font-weight */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  /* パターン */
  --pattern-base: url(../img/common/pt-base.jpg);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxxl: 5.4rem;
    --font-size-xxxl: 4.6rem;
    --font-size-xxl: 3.6rem;
    --font-size-xl: 2.4rem;
    --font-size-gl: 2rem;
    --font-size-btn: 1.8rem;
    --font-size-base: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.3rem;
    /* line-height */
    --line-height-xxxxl: 1.666666667;
    --margin-height-xxxxl: -0.3333333335em;
    --line-height-xxxl: 1.956522;
    --margin-height-xxxl: -0.478261em;
    --line-height-xxl: 1;
    --margin-height-xxl: -0em;
    --line-height-xl: 1.916667;
    --margin-height-xl: -0.4583335em;
    --line-height-gl: 1.6;
    --margin-height-gl: -0.3em;
    --line-height-base: 2.5;
    --margin-height-base: -0.75em;
    --line-height-base-mid: 1.875;
    --margin-height-base-mid: -0.4375em;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0.1em;
    --letter-spacing-sm: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-xxxxl: 2em;
    --font-size-xxxl: 1.75em;
    --font-size-xxl: 1.5625em;
    --font-size-xl: 1.375em;
    --font-size-gl: 1.25em;
    --font-size-btn: 1.125em;
    --font-size-base: 1em;
    --font-size-sm: 0.875em;
    --font-size-xs: 0.75em;
    /* line-height */
    --line-height-xxxxl: 1.5;
    --line-height-xxxl: 1.5;
    --line-height-xxl: 1.5;
    --line-height-xl: 1.5;
    --line-height-gl: 1.5;
    --line-height-base: 1.875;
    --line-height-base-mid: 1.5;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.666667;
    /* letter-speacing */
    --letter-spacing-base: 0.1em;
    --letter-spacing-sm: 0.06em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-base);
  padding-top: 3em;
}
.pagenation li {
  width: 36px;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated {
  font-size: var(--font-size-base);
}
.paginated__list {
  padding-top: 1.5em;
  margin-top: 2em;
}
.paginated__link {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 1em;
}
.paginated__link--next::after {
  margin-left: 1em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
  font-size: var(--font-size-base);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 40px 0;
}
#header .header__logo {
  width: clamp(152px, 11.7708333333vw, 226px);
  margin-top: clamp(17px, 1.3020833333vw, 25px);
}
#header .header__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 32px;
  padding-right: 20px;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: clamp(80px, 5.2083333333vw, 100px) 0;
}
#footer .footer__logo {
  width: 1080px;
  margin: 0 auto 56px;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
#footer .footer__inner > * {
  min-width: 300px;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
  min-width: 275px !important;
  line-height: var(--line-height-base-mid);
  padding-bottom: 40px;
}
#footer .footer__info-item dt {
  width: 88px;
  margin-right: 15px;
}
#footer .footer__add {
  margin: var(--margin-height-base-mid) 0;
  padding-bottom: 6px;
}
#footer .footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
#footer .footer__sns {
  gap: 20px;
}
#footer .footer__sns li {
  width: 30px;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.footer-nav__list {
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}
.footer-nav__sub-list {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-sm);
  line-height: 2.1428572;
  margin: -0.5714286em 0;
}
.footer-nav__item {
  padding-left: 14px;
  position: relative;
}
.footer-nav__item::before {
  content: "";
  width: 4px;
  aspect-ratio: 1;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 1080px;
  margin: 0 auto;
}
.copy p {
  font-size: var(--font-size-xs);
  line-height: calc(1em + 10px);
  margin: -5px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: clamp(50px, 3.125vw, 60px);
  bottom: 30px;
  right: 20px;
}

/*サイドボタン
-----------------------------*/
#side {
  flex-direction: column-reverse;
  width: clamp(60px, 4.1666666667vw, 80px);
  height: clamp(240px, 15.625vw, 300px);
  font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
  bottom: clamp(120px, 25vw - 200px, 290px);
  right: 10px;
}
#side > span {
  display: block;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  #side > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
#side::before {
  width: 1.4545456em;
  aspect-ratio: 32/26;
  margin-top: 1.4545456em;
}

/*===============================================
  visual
===============================================*/
.visual::before {
  max-height: clamp(690px, 53.6458333333vw, 1030px);
  background-size: min(740px, 38.542%);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  height: clamp(735px, 57.2916666667vw, 1100px);
  padding-top: clamp(54px, 4.1666666667vw, 80px);
}
.visual__main::before {
  width: 77.084%;
  max-width: 1480px;
  height: 63.637%;
}
.visual__main-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 36.459%;
  max-width: 700px;
  height: 43.138%;
  padding-left: clamp(8rem, 6.25vw, 12rem);
  margin-right: max(50% - 800px, 8.33334%);
  margin-left: min(180px, 9.375%);
}
.visual__main-box::before {
  width: 18%;
  left: -8.28572%;
  bottom: 15.9091%;
}
.visual__main-box::after {
  width: 38.143%;
  right: -21.8572%;
  top: -24.773%;
}
.visual__main-catch {
  font-size: clamp(36px, 2.8125vw, 54px);
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-xxxxl);
  margin: var(--margin-height-xxxxl) 0;
}
.visual__main-catch .min {
  font-size: 0.92592593em;
}
.visual__main-text {
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
  line-height: 1.777775;
  margin-top: 1.25em;
}
.visual__main-text > span {
  background: linear-gradient(to top, rgba(219, 194, 115, 0.5) 2px, transparent 2px);
}
.visual__main-text > span:first-child {
  margin-top: -0.3888875em;
}
.visual__main-text > span:last-child {
  margin-bottom: -0.3888875em;
}
.visual__main-image {
  width: 29.167%;
  max-width: 560px;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  flex-direction: row-reverse;
  height: clamp(580px, 44.2708333333vw, 850px);
  padding-top: clamp(0px, 384px - 20vw, 128px);
  padding-bottom: 10px;
  background-size: min(267px, 13.90625%);
  background-position: right 7px top 35.9699%;
}
.visual__sub::before {
  width: 51.042%;
  max-width: 980px;
  height: 82.353%;
  right: max(50% - 740px, 11.4584%);
}
.visual__sub::after {
  width: clamp(460px, 35.4166666667vw, 680px);
  height: clamp(280px, 21.875vw, 420px);
  margin-left: 10px;
  box-shadow: 0px 0px 16px 4px rgba(136, 136, 136, 0.18);
}
.visual__sub-box {
  width: clamp(470px, 36.4583333333vw, 700px);
  height: clamp(200px, 15.625vw, 300px);
  padding-top: 4px;
  margin-left: clamp(-80px, -4.1666666667vw, -54px);
}
.visual__sub-box::before {
  width: 18%;
  left: -11.143%;
  bottom: -10%;
}
.visual__sub-catch {
  min-width: 85.715%;
  font-size: clamp(3.4rem, 2.6041666667vw, 5rem);
  padding-bottom: clamp(14px, 1.1458333333vw, 22px);
}
.visual__sub-catch > span {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.visual__sub--e404 .visual__sub-catch {
  font-size: clamp(3.2rem, 2.3958333333vw, 4.6rem);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-family: var(--font-family-mincho);
  font-weight: 600;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.5em 0;
}
.gnav__item {
  line-height: 2;
  margin-right: clamp(35px, 2.6041666667vw, 50px);
}
.gnav__item:last-of-type {
  margin-right: 0;
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-sm);
  margin-right: calc(var(--letter-spacing-sm) * -1);
  transition: all 0.12s ease-out;
}
.gnav__link:hover, .gnav__link[aria-current=page] {
  color: var(--color-orange);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#container.top::before {
  min-width: 1200px;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 40px;
}
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-base);
  line-height: var(--line-height-sm);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: clamp(120px, 9.375vw, 180px) 0;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel {
  border-bottom: solid 2px var(--color-yomogi);
}
.com-tel-num {
  font-size: var(--font-size-xxxl);
}
.com-tel-num::before {
  width: 36px;
  margin-right: 13px;
}
.com-tel-num span {
  letter-spacing: var(--letter-spacing-sm);
  margin: -8px calc(var(--letter-spacing-sm) * -1) -3px 0;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
  height: 1em;
  margin-top: 1em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 300px;
  height: 60px;
  font-size: var(--font-size-btn);
  letter-spacing: var(--letter-spacing-sm);
}
.com-btn--target::after {
  width: 32px;
  margin-left: 20px;
}

/*テーブル
-----------------------------*/
.com-table tr {
  border-bottom: solid 1px var(--line-green);
}
.com-table tr:first-of-type {
  border-top: solid 1px var(--line-green);
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 20px 40px;
}
.com-table tr td {
  padding: 20px 40px;
}

/*テキストボックス
-----------------------------*/
.com-text {
  margin: var(--margin-height-base) 0;
}
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: calc(var(--line-height-base) * 1em);
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  padding: 2.5em 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 60px;
}
.com-title01 > span {
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-xxxl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title01 > span:first-child {
  margin-top: var(--margin-height-xxxl);
}
.com-title01 > span:last-child {
  margin-bottom: var(--margin-height-xxxl);
}
.com-title01 > span .b {
  font-size: 1.08695623em;
  line-height: 1;
}
.com-title01::before {
  height: 62px;
  margin-bottom: 28px;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-xl);
  margin-bottom: 40px;
}
.com-title02 > span {
  line-height: var(--line-height-xl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title02 > span:first-child {
  margin-top: var(--margin-height-xl);
}
.com-title02 > span:last-child {
  margin-bottom: var(--margin-height-xl);
}

/*小タイトル
-----------------------------*/
.com-title03 {
  font-size: var(--font-size-gl);
}
.com-title03 > span {
  line-height: var(--line-height-gl);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-title03 > span:first-child {
  margin-top: var(--margin-height-gl);
}
.com-title03 > span:last-child {
  margin-bottom: var(--margin-height-gl);
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  padding: clamp(80px, 5.2083333333vw, 100px) 0;
}
.com-contact__box::before {
  width: calc(100vw - 80px);
  max-width: 1460px;
  min-width: 1120px;
}
.com-contact__text {
  text-align: center;
  font-size: var(--font-size-gl);
  line-height: 2;
  margin: -0.5em 0;
}
.com-contact__text p {
  display: inline;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 112px;
  padding-top: 60px;
}
.com-contact__mail {
  width: 420px;
  height: 80px;
  font-size: 2.2rem;
}
.com-contact__mail::before {
  width: 32px;
  margin-right: 37px;
}
.com-contact__tel {
  width: 420px;
  height: 80px;
  padding-bottom: 6px;
}
.com-contact__time {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  padding: 8px 1em;
  background: #fff;
}
.com-contact__time dt::after {
  content: "：";
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*四十年以上愛される、伝統の味。
和菓子の仕入れは、幸崎けやき堂で。
-----------------------------*/
.top-about {
  background-size: min(806px, 41.9892%);
}
.top-about::before {
  width: 104.1667%;
  max-width: 2000px;
  height: 526px;
  background-size: 13.05%;
  top: clamp(240px, 15.625vw, 300px);
}
.top-about .inbox {
  width: calc(100% - 120px);
  max-width: 1320px;
}
.top-about__title {
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 70px;
}
.top-about__title::before {
  width: 70px;
  margin-bottom: 0;
  position: absolute;
  top: -16px;
  left: -20px;
}
.top-about__title::after {
  content: "";
  width: clamp(188px, 14.5833333333vw, 210px);
  aspect-ratio: 210/186;
  background: url(../img/common/deco_yomogimochi.png) no-repeat left bottom/contain;
  position: absolute;
  left: clamp(-316px, -21.9444444444vw, -280px);
  bottom: -10px;
}
.top-about__title > span {
  font-size: clamp(4.2rem, 3.1944444444vw, 4.6rem);
  margin-right: -0.6em;
}
.top-about__inner {
  width: 1080px;
  min-height: 820px;
  padding-right: 540px;
  margin: 0 auto;
  position: relative;
}
.top-about__text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-mincho);
  padding-top: 40px;
  margin: 0 auto 0 var(--margin-height-base);
}
.top-about__text p {
  writing-mode: vertical-rl;
  max-height: 675px;
  text-orientation: mixed;
  height: 675px;
}
@media screen and (max-width: 767px) {
  .top-about__text p {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-about__text .mb {
  margin: 0 0 0 calc(var(--line-height-base) * 1em);
}
.top-about__images {
  display: grid;
  grid-template: "top top" 380px "left right" auto/1fr 1.25fr;
  gap: 40px;
  width: calc(50vw - 80px);
  max-width: 760px;
  min-width: 520px;
  position: absolute;
  top: 0;
  left: calc(50% + 40px);
}
.top-about__image--top {
  grid-area: top;
  transform: translateX(40px);
}
.top-about__image--left {
  grid-area: left;
  height: 400px;
}
.top-about__image--right {
  grid-area: right;
  height: 280px;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*幸崎けやき堂のこだわり
-----------------------------*/
.top-quality {
  padding-top: clamp(105px, 8.0729166667vw, 155px);
  margin-bottom: clamp(335px, 26.0416666667vw, 500px);
}
.top-quality .inbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 720px;
}
.top-quality__title {
  width: 300px;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-top: 30px;
}
.top-quality__title::before {
  display: none;
}
.top-quality__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  order: 1;
}
@media screen and (max-width: 767px) {
  .top-quality__title > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-quality__title > span:first-child {
  margin-top: 0;
  margin-right: var(--margin-height-xxxl);
}
.top-quality__title > span:last-child {
  margin-bottom: 0;
  margin-left: var(--margin-height-xxxl);
}
.top-quality__title::after {
  content: "";
  width: 10px;
  height: 417px;
  background: linear-gradient(to bottom, transparent 16px, var(--color-orange) 16px, var(--color-orange) calc(100% - 16px), transparent calc(100% - 16px)) no-repeat center top/2px 100%;
  border-top: dotted 10px var(--color-orange);
  border-bottom: dotted 10px var(--color-orange);
  order: 0;
  margin: auto 0 auto 80px;
}
.top-quality__list {
  width: 790px;
}
.top-quality__item {
  display: grid;
  grid-template-columns: 233px 1fr;
  align-items: flex-start;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-bottom: 5px;
}
.top-quality__item:nth-of-type(2n) {
  margin-left: 160px;
}
.top-quality__item-text {
  padding: 5px 0;
}
.top-quality__item-text::before {
  font-size: 3.125em;
  margin-bottom: 0.6em;
}
.top-quality__item-text p {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
  margin: var(--margin-height-xl) 0;
}
.top-quality__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 80px;
}
.top-bnr__item {
  width: 500px;
  height: 400px;
  box-shadow: 0px 0px 16px 4px rgba(34, 34, 34, 0.18);
}
.top-bnr__link {
  justify-content: flex-end;
  padding: 60px 45px;
}
.top-bnr__title {
  padding-bottom: 77px;
  margin-bottom: 20px;
}
.top-bnr__title::before {
  height: 94px;
  bottom: 0;
}
.top-bnr__text {
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  padding: 14px 20px;
}

/*お知らせ
-----------------------------*/
.top-news {
  background-size: min(600px, 31.25%);
}
.top-news__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 320px;
}
.top-news__title {
  width: 300px;
  margin-bottom: 100px;
}
.top-news__title::before {
  height: 74px;
  margin-bottom: 40px;
}
.top-news__list {
  width: calc(100% - 380px);
}
.top-news__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.top-news__item-link {
  row-gap: 40px;
}
.top-news__item-date {
  width: 100px;
}
.top-news__item-tags {
  width: calc(100% - 100px);
  gap: 10px 20px;
}
.top-news__item-tag {
  padding: 0 1em;
}
.top-news__item-title {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}
.top-news__btn {
  position: absolute;
  top: 260px;
  left: 0;
}

/*===============================================
  幸崎けやき堂について
===============================================*/
/*ご挨拶
-----------------------------*/
.about-greeting::before {
  width: 94.584%;
  max-width: 1816px;
  height: calc(100% - 132px);
  max-height: 914px;
  background-size: 40.9692%;
  top: 66px;
}
.about-greeting::after {
  width: 88%;
  max-width: 1540px;
  height: clamp(140px, 10.8771929825vw, 186px);
  bottom: clamp(30px, 50vw - 630px, 330px);
}
.about-greeting__text {
  text-align: center;
}

/*幸崎けやき堂のこだわり
-----------------------------*/
.about-quality__item {
  display: grid;
  grid-template: "title title" auto "image text" auto/320px 1fr;
  gap: 50px 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.about-quality__item::before {
  font-size: 3.125em;
  position: absolute;
  top: calc(-0.5em + 12px);
  left: 0;
}
.about-quality__item-title {
  padding-left: 75px;
  margin-bottom: 0;
  grid-area: title;
}
.about-quality__item-text {
  line-height: 2;
  margin: calc(20px - 0.5em) 0 -0.5em;
  grid-area: text;
}
.about-quality__item-image {
  grid-area: image;
  padding-bottom: 86px;
}
.about-quality__item-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-quality__item-image::after {
  width: 233px;
  bottom: 0;
  right: -41px;
}

/*販売実績
-----------------------------*/
.about-case__list {
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  box-shadow: 0 0 0 2px var(--color-yomogi) inset, 0 0 0 10px #fff inset;
  gap: 0.5em 1em;
  padding: 49px 60px;
}

/*===============================================
  商品紹介
===============================================*/
/*商品紹介　一覧
-----------------------------*/
.lineup-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  margin-bottom: 20px;
}
.lineup-list__item-image {
  width: 320px;
}
.lineup-list__item-inner {
  width: calc(100% - 370px);
  padding-top: 20px;
}
.lineup-list__item-text {
  line-height: var(--line-height-base-mid);
  margin: var(--margin-height-base-mid) 0;
}

/*===============================================
  ご注文案内
===============================================*/
/*ご注文について
-----------------------------*/
.order-about__list {
  min-height: 296px;
  padding: 70px 320px 70px 90px;
}
.order-about__list::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.order-about__list::after {
  width: 210px;
  right: 86px;
  bottom: 55px;
}
.order-about__item {
  font-size: var(--font-size-gl);
  padding-left: 1.8em;
  margin-bottom: 1.6em;
}
.order-about__item::before {
  width: 0.8em;
  top: 0.1em;
}
.order-about__item > span {
  line-height: var(--line-height-gl);
}
.order-about__item > span:first-child {
  margin-top: var(--margin-height-gl);
}
.order-about__item > span:last-child {
  margin-bottom: var(--margin-height-gl);
}

/*ご注文の流れ
-----------------------------*/
.order-flow {
  background-size: min(806px, 41.9892%);
}
.order-flow::before {
  width: 104.1667%;
  max-width: 2000px;
  height: 198px;
  background-size: 13.05%;
  top: clamp(140px, 10.8333333333vw, 208px);
}
.order-flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: row;
  gap: 60px 90px;
  overflow: hidden;
}
.order-flow__item-title {
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  padding: 0 10px 20px;
  margin-bottom: 20px;
}
.order-flow__item-title::before {
  font-size: 1.25em;
  letter-spacing: var(--letter-spacing-base);
}
.order-flow__item-title > span {
  width: calc(100% - 54px);
}
.order-flow__item-image {
  margin-bottom: 30px;
  position: relative;
}
.order-flow__item-image::after {
  content: "";
  width: 20px;
  aspect-ratio: 2/3;
  background: var(--color-orange);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 30px);
}
.order-flow__item:last-of-type .order-flow__item-image::after {
  display: none;
}
.order-flow__item-text {
  line-height: 2;
  margin: -0.5em 0;
}
.order-flow__item-text .letter-10 {
  letter-spacing: 0.01em;
}
.order-flow__item::after {
  display: none;
}

/*よくある質問
-----------------------------*/
.order-faq__item {
  margin-bottom: 40px;
}
.order-faq__item-title::before {
  width: 80px;
  font-size: 2.5em;
  padding: 0.4em 0 0.6em;
}
.order-faq__item-title > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 110px);
  font-size: var(--font-size-gl);
  line-height: var(--line-height-gl);
  padding: 0.75em 2em 0.75em 0;
}
.order-faq__item-text {
  line-height: 2;
}
.order-faq__item-text::before {
  width: 80px;
  font-size: 2.5em;
  padding: 0.4em 0 0.6em;
}
.order-faq__item-text p {
  width: calc(100% - 110px);
  padding: 24px 0 22px;
}

/*===============================================
  会社案内
===============================================*/
/*会社情報
-----------------------------*/
.company-info {
  padding: 0 !important;
}
.company-info::before {
  width: 104.1667%;
  max-width: 2000px;
  height: calc(100% - 240px);
  max-height: 526px;
  background-size: 13.05%;
  top: 145px;
}
.company-info .inbox {
  padding: clamp(120px, 9.375vw, 180px) 0;
}
.company-info:has(.company-info__map)::before {
  height: calc(100% - 740px);
}
.company-info:has(.company-info__map) .inbox {
  padding-bottom: clamp(60px, 4.1666666667vw, 80px);
}
.company-info__table td .com-replace {
  font-size: 1em;
  line-height: var(--line-height-base);
}
.company-info__table td .com-replace img {
  height: var(--font-size-sm);
  vertical-align: baseline;
}
.company-info__map {
  height: 500px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-archive__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.news-archive__item-link:has(.news-archive__item-image) {
  grid-template-columns: 160px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.news-archive__item-inner {
  row-gap: 40px;
}
.news-archive__item-date {
  width: 100px;
}
.news-archive__item-tags {
  width: calc(100% - 100px);
  gap: 10px 20px;
}
.news-archive__item-tag {
  padding: 0 1em;
}
.news-archive__item-title {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  margin: var(--margin-height-base) 0;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form::before {
  width: 104.1667%;
  max-width: 2000px;
  height: calc(100% - 240px);
  max-height: 526px;
  background-size: 13.05%;
  top: 145px;
}
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 380px;
  text-align: left;
  line-height: 2.375;
  padding: 20px 30px;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: 2;
  padding: 0 0.75em;
  margin-top: 5px;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding: 20px 30px;
}
.contact-form .contact-submits-wrap {
  padding-top: 32px;
}
.contact-form .contact-submits-wrap > * {
  width: 320px;
  height: 60px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.contact-complete::before {
  width: 104.1667%;
  max-width: 2000px;
  height: calc(100% - 240px);
  max-height: 526px;
  background-size: 13.05%;
  top: 145px;
}
.contact-complete__text {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-policy__box {
  padding: 50px;
  margin-bottom: 30px;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/