@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #51340b;
  --color-white: #ffffff;
  --color-lightgreen: #e2ecea;
  --color-green: #a0c1b9;
  --color-deepgreen: #759f95;
  --color-lightorange: #ecb78f;
  --color-orange: #dd9259;
  --color-gray: #dad6d0;
  --color-nav-gray:#b7b3ac;
  --color-grad-green:#e0efeb;
  --color-tag-orange:#eeba92;
  --color-dot-orange:#f4d2b8;
  /*カレントカラー*/
  --color-current: #dd9259;
  --color-required:#dd9259;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Noto Serif JP", sans-serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-lora: "Lora", serif;
  --font-family-ephesis: "Ephesis", cursive;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*その他テキスト*/
  --font-size-11: 1.1rem;
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-19: 1.9rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-24: 2.4rem;
  --font-size-26: 2.6rem;
  --font-size-27: 2.7rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-32: 3.2rem;
  --font-size-36: 3.6rem;
  --font-size-40: 4.0rem;
  --font-size-42: 4.2rem;
  --font-size-60: 6.0rem;
  --font-size-80: 8.0rem;
  --font-size-100: 10rem;
  --font-size-180: 18rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471;
  /*その他行間*/
  --line-height-2xs:1.364;
  --line-height-xs: 1.6;
  --line-height-sm: 1.733;
  --line-height-md: 1.737;
  --line-height-lg: 1.765;
  --line-height-xl: 1.810;
  --line-height-2xl: 1.882;
  --line-height-3xl: 2.222;
  --line-height-4xl: 2.5;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.06em;
  /*その他文字間*/
  --letter-spacing-xs: 0.025em;
  --letter-spacing-sm: 0.1em;
  --letter-spacing-md: 0.15em;
  --letter-spacing-lg: 0.2em;
}

/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

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

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

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
  background: url(../img/common/body-bg-top.png) top center/100% auto no-repeat;
}

.com-inbox {
  width: 1080px;
}

/*ロゴのホバー処理*/
.logo a {
  transition: all 0.3s;
}
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*共通ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
  color: var(--color-lightorange);
}
.com-btn:hover::after {
  background: url(../img/common/btn_orange.svg) top left/contain no-repeat;
}
.com-btn--arw-b:hover {
  background-color: transparent;
  color: var(--color-font);
  opacity: 0.5;
}
.com-btn--arw-b:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
  width: 5.6rem;
  aspect-ratio: 56/43;
  background: url(../img/common/btn_b.svg) top left/contain no-repeat;
}
.com-btn--line:hover {
  background-color: var(--color-green);
  color: var(--color-white);
}
.com-btn--mail:hover {
  background-color: var(--color-lightorange);
  color: var(--color-white);
}
.com-btn--mail:hover::before {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icon_mail.svg);
          mask-image: url(../img/common/icon_mail.svg);
  background: var(--color-white);
}

/*パンくずリスト*/
.breadcrumb__list {
  width: 1080px;
  padding-block: 6rem;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  font-size: var(--font-size-14);
  font-weight: 500;
  line-height: 1;
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "｜";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: inline-block;
  width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow__btn {
  transition: all 0.3s;
}
.follow__btn:hover {
  transition: all 0.3s;
  bottom: 2.5rem;
}
.follow__btn:hover a {
  transition: all 0.3s;
  opacity: 0.5;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-top: clamp(193px, 15.1vw, 290px);
  padding-bottom: clamp(115px, 8.96vw, 172px);
}
.mv::before {
  top: clamp(149px, 11.61vw, 223px);
  left: clamp(71px, 5.57vw, 107px);
  width: clamp(139px, 10.83vw, 208px);
}
.mv__ttl {
  padding-left: clamp(80px, 6.25vw, 120px);
  gap: clamp(25px, 1.98vw, 38px);
}
.mv__ttl .main {
  font-size: clamp(28px, 2.19vw, 42px);
}
.mv__ttl .sub {
  padding: calc(clamp(10px, 0.78vw, 15px) + (1em - 1lh) / 2) clamp(10px, 0.78vw, 15px);
  width: clamp(372px, 29.06vw, 558px);
  font-size: clamp(16px, 1.25vw, 24px);
}
.mv__ttl .sub::after {
  left: clamp(79px, 6.15vw, 118px);
  font-size: clamp(40px, 3.13vw, 60px);
}
.mv__container {
  position: absolute;
  z-index: -1;
  top: 0;
  right: clamp(100px, 7.81vw, 150px);
  width: clamp(713px, 55.68vw, 1069px);
  height: clamp(471px, 36.77vw, 706px);
  border-radius: 0 0 5rem 5rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.sv__ttl {
  left: calc(50% - clamp(560px, 43.75vw, 840px));
  bottom: 4.3rem;
}
.sv__ttl .ja {
  min-width: 40rem;
}
.sv__container {
  width: clamp(713px, 55.73vw, 1070px);
  height: clamp(333px, 26.04vw, 500px);
  border-radius: 0 0 5rem 5rem;
  margin-inline: calc(50% - clamp(173px, 13.54vw, 260px)) auto;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding-left: 2.8rem;
  max-width: 1920px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__logo {
  margin-top: 0.3rem;
  margin-bottom: 4.6rem;
}
.header .booking {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  width: 22rem;
  height: 9rem;
  background: url(../img/common/deco_bk_btn.png) top right/9.6rem 9rem no-repeat, var(--color-lightorange);
  border-radius: 0 0 0 3rem;
  transition: all 0.3s;
  border-bottom: 2px solid var(--color-lightorange);
  border-left: 2px solid var(--color-lightorange);
  font-size: var(--font-size-19);
  gap: 1rem;
}
.header .booking::before {
  content: "";
  display: block;
  width: 2.7rem;
  aspect-ratio: 27/28;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icon_calender.svg);
          mask-image: url(../img/common/icon_calender.svg);
  background: var(--color-white);
}
.header .booking:hover {
  background-color: var(--color-white);
  color: var(--color-lightorange);
  transition: all 0.3s;
}
.header .booking:hover::before {
  transition: all 0.3s;
  background: var(--color-lightorange);
}
.header .gnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
  padding-right: 27.4rem;
  min-height: 11.1rem;
}
.header .gnav__item {
  transition: all 0.3s;
  font-size: var(--font-size-18);
}
.header .gnav__item:hover {
  opacity: 0.5;
}

/*==============================
    TOP
==============================*/
/*お知らせ*/
.top-news {
  padding-block: 14.2rem 0;
}
.top-news .com-inbox {
  width: 1280px;
  padding: 6rem 22rem 6rem 27.5rem;
  gap: 8.4rem;
  align-items: flex-start;
}
.top-news .com-inbox::before {
  top: 0;
  left: calc(50% - 61.7rem);
  width: 157.7rem;
  aspect-ratio: 1577/379;
  border-radius: 3rem 0 0 3rem;
}
.top-news .com-inbox::after {
  top: clamp(-177px, -9.22vw, -100px);
  width: clamp(211px, 16.51vw, 317px);
  left: unset;
  right: calc(50% + clamp(385px, 22.6vw, 433px));
}
.top-news .com-title01 {
  flex-shrink: 0;
}

/*ここは、情報にあふれる毎日を、そっと手放す場所*/
.top-concept {
  padding-block: 28rem 13rem;
}

/*ご年齢に合わせたメニューをご用意*/
.top-menu {
  padding-top: 13rem;
}
.top-menu .com-title01 {
  align-items: flex-start;
  margin-bottom: 14.2rem;
}
.top-menu .com-title01 .en {
  top: -13.3rem;
  left: -5rem;
  transform: translate(0, 0);
  width: 12.9rem;
  aspect-ratio: 129/482;
}
.top-menu .com-title01 .en img {
  width: 100%;
  height: 100%;
}
.top-menu__list {
  gap: 24rem;
  margin-bottom: 7rem;
}
.top-menu__item:nth-child(odd) .top-menu__title {
  top: -14.5rem;
  left: 7rem;
}
.top-menu__item:nth-child(odd) .img-box.deco {
  top: -17rem;
  right: -10rem;
}
.top-menu__item:nth-child(odd) .img-box.deco img {
  border-radius: 0 3rem 0 0;
}
.top-menu__item:nth-child(odd) .img-box.deco::before {
  top: -12.5rem;
  right: -12rem;
}
.top-menu__item:nth-child(odd) .top-menu--worry__list {
  border-radius: 0 0 0 3rem;
  margin-left: 4.5rem;
}
.top-menu__item:nth-child(even) .top-menu__title {
  top: -14.5rem;
  right: 31.9rem;
}
.top-menu__item:nth-child(even) .img-box.deco {
  top: -17rem;
  left: -10rem;
}
.top-menu__item:nth-child(even) .img-box.deco img {
  border-radius: 3rem 0 0 0;
}
.top-menu__item:nth-child(even) .img-box.deco::before {
  top: -12.1rem;
  left: -17.8rem;
}
.top-menu__item:nth-child(even) .top-menu--worry__list {
  border-radius: 0 0 3rem 0;
  margin-left: auto;
  padding: 8.6rem 5.8rem 6rem 26.7rem;
}
.top-menu__item:nth-child(even) .top-menu--worry__list .icon {
  position: absolute;
  top: 7rem;
  right: 7rem;
}
.top-menu__item:nth-child(2) .top-menu--worry__list::after {
  left: 0;
  bottom: -0.8rem;
}
.top-menu__title .num--line {
  width: 1.8rem;
  height: 2px;
  margin-bottom: 3.5rem;
  margin-inline: 1rem;
}
.top-menu--worry__title {
  margin-bottom: calc(1.5rem + (1em - 1lh) / 2);
}
.top-menu--worry__title span {
  width: 8.2rem;
  height: 3rem;
  letter-spacing: 0;
  padding-bottom: 0.1rem;
  margin-bottom: calc(2.5rem - 0.364em);
}
.top-menu--worry__list {
  padding: 6rem 8.5rem;
}
.top-menu--worry__item {
  padding-top: 4rem;
  padding-bottom: 4rem;
  gap: 2.2rem;
}
.top-menu--worry__item .p {
  margin-bottom: 2.8rem;
}
.top-menu--recommend__item {
  transition: all 0.3s;
}
.top-menu--recommend__item:hover {
  opacity: 0.7;
}
.top-menu--recommend__item:hover .top-menu--recommend__text {
  transition: all 0.3s;
}
.top-menu--recommend__item:hover .top-menu--recommend__text::before {
  transition: all 0.3s;
  right: 0.5rem;
}
.top-menu--recommend__text::before {
  right: 1.2rem;
  bottom: 1.4rem;
}
.top-menu__btn {
  transition: all 0.3s;
}
.top-menu__btn::before {
  top: 1.4rem;
  left: 9.7rem;
}
.top-menu__btn::after {
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.top-menu__btn:hover {
  background-color: var(--color-white);
  color: var(--color-lightorange);
  outline: 1px solid var(--color-lightorange);
}
.top-menu__btn:hover::before {
  transition: all 0.3s;
  color: var(--color-lightorange);
  opacity: 0.3;
}
.top-menu__btn:hover::after {
  transition: all 0.3s;
  right: 1.9rem;
  background: url(../img/common/btn_orange.svg) top left/contain no-repeat;
}

/*下層ページリンク*/
.top-information--link__btn {
  transition: all 0.3s;
}
.top-information--link__btn:hover {
  opacity: 0.7;
}
.top-information--link__btn:hover::after {
  transition: all 0.3s;
  right: 1.7rem;
}

/*==============================
    当店について
==============================*/
/*コンセプト*/
.about-concept {
  position: relative;
  z-index: 0;
}
.about-concept::before {
  position: absolute;
  top: -14rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 96.8rem;
  background: url(../img/about/bg_concept.png) top left/contain no-repeat;
  opacity: 0.9;
}

/*サロンの特徴*/
.about-features::before {
  right: unset;
  left: calc(50% + 54rem);
}
.about-features .com-inbox {
  width: 1280px;
}
.about-features .com-title01 {
  margin-bottom: 14.2rem;
}
.about-features__list {
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.about-features__item .img-box:has(img:nth-child(2)) img {
  width: 37.8rem;
  aspect-ratio: 378/384;
}

/*==============================
    メニュー
==============================*/
.menu-section__item {
  width: 52rem;
  min-height: 35rem;
  transition: all 0.3s;
}
.menu-section__item:hover {
  opacity: 0.7;
}
.menu-section__item:hover .com-btn {
  transition: all 0.3s;
  background-color: transparent;
}
.menu-section__item:hover .com-btn::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
.menu-section__item a {
  padding: calc(5rem + (1em - 1lh) / 2) 5rem 5rem 5rem;
  transition: all 0.3s;
}
.menu-section__item .img-box {
  width: 18rem;
  aspect-ratio: 1;
}

/*==============================
    メニュー詳細
==============================*/
.menu-detail {
  padding-block: 14rem 20rem;
}

/*==============================
    お客様の声
==============================*/
.voice-section__item {
  padding: 6rem 4rem 7rem 4rem;
}
.voice-section__wrap .before {
  width: 15.5rem;
  aspect-ratio: 155/140;
}
.voice-section__wrap .after {
  width: 19.8rem;
  aspect-ratio: 198/178;
}

/*==============================
    店舗情報
==============================*/
.information-link__btn {
  transition: all 0.3s;
}
.information-link__btn:hover {
  background-color: var(--color-white);
  color: var(--color-lightorange);
}
.information-link__btn:hover::after {
  transition: all 0.3s;
  border-right: 4px solid var(--color-lightorange);
  border-bottom: 4px solid var(--color-lightorange);
}

.information-gallery__list {
  flex-wrap: wrap;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 78px 100px;
}
.news .com-news__list {
  width: 80rem;
}

/*お知らせ共通部分*/
.com-news__list {
  min-height: 300px;
}
.com-news__item {
  min-height: 100px;
}
.com-news__item a {
  transition: all 0.3s;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 50px;
}
.tag-select__box {
  min-width: 240px;
}
.tag-select__box::after {
  right: 18px;
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: #ffffff;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail .com-title03 {
  padding: 10px 20px;
  font-size: var(--font-size-26);
}
.news-detail__box {
  padding: 40px 40px 60px 40px;
}

.paginated__link:hover {
  opacity: 0.5;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 13rem 19rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  font-size: 1.7rem;
  width: 35%;
  vertical-align: middle;
  line-height: 1;
}
.contact .com-btn {
  width: 300px;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 13rem 19rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 13rem 19rem;
  line-height: 1.733;
}
.privacy__box {
  margin-bottom: 50px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 13rem 19rem;
}
.site .com-inbox {
  width: 700px;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 75px;
  border-bottom: 1px solid var(--color-orange);
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-bottom: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    一番最後のセクション
==============================*/
/*背景にグラデーションを設置*/
main section:last-child:not(.about-features, .privacy__box) {
  background: url(../img/common/last-section_bg.png) bottom center/100% 500px no-repeat;
}

/*==============================
    ご予約・ご相談
==============================*/
.reserve-section__btn {
  transition: all 0.3s;
}
.reserve-section__btn:hover {
  background-color: var(--color-white);
  outline: solid 1px var(--color-lightorange);
  color: var(--color-lightorange);
  border: 1px solid var(--color-lightorange);
}
.reserve-section__btn:hover span::before {
  transition: all 0.3s;
  color: var(--color-lightorange);
  opacity: 0.3;
}
.reserve-section__btn:hover::before {
  filter: drop-shadow(0 0 0.55rem var(--color-lightorange));
}

/*==============================
    フッター
==============================*/
.footer {
  padding-bottom: 6rem;
}
.footer__inner {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.3rem;
}
.footer__logo a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer address {
  line-height: 1;
  font-weight: 600;
  font-size: var(--font-size-15);
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.25em;
  margin-bottom: 2.1rem;
}
.footer-nav .nav-item--privacy,
.footer-nav .nav-item--site {
  display: none;
}
.footer-nav__item {
  font-size: var(--font-size-15);
  line-height: 1;
}
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  transition: opacity 0.3s;
}
.footer-nav__item a:hover:hover {
  opacity: 0.5;
}
.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.25em;
  margin-bottom: 4rem;
}
.footer-sub__item {
  font-size: var(--font-size-13);
  color: var(--color-nav-gray);
  line-height: 1;
  transition: all 0.3s;
}
.footer-sub__item:hover {
  opacity: 0.5;
}
.footer .sns__list {
  display: flex;
  justify-content: flex-end;
  gap: 1.8rem;
}
.footer .sns__item {
  width: 30px;
  transition: all 0.3s;
}
.footer .sns__item:hover {
  opacity: 0.5;
}
.footer small {
  margin-top: auto;
  font-size: var(--font-size-12);
  color: var(--color-green);
  justify-content: flex-end;
}