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

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

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

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 6rem;
}
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 192rem;
  padding-inline: clamp(70px, 5.4644808743vw, 100px);
  padding-top: 1rem;
}
#header .header__logo {
  padding-top: 2rem;
}
#header .header__logo img {
  height: 4rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#header .header__btn {
  justify-content: flex-start;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  width: 25.5rem;
  height: 6rem;
  padding-block: 1.5rem;
  padding-left: 6.6rem;
  margin-top: 1rem;
}
#header .header__btn > span {
  font-size: 1.4rem;
}
#header .header__btn::after {
  width: 1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 10rem;
}
#footer .footer__inner {
  display: grid;
  grid-template-columns: auto 50%;
  align-items: center;
  gap: 3rem 6rem;
  width: 108rem;
}
#footer .footer__logo {
  margin-left: auto;
}
#footer .footer__logo img {
  height: 8rem;
}
#footer .footer__info {
  align-items: flex-start;
  line-height: 1.5;
  row-gap: 2.2rem;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  grid-column: span 2;
}
#footer .footer__btn {
  width: 30rem;
  height: 8rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  font-size: var(--font-size-sm);
  line-height: 1;
  letter-spacing: 0;
  padding-top: 3rem;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
}
.footer-nav__item {
  padding-top: 2.2rem;
}
.footer-nav__link {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__link::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background: url(../img/common/nav_icon.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.2rem;
  pointer-events: none;
  opacity: 0;
}
.footer-nav__link:hover::before, .footer-nav__link.current::before {
  opacity: 1;
}
.footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  min-width: 60rem;
  font-size: var(--font-size-xs);
  border-block: solid 1px #becb8e;
  padding-block: 3rem;
}
.footer-nav__sub-item {
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-link:hover, .footer-nav__sub-link.current {
  color: color-mix(in srgb, var(--color-text) 25%, var(--color-green));
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: 1.4rem;
  padding-top: 4rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before {
  max-width: 192rem;
}
.visual:has(.visual__main)::before {
  height: calc(15rem + clamp(323px, 25.2083333333vw, 484px));
}
.visual:has(.visual__sub)::before {
  height: 20.6rem;
  -webkit-mask-size: 100% clamp(233px, 33.0208333333vw, 634px);
          mask-size: 100% clamp(233px, 33.0208333333vw, 634px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(15rem + clamp(520px, 40.625vw, 780px));
  padding-top: 12.3rem;
}
.visual__catch--main {
  row-gap: clamp(20px, 1.5625vw, 30px);
}
.visual__catch--main .logo {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.visual__catch--main .logo img {
  height: calc(clamp(160px, 12.5vw, 240px) - 1px);
}
.visual__catch--main .txt {
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: calc(1em + 2rem);
}
.visual__catch--main .txt::before {
  width: calc(100% + clamp(144px, 11.25vw, 216px));
  height: clamp(64px, 5vw, 96px);
  background-size: clamp(126px, 9.84375vw, 189px);
  top: calc(clamp(-45px, -2.34375vw, -30px) + 0.5lh - 0.5em);
}
.visual__catch--main .sub {
  font-size: clamp(12px, 0.8333333333vw, 16px);
  line-height: calc(1em + 1rem);
}
.visual__catch--main::before {
  width: calc(clamp(640px, 50vw, 960px) + 100%);
  height: clamp(140px, 10.9375vw, 210px);
  background-size: clamp(162px, 12.65625vw, 243px), clamp(160px, 12.4479166667vw, 239px);
  top: clamp(94px, 7.34375vw, 141px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(15rem + clamp(300px, 23.4375vw, 450px));
  padding-top: 16rem;
}
.visual__catch--sub {
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
  font-size: clamp(34px, 2.6041666667vw, 50px);
  line-height: 2;
  padding-inline: clamp(16px, 1.25vw, 24px);
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: clamp(20px, 1.5625vw, 30px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-top: 1rem;
}
.gnav__item {
  border-right: solid 1px var(--color-brown);
}
.gnav__item:last-of-type {
  border-left: solid 1px var(--color-brown);
}
.gnav__link {
  display: block;
  line-height: calc(1em + 2rem);
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
  padding: 1rem;
  position: relative;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.gnav__link::before {
  content: "";
  width: calc(1em - 2px);
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/nav_icon.svg) no-repeat center/contain;
          mask: url(../img/common/nav_icon.svg) no-repeat center/contain;
  background-color: var(--color-green);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  opacity: 0;
}
.gnav__link:hover::before, .gnav__link.current::before {
  opacity: 1;
}

/*===============================================
  main#container
===============================================*/
#container:has(.section:last-of-type.com-contact) {
  padding-bottom: 15rem;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 3rem;
}
.breadcrumb__list {
  width: 108rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 15rem;
}
.section--bg::before {
  min-width: 192rem;
  height: 137rem;
}
.section--bg::after {
  width: calc(100% - 3rem);
  max-width: 181rem;
  background-size: clamp(244px, 19.0625vw, 366px), clamp(209px, 16.3020833333vw, 313px);
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 23rem;
  height: 6rem;
}
.com-btn > span::before {
  width: 1.6rem;
  top: 2.2rem;
  left: 1.6rem;
}
.com-btn::after {
  width: 3rem;
  right: -0.6rem;
}

.com-link::after {
  width: 1.5rem;
  right: 2rem;
}
.com-link--ln::before, .com-link--ig::before {
  width: 3rem;
  left: 2rem;
}
.com-link--mail::before {
  width: 2.7rem;
  left: 2rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.38889;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 2rem;
  margin-block: -2rem;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 0 2rem;
}
.com-table tr td {
  padding: 1.25rem 0 1.25rem 2rem;
}
.com-table tr td:has(.com-replace) {
  padding-block: 0.5rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.com-post__link {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.com-post__image {
  width: 15rem;
}
.com-post__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__inner {
  gap: 1.5rem 1rem;
}
.com-post__date {
  font-size: 1.4rem;
  line-height: 1.42858;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 6rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 10rem;
}
.com-contact::before {
  width: calc(100% - 6rem);
  max-width: 172rem;
}
.com-contact__title {
  text-shadow: 0 0 1rem rgba(51, 51, 51, 0.05), 0 0 3rem rgba(51, 51, 51, 0.08);
}
.com-contact__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.com-contact__link {
  width: 100%;
  max-width: 51rem;
  height: 10rem;
}
.com-contact__link::before {
  left: 3rem !important;
}
.com-contact__link::after {
  right: 3rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*五年後、十年後も、自分らしい髪で。
-----------------------------*/
.top-about::before {
  width: 107.292%;
  max-width: 206rem;
  height: 42.2rem;
  background-size: clamp(256px, 19.9479166667vw, 383px), clamp(310px, 24.21875vw, 465px);
  left: calc(50% - 0.6rem);
  bottom: 21.7rem;
}
.top-about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  padding-right: 7.2rem;
}
.top-about__title {
  text-align: left;
  margin-bottom: 0;
}
.top-about__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-about__title::before {
  width: 9.9rem;
  aspect-ratio: 33/20;
  top: -3rem;
  right: -4.5rem;
}
.top-about__text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0 calc((1em - 1lh) / 2);
}
.top-about__text p {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-about__btn {
  width: 6rem;
  height: 23rem;
  margin: auto 1rem 0.7rem 0;
}
.top-about__btn > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-about__btn > span::before {
  top: 1.6rem;
  left: 2.2rem;
}
.top-about__btn::after {
  width: 1px;
  height: 3rem;
  top: inherit;
  right: inherit;
  left: 50%;
  bottom: -0.6rem;
}
.top-about__images {
  padding-top: 8rem;
}
.top-about__image {
  width: 43.7rem;
  filter: drop-shadow(0 2rem rgba(51, 51, 51, 0.05));
}
.top-about__image:nth-of-type(2) {
  margin-top: 11rem;
  margin-inline: -11.5rem;
}

/*メニュー
-----------------------------*/
.top-menu__title::before {
  width: 59rem;
  height: 9rem;
  background-size: auto 6rem, auto 7rem;
  top: -2rem;
}
.top-menu__text {
  width: 56rem;
  margin-inline: auto;
}
.top-menu__text + .top-menu__list {
  padding-top: 8rem;
}
.top-menu__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.5rem;
  min-height: 38rem;
  padding-block: 6rem;
  padding-left: 37.5rem;
  margin-bottom: 6rem;
}
.top-menu__item::before {
  width: 128rem;
  background-size: 5rem;
}
.top-menu__heading {
  width: 100%;
  margin-bottom: 1.5rem;
}
.top-menu__heading > span {
  padding-right: 2.5rem;
}
.top-menu__heading > span::before {
  width: calc(70.5rem - 100%);
}
.top-menu__image {
  width: 34rem;
  position: absolute;
  top: 6rem;
  left: 0;
}
.top-menu__image img {
  width: 100%;
  aspect-ratio: 34/26;
  -o-object-fit: cover;
     object-fit: cover;
}

/*お悩み別おすすめケア診断
-----------------------------*/
.top-chart {
  padding-block: 10rem;
}
.top-chart::before {
  width: calc(100% - 6rem);
  max-width: 172rem;
}
.top-chart__title {
  text-shadow: 0 0 1rem rgba(51, 51, 51, 0.05), 0 0 3rem rgba(51, 51, 51, 0.08);
}
.top-chart__text {
  text-align: center;
  text-shadow: 0 0 1rem rgba(51, 51, 51, 0.05), 0 0 3rem rgba(51, 51, 51, 0.08);
}

/*スタイル
-----------------------------*/
.top-style {
  padding-bottom: 0;
}
.top-style::before {
  height: 47.5rem;
}
.top-style__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 6rem);
  max-width: 171rem;
  height: 19.5rem;
  transform: translateX(-0.5rem);
  margin-inline: auto;
}
.top-style__image {
  width: calc(50% - 16rem);
  max-width: 65rem;
  height: 45rem;
}
.top-style__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-style__image--right {
  margin-top: 8rem;
}
.top-style__title {
  row-gap: calc(4rem - 0.2em);
  padding-top: 6rem;
}
.top-style__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  margin-top: -0.2em;
}
.top-style__title::before {
  height: 7rem;
}
.top-style__title::after {
  height: 10rem;
}
.top-style__text {
  text-align: center;
}
.top-style__btn {
  margin-top: 8.7rem;
  margin-inline: auto;
}

/*店舗概要
-----------------------------*/
.top-shop {
  padding-bottom: 0;
}
.top-shop::before {
  top: -15rem;
}
.top-shop::after {
  top: 16rem;
  height: 84.2rem;
}
.top-shop__text {
  text-align: center;
}
.top-shop__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 6rem 5rem;
  padding-top: 8rem;
}
.top-shop__image {
  width: 45rem;
}
.top-shop__image img {
  width: 100%;
  aspect-ratio: 9/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-shop__table {
  width: calc(100% - 50rem);
}
.top-shop__table tr th {
  width: 15rem;
}
.top-shop__table tr td .com-replace {
  font-size: 1.3rem;
}
.top-shop__map {
  width: 100%;
  height: 40rem;
}
.top-shop__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding-top: 6rem;
}
.top-shop__link {
  width: 100%;
  max-width: 51rem;
  height: 10rem;
}
.top-shop__link::before {
  left: 3rem !important;
}
.top-shop__link::after {
  right: 3rem;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template: repeat(2, auto)/24.4rem 1fr;
  align-items: center;
  gap: 6rem 3.6rem;
}
.top-news__title {
  padding-top: 3.7rem;
  margin-bottom: 0;
  align-self: flex-end;
}
.top-news__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  margin-top: -0.1em;
}
.top-news__title::before {
  height: 7rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
  align-self: flex-start;
}
.top-news__item.com-post__item:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}
.top-news__btn {
  align-self: flex-start;
}

/*===============================================
  ほのりについて
===============================================*/
/*ほのりが大切にしていること
-----------------------------*/
.about-experience__title::before {
  width: 93.4rem;
  height: 11.8rem;
  background-size: auto 6rem, auto 7rem;
  top: -3.5rem;
}
.about-experience__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-top: 2rem;
}
.about-experience__item {
  display: grid;
  grid-template-rows: 25rem auto 1fr;
  grid-auto-flow: column;
  row-gap: 2rem;
  width: 100%;
  padding: 2rem;
}
.about-experience__item::before {
  background-size: 2rem;
}
.about-experience__image {
  width: 100%;
}
.about-experience__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-experience__heading {
  display: grid;
  grid-template: 4rem 5.2rem/1fr;
  grid-auto-flow: column;
  row-gap: 1.8rem;
}
.about-experience__heading .min {
  font-size: 2.2rem;
  line-height: 1.36364;
  padding-inline: 2em;
}
.about-experience__body {
  padding: calc(1.5rem - (0.5lh - 0.5em)) 1.5rem;
}

/*店長メッセージ
-----------------------------*/
.about-message::before {
  top: 18rem;
}
.about-message::after {
  max-width: 147rem;
  height: 50.4rem;
  top: 21.6rem;
}
.about-message__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2rem;
  margin-inline: auto;
}
.about-message__box::before {
  width: calc(100% - 2rem);
  height: 3rem;
  bottom: -3rem;
}
.about-message__image {
  filter: drop-shadow(0 2rem rgba(51, 51, 51, 0.05));
}
.about-message__image img {
  width: 47.7rem;
}
.about-message__heading {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  padding: 1rem 1.4rem;
}
.about-message__heading::before, .about-message__heading::after {
  width: 1.6rem;
}
.about-message__body {
  text-align: center;
}

/*===============================================
  メニュー
===============================================*/
/*お悩み別おすすめコース
-----------------------------*/
.menu-course::before {
  width: 110.9375%;
  max-width: 213rem;
  height: 42.5rem;
  background-size: clamp(256px, 19.9479166667vw, 383px), clamp(310px, 24.21875vw, 465px);
  left: calc(50% + 3.6rem);
  top: 53rem;
}
.menu-course__text {
  text-align: center;
}
.menu-course__items {
  padding-top: 8rem;
}
.menu-course__item {
  margin-bottom: 6rem;
}
.menu-course__heading {
  justify-content: center;
  min-height: 10rem;
  padding-inline-start: 2rem;
}
.menu-course__heading .label {
  padding-inline: 0.25em;
  margin-right: 0.1em;
}
.menu-course__values {
  padding: 2.15rem 2rem;
}
.menu-course__value {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.menu-course__value .min {
  font-size: 1.4rem;
  line-height: calc(1em + 0.6rem);
  padding-inline: 0.5rem;
}

/*===============================================
  スタイル
===============================================*/
/*スタイル一覧
-----------------------------*/
.style-list__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8rem;
  padding-inline: 3.5rem;
  margin-inline: auto;
}
.style-list__tag {
  width: 23rem;
}
.style-list__tag .com-btn {
  width: 100%;
  height: auto;
  padding: 2rem 4rem;
  min-height: 6rem;
}
.style-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 6rem;
  padding-top: 8rem;
}
.style-list__image img {
  aspect-ratio: 1.4545454545;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style-list__heading {
  margin-top: 2rem;
}
.style-list .com-empty {
  margin-top: 8rem;
}

/*===============================================
  店舗概要
===============================================*/
/*髪処ほのり
-----------------------------*/
.shop-info::after {
  height: 61.3rem;
  top: 17.5rem;
}
.shop-info__title img {
  height: 8rem;
}
.shop-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.shop-info__table {
  width: 100%;
}
.shop-info__table tr th {
  width: 15rem;
}
.shop-info__table tr td .com-replace {
  font-size: 1.3rem;
}
.shop-info__map {
  width: 48rem;
  flex-shrink: 0;
}
.shop-info__images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  padding-top: 6rem;
}
.shop-info__image {
  width: 100%;
  padding: 2rem;
}
.shop-info__image img {
  aspect-ratio: 0.935483871;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive .com-post__image {
  width: 24rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 6rem 5rem;
}
.news-detail__box::before {
  background-size: 4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  vertical-align: top;
  line-height: 2.11112;
  padding-block: 1.5rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.9rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.11112;
  padding-block: 1rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem 5rem;
}
.privacy-policy__box::before {
  background-size: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
  padding-top: 2rem;
}
.sitemap-list__link {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 4rem 5rem;
}
.error-message__text::before {
  background-size: 2rem;
}