@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .header__logo {
  width: 18rem;
  aspect-ratio: 2/1;
  padding: 3rem 0 0 3rem;
}
#header .header__logo img {
  width: 10rem;
  aspect-ratio: 100/23;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8rem;
}
#footer::before {
  width: 94%;
  height: 6.4rem;
}
#footer::after {
  height: 1rem;
  bottom: 1rem;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__logo {
  width: 18rem;
  aspect-ratio: 3/1;
  margin-bottom: 1rem;
}
#footer .footer__logo img {
  width: 10rem;
}
#footer .footer__sns {
  padding-inline: 1rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-inline: 5%;
  margin-top: 5rem;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
.footer-nav__item {
  line-height: 2;
  border-bottom: solid 1px var(--color-leaf);
  grid-column: span 2;
}
.footer-nav__item:has(.nav-link--blog), .footer-nav__item:has(.nav-link--blog) ~ .footer-nav__item {
  font-size: var(--font-size-sm);
  grid-column: span 1;
}
.footer-nav__item:has(.nav-link--blog) .footer-nav__link, .footer-nav__item:has(.nav-link--blog) ~ .footer-nav__item .footer-nav__link {
  display: block;
  text-align: center;
  padding-inline: 0;
}
.footer-nav__item:has(.nav-link--blog) .footer-nav__link::after, .footer-nav__item:has(.nav-link--blog) ~ .footer-nav__item .footer-nav__link::after {
  display: none;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 5vw;
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 4/3;
  background: url(../img/common/arrow-green.png) no-repeat center/contain;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 3rem 0 2rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 1rem;
  bottom: 0;
}
#pagetop img {
  width: 100%;
  aspect-ratio: 60/77;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 6rem;
  background: url(../img/common/pt-btn.png);
  background-blend-mode: overlay;
  background-color: #e04e58;
  outline: solid 2px var(--color-white);
  outline-offset: -2px;
  border-radius: 1rem;
  transition: all 0.3s ease-out;
  bottom: 1rem;
  left: 1rem;
}
#side::before {
  content: "";
  width: 4rem;
  aspect-ratio: 1;
  background: url(../img/common/side_txt-deco.png) no-repeat left bottom/contain;
  position: absolute;
  left: -0.8rem;
  bottom: -0.8rem;
  z-index: 1;
}
#side::after {
  content: "";
  display: block;
  width: 6.4rem;
  aspect-ratio: 4/3;
  background: url(../img/common/side_deco.png) no-repeat center/contain;
  position: absolute;
  right: -2rem;
  bottom: -1rem;
  z-index: 1;
}
#side:hover {
  background-color: var(--color-red);
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  width: 94%;
  padding-top: 3rem;
  margin-inline: auto;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 56rem;
  border-radius: 2rem 2rem 0 0;
  padding-top: 2rem;
}
.visual__main::after {
  width: calc(100% + 2px);
  aspect-ratio: 1842/161;
  max-height: 16.1rem;
}
.visual__catch--main {
  width: 90vw;
  max-width: 42rem;
}
.visual__catch--main img {
  width: 100%;
  aspect-ratio: 210/123;
  -o-object-fit: contain;
     object-fit: contain;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 30rem;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem 2vw 0;
}
.visual__sub::after {
  width: calc(100% + 2px);
  aspect-ratio: 1842/161;
  max-height: 16.1rem;
}
.visual__sub--e404 .visual__catch--sub {
  font-size: calc(var(--font-size-h2) - 2px);
}
.visual__catch--sub {
  font-size: var(--font-size-h2);
  text-shadow: 0 0 0.6rem var(--color-text), 0 0 1.2rem var(--color-text), 0 0 2rem var(--color-text), 0 0 3rem var(--color-text);
}

/*===============================================
  main#container
===============================================*/
#container::before {
  min-width: 78rem;
  height: calc(4rem + 1px);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  display: none;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg01 {
  padding-bottom: 12rem;
}
.section--bg01::before {
  min-width: 78rem;
  height: calc(4rem + 1px);
}
.section--bg01 + .section:not(.com-contact) {
  padding-top: 6rem;
}
.section--bg02 {
  padding-bottom: 15rem;
}
.section--bg02::before {
  width: 120%;
  height: 12rem;
  -webkit-mask-size: 45% 100%;
          mask-size: 45% 100%;
}
.section--bg02::after {
  min-width: 78rem;
  height: calc(6rem + 1px);
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: flex-start;
  gap: 1rem 1.2rem;
}
.com-tel::before {
  width: 3rem;
  aspect-ratio: 5/7;
}
.com-tel__num {
  font-size: 3.2rem;
}
.com-tel__num span {
  margin-block-start: -0.6rem;
  margin-block-end: -0.2rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  margin-inline: auto;
}
.com-btn::after {
  right: 2.4rem;
}
.com-btn--mail {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-right: 3.5rem;
}
.com-btn--mail::before {
  width: 2.3rem;
}
.com-btn--shop {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 4.5rem;
}
.com-btn--shop::before {
  width: 3rem;
}

.com-link {
  min-width: 18rem;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: max(20px, 3rem);
}
.com-sns li {
  width: max(40px, 5rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em 1em;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr th {
  width: 6.5em;
  text-align: center;
  vertical-align: middle;
  padding-inline: 0.5em;
  border-radius: 0.5rem 0 0 0.5rem;
}
.com-table--noblock tr td {
  border-radius: 0 0.5rem 0.5rem 0;
}
.com-table:not(.com-table--noblock) tr {
  margin-bottom: 0.8rem;
}
.com-table:not(.com-table--noblock) tr:last-of-type {
  margin-bottom: 0;
}
.com-table:not(.com-table--noblock) tr th {
  border-radius: 0.5rem 0.5rem 0 0;
}
.com-table:not(.com-table--noblock) tr td {
  border-radius: 0 0 0.5rem 0.5rem;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*ブログ
-----------------------------*/
.com-post__item {
  line-height: 1.5;
}
.com-post__item--image .com-post__link {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.com-post__item--image .com-post__image {
  width: 15rem;
}
.com-post__item--image .com-post__image img {
  border-radius: 1rem;
}
.com-post__item--image .com-post__inner {
  gap: 1.5rem 1.2rem;
}
.com-post__item--image .com-post__date {
  width: 8rem;
  line-height: calc(1em + 1.2rem);
}
.com-post__item--image .com-post__heading {
  font-size: var(--font-size-h6);
  line-height: calc(1em + 1rem);
  margin-bottom: 0.5rem;
}
.com-post__item--image:has(.com-post__image) .com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}
.com-post__date {
  width: 9rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 2rem;
  margin-bottom: 4rem;
}
.com-title01::before {
  width: calc(100% + 6.4rem);
  height: 3.2rem;
}

/*中タイトル
-----------------------------*/
.com-title02--line {
  padding-bottom: 2rem;
}

/*小タイトル
-----------------------------*/
.com-title03--line {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}
.com-title03--line::before {
  width: 3rem;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__inner {
  padding-block: 8rem;
}
.com-contact__inner::before {
  width: 100vw;
}
.com-contact__inner::after {
  width: calc(100vw - 1.2rem);
  height: 10rem;
  background-size: 17.2rem;
  bottom: -3.2rem;
}
.com-contact__title {
  margin-bottom: 5rem;
}
.com-contact__title .deco::before {
  width: calc(100% + 7.2rem);
  height: 5rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
.com-contact__tels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  padding-bottom: 2rem;
}
.com-contact__memo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  aspect-ratio: 365/70;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  letter-spacing: 0;
  background: url(../img/common/contact_balloon-sp.svg) no-repeat center/contain;
  padding-bottom: 1rem;
  position: relative;
  z-index: 0;
}
.com-contact__memo p {
  margin-inline-end: -0.5em;
}
.com-contact__tel .com-tel__num {
  font-size: 3.5rem;
}
.com-contact__btn {
  width: 36rem;
}
.com-contact:has(+ .top-access) {
  padding-bottom: 0;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*新着情報
-----------------------------*/
.top-news {
  padding-top: 10rem;
}
.top-news::before {
  width: 92%;
  height: 7rem;
  top: 1.2rem;
}
.top-news::after {
  width: calc(100% + 2rem);
  height: 9rem;
  bottom: 0;
}
.top-news__box {
  padding: 4rem 3rem;
  border-radius: 3rem;
}
.top-news__box::before {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 2rem;
  background-position: left 1rem top 1rem, right 1rem top 1rem, left top;
  background-size: 0.8rem, 0.8rem, auto;
}
.top-news__box::after {
  width: 100%;
  height: 5.2rem;
}
.top-news__inner {
  padding: 6rem;
  border-radius: 2rem;
}
.top-news__title {
  padding-bottom: 2rem;
}
.top-news__title::after {
  width: calc(100% + 5rem);
  height: 6.8rem;
}
.top-news .com-post__link {
  gap: 1rem 1.2rem;
}
.top-news__btn {
  margin: 4rem 0 0 auto;
}

/*家族に食べさせたいから、
土と肥料に手を抜きません。
-----------------------------*/
.top-about {
  background-size: 200vw;
  background-position: center bottom -1px;
}
.top-about__title {
  margin-bottom: 4.8rem;
}
.top-about__title img {
  height: 16rem;
  aspect-ratio: 34/16;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-about__btn {
  margin: 4rem auto 0;
}
.top-about__btn::before {
  width: calc(100% + 15rem);
  max-width: 96vw;
  height: 9.6rem;
  bottom: -10rem;
}
.top-about__btn > span {
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  padding-right: 3rem;
}
.top-about__btn > span::before {
  width: 1.6rem;
}

/*山倉農園のこだわり
-----------------------------*/
.top-feature {
  padding-top: 6rem;
}
.top-feature::after {
  width: 96%;
  height: 12rem;
  bottom: -2rem;
}
.top-feature__list {
  counter-reset: num 0;
}
.top-feature__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 2rem;
  background: var(--pattern-pink);
  padding: 2rem;
  padding-left: 5rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.top-feature__item::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: block;
  font-family: var(--font-family-num);
  font-size: var(--font-size-h3);
  color: var(--color-mos);
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
}
.top-feature__item:last-of-type {
  margin-bottom: 0;
}
.top-feature__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-feature__heading {
  margin-bottom: 0;
}
.top-feature__btn {
  margin: 4rem auto 0;
}
.top-feature__btn > span {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-right: 3.5rem;
}
.top-feature__btn > span::before {
  width: 2rem;
}

/*山倉農園の商品
-----------------------------*/
.top-product .inbox::before {
  display: none;
}
.top-product + .com-contact {
  padding-top: 3rem !important;
}
.top-product__title {
  padding-bottom: 3rem;
}
.top-product__title::after {
  width: 28rem;
  aspect-ratio: 28/5;
}
.top-product__item {
  margin-bottom: 10rem;
}
.top-product__item--berry .top-product__image figcaption {
  left: 2rem;
}
.top-product__item--berry .top-product__image::after {
  width: calc(100% + 4rem);
  height: 12rem;
  bottom: -2.5rem;
}
.top-product__item--berry .top-product__btn::before {
  display: none;
}
.top-product__item--veggie .top-product__image figcaption {
  right: 2rem;
}
.top-product__item--veggie .top-product__image::after {
  width: calc(100% + 4rem);
  height: 15rem;
  bottom: -2.5rem;
}
.top-product__item--veggie .top-product__btn::before {
  display: none;
}
.top-product__image {
  width: 100%;
}
.top-product__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-product__image {
  margin-bottom: 3rem;
}
.top-product__image img {
  border-radius: 2rem;
}
.top-product__image figcaption {
  width: 6rem;
  min-height: 15rem;
  font-size: var(--font-size-h4);
  padding-block: 2rem;
  top: -2rem;
}
.top-product__btn {
  width: 36rem;
  margin: 4rem auto 0;
}

/*アクセス
-----------------------------*/
.top-access {
  padding-top: 8rem;
}
.top-access__add {
  line-height: 1.5;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 3rem;
}
.top-access__add::before {
  width: 8rem;
}
.top-access__map {
  height: 32rem;
}
.top-access__map iframe {
  border-radius: 2rem;
}

/*===============================================
  山倉農園のこだわり
===============================================*/
/*生産者の想い
-----------------------------*/
.commitment-thoughts::before {
  transform: scale(-1, 1) translateX(50%);
}
.commitment-thoughts__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commitment-thoughts__image {
  margin-bottom: 4rem;
}
.commitment-thoughts__image img {
  border-radius: 2rem;
  -o-object-position: center 16%;
     object-position: center 16%;
}
.commitment-thoughts__image::after {
  width: calc(100% + 2rem);
  height: 10rem;
  bottom: -1.5rem;
  filter: drop-shadow(0 0 1px var(--color-text));
}

/*こだわり・特徴
-----------------------------*/
.commitment-feature::before {
  width: 85%;
  height: 12rem;
  top: -8rem;
}
.commitment-feature::after {
  width: 85%;
  height: 6rem;
  top: 3.2rem;
}
.commitment-feature__item {
  position: relative;
  margin-bottom: 6.4rem;
}
.commitment-feature__item::before {
  width: 4.2rem;
  aspect-ratio: 1;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}
.commitment-feature__heading {
  align-items: center;
  text-align: center;
  row-gap: 1.2rem;
  margin-bottom: 2.4rem;
  word-break: keep-all;
}
.commitment-feature__heading .sub {
  font-size: var(--font-size-h6);
  line-height: 1.66667;
  border-radius: 0.5rem;
}
.commitment-feature__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.commitment-feature__image {
  background: #f0ece6;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}

/*===============================================
  越後姫
===============================================*/
/*越後姫について
-----------------------------*/
.berry-about::after {
  width: 92%;
  min-width: 42rem;
  height: 7.2rem;
  top: 6rem;
}
.berry-about .inbox::before {
  content: "";
  width: calc(100% + 2rem);
  height: 8rem;
  background: url(../img/strawberry/deco_about-b.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10rem;
  z-index: 1;
  pointer-events: none;
}
.berry-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.berry-about__image {
  margin-bottom: 3rem;
  position: relative;
}
.berry-about__image img {
  border-radius: 2rem;
}

/*越後姫へのこだわり
-----------------------------*/
.berry-feature .inbox::after {
  width: calc(100% + 2rem);
  height: 9rem;
  bottom: -15rem;
}
.berry-feature__item {
  margin-bottom: 6.4rem;
  position: relative;
}
.berry-feature__item::before {
  width: 4.2rem;
  aspect-ratio: 1;
  font-size: 2rem;
  padding-bottom: 0.1em;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
  z-index: 4;
}
.berry-feature__item::after {
  content: "";
  display: block;
  aspect-ratio: 40/8;
  height: 0.6rem;
  background: url(../img/common/ttl_dot.svg) space left center/auto 100%;
  position: absolute;
  top: 2.4rem;
  left: 4rem;
  z-index: 4;
  pointer-events: none;
}
.berry-feature__heading {
  padding: 1.5rem 1.5rem 1.5rem 8rem;
  margin-bottom: 2.4rem;
}
.berry-feature__heading::before {
  width: 100%;
  border-radius: 1rem;
}

/*商品情報
-----------------------------*/
.berry-list__item {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border-radius: 1.2rem;
}
.berry-list__heading {
  margin-bottom: 2rem;
}
.berry-list__image {
  margin-bottom: 2rem;
}
.berry-list__image img {
  border-radius: 1rem;
}
.berry-list__table {
  font-size: calc(1em - 1px);
  line-height: 2.4rem;
}
.berry-list__table tr th {
  width: 6em;
  border-radius: 0.5rem;
  padding-block: 0.5em;
}
.berry-list__table tr td {
  padding-block: 0.5em;
  padding-right: 0;
}

/*お客様の声
-----------------------------*/
.berry-voice::before {
  width: 92%;
  max-width: 52rem;
  height: 6rem;
  top: 7.2rem;
}
.berry-voice__list {
  padding-top: 1rem;
}
.berry-voice__item {
  margin-bottom: 5rem;
}

/*===============================================
  季節の野菜
===============================================*/
/*お野菜出荷スケジュール
-----------------------------*/
.veggie-schedule::after {
  width: 94%;
  height: 8.8rem;
  bottom: -1rem;
  z-index: 3;
}
.veggie-schedule__text {
  font-size: 1.5rem;
  line-height: 2;
}
.veggie-schedule__graph {
  padding-top: 2rem;
  overflow-x: scroll;
}
.veggie-schedule__graph img {
  width: 100%;
  min-width: 70rem;
  max-width: inherit;
}

/*取り扱いお野菜
-----------------------------*/
.veggie-list::after {
  width: 86.8rem;
  height: 7.7rem;
  top: 10.7rem;
}
.veggie-list__item {
  margin-bottom: 8rem;
}
.veggie-list__shipment {
  line-height: 1.875;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 3rem;
}
.veggie-list__shipment dt {
  width: 9rem;
  border-radius: 0.8rem;
}
.veggie-list__brands {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 3rem 2rem;
  padding-top: 4rem;
}
.veggie-list__thumb img {
  border-radius: 1.2rem;
}
.veggie-list__label {
  padding-top: 1.5rem;
}

/*===============================================
  農園情報
===============================================*/
/*基本情報
-----------------------------*/
.info-farm::before {
  width: 94%;
  max-width: 46rem;
  height: 5rem;
  top: 13rem;
}
.info-farm::after {
  width: 98%;
  max-width: 54rem;
  height: 4.5rem;
  top: 15rem;
}
.info-farm__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.info-farm__map {
  height: 32rem;
  margin-top: 4rem;
}
.info-farm__map iframe {
  border-radius: 2rem;
}

/*===============================================
  ブログ
===============================================*/
/* ブログ 一覧
-----------------------------*/
.blog-archive__tags {
  margin-bottom: 4rem;
}

/* ブログ 詳細
-----------------------------*/
.blog-detail__title {
  margin-bottom: 2rem;
}

/*===============================================
  お問い合わせ
===============================================*/
/* お問い合わせ・ご注文方法
-----------------------------*/
.contact-order::before {
  width: 90%;
  max-width: 45rem;
  height: 8rem;
  bottom: -6rem;
  z-index: 6;
}
.contact-order::after {
  width: 94%;
  max-width: 50rem;
  height: 8rem;
  bottom: -6rem;
  z-index: 6;
}
.contact-order__title {
  font-size: min(3rem, 6.667vw);
}
.contact-order__items {
  padding: 3rem 4rem;
  border-radius: 1.2rem;
  margin-top: 4rem;
}

/* メールフォーム
-----------------------------*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 2.4rem 2rem;
  border-radius: 1.2rem;
}