@charset "UTF-8";
/* ===========================================
*  
*  省略ルール
*  以下記載のものを省略して使用
※ 　
* ======================================== */
/*------------------------------
* 
* txt : text
* bg  : background
* cmn : common
* img : image
* bnr : banner
* ttl : title
* num : number
* btn : button
* flx : flex
* col : column
* mg  : margin
* mt  : margin-top
* mb  : margin-bottom
* pd  : padding
* pt  : padding-top
* pb  : padding-bottom
* rg  : regular
* md  : medium
* lg  : large
* nm  : normal
* hov : hover
* 
* この定義と別で使用する場合は個別でコメント残すこと

* ----------------------------

*  ---　CSSカスタムプロパティの使用についての注意・共有事項　---
*  ※こちらの命名に関してはわかりやすさを担保するため、省略ルールの限りではありません
*  ※基本的に
*   要素名（クラス名）+ タグ名 + xy方向（topやleftまたは論理値） + CSSプロパティ名 でできるだけ直感的にわかるよう命名しています。
※　
*  ※全体で使用できるものは:rootで定義しています（グローバルスコープ変数）
*  ※親要素で宣言されたものは、その内のみ利用可能なため、その点に注意してください（ローカルスコープ変数）
*  ※CSSカスタムプロパティはurlに使用するとブラウザで異なる挙動を取るため、background-imageの管理にはなるべく使用しないでしてください
*
------------------------------*/
/* ===========================================
*  
*  css custom property (common)
* 
* ======================================== */
:root {
  /* グローバルスコープ変数。このシート内であればどこでも使用できます */
  /* font font-size */
  --font-size-base: 14px;
  --font-size-18: clamp(0.9984375rem, calc(0.9883703859rem + 0.0005033557 * 100vw), 1.0125rem);
  --font-size-20: clamp(1.109375rem, calc(1.0981893177rem + 0.0005592841 * 100vw), 1.125rem);
  --font-size-22: clamp(1.120625rem, calc(1.0369560962rem + 0.0041834452 * 100vw), 1.2375rem);
  --font-size-24: clamp(1.2225rem, calc(1.1312248322rem + 0.0045637584 * 100vw), 1.35rem);
  --font-size-25: clamp(1.19921875rem, calc(1.1349010766rem + 0.0032158837 * 100vw), 1.2890625rem);
  --font-size-28: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
  --font-size-30: clamp(1.42734375rem, calc(1.2746591862rem + 0.0076342282 * 100vw), 1.640625rem);
  --font-size-32: clamp(1.5225rem, calc(1.3596364653rem + 0.0081431767 * 100vw), 1.75rem);
  --font-size-36: clamp(1.6875rem, calc(1.5666946309rem + 0.0060402685 * 100vw), 1.85625rem);
  --font-size-38: clamp(1.650625rem, calc(1.4295959172rem + 0.0110514541 * 100vw), 1.959375rem);
  --font-size-40: clamp(1.7375rem, calc(1.5048378076rem + 0.0116331096 * 100vw), 2.0625rem);
  /* 幅設定 */
  --min-contents-width: 350px;
  --wide-inner-width: 100%;
  --inner-width: 100%;
  --full-width: 100%;
  --half-width: 48%;
  --third-width: 48%;
  --quarter-width: 48%;
  --w-600: 48%;
  --w-960: 100%;
  --w-500: 48%;
  --w-520: 48%;
  --w-470: 48%;
  --w-400: 48%;
  --w-300: 48%;
  /* border-radius */
  --round-5: 3px;
  --round-10: 8px;
  --round-20: 16px;
  --round-30: 24px;
  --round-full: 999em;
  /* 1080pxの外側 calc内で使用*/
  --inner-out: 3%;
  /* 1280pxの外側 calc内で使用*/
  --wide-inner-out: 3%;
  /* 1920pxの外側 calc内で使用*/
  --max-inner-out: 3%;
  /* logoの幅 */
  --logo-width: 180px;
  /* mapの高さ */
  --map-height: 56.25vw;
  scroll-padding-top: 75px;
}

/* ===========================================
*  
*  default styles
* 
* ======================================== */
body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--main-text-color);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* ===========================================
*
* common-styles
*
* ======================================== */
/* 
margin クラス
-------------------------*/
.mt-min {
  margin-top: 8px;
}

.mt-smr {
  margin-top: clamp(0.875rem, calc(0.6960290828rem + 0.0089485459 * 100vw), 1.125rem);
}

.mt-sm {
  margin-top: clamp(1.3125rem, calc(1.1782718121rem + 0.0067114094 * 100vw), 1.5rem);
}

.mt-nm {
  margin-top: clamp(1.75rem, calc(1.5710290828rem + 0.0089485459 * 100vw), 2rem);
}

.mt-rg {
  margin-top: clamp(2.1875rem, calc(1.9637863535rem + 0.0111856823 * 100vw), 2.5rem);
}

.mt-md {
  margin-top: clamp(2.625rem, calc(2.3565436242rem + 0.0134228188 * 100vw), 3rem);
}

.mt-lg {
  margin-top: clamp(3.0625rem, calc(2.7493008949rem + 0.0156599553 * 100vw), 3.5rem);
}

.mt-lgr {
  margin-top: clamp(3.5rem, calc(3.1420581655rem + 0.0178970917 * 100vw), 4rem);
}

.mb-min {
  margin-bottom: 8px;
}

.mb-smr {
  margin-bottom: clamp(0.875rem, calc(0.6960290828rem + 0.0089485459 * 100vw), 1.125rem);
}

.mb-sm {
  margin-bottom: clamp(1.3125rem, calc(1.1782718121rem + 0.0067114094 * 100vw), 1.5rem);
}

.mb-nm {
  margin-bottom: clamp(1.75rem, calc(1.5710290828rem + 0.0089485459 * 100vw), 2rem);
}

.mb-rg {
  margin-bottom: clamp(2.1875rem, calc(1.9637863535rem + 0.0111856823 * 100vw), 2.5rem);
}

.mb-md {
  margin-bottom: clamp(2.625rem, calc(2.3565436242rem + 0.0134228188 * 100vw), 3rem);
}

.mb-lg {
  margin-bottom: clamp(3.0625rem, calc(2.7493008949rem + 0.0156599553 * 100vw), 3.5rem);
}

.mb-lgr {
  margin-bottom: clamp(3.5rem, calc(3.1420581655rem + 0.0178970917 * 100vw), 4rem);
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

.logo {
  width: var(--logo-width);
  transition: 0.3s;
}
.logo:hover {
  opacity: 0.7;
}

/* 
tel style
-------------------------*/
.tel {
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: clamp(1.343125rem, calc(1.2710892058rem + 0.0036017897 * 100vw), 1.44375rem);
  line-height: 1;
  position: relative;
}
.tel__txt {
  font-size: 0.75em;
  margin-right: 0.5em;
}
.tel-replace--right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tel__replace {
  height: 11px;
  margin-left: 0.5em;
}
.tel-replace--bottom {
  padding-bottom: 20px;
  padding-bottom: 16px;
}
.tel-replace--bottom::after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/tel_text.svg) no-repeat bottom left/auto 100%;
}
.tel--main {
  padding-left: 1.3333333333em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tel--main::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_tel_black.png) repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns__icon {
  width: 30px;
  transition: 0.3s;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}

/* 
imgタイトル
-------------------------*/
/* SP時は高さを個別で指定する必要があります */
.ttl-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ttl-img--center img {
  -o-object-position: center center;
     object-position: center center;
}

.ttl-img--left img {
  -o-object-position: center left;
     object-position: center left;
}

.ttl-img--right img {
  -o-object-position: center right;
     object-position: center right;
}

/* 
title style
-------------------------*/
.cmn-ttl {
  --ttl-main-size: 1em;
  /* ローカルスコープ変数 */
  --ttl-sub-size: 0.55em;
  --ttl-sub-space: 0.4em;
  --ttl-color: var(--main-text-color);
  --ttl-sub-color: var(--main-text-color);
  --ttl-margin-bottom: 40px;
  font-size: var(--font-size-32);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--ttl-margin-bottom);
  color: var(--ttl-main-color);
  display: flex;
  flex-direction: column;
  gap: var(--ttl-sub-space) 0;
}
.cmn-ttl--deco::before {
  content: "";
  display: block;
  width: 7.675em;
  height: 1.6em;
  background: url(../img/ttl_deco.png) no-repeat top center/contain;
  margin: 0 auto;
}
.cmn-ttl--deco-small::before {
  content: "";
  display: block;
  width: 1.825em;
  height: 1em;
  background: url(../img/ttl_deco_small.png) no-repeat top center/contain;
  margin: 0 auto;
}
.cmn-ttl--center {
  align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  font-size: var(--ttl-main-size);
  margin: -0.25em 0;
  letter-spacing: var(--letter-spacing-xs);
}
.cmn-ttl__main--deco-border {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.cmn-ttl__main--deco-border::after {
  content: "";
  z-index: -1;
  height: 0.325em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/repeat_border.png) repeat-x center/contain 10px;
}
.cmn-ttl__main--deco-border > span {
  display: inline-block;
  padding-inline: 1.2em;
}
.cmn-ttl__sub {
  font-size: var(--ttl-sub-size);
  color: var(--ttl-sub-color);
  line-height: 1;
  margin: -0.25em 0;
  letter-spacing: var(--letter-spacing-xs);
}

.cmn-border-ttl {
  /* ローカルスコープ変数 */
  --ttl-color: var(--main-text-color);
  --ttl-border-color: var(--main-text-color);
  font-size: var(--font-size-28);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-small);
  color: var(--ttl-main-color);
  padding-bottom: 0.25em;
  margin-top: -0.25em;
  border-bottom: 1px solid var(--ttl-border-color);
}

/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* ローカルスコープ変数 */
  --sentence-line-height:1.875em;
  --sentence-p-margin:1.875em;
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence p::before, .cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: var(--sentence-p-margin);
}

/* 
画像
-------------------------*/
.cmn-img {
  --img-round-size: var(--round-10);
  --img-border-color: var(--main-color);
}
.cmn-img img {
  width: 100%;
}
.cmn-img-round {
  border-radius: var(--img-round-size);
  overflow: hidden;
}
.cmn-img-round--tl-bl {
  --img-round: var(--img-round-size) 0 0 var(--img-round-size);
}
.cmn-img-border {
  border: 3px solid var(--img-border-color);
}

/* 
共通padding
-------------------------*/
.cmn-pd {
  padding: 75px 0;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  width: 100%;
  padding: 0 3.5%;
  margin: 0 auto;
}

/* 
カラムスタイル
-------------------------*/
.col-container-2-1 {
  /* PC2列　SP1列 */
  --col-item-y-space: 36px;
  /* ローカルスコープ変数 */
  --col-item-x-space: 4%;
  /* PC2列　SP1列 */
  gap: var(--col-item-y-space, 40px) var(--col-item-x-space, 40px);
}
.col-container-2-1 > .col-item {
  width: 100%;
}

.col-container-3-1 {
  /* PC3列　SP1列 */
  --col-item-y-space: 36px;
  /* ローカルスコープ変数 */
  --col-item-x-space: 4%;
  /* PC3列　SP1列 */
  gap: var(--col-item-y-space, 40px) var(--col-item-x-space, 40px);
}
.col-container-3-1 > .col-item {
  width: 100%;
}

.col-container-2-2 {
  /* PC2列　SP2列 */
  --col-item-y-space: 36px;
  /* ローカルスコープ変数 */
  --col-item-x-space: 4%;
  /* PC4列　SP2列 */
  gap: var(--col-item-y-space, 30px) var(--col-item-x-space, 20px);
}
.col-container-2-2 > .col-item {
  width: calc(50% - var(--col-item-x-space) / 2);
}

.col-container-3-2 {
  /* PC3列　SP2列 */
  --col-item-y-space: 36px;
  /* ローカルスコープ変数 */
  --col-item-x-space: 4%;
  /* PC3列　SP2列 */
  gap: var(--col-item-y-space, 40px) var(--col-item-x-space, 30px);
}
.col-container-3-2 > .col-item {
  width: calc((100% - var(--col-item-x-space, 30px) * 1) / 2);
}

.col-container-4-2 {
  /* PC4列　SP2列 */
  --col-item-y-space: 36px;
  /* ローカルスコープ変数 */
  --col-item-x-space: 4%;
  /* PC4列　SP2列 */
  gap: var(--col-item-y-space, 30px) var(--col-item-x-space, 20px);
}
.col-container-4-2 > .col-item {
  width: calc((100% - var(--col-item-x-space, 30px) * 1) / 2);
}

table .replace-txt {
  height: 12px;
  margin-top: 3px;
  display: block;
}

.main-table {
  --table-letter-space: var(--letter-spacing-regular);
  /* ローカルスコープ変数 */
  --table-main-color: var(--darken-main-color);
  --table-sub-color: var(--white-color);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-position: center;
  --table-th-x-padding:1em;
  --table-th-y-padding: 0.75em;
  --table-td-x-padding:1em;
  --table-td-y-padding: 0.75em;
  --table-cel-y-padding: 0.75em;
  --table-cel-x-padding:1em;
  --table-width: 100%;
  --table-th-width: 100%;
  --table-td-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
}
.main-table tr {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--table-main-color, #ffe4e4);
}
.main-table tr:not(:last-child) {
  margin-bottom: 15px;
}
.main-table th,
.main-table td {
  padding: var(--table-cel-y-padding) var(--table-cel-x-padding);
  vertical-align: middle;
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-main-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-position);
}
.main-table td {
  width: var(--table-td-width);
  background: var(--table-sub-color);
}
.main-table--color-sub {
  --table-main-color: var(--accent-color);
  --table-sub-color: var(--white-color);
}

/*------------------------------
*
* cmn-btn style
*
------------------------------*/
.cmn-btn {
  /* デフォフォルトの糸 */
  --btn-padding-y: 0.9821428571em;
  --btn-padding-x: 1.5em;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-bold, 700);
  --btn-font-letter-space: var(--letter-spacing-regular, 0.05em);
  --btn-weight-regular: 200px;
  --btn-weight-medium: 280px;
  --btn-weight-large: 300px;
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: 1.25;
  text-align: center;
  width: 100%;
}
.cmn-btn-solid {
  --btn-bgcolor: var(--main-color);
  --btn-color: var(--white-color, #fff);
  --btn-hov-blight: 20%;
  --btn-hov-bgcolor: var(--lighten-main-color);
  --btn-hov-color: var(--white-color, #fff);
  border-radius: var(--round-full);
  background-color: var(--btn-bgcolor);
  color: var(--btn-color);
  transition: 0.3s;
}
.cmn-btn-solid:hover {
  background-color: var(--btn-hov-bgcolor);
  color: var(--btn-hov-color);
  opacity: 1;
}
.cmn-btn-solid--primary {
  --btn-color: var(--main-text-color);
  --btn-hov-color: var(--white-color);
  --btn-bgcolor: var(--accent-color);
  --btn-hov-bgcolor: var(--darken-accent-color);
}
.cmn-btn-solid--primary.cmn-btn-arrow {
  --btn-arrow-bgcolor: #32b3d9;
}
.cmn-btn-solid--secondary {
  --btn-bgcolor: var(--main-color);
  --btn-hov-bgcolor: var(--darken-main-color);
}
.cmn-btn-solid--line {
  --btn-bgcolor: var(--line-green-color);
  --btn-hov-bgcolor: var(--darken-line-green-color);
  --line-btn-width: 220px;
  --line-btn-padding-y: 1.3035714286em;
  --line-btn-padding-x: 1em;
  max-width: var(--line-btn-width);
  padding: var(--line-btn-padding-y) var(--line-btn-padding-x);
}
.cmn-btn-arrow {
  --btn-arrow-width: 14px;
  --btn-arrow-height: 14px;
  --btn-arrow-position: 15px;
  --btn-arrow-color: var(--white-color);
  --btn-arrow-bgcolor: transparent;
  position: relative;
  z-index: 1;
}
.cmn-btn-arrow::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: calc(var(--btn-arrow-width) * 0.2857);
  height: calc(var(--btn-arrow-height) * 0.5714285);
  top: 50%;
  right: calc(var(--btn-arrow-position) + var(--btn-arrow-width) * 0.2857 / 2);
  transform: translate(-75%, -50%);
  z-index: 1;
  background-color: var(--btn-arrow-color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
}
.cmn-btn-arrow::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: var(--btn-arrow-width);
  height: var(--btn-arrow-height);
  top: 50%;
  right: var(--btn-arrow-position);
  transform: translate(0, -50%);
  z-index: -1;
  background-color: var(--btn-arrow-bgcolor);
  border-radius: 50%;
}
.cmn-btn--rg {
  max-width: var(--btn-weight-regular);
  padding: var(--btn-padding-y) var(--btn-padding-x);
}
.cmn-btn--md {
  max-width: var(--btn-weight-medium);
  padding: var(--btn-padding-y) var(--btn-padding-x);
}
.cmn-btn--lg {
  max-width: var(--btn-weight-large);
  padding: var(--btn-padding-y) var(--btn-padding-x);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  --pagenation-margin-top: 48px;
  --pagenation-item-width: 3em;
  --pagenation-item-height: 3em;
  --pagenation-item-font-size: 1em;
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 6px;
  --pagenation-item-bg: var(--gray-color);
  --pagenation-item-color: var(--main-text-color);
  --pagenation-item-current-bg: var(--darken-accent-color);
  --pagenation-item-current-color: var(--white-color);
  margin-top: var(--pagenation-margin-top);
  display: flex;
  justify-content: center;
}
.pagenation li {
  display: block;
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  font-size: var(--pagenation-item-font-size);
  line-height: var(--pagenation-item-height);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg);
  text-align: center;
  transition: 0.3s;
}
.pagenation li:has(a):hover {
  background-color: var(--pagenation-item-current-bg);
  color: var(--pagenation-item-current-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg);
  color: var(--pagenation-item-current-color);
}

/*------------------------------
*
* breadclumb style
*
------------------------------*/
.wrapper {
  position: relative;
  z-index: 1;
}

.bread-clumb {
  display: none;
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  font-size: 12px;
  margin: 48px auto 0;
}
.prev-next__item.prev, .prev-next__item.next {
  width: 8em;
}
.prev-next__item:not(:last-child) {
  margin-right: 1em;
}
.prev-next__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3em;
  color: #b3b3b3;
  background-color: var(--gray-color);
}
.prev-next__link:hover {
  background-color: var(--darken-accent-color);
  color: var(--white-color);
  opacity: 1;
}
.prev-next__link.prev, .prev-next__link.next {
  width: 100%;
  height: 3em;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  text-align: center;
}
.prev-next__link.back {
  text-align: center;
  padding: 0.75em 1.5em;
  border-radius: 3em;
  justify-content: center;
}
.prev-next__link.prev, .prev-next__link.next, .prev-next__link.back {
  transition: all 0.3s;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  align-items: center;
  background-color: var(--main-color);
}
.header-inner {
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: 80px;
}

/* ===========================================
*
* main style  top page
*
* ======================================== */
/*------------------------------
*
* main visual
*
------------------------------*/
.main-visual {
  width: 100%;
  height: 47.265625vw;
  position: relative;
  z-index: 1;
  background-color: var(--main-color);
}
.main-visual-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53.475%);
  z-index: 10;
  height: 90.4132231405%;
  width: 98%;
}

/* 
swiper
-------------------------*/
.main-visual__swiper.swiper {
  height: 100%;
  width: 100%;
}
.main-visual__swiper.swiper-slide {
  width: 100%;
  height: 100%;
}
.main-visual__swiper.swiper .swiper-slide-visible .main-visual-item__catch {
  visibility: visible !important;
}

.top-bg01 {
  padding-top: 35px;
  background-color: var(--main-color);
  position: relative;
  z-index: 5;
}
.top-bg01::after {
  content: "";
  width: 100%;
  height: calc(100% - 125px);
  background: url(../img/top/greeting_bg.jpg) no-repeat top center/cover;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

/*------------------------------
*
* top-news
*
------------------------------*/
.top-news {
  position: relative;
  z-index: 1;
  padding: 64px 0;
}
.top-news::before {
  content: "";
  width: 95%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top-news__ttl {
  --ttl-margin-bottom: 0;
}
.top-news__container {
  padding-right: 6%;
}
.top-news__head {
  margin-bottom: 30px;
}
.top-news__btn {
  margin-top: 36px;
}

.cmn-layout__img {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 54/40;
  margin: 30px auto 0;
}
.cmn-layout__container {
  position: relative;
  z-index: 1;
}
.cmn-layout__sentence {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 5;
  color: var(--white-color);
  background: url(../img/repeat_border.png) repeat-x center top 10px/auto 10px, url(../img/repeat_border.png) repeat-x center bottom 10px/auto 10px, var(--main-text-color);
  padding: 40px 6%;
}

.deco-border-box {
  color: var(--white-color);
  background: url(../img/repeat_border.png) repeat-x center top 10px/auto, url(../img/repeat_border.png) repeat-x center bottom 10px/auto, var(--main-text-color);
}

/*------------------------------
*
* top-greeting
*
------------------------------*/
.top-greeting__img {
  aspect-ratio: 64/45;
  max-width: 640px;
}

.top-bg02 {
  margin-top: 75px;
  position: relative;
  z-index: 1;
}
.top-bg02::after {
  content: "";
  height: 143.5971223022%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--main-color);
}
.top-bg02::before {
  content: "";
  min-width: 120.4px;
  width: 40.1333333333vw;
  max-width: 210.7px;
  min-height: 80px;
  height: 26.6666666667vw;
  max-height: 140px;
  background: url(../img/top/pick_up_deco_r.png) no-repeat top center/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 5%;
  transform: translateY(30%);
}

/*------------------------------
*
* online-shop
*
------------------------------*/
.online-shop {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: 1px solid var(--main-text-color);
  padding: 40px 5% 50%;
  box-sizing: border-box;
  background: url(../img/top/shop_bg.png) no-repeat bottom right/100%, #fcede9;
}
.online-shop::after, .online-shop::before {
  content: "";
  position: absolute;
}
.online-shop::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid var(--main-text-color);
}
.online-shop::after {
  z-index: 1;
  max-width: 137px;
  min-width: 68.5px;
  width: 18.2666666667vw;
  max-height: 153px;
  min-height: 76.5px;
  height: 20.4vw;
  background: url(../img/top/shop_deco_r.png) no-repeat top center/contain;
  bottom: 0;
  right: 0;
  transform: translate(10.9489051095%, 1.3071895425%);
}
.online-shop__ttl {
  letter-spacing: 0.04em;
  font-size: var(--font-size-28);
  color: var(--white-color);
  width: 100%;
  margin-bottom: 20px;
}
.online-shop__ttl > span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.1875em 0.5em;
}
.online-shop__ttl > span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--main-text-color);
}
.online-shop__ttl .small {
  font-size: 0.8em;
}
.online-shop__btn {
  margin: 20px auto 0;
}

/*------------------------------
*
* top-pickup
*
------------------------------*/
.top-pickup__list {
  --col-item-x-space: 5%;
  --col-item-y-space: 28px;
  justify-content: center;
}
.top-pickup-item {
  box-shadow: 6px 6px 0 #ffcece;
  padding: 28px 6% 32px;
}
.top-pickup-item:hover {
  box-shadow: none;
  transform: translate(6px, 6px);
}
.top-pickup-item.col-item {
  width: 92%;
}
.top-pickup-item__ttl {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-pickup-item__img {
  margin-bottom: 16px;
  aspect-ratio: 8/5;
  position: relative;
  z-index: 10;
  width: 100%;
}
.top-pickup-item__price {
  line-height: 1;
  text-align: right;
  font-size: var(--font-size-20);
}
.top-pickup-item__content {
  margin-top: 16px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-pickup__btn {
  margin-top: 40px;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link {
  padding-bottom: 0px;
  box-sizing: border-box;
}
.page-link__container {
  justify-content: center;
}
.page-link-item {
  padding: max(12px, 3%);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  --hov-color-to: var(--darken-accent-color);
  max-width: 400px;
}
.page-link-item .col-item {
  width: 90%;
}
.page-link-item__box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-link-item:hover .page-link-item__border--tl::after {
  transform: translateX(100%);
}
.page-link-item:hover .page-link-item__border--tl::before {
  transform: translateY(-100%);
}
.page-link-item:hover .page-link-item__border--br::after {
  transform: translateX(-100%);
}
.page-link-item:hover .page-link-item__border--br::before {
  transform: translateY(100%);
}
.page-link-item:hover .page-link-item__border--tr::after, .page-link-item:hover .page-link-item__border--tr::before,
.page-link-item:hover .page-link-item__border--bl::after,
.page-link-item:hover .page-link-item__border--bl::before {
  transform: translate(0%);
}
.page-link-item:hover .page-link-item__en {
  color: var(--main-text-color);
}
.page-link-item:hover .page-link-item__en--bl > span {
  transform: translateX(-100%);
}
.page-link-item:hover .page-link-item__en--br > span {
  transform: translateX(0%);
}
.page-link-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.page-link-item__en {
  font-size: var(--font-size-20);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
}
.page-link-item__en > span {
  display: inline-block;
  transition: 0.3s;
}
.page-link-item__en--bl {
  bottom: 3%;
  left: 3%;
  transform: rotate(-90deg) translate(-1em, 0%);
  transform-origin: top left;
}
.page-link-item__en--br {
  bottom: 3%;
  right: 3%;
  transform: rotate(90deg) translate(0%, 1em);
  transform-origin: bottom right;
}
.page-link-item__en--br > span {
  transform: translateX(-100%);
}
.page-link-item__border {
  width: 40%;
  height: 40%;
  position: absolute;
  overflow: hidden;
}
.page-link-item__border::after, .page-link-item__border::before {
  content: "";
  position: absolute;
  transition: 0.3s;
  z-index: 1;
  background-color: var(--main-text-color);
}
.page-link-item__border::after {
  width: 100%;
  height: 1px;
}
.page-link-item__border::before {
  width: 1px;
  height: 100%;
}
.page-link-item__border--tl {
  top: 0px;
  left: 0px;
}
.page-link-item__border--tl::before {
  top: 0;
  left: 0;
}
.page-link-item__border--tl::after {
  top: 0;
  left: 0;
}
.page-link-item__border--tr {
  top: 0px;
  right: 0px;
}
.page-link-item__border--tr::before {
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.page-link-item__border--tr::after {
  top: 0;
  right: 0;
  transform: translateX(-100%);
}
.page-link-item__border--bl {
  bottom: 0px;
  left: 0px;
}
.page-link-item__border--bl::before {
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.page-link-item__border--bl::after {
  bottom: 0;
  left: 0;
  transform: translateX(100%);
}
.page-link-item__border--br {
  bottom: 0px;
  right: 0px;
}
.page-link-item__border--br::before {
  bottom: 0;
  right: 0;
}
.page-link-item__border--br::after {
  bottom: 0;
  left: 0;
}
.page-link-item__ttl {
  font-size: var(--font-size-36);
  position: absolute;
  justify-content: center;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 6.5789473684em;
  height: 5.2631578947em;
  line-height: 1.18;
  gap: 0.5263157895em;
  background-color: rgba(var(--white-color-rgb), 0.95);
}
.page-link-item__ttl::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 1.9473684211em;
  height: 1.8421052632em;
  background: url(../img/top/link_deco.png) no-repeat top center/contain;
  top: 0;
  left: 0;
  transform: translate(-20.2702702703%, 14.2857142857%);
}
.page-link-item__ttl__sub {
  font-size: 0.7368421053em;
  margin-bottom: -0.09em;
}
.page-link-item__ttl__main {
  margin-top: -0.09em;
}
.page-link-item__ttl__arrow {
  width: 0.7894736842em;
  height: 0.7894736842em;
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  display: inline-block;
}
.page-link-item__ttl__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23.3333333333%;
  height: 43.3333333333%;
  z-index: 10;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
}

/*------------------------------
*
* top-products
*
------------------------------*/
.top-products {
  position: relative;
  z-index: 5;
}
.top-products__container {
  --col-item-x-space: 4%;
  --col-item-y-space: 56px;
}
.top-products-item {
  position: relative;
  z-index: 1;
  overflow: inherit;
}
.top-products-item:hover .top-products-item__ttl {
  background-color: var(--lighten-accent-color);
}
.top-products-item__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 32/18;
}
.top-products-item__ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 3px solid var(--white-color);
  background-color: var(--main-color);
  transform: translate(4.7619047619%, 50%);
  width: 80%;
  padding: 0.6em 1em;
  min-width: 142px;
  font-size: var(--font-size-18);
  gap: 0.4em;
  transition: 0.3s;
}
.top-products-item__ttl__sub {
  font-size: 0.6666666667em;
  margin-bottom: -0.25em;
}
.top-products-item__ttl__main {
  margin-top: -0.25em;
}
.top-products-item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  width: 0.2083333333em;
  height: 0.4166666667em;
  z-index: 10;
  background-color: var(--main-text-color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
          clip-path: polygon(0 0, 100% 50%, 0 100%, 60% 50%);
}

/*------------------------------
*
* top-message
*
------------------------------*/
.top-message {
  background: url(../img/top/message_bg.jpg) no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
.top-message::before {
  content: "";
  max-width: 138.5px;
  width: 36.9333333333vw;
  min-width: 110.8px;
  max-height: 108.5px;
  height: 28.9333333333vw;
  min-height: 86.8px;
  position: absolute;
  top: 0;
  left: 4%;
  z-index: -1;
  transform: translateY(-36.866359447%);
  background: url(../img/top/message_deco_t.png) no-repeat top center/contain;
}
.top-message__sentence {
  width: 100%;
  max-width: 520px;
  color: var(--white-color);
  --sentence-line-height: 1.8823529412em;
  background: url(../img/repeat_border.png) repeat-x center top 10px/auto 10px, url(../img/repeat_border.png) repeat-x center bottom 10px/auto 10px, var(--main-text-color);
  text-align: center;
  padding: 40px 6%;
}
.top-message__sentence .big {
  font-size: 1.1764705882em;
}
.top-message__btn {
  margin-top: 36px;
  max-width: 280px;
}

/* ===========================================
*
* under page  
*
* ======================================== */
/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 40vw;
  min-height: 220px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(--main-color);
}
.sub-visual__img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 96.875%;
  height: 90%;
}
.sub-visual__catch {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 10.8888888889em;
  height: 5.5555555556em;
  display: grid;
  place-content: center;
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-small);
  font-size: var(--font-size-36);
  background: url(../img/sv_catch_bg.png) no-repeat top center/contain;
}

/* ===========================================
*
* main style concept-page
*
* ======================================== */
.concept-antique {
  background: url(../img/concept/concept_bg02.jpg) no-repeat center/cover;
}

.concept-wood {
  background: url(../img/concept/concept_bg04.jpg) no-repeat center/cover;
}

/* ===========================================
*
* main style purchase-page
*
* ======================================== */
/*------------------------------
*
* flow
*
------------------------------*/
.flow {
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
}
.flow::after, .flow::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.flow::before {
  max-width: 150.6px;
  min-width: 125.5px;
  width: 33.4666666667vw;
  max-height: 118.2px;
  min-height: 98.5px;
  height: 26.2666666667vw;
  background: url(../img/purchase/flow_deco_t.png) no-repeat top center/contain;
  top: 15px;
  left: 2%;
}
.flow::after {
  content: "" 7;
  min-width: 150.5px;
  max-width: 150.5px;
  width: 40.1333333333vw 7;
  min-height: 100px;
  max-height: 100px;
  height: 26.6666666667vw;
  background: url(../img/purchase/flow_deco_b.png) no-repeat top center/contain;
  right: max(30px, 50% - 840px);
  bottom: 0;
  transform: translateY(50%);
}
.flow__list {
  --col-item-y-space: 36px;
}
.flow-item {
  background-color: var(--white-color);
  padding: 40px 6% 30px;
  position: relative;
  z-index: 1;
}
.flow-item__num {
  font-family: var(--font-sub);
  font-size: var(--font-size-40);
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg);
}
.flow-item__ttl {
  font-size: var(--font-size-28);
  text-align: center;
  line-height: 1.25;
  letter-spacing: var(--letter-spacing-small);
  display: grid;
  place-content: center;
  margin-bottom: 18px;
}
.flow-item:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 20px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-item:nth-child(1) .flow-item__ttl, .flow-item:nth-child(2) .flow-item__ttl, .flow-item:nth-child(3) .flow-item__ttl {
  min-height: 3em;
}

/*------------------------------
*
* qa よくあるご質問
*
------------------------------*/
.qa {
  position: relative;
  z-index: 1;
}
.qa-list__item {
  padding: 36px 5%;
  border: 1px solid var(--main-text-color);
}
.qa-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.qa-list__item .question__mark, .qa-list__item .answer__mark {
  width: 1.6666666667em;
  height: 1.6666666667em;
  line-height: 1.6666666667em;
  font-size: var(--font-size-24);
  outline: 1px solid var(--main-text-color);
  outline-offset: -3px;
  font-family: var(--font-sub);
  box-sizing: border-box;
  text-align: center;
}
.qa-list__item .question__content {
  box-sizing: border-box;
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-xs);
  font-family: var(--font-sub);
  font-weight: var(--font-weight-semibold);
  line-height: 1.4285714286em;
  width: calc(100% - 50px);
}
.qa-list__item .answer {
  margin-top: 20px;
}
.qa-list__item .answer__btn {
  margin-top: 20px;
  max-width: unset;
  display: inline-block;
  width: auto;
  padding-inline: 2.4em;
  font-size: 13px;
}
.qa-list__item .answer__box {
  width: calc(100% - 50px);
}

/* ===========================================
*
* main style table page
* main style chair page
* main style carpet page
* main style lamp page
* main style others page
* main style goods page
*
* ======================================== */
/*------------------------------
*
* product
*
------------------------------*/
.product-contents:not(:last-child) {
  margin-bottom: 80px;
}
.product-contents__ttl {
  margin-bottom: 24px;
  text-align: center;
}
.product-contents__price {
  line-height: 1;
  margin-bottom: 24px;
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-small);
  font-family: var(--font-sub);
}
.product-contents__sentence {
  text-align: center;
}
.product-contents__tax {
  margin-top: 24px;
  font-size: 13px;
}
.product-contents__gallery {
  max-width: 910px;
  margin: 40px auto 0;
  align-items: flex-start;
  --col-item-x-space: 10px;
  --col-item-y-space: 10px;
}
.product-contents__thumb, .product-contents__img {
  aspect-ratio: 1/1;
  border: 1px solid #d3d3d3;
}
.product-contents__thumb > img, .product-contents__img > img {
  z-index: 1;
}
.product-contents__list {
  --col-item-x-space: 10px;
  --col-item-y-space: 10px;
}
.product-contents__btn {
  margin-top: 32px;
  text-align: center;
}
.product-contents__btn > .cmn-btn {
  max-width: unset;
  display: inline-block;
  width: auto;
  padding-inline: 2.4em;
}

/* ===========================================
*
* main style message page
*
* ======================================== */
/*------------------------------
*
* message
*
------------------------------*/
.message {
  position: relative;
  z-index: 1;
}
.message::after, .message::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.message::before {
  background: url(../img/message/message_deco_l.png) no-repeat top center/contain;
  right: 2%;
  bottom: 0px;
  width: 24.6vw;
  transform: translateY(50%);
  min-width: 123px;
  max-width: 184.5px;
  height: 19.2vw;
  min-height: 96px;
  max-height: 144px;
}
.message::after {
  background: url(../img/message/message_deco_r.png) no-repeat top center/contain;
  left: 2%;
  width: 30.1vw;
  min-width: 120.4px;
  max-width: 225.75px;
  height: 20vw;
  min-height: 80px;
  max-height: 150px;
  top: 15px;
}
.message__img {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 32px;
}

.recruit {
  background-color: var(--main-color);
}
.recruit-item__ttl {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-small);
  font-family: var(--font-sub);
  padding-left: 0.6em;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.recruit-item__ttl::before {
  content: "";
  height: 1em;
  width: 3px;
  background-color: var(--main-text-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit-item:not(:last-child) {
  margin-bottom: 50px;
}
.recruit-item__dl {
  width: 100%;
}
.recruit-item__dl__item {
  letter-spacing: var(--letter-spacing-regular);
  line-height: 1.765;
}
.recruit-item__dl__item:not(:last-child) {
  margin-bottom: 12px;
}
.recruit-item__dl__item dt,
.recruit-item__dl__item dd {
  padding: 0.8822058824em 28px;
  width: 100%;
}
.recruit-item__dl__item dt {
  background-color: var(--main-text-color);
  color: var(--white-color);
  display: grid;
  place-content: center;
}
.recruit-item__dl__item dd {
  background-color: var(--white-color);
  color: var(--main-text-color);
}

/*------------------------------
* 
* news,blog
* 
------------------------------*/
.cmn-post {
  --post-width: 100%;
  --post-item-marign: 20px;
  --post-item-flex-marign-space: 10px;
  --post-ttl-width: calc(100% - 88px);
  --post-title-line: 1;
  --post-title-font-size: 13px;
  --post-date-font-size: 14px;
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-marign, 15px);
}
.cmn-post__box {
  width: 75%;
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 21%;
  aspect-ratio: 1/1;
}
.cmn-post__tag-wrapper {
  width: 100%;
  margin-bottom: var(--post-item-flex-marign-space, 12px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: var(--post-ttl-width, auto);
  font-size: var(--post-title-font-size, 16px);
}

/*---------- detail ここから ----------*/
.tag {
  --tag-font-size: 13px;
  --tag-letter-space: var(--letter-spacing-base);
  --tag-height: 2;
  --tag-x-padding: 8px;
  --tag-color: var(--main-text-color);
  --tag-bg-color: var(--main-color);
  display: inline-block;
  font-size: var(--tag-font-size);
  letter-spacing: var(--tag-letter-space);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
}
.tag-btn-wrapper {
  margin-bottom: 30px;
  gap: 10px;
}
.tag__btn {
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--gray-color);
  --tag-btn-current-color: var(--white-color);
  --tag-btn-current-bg-color: var(--darken-accent-color);
  --tag-btn-round: 3em;
  --tag-btn-padding: 3em;
  padding: 0.5em 1em;
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  display: inline-block;
  transition: all 0.3s;
}
.tag__btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  opacity: 1;
}
.tag__btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
}
.tag-wrapper {
  justify-content: flex-start;
  gap: 8px 10px;
}

.post-detail {
  position: relative;
  z-index: 5;
}
.post-detail__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-detail__date {
  order: 1;
  margin-bottom: 16px;
  line-height: 1;
}
.post-detail__tag-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
  gap: 10px;
  order: 2;
}
.post-detail__ttl {
  order: 3;
  width: 100%;
  font-size: var(--font-size-24);
  border-left: 5px solid #ffe4e4;
  font-weight: 700;
  padding-left: 0.75em;
  margin-bottom: 24px;
}
.post-detail__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 24px;
}

/*------------------------------
* 
* sitemap
* 
------------------------------*/
.sitemap-list {
  max-width: 560px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--main-color);
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  position: absolute;
  top: 50%;
  right: 1.5em;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
.sitemap-list__link:hover {
  border-color: var(--main-text-color);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--main-text-color);
}

/*------------------------------
* 
* privacy
* 
------------------------------*/
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 20px;
  border-left: 5px solid var(--main-color);
  padding-left: 0.75em;
}

.privacy-box {
  margin-bottom: 40px;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background: url(../img/footer_bg.jpg) no-repeat bottom center/cover;
}
.footer-inner {
  padding-block: 50px;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer-nav__list {
  gap: 1.2em 0.75em;
  padding: 20px 0;
  border-block: 1px solid var(--white-color);
}
.footer-nav__link {
  font-size: 12px;
  line-height: 1;
  color: var(--white-color);
}
.footer__copy {
  font-size: 11px;
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.9166666667em 0.5em;
  color: var(--white-color);
  background-color: var(--main-text-color);
}/*# sourceMappingURL=style_sp.css.map */