@charset "utf-8";
@import "foundation.css";
@import url("https://fonts.googleapis.com/css2?family=Lustria&family=Roboto:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/*-- 変数 --------------------------------------------------------------------------*/

:root {
  /*========= カラー =========*/
  --color-1: #333333;
  --color-2: #ffffff;
  --color-3: #d82332;
  --color-4: #f2f2f2;
  --color-5: #dadada;
  --color-6: #808080;
  --color-7: #f7f7f7;
  --color-8: #6a551c;
  --color-9: #bfbfbf;
  --color-10: #bfa444;
  --color-11: #737373;
  --color-12: #806725;
  --color-13: #fcfaf7;
  --color-14: #999999;
  --color-15: #e85561;
  --color-16: #2d77f6;
  --color-17: #e6e6e6;
  --color-18: #f7f3ea;
  --color-19: #f5efe6;
  --color-20: #406a9e;
  --color-21: #24abc3;
  --color-22: #88cf8f;
  --color-23: #f9cf47;
  --color-24: #fa7c04;
  --color-25: #df695e;
  --color-26: #9474b5;
  --color-27: #fafafa;
  --color-28: #d9d9d9;
  /*========= フォントサイズ =========*/
  --font-size-heading-1: clamp(2.5rem, 3.333vw, 2.8rem);
  --font-size-heading-2: clamp(2rem, 2.666vw, 3.2rem);
  --font-size-heading-2-ja: clamp(1.3rem, 1.733vw, 1.6rem);
  --font-size-heading-3: clamp(1.8rem, 2.4vw, 2rem);
  --font-size-heading-4: clamp(1.4rem, 1.866vw, 1.6rem);
  --font-size-sub-title: clamp(1.4rem, 1.866vw, 1.6rem);
  --font-size-main-text: clamp(1.4rem, 1.866vw, 1.6rem);
  --font-size-sub-text: clamp(1.3rem, 1.733vw, 1.5rem);
  --font-size-fill-button-text: clamp(1.4rem, 1.866vw, 1.6rem);
  --font-size-caption: clamp(1.1rem, 1.466vw, 1.3rem);
  --font-size-1: clamp(1.4rem, 1.866vw, 1.6rem);
  --font-size-2: clamp(1.1rem, 1.466vw, 1.3rem);
  --font-size-3: clamp(1.6rem, 2.133vw, 2.2rem);
  --font-size-4: clamp(1.2rem, 1.6vw, 1.4rem);
  --font-size-5: clamp(1.3rem, 1.733vw, 1.4rem);
  --font-size-6: clamp(1.6rem, 2.133vw, 1.8rem);
  --font-size-7: clamp(1.3rem, 1.733vw, 1.5rem);
  --font-size-8: clamp(1.9rem, 2.533vw, 2.1rem);
  --font-size-9: clamp(1.6rem, 2.133vw, 2rem);
  --font-size-10: clamp(2.6rem, 3.466vw, 3.2rem);
  --font-size-11: clamp(2.2rem, 2.933vw, 2.4rem);
  --font-size-12: clamp(1.8rem, 2.4vw, 2rem);
  --font-size-13: clamp(3rem, 4vw, 3.4rem);
  --font-size-14: clamp(1.3rem, 1.733vw, 1.6rem);
  --font-size-15: clamp(1.8rem, 2.4vw, 2.1rem);
  --font-size-16: clamp(2.3rem, 3.067vw, 2.5rem);
  --font-size-17: clamp(2rem, 2.666vw, 2.8rem);
  --font-size-18: clamp(1.8rem, 2.4vw, 2.8rem);
  --font-size-19: clamp(2rem, 2.666vw, 2.5rem);
  /*========= フォントファミリー =========*/
  --font-family-1: "Zen Kaku Gothic New", sans-serif;
  --font-family-2: "Lustria", serif;
  --font-family-3: "Zen Maru Gothic", serif;
  /*========= 文字間 =========*/
  --letter-spacing-1: 0.03em;
  /*========= 行間 =========*/
  --line-height-1: 24px;
  /*========= インナー幅 =========*/
  --inner-1: 1000px;
  --inner-2: 700px;
  --inner-3: 752px;
}

/*-- Reset Foundation.. --------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-size-main-text);
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-1);
  color: var(--color-1);
  font-family: var(--font-family-1);
}

p {
  font-size: var(--font-size-main-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

img {
  width: 100%;
}

ul,
ol,
dl,
ul ul,
ol ul,
ul ol,
ol ol,
dl dt,
strong,
b,
em,
button,
input,
optgroup,
select,
textarea,
div,
p {
  margin: 0;
}

ul,
ol,
dl,
ul ul,
ol ul,
ul ol,
ol ol {
  list-style: none;
}

dl dt,
strong,
b,
em {
  font-weight: normal;
}

em {
  font-style: normal;
}

::placeholder {
  color: #858585;
}

/*========= テーブル =========*/

table {
  margin-bottom: 0;
  border-top: 1px solid #dadada;
}

thead,
tbody,
tfoot,
tbody tr:nth-child(even) {
  color: inherit;
  background-color: var(--color-2);
  border: none;
}

thead td,
thead th,
tbody td,
tbody th {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  border-bottom: 1px solid #dadada;
}

tbody td.text-center {
  padding-left: 0;
}

thead th,
tbody th {
  color: var(--color-1);
  font-weight: bold;
  padding: 10px 20px;
  background-color: #fcfaf7;
  text-align: left;
  width: 30%;
}

thead td,
tbody td {
  padding: 16px 20px;
}

/*適宜変更*/

button {
  cursor: pointer;
}

[type="text"],
[type="password"],
[type="email"],
[type="number"],
textarea,
select {
  font-size: var(--font-size-1);
  /* font-weight: 500; */
  padding: 8px 1.2rem 8px 1.5rem;
  background-color: var(--color-2);
  border: 1px solid var(--color-5);
  border-radius: 2px;
  height: auto;
  margin-bottom: 0;
  box-shadow: none;
}

[type="text"]:hover,
[type="text"]:focus,
[type="password"]:hover,
[type="password"]:focus,
[type="email"]:hover,
[type="email"]:focus,
[type="number"]:hover,
[type="number"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border: 1px solid var(--color-12);
}

[type="text"]::placeholder,
[type="password"]::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder,
textarea::placeholder,
select:focus::placeholder {
  font-weight: normal;
}

[type="text"].error,
[type="password"].error,
[type="email"].error,
[type="number"].error,
textarea.error,
select.error {
  color: var(--color-1);
  border-color: var(--color-3);
  font-weight: normal;
  padding: 8px 1.2rem 8px 1.5rem;
}

input:disabled,
textarea:disabled {
  padding: 8px 1.2rem 8px 1.5rem;
  background-color: #f2f2f2;
  font-weight: 500;
}

input:disabled:hover {
  border-color: var(--color-5);
}

select:disabled {
  border: 1px solid var(--color-5);
}

button:disabled {
  background-color: var(--color-5);
  color: var(--color-14);
  border: 1px solid var(--color-5);
  cursor: not-allowed;
}

button:disabled:hover {
  opacity: 1;
  color: var(--color-14);
}

[type="file"] {
  margin: 0;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin: 0;
}

.radio-list,
.check-list {
  margin-top: 10px;
}

.check-list li:nth-child(n + 2) {
  margin-top: 10px;
}

.radio-list li:nth-child(n + 2) {
  margin-top: 20px;
}

.custom-checkbox,
.custom-radio {
  display: flex;
  gap: 8px;
  font-size: var(--font-size-main-text);
  font-weight: 400;
  line-height: 1;
  color: var(--color-6);
}

.custom-checkbox .text,
.custom-radio .text {
  color: var(--color-1);
}

.custom-checkbox span:last-child,
.custom-radio span:last-child {
  flex: 1;
}

/*-- カスタムチェックボックス -----------------------------------*/

/* ベーススタイル */
.custom-checkbox input {
  opacity: 0;
  position: absolute;
}

.custom-checkbox .checkmark {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: white;
  border: 1px solid var(--color-11);
  border-radius: 2px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.custom-checkbox input.error + .checkmark {
  border: 1px solid var(--color-3);
}

/* チェックボックスのカスタムスタイル */
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked + .checkmark {
  background-color: var(--color-16);
  border: 1px solid var(--color-16);
}

.custom-checkbox input:checked + .checkmark::after {
  display: block;
  width: 5px;
  height: 9px;
  background-color: var(--color-16);
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 42%;
  left: 50%;
}

/*-- カスタムラジオボタン -----------------------------------*/

/* ベーススタイル */
.custom-radio input {
  opacity: 0;
  position: absolute;
}

.custom-radio .radiomark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 1px solid var(--color-11);
  position: relative;
  cursor: pointer;
}

.custom-radio input.error + .radiomark {
  border: 1px solid var(--color-3);
}

/* ラジオボタンのカスタムスタイル */
.custom-radio .radiomark {
  border-radius: 50%;
}

.custom-radio .radiomark::after {
  content: "";
  position: absolute;
  display: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-16);
}

.custom-radio input:checked + .radiomark {
  border: 1px solid var(--color-16);
}

.custom-radio input:checked + .radiomark::after {
  display: block;
}

/*========= セレクトボックス =========*/

select.custom-arrow {
  background-image: url(../img/common/arrow_icon.svg);
  background-position: right -2rem center;
  padding: 8px 3.2rem 8px 1.2rem;
  font-weight: 400;
}

@media (max-width: 750px) {
  select.custom-arrow {
    padding: 12px 3.2rem 12px 1.2rem;
  }
}

/*========= リンク =========*/

a,
a:hover,
a:focus {
  color: var(--color-1);
}

a,
button {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

a:hover,
button:hover,
.text_link:hover {
  opacity: 0.5;
  box-shadow: none;
}

a.text_link {
  display: block;
  color: var(--color-12);
  text-decoration: underline;
}

a.text_link:hover {
  text-decoration: none;
  opacity: 1;
}

a.text_link.blank {
  position: relative;
  padding-right: 15px;
}

a.text_link.blank::after {
  content: "";
  position: absolute;
  background: url(../img/common/blank_icon.svg);
  width: 14px;
  height: 14px;
  right: 0;
  top: 5px;
}

@media screen and (max-width: 750px) {
  [type="text"],
  [type="text"]:focus,
  [type="password"],
  [type="password"]:focus,
  [type="email"],
  [type="email"]:focus,
  [type="number"],
  [type="number"]:focus,
  textarea,
  textarea:focus,
  input:disabled,
  textarea:disabled,
  [type="text"].error,
  [type="password"].error,
  [type="email"].error,
  [type="number"].error,
  textarea.error,
  select.error {
    padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  }

  /*========= プレースホルダー =========*/

  ::placeholder {
    position: relative;
    top: 1px;
  }

  /*========= テーブル =========*/
  thead td,
  thead th,
  tbody td,
  tbody th {
    display: block;
    width: 100%;
    padding: 1.2rem 1rem;
  }

  thead th,
  tbody th {
    border-bottom: 0;
  }

  tbody td {
    padding-left: 15px;
  }

  /*========= リンク =========*/
  a:hover,
  a:focus,
  button:hover,
  button:focus {
    opacity: 1;
  }
}

/*-- ユーティリティ --------------------------------------------------------------------------*/

/*================== padding ==================*/

.p-x-20 {
  padding: 0 20px;
}

/*================== マージン ==================*/

/* マージン 16px */

.m-y-16 {
  margin: 16px 0 16px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

/* セクション　マージン */

.section-m-t {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .section-m-t {
    margin-top: 48px;
  }
}

/*================== レイアウト ==================*/

.inner {
  max-width: var(--inner-1);
  width: 100%;
  margin: 0 auto;
}

.container {
  /* padding-top: 80px; */
  padding-top: 110px; /* 公式リリース後、削除予定 */
}

.layout-1,
.layout-2 {
  display: flex;
  justify-content: space-between;
}

.layout-1 aside {
  width: 20.8%;
}

.layout-1 main {
  width: 75.2%;
}

.layout-2 aside {
  width: 28%;
}

.layout-2 main {
  width: 65.6%;
}

@media (max-width: 1024px) {
  .layout-1 aside {
    width: 26%;
  }

  .layout-1 main {
    width: 70%;
  }
}

@media (max-width: 750px) {
  .container {
    /* padding-top: 100px; */
    padding-top: 165px; /* 公式リリース後、削除予定 */
  }

  .layout-2 {
    flex-wrap: wrap;
  }

  .layout-1 aside {
    display: none;
  }

  .layout-1 main,
  .layout-2 main,
  .layout-2 aside {
    width: 100%;
  }

  .layout-2 aside {
    margin-top: 40px;
  }
}

/*================== レスポンシブ ==================*/

.responsive {
  position: relative;
}

.responsive::before {
  content: "";
  display: block;
}

.responsive img,
.responsive svg,
.responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* 比率を指定  */
/* 16:9 56.25% */
/* 3:2 66.66% */
/* 4:3 75% */
/* 1:1 100% */
/* 2:3 150% */
/* 1:2 200% */

.responsive-01::before {
  padding-top: 56.25%;
}

.responsive-02::before {
  padding-top: 66.66%;
}

.responsive-03::before {
  padding-top: 75%;
}

.responsive-04::before {
  padding-top: 100%;
}

.responsive-05::before {
  padding-top: 150%;
}

.responsive-06::before {
  padding-top: 200%;
}

/*================== PC・TB・SP ==================*/

.pc {
  display: block;
}

.ipad {
  display: none;
}

.sp {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .ipad {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .ipad {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*========= 三点リーダー =========*/

/* 一行 */
.one-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2行 */
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 3行 */
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*========= スクロールバー　非表示 =========*/

/* スクロール可能な要素に対してスクロールバーを非表示にする */
.hide-scrollbars {
  /* スクロールバーを非表示にする */
  scrollbar-width: none; /* 最新のブラウザでは動作しない場合があります */
  -ms-overflow-style: none; /* Internet Explorer と Edge 用の設定 */
}

/* Firefox 用のスクロールバー非表示設定 */
.hide-scrollbars::-webkit-scrollbar {
  display: none; /* Firefox では -webkit- 接頭辞が必要です */
}

/*========= datepicker =========*/

.ui-datepicker table {
  border-top: none;
}

.ui-datepicker table th {
  color: inherit;
  background-color: inherit;
  width: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.ui-datepicker td a {
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
  background-color: var(--color-2);
  border: inherit;
  border-radius: inherit;
  height: inherit;
  box-shadow: inherit;
  padding: 3px;
  text-align: center;
  appearance: auto;
  background-image: none;
  margin: 0;
}

.ui-datepicker .ui-datepicker-prev {
  top: 3px;
  left: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 3px;
  left: 3px;
}

.ui-datepicker .ui-datepicker-next {
  top: 3px;
  right: 3px;
}

.ui-datepicker .ui-datepicker-next-hover {
  top: 3px;
  right: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 7px 10px 5px;
}

@media (max-width: 750px) {
  .ui-datepicker th,
  .ui-datepicker td {
    display: table-cell;
    width: inherit;
  }
}

/*-- 見出し --------------------------------------------------------------------------*/

/*================== h1　見出し ==================*/

.h1-1 {
  font-size: var(--font-size-heading-1);
  font-weight: 500;
}

/*================== h2　見出し ==================*/

.h2_en {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-family-2);
  font-size: var(--font-size-heading-2);
  letter-spacing: 0.03em;
  line-height: 1;
  border-bottom: 1px solid #808080;
  padding-bottom: 8px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.h2_en img {
  width: 3.2%;
}

.h2_en .h2_ja {
  font-family: var(--font-family-1);
  font-size: var(--font-size-heading-2-ja);
  font-weight: normal;
  display: inline-block;
  margin-bottom: 7px;
}

@media (max-width: 750px) {
  .h2_en {
    margin-bottom: 24px;
  }

  .h2_en img {
    width: 24px;
  }

  .h2_en .h2_ja {
    margin-bottom: 5px;
  }
}

/*================== h3　見出し ==================*/

.h3-1 {
  font-size: var(--font-size-heading-3);
  font-weight: 700;
}

/*================== h4　見出し ==================*/

.h4-1 {
  font-size: var(--font-size-heading-4);
  font-weight: 700;
}

/*================== サブタイトル ==================*/

.sub-title-1 {
  font-size: var(--font-size-sub-title);
  font-weight: 500;
}

/*-- テキスト --------------------------------------------------------------------------*/

/*================== サブテキスト ==================*/

.sub-text-1 {
  font-size: var(--font-size-sub-text);
  font-weight: 500;
}

/*================== 塗りボタン　テキスト ==================*/

.fill-button-text-1 {
  font-size: var(--font-size-fill-button-text);
  font-weight: 700;
}

/*================== キャプション ==================*/

.caption-1 {
  font-size: var(--font-size-caption);
}

/*================== エラー ==================*/

.error {
  color: #e60012;
  font-weight: bold;
}

.error-list {
  margin-top: 4px;
}

.error-list p {
  font-size: 13px;
  color: #d82332;
  font-weight: 500;
}

.error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d82332;
  border: 1px solid #d82332;
  background-color: rgba(216, 35, 50, 0.1);
  margin: 16px 0;
  padding: 2px 10px;
  border-radius: 2px;
}

.error-message svg {
  transform: rotate(180deg);
  width: 16px;
}

.error-message p {
  font-size: 1.4rem;
  width: calc(100% - 8px - 16px);
}

/*-- ボタン --------------------------------------------------------------------------*/

/*================== 黒　ボタン ==================*/

.btn_black {
  background-color: var(--color-1);
  color: var(--color-2);
  border: 1px solid var(--color-1);
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, color;
}

.btn_black:hover {
  color: var(--color-2);
}

/*================== 白　ボタン ==================*/

.btn_white {
  background-color: var(--color-2);
  color: var(--color-1);
  border: 1px solid var(--color-5);
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, background-color, color;
}

.btn_white:hover {
  background-color: var(--color-4);
  color: var(--color-1);
}

/*================== 茶　ボタン ==================*/

.btn_brown {
  background-color: var(--color-12);
  color: var(--color-2);
  border: 1px solid var(--color-12);
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition-property: opacity, color;
}

.btn_brown:hover {
  color: var(--color-2);
}

/*================== 赤　ボタン ==================*/

.btn_red {
  background-color: var(--color-3);
  color: var(--color-2);
  border: 1px solid var(--color-3);
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(75, 0, 0, 0.25);
  transition-property: opacity, color, box-shadow;
}

.btn_red:hover {
  color: var(--color-2);
  box-shadow: none;
}

/*================== ボタン　1 ==================*/

.btn-1 {
  display: block;
  max-width: 320px;
  padding: 12px 10px;
  margin: 0 auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .btn-1 {
    max-width: inherit;
  }
}

/*================== ボタン　2 ==================*/

.btn-2 {
  max-width: 80px;
  padding: 3px 10px;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .btn-2 {
    font-size: 12px;
  }
}

/*================== ボタン　3 ==================*/

.btn-3 {
  padding: 15px 10px;
  font-size: 1.6rem;
}

/*================== backボタン ==================*/

.back_btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}

.back_btn::before {
  content: "";
  background-image: url(../img/common/back_btn_icon.svg);
  position: absolute;
  width: 8px;
  height: 13px;
  left: 0;
  top: 35%;
}

@media (max-width: 750px) {
  .back_btn {
    font-size: 16px;
  }
}

/*================== ボーダー登録ボタン ==================*/

.registration_border {
  text-align: right;
  margin: 24px 0 16px;
}

.registration_border .x_text_link {
  border: 1px solid var(--color-5);
  padding: 6px 14px 8px 36px;
}

.registration_border .x_text_link .x-mark {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 12px;
}

.registration_border .x-mark span {
  height: 2px;
  background-color: var(--color-1);
}

.registration_border.black .x_text_link {
  border: 1px solid var(--color-1);
  color: var(--color-2);
  background-color: var(--color-1);
  border-radius: 2px;
}

.registration_border.black .x-mark span {
  background-color: var(--color-2);
}

/*================== x テキストボタン ==================*/

.x_text_link {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  cursor: pointer;
}

.x_text_link .x-mark {
  position: absolute;
  right: inherit;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

/*================== 矢印　テキスト　リンク ==================*/

.arrow_text_link {
  position: relative;
  font-size: var(--font-size-1);
  font-weight: 700;
  color: var(--color-12);
  padding-left: 12px;
}

.arrow_text_link::before {
  content: url(../img/common/arrow_icon_braun.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow_text_link:hover {
  color: var(--color-12);
}

/*================== 矢印　テキスト　リンク 2 ==================*/

.arrow_text_link-2 {
  font-weight: 700;
  color: var(--color-8);
  padding-right: 20px;
  position: relative;
}

.arrow_text_link-2::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6a551c;
  border-right: 2px solid #6a551c;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.arrow_text_link-2:hover {
  color: var(--color-8);
}

/*================== 矢印　テキスト　リンク 3 ==================*/

.arrow_text_link-3 {
  font-size: var(--font-size-6);
  font-weight: 500;
  color: var(--color-1);
  padding-left: 20px;
  line-height: 24px;
}

.arrow_text_link-3.arrow_16_normal::after {
  left: 0px;
}

/*================== 矢印　テキスト　リンク 4 ==================*/

.arrow_text_link-4 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-11);
  line-height: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.arrow_text_link-4::after {
  content: url(../img/common/arrow_2_icon.svg);
  position: absolute;
  top: 42%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

/*================== x ボタン ==================*/

.x-mark {
  position: relative;
  cursor: pointer;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
}

.x-mark span {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 1px;
  border-radius: 2px;
  background-color: var(--color-6);
  width: 12px;
}

.x-mark span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.x-mark span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*================== x ボタン　ラージ ==================*/

.x-mark.large {
  width: 20px;
  height: 20px;
  top: inherit;
  right: inherit;
}

.x-mark.large span {
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 20px;
}

/*================== プラス ボタン ==================*/

.plus-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  transform-origin: center center;
  transition-duration: 0.3s;
}

.plus-btn::before,
.plus-btn::after {
  content: "";
  position: relative;
  top: -50%;
  right: 0;
  transform-origin: center center;
  background-color: var(--color-1);
  display: block;
  width: 14px;
  height: 1px;
}

.plus-btn::before {
  width: 1px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-btn.active {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.plus-btn.active::before {
  content: none;
}

.plus-btn.active::after {
  top: 50%;
}

/*================== 右矢印　12 ==================*/

.arrow_12 {
  position: relative;
}

.arrow_12::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-1);
  border-right: 1px solid var(--color-1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/*================== 右矢印　16 ==================*/

.arrow_16 {
  position: relative;
}

.arrow_16::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-8);
  border-right: 2px solid var(--color-8);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*================== 右矢印　16 ノーマル ==================*/

.arrow_16_normal {
  position: relative;
}

.arrow_16_normal::after {
  content: url(../img/common/back_btn_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

/*================== 戻る　ボタン ==================*/

.back-btn {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 750px) {
  .back-btn {
    margin-top: 24px;
  }
}

/*================== トップへ戻る　ボタン ==================*/

.btn_black.btn-1.to-top::before {
  content: url(../img/common/icon_top.svg);
  vertical-align: middle;
  margin-right: 8px;
}

/*-- コンポーネント --------------------------------------------------------------------------*/

/* -------------------------------------------------- */
/*   header   */
/* -------------------------------------------------- */

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 0;
  gap: 20px;
  flex-wrap: wrap;/* 公式リリース後削除予定 */
  column-gap: 20px;/* 公式リリース後削除予定 */
  row-gap: 4px;/* 公式リリース後削除予定 */
}

header .header .search_box {
  position: relative;
  width: 240px;
  margin-left: 50px;
}

header .header .search_box input {
  background-color: var(--color-4);
  border: 1px solid var(--color-4);
  padding: 7px 1.2rem 7px 3.6rem;
}

header .header .search_box input::placeholder {
  position: relative;
  bottom: 0.2em;
}

header .header .search_box input:hover,
header .header .search_box input:focus {
  border: 1px solid var(--color-12);
  box-shadow: none;
}

header .header .search_box input::placeholder {
  font-size: 14px;
  font-weight: normal;
}

header .header .search_box .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 12px;
  height: 12px;
}

header .header .search_box .img img {
  display: block;
}

header .header .logo .responsive::before {
  padding-top: 30.001%;
}

header .header .logo {
  width: 173.33px;
}

header .header .content_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 360px;
  width: 100%;
  margin-right: 8px;
}

header .header .content_r a {
  width: calc(100% / 4);
  text-align: center;
  height: 50px;
  position: relative;
}

header .header .content_r a .link-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

header .header .content_r p {
  font-size: clamp(1.2rem, 1.172vw, 1.3rem);
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

header .header .content_r .img {
  margin: 0 auto;
}

header .header .content_r .cart .img .quantity {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 20px;
  height: 18px;
  background-color: #806725;
  color: #fff;
  font-size: 11px;
  border-radius: 10px;
}

header .header .content_r .cart .img .quantity span {
  display: block;
  line-height: 1.637;
}

header .header .content_r .img {
  width: 22px;
  height: 28px;
}

header .header .content_r .insta .img {
  width: 20px;
}

header .header .content_r .cart .img {
  position: relative;
}

header .header .content_r .cart .img img {
  width: 22px;
}

header .header .content_r .favorites .img img {
  width: 20px;
}

header .header .content_r .news .img img {
  width: 16px;
}

header .header .content_r .acount .img img {
  width: 20px;
}

@media (max-width: 1024px) {
  header .header .search_box {
    width: 200px;
  }

  header .header .content_r {
    max-width: 250px;
  }
}

@media (max-width: 750px) {
  header .header {
    flex-direction: column;
    padding: 12px 20px;
    gap: 13px;
  }

  header .header .search_box_wrap {
    order: 1;
    width: 100%;
  }
  header .header .search_box {
    position: relative;
    width: 100%;
    margin-left: inherit;
  }

  header .header .logo {
    width: 106.74px;
    display: block;
    margin: 0 auto;
  }

  header .header .logo .responsive::before {
    padding-top: 29.99%;
  }

  header .header .content_r {
    max-width: 60px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 10px;
  }

  header .header .content_r .favorites,
  header .header .content_r .cart {
    width: calc(100% / 2);
    height: 44px;
  }

  header .header .content_r .cart .quantity span {
    line-height: 1.2;
  }

  header .header .content_r .cart .quantity {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 15px;
    height: 13px;
    font-size: 10px;
  }

  header .header .content_r .img {
    width: 22px;
    height: 23px;
  }

  header .header .content_r .favorites .img img {
    width: 22px;
  }
}

/*================== ロゴのみ　ヘッダー ==================*/

header.logo_only .hamburger {
  display: none;
}

header.logo_only .header {
  justify-content: center;
  padding: 17px 20px;
}

header.logo_only .header .search_box_wrap {
  display: none;
}

header.logo_only .header .content_r {
  display: none;
}

/*================== ハンバーガーボタン ==================*/

header .hamburger {
  display: block;
  position: fixed;
  top: 20px;
  left: 0;
  cursor: pointer;
  width: 50px;
  height: 40px;
  transition: left 0.3s ease-in-out;
  z-index: 1;
}

header .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 16px;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .hamburger span:nth-of-type(1) {
  top: 13px;
}

header .hamburger span:nth-of-type(2) {
  top: 50%;
}

header .hamburger span:nth-of-type(3) {
  top: 27px;
}

header .hamburger_active {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

header .hamburger_active span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .hamburger_active span:nth-of-type(1) {
  transform: translate(-42%, -50%) rotate(-45deg);
}

header .hamburger_active span:nth-of-type(2) {
  transform: translate(-42%, -50%) rotate(45deg);
}

/*================== ハンバーガーメニュー ==================*/

header .hamburger-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  padding: 24px 17px 50px 30px;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
}

header .hamburger-menu .acount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 32px;
}

header .hamburger-menu .acount .user-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-size-1);
  font-weight: bold;
}

header .hamburger-menu .acount img {
  width: 18px;
}

header .hamburger-menu > ul {
  padding-right: 13px;
}

header li.has-child ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

header .hamburger-menu li a {
  display: inline-block;
  font-weight: 500;
  font-size: var(--font-size-sub-text);
  position: relative;
}

header .hamburger-menu li a {
  margin-top: 18px;
}

header .hamburger-menu .hamburger-menu-ul > li:first-child a {
  margin-top: 0;
}

header .hamburger-menu li.has-child > a {
  display: block;
}

header .hamburger-menu li.has-child .has-child a {
  margin-top: 15px;
}

header .hamburger-menu li.has-child .has-child .arrow_12::after {
  top: 70%;
}

header .hamburger-menu > ul > li > ul > .has-child > ul {
  padding-left: 10px;
}

header .hamburger-menu > ul > li > ul > .has-child > ul .has-child ul {
  padding-left: 16px;
}

header .hamburger-menu .heading {
  background-color: #806725;
  border-radius: 2px;
  color: #fff;
  padding: 5px 15px 6px 12px;
  font-weight: 500;
  margin-top: 32px;
  font-size: 13px;
}

header .hamburger-menu .heading img {
  width: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}

header .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

header .hamburger-menu.active {
  left: 0;
  z-index: 1000;
}

header .overlay.active {
  display: block;
}

@media (max-width: 750px) {
  header .hamburger {
    top: 4px;
    left: 4px;
  }
}

/* -------------------------------------------------- */
/*   footer   */
/* -------------------------------------------------- */

footer {
  overflow-y: hidden;
  border-top: 0.4rem solid #ed203f;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  max-width: 140rem;
  margin: 0 auto;
  padding: 2.1rem 2.7rem 3.2rem 2.1rem;
}

footer .footer-inner > div {
  width: calc(100% - 72px - 25px);
}

footer .footer-inner > div > ul {
  width: 100%;
  max-width: 67rem;
  line-height: 1.2;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 12px;
  color: #5d5d5d;
}

footer .footer-inner > div > ul a {
  text-decoration: underline;
}

footer ul > li > dl {
  display: flex;
  gap: 5px;
}

footer ul > li > dl > dt {
  font-weight: 700;
  min-width: 139px;
}

footer ul > li > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

footer ul > li > dl > dd > ul > li {
  border-left: 1px solid #5d5d5d;
  padding-left: 11px;
}

footer .right {
  width: 326px;
  margin-left: auto;
  margin-top: 8px;
}

footer .right a {
  width: 150px;
  display: inline-block;
  margin-bottom: 10px;
}

footer .copy {
  font-size: 75%;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000;
}

@media screen and (max-width: 750px) {
  footer .footer-inner {
    flex-direction: column;
    gap: 20px;
    padding: 2.8rem 2.5rem 4.3rem 2.5rem;
  }

  footer .footer-inner > a {
    width: 180px;
  }

  footer .footer-inner > div {
    width: 100%;
  }

  footer .footer-inner > div > ul {
    max-width: inherit;
    padding-top: 0;
    row-gap: 10px;
  }

  footer .right {
    margin-top: 20px;
    width: 100%;
  }

  footer .right a {
    display: none;
  }
}

/* -------------------------------------------------- */
/*   パンくずリスト   */
/* -------------------------------------------------- */

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 28px;
  margin: 16px auto 35px;
}

.breadcrumb__list li {
  position: relative;
  font-size: var(--font-size-4);
  line-height: 24px;
  color: var(--color-11);
}

.breadcrumb__list li a {
  color: var(--color-11);
}

.breadcrumb__list li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/breadcrumb_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb__list li:last-child:after {
  content: none;
}

.breadcrumb__list li a {
  font-weight: 500;
}

.breadcrumb__list li a.active {
  font-weight: normal;
}

.breadcrumb__list li a.active span {
  color: #737373;
}

.breadcrumb__list li a.active::after {
  background-image: none;
}

@media (max-width: 750px) {
  .breadcrumb__list {
    margin: 6px auto 0;
    column-gap: 20px;
  }

  .breadcrumb__list li::after {
    width: 6px;
    height: 9px;
    right: -13px;
  }
}

/* -------------------------------------------------- */
/*   絞り込み条件   */
/* -------------------------------------------------- */

.narrowing [type="text"] {
  padding: 6px 1.2rem 6px 1.5rem;
}

.narrowing .area,
.narrowing .category,
.narrowing .scene,
.narrowing .store {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-5);
}

.narrowing .h4-1 {
  line-height: 24px;
}

.narrowing .h4-1::before {
  margin-right: 5px;
  vertical-align: middle;
}

.narrowing .category .h4-1::before {
  content: url(../img/products/narrowing_icon_category.svg);
}

.narrowing .scene .h4-1::before {
  content: url(../img/products/narrowing_icon_scene.svg);
}

.narrowing .store .h4-1::before {
  content: url(../img/products/narrowing_icon_store.svg);
}

.narrowing .other .h4-1::before {
  content: url(../img/products/narrowing_icon_other.svg);
}

.narrowing .area .h4-1::before {
  content: url(../img/products/narrowing_icon_area.svg);
}

.narrowing .area li button {
  margin-top: 16px;
  font-weight: 400;
}

.narrowing li.has-child ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.narrowing li button {
  display: inline-block;
  font-weight: 500;
  font-size: var(--font-size-sub-text);
  position: relative;
  margin-top: 16px;
  text-align: left;
  line-height: 24px;
  color: var(--color-1);
}

.narrowing li.has-child > button {
  width: 100%;
}

.narrowing li.has-child .has-child button {
  margin-top: 16px;
}

.narrowing li.has-child .has-child .arrow_12::after {
  top: 70%;
}

.narrowing ul > .has-child > ul {
  padding-left: 10px;
}

.narrowing ul > li > ul > .has-child > ul {
  padding-left: 16px;
}

.narrowing .store > ul,
.narrowing .other > ul {
  margin-top: 16px;
}

.narrowing .other > ul li:nth-child(n + 2) {
  margin-top: 16px;
}

.narrowing .store .caption-1,
.narrowing .other .caption-1 {
  margin-bottom: 4px;
}

.narrowing .other dd {
  display: flex;
  align-items: center;
  gap: 5px;
}

.narrowing .btns {
  display: flex;
  margin-top: 24px;
  gap: 8px;
  justify-content: end;
}

@media (max-width: 1020px) {
  .narrowing .category .h4-1,
  .narrowing .other .h4-1 {
    position: relative;
    padding-left: 20px;
  }

  .narrowing .category .h4-1::before,
  .narrowing .other .h4-1::before {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

/* -------------------------------------------------- */
/*   スライダー   */
/* -------------------------------------------------- */

.splide .splide__pagination {
  bottom: -35px;
  gap: 24px;
}

.splide .splide__pagination__page {
  background: var(--color-5);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.splide .splide__pagination__page.is-active {
  background: var(--color-1);
  transform: inherit;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.5;
}

@media (max-width: 750px) {
  .splide .splide__pagination {
    bottom: -18px;
    gap: 16px;
  }

  .splide .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}

/* -------------------------------------------------- */
/*   絞り込みバー   */
/* -------------------------------------------------- */

.refinement-bar {
  padding: 10px 10px 10px 15px;
  background-color: var(--color-7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.refinement-bar .total-number {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.refinement-bar .total-number span {
  font-size: 25px;
  font-weight: 700;
  margin-left: 5px;
}

.refinement-bar > span {
  display: flex;
  align-items: center;
  gap: 32px;
}

.refinement-bar .number-displays {
  width: 240px;
}

.refinement-bar .number-displays a.active {
  color: var(--color-12);
  font-weight: 700;
}

.refinement-bar select {
  width: 160px;
  font-size: 14px;
  padding: 8.5px 3.2rem 8.5px 1.2rem;
}

@media (max-width: 750px) {
  .refinement-bar {
    flex-wrap: wrap;
    gap: 8px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .refinement-bar .total-number {
    line-height: 36px;
  }

  .refinement-bar .arrow_text_link-2 {
    cursor: pointer;
  }

  .refinement-bar > span {
    width: 100%;
    justify-content: space-between;
    gap: inherit;
  }

  .refinement-bar select {
    width: 59.705%;
  }

  .refinement-bar .number-displays {
    width: 35.825%;
  }
}

/* -------------------------------------------------- */
/*   現在の絞り込み条件   */
/* -------------------------------------------------- */

.current-narrowing {
  background-color: var(--color-4);
  padding: 10px;
  margin-bottom: 40px;
}

.current-narrowing .h4-1 {
  text-align: center;
}

.current-narrowing .sub-text-1 {
  color: var(--color-6);
  margin-top: 8px;
  margin-bottom: 4px;
}

.current-narrowing li {
  background-color: var(--color-2);
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.current-narrowing li:nth-child(n + 2) {
  margin-top: 4px;
}

/* -------------------------------------------------- */
/*   SP 絞り込み条件   */
/* -------------------------------------------------- */

.narrowing-down .narrowing .area,
.narrowing-down .narrowing .category,
.narrowing-down .narrowing .scene,
.narrowing-down .narrowing .store {
  padding-bottom: inherit;
  margin-bottom: inherit;
  border-bottom: inherit;
}

.narrowing-down {
  position: fixed;
  bottom: -3000px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-13);
  overflow-y: auto;
  transition: bottom 0.3s ease-in-out;
  z-index: 2;
}

.narrowing-down.active {
  bottom: 0px;
}

.narrowing-down .x-mark.large {
  position: absolute;
  top: 15px;
  right: 20px;
}

.narrowing-down .h3-1,
.narrowing-down .current-narrowing {
  text-align: center;
  padding: 12px 20px;
  margin: 0;
}

.narrowing-down .current-narrowing ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.narrowing-down .current-narrowing li {
  gap: 10px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.narrowing-down .current-narrowing li:nth-child(n + 2) {
  margin-top: inherit;
}

.narrowing-down .narrowing {
  padding: 30px 20px 50px;
}

.narrowing-down .narrowing .h4-1 {
  margin-bottom: 8px;
}

.narrowing-down .narrowing [type="text"],
.narrowing-down .narrowing [type="number"],
.narrowing-down .narrowing textarea,
.narrowing-down .narrowing select {
  padding: 1.25rem 1.2rem;
}

.narrowing-down .narrowing select {
  padding: 1.25rem 3.2rem 1.25rem 1.2rem;
  background-image: url(../img/common/select_arrow_icon.svg);
}

.narrowing-down .narrowing form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.narrowing-down .narrowing .category ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.narrowing-down .narrowing .category ul + div {
  text-align: end;
  margin-top: 6px;
}

.narrowing-down .narrowing .category .sub-title-1 {
  display: inline-block;
  cursor: pointer;
  color: var(--color-12);
}

.narrowing-down .price .h4-1 + div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.narrowing-down .narrowing .btns {
  margin-top: 8px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.narrowing-down .narrowing .btn_white {
  max-width: 120px;
  padding: 11px 10px;
}

.narrowing-down .narrowing .btn_black {
  max-width: 207px;
  padding: 11px 10px;
}

@media (max-width: 750px) {
  .narrowing-down .current-narrowing .h4-1 {
    margin-bottom: 8px;
  }

  .narrowing-down .narrowing .area .h4-1::before,
  .narrowing-down .narrowing .category .h4-1::before,
  .narrowing-down .narrowing .scene .h4-1::before,
  .narrowing-down .narrowing .store .h4-1::before {
    content: none;
  }

  .narrowing-down .narrowing .price input {
    max-width: 104px;
    width: 100%;
  }
}

/* -------------------------------------------------- */
/*   ページネーション   */
/* -------------------------------------------------- */

.pagenation::before,
.pagenation::after {
  content: inherit;
}

.pagenation {
  margin: 0;
  margin-left: auto;
  margin-top: 80px;
  max-width: 276px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
}

.pagenation .prev,
.pagenation .page,
.pagenation .separator,
.pagenation .next {
  width: calc((100% - 24px) / 7);
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagenation .prev:hover,
.pagenation .page:hover,
.pagenation .next:hover {
  background-color: var(--color-18);
  color: var(--color-1);
}

.pagenation .separator {
  cursor: inherit;
}

.pagenation .active {
  background-color: var(--color-12);
  color: var(--color-2);
  border-radius: 2px;
}

.pagenation .disabled {
  padding: 6px 0;
  cursor: not-allowed;
}

.pagenation .disabled path {
  stroke: var(--color-14);
}

.pagenation .disabled:hover {
  background-color: var(--color-2);
}

.pagenation .prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  left: -2px;
}

.pagenation .next svg {
  position: relative;
  left: 2px;
}

@media (max-width: 750px) {
  .pagenation {
    max-width: 248px;
    margin-top: 56px;
  }

  .pagenation .prev,
  .pagenation .page,
  .pagenation .separator,
  .pagenation .next {
    padding: 4px 0;
  }

  .pagenation .prev.arrow_16,
  .pagenation .next.arrow_16 {
    height: 32px;
  }
}

/* -------------------------------------------------- */
/*   星評価   */
/* -------------------------------------------------- */

.star-rating .star {
  color: var(--color-9);
}

.star-rating .star.active {
  color: var(--color-10);
}

.star-rating .star-rating-number {
  font-weight: 500;
}

/* -------------------------------------------------- */
/*   商品リスト   */
/* -------------------------------------------------- */

.merchandise_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 32px;
  column-gap: 16px;
}

.merchandise_list li {
  width: calc((100% - 48px) / 4);
  align-self: start;
}

.merchandise_list li .responsive::before {
  padding-top: 100%;
}

.merchandise_list li > a {
  display: block;
}

.merchandise_list p.ellipsis-2 {
  margin-top: 8px;
  line-height: 24px;
}

.merchandise_list dl.variations {
  margin-top: 4px;
  font-size: var(--font-size-4);
}

.merchandise_list dl.variations > span {
  display: flex;
  flex-wrap: wrap;
}

.merchandise_list dl.variations > span dt::after {
  content: "：";
}

.merchandise_list .price {
  font-size: var(--font-size-1);
  font-weight: 700;
  margin-top: 4px;
}

.merchandise_list .price span {
  font-size: var(--font-size-2);
  font-weight: 400;
}

.merchandise_list .store {
  color: var(--color-6);
}

@media (max-width: 750px) {
  .merchandise_list {
    column-gap: 15px;
  }

  .merchandise_list li {
    width: calc((100% - 15px) / 2);
  }
}

/*-- 割引 -----------------------*/

.merchandise_list .price.discount {
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.merchandise_list .price.discount span {
  font-size: inherit;
  font-weight: inherit;
  display: contents;
}

.merchandise_list .new-price {
  color: var(--color-3);
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 20px;
}

.merchandise_list .new-price span {
  font-size: 13px;
  font-weight: 400;
}

.merchandise_list .star-rating {
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.01em;
}

/*================== ランキング　リスト ==================*/

.merchandise_list.ranking_list li a {
  position: relative;
}

.merchandise_list.ranking_list li .ranking_label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #806725;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: var(--font-size-3);
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
}

.merchandise_list.ranking_list li:nth-child(n + 4) .ranking_label {
  color: var(--color-1);
  background-color: var(--color-7);
}

@media (max-width: 750px) {
  .merchandise_list.ranking_list li .ranking_label {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  }
}

/* -------------------------------------------------- */
/*   カテゴリー 一覧   */
/* -------------------------------------------------- */

.category_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
  column-gap: 16px;
}

.category_list li {
  width: calc((100% - 32px) / 3);
  align-self: start;
}

.category_list li .responsive::before {
  content: "";
  display: block;
  padding-top: 37.191%;
}

.category_list li .sub-title-1 {
  margin-top: 10px;
}

.category_list li > a {
  display: block;
}

@media (max-width: 750px) {
  .category_list {
    row-gap: 16px;
    column-gap: 15px;
  }

  .category_list li {
    width: calc((100% - 15px) / 2);
  }

  .category_list li .responsive::before {
    padding-top: 35.825%;
  }

  .category_list li .sub-title-1 {
    margin-top: 5px;
  }
}

/* -------------------------------------------------- */
/*   ストアリスト   */
/* -------------------------------------------------- */

.store_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 42px;
  column-gap: 8px;
}

.store_list li {
  width: calc((100% - 40px) / 6);
  align-self: start;
}

.store_list li .responsive::before {
  padding-top: 100%;
}

.store_list li .sub-title-1 {
  margin-top: 8px;
}

.store_list li > a {
  display: block;
}

@media (max-width: 750px) {
  .store_list {
    row-gap: 16px;
    column-gap: 15px;
  }

  .store_list li {
    width: calc((100% - 15px) / 2);
  }

  .store_list li .sub-title-1 {
    margin-top: 5px;
  }
}

/* -------------------------------------------------- */
/*   ニュースリスト   */
/* -------------------------------------------------- */

.news_list li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  border-bottom: 1px solid var(--color-5);
  padding-bottom: 20px;
}

.news_list li:nth-child(n + 2) {
  margin-top: 20px;
}

.news_list li time {
  width: 92px;
}

.news_list li a {
  width: calc(100% - 92px - 20px);
  line-height: 24px;
}

@media (max-width: 750px) {
  .news_list li time {
    width: 100%;
  }

  .news_list li a {
    width: 100%;
  }
}

/* -------------------------------------------------- */
/*   ニュース　詳細   */
/* -------------------------------------------------- */

.article .h1-1,
.article h3.h3-1 {
  letter-spacing: 0.03em;
}

.article .h1-1,
.article p,
.article > ol,
.article > ul,
.article h3.h3-1 {
  margin-bottom: 16px;
}

.article .img {
  margin: 32px 0;
}

.article .date {
  text-align: end;
  margin-bottom: 32px;
  color: var(--color-6);
}

.article .text-red {
  color: var(--color-3);
}

.article .strike-through {
  text-decoration: line-through;
}

.article .text-rink {
  text-decoration: underline;
  color: var(--color-11);
}

.article ol {
  list-style: decimal;
  padding-left: 17px;
}

.article ol ol {
  list-style: none;
  counter-reset: count 0;
  padding-left: 24px;
  margin: 8px 0;
}

.article ol ol li {
  text-indent: -24px;
}

.article ol ol li:before {
  content: "(" counter(count) ") ";
  counter-increment: count 1;
}

.article ul {
  padding-left: 17px;
}

.article ul li {
  text-indent: -21px;
}

.article ul li::before {
  content: " ";
}

.article ul ul {
  margin: 8px 0;
}

.article .img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.article .large .responsive {
  width: 100%;
}

.article .large .responsive::before {
  padding-top: 63.83%;
}

.article .center .responsive {
  max-width: 500px;
  width: 100%;
}

.article .center .responsive::before {
  padding-top: 64%;
}

.article .columns .responsive {
  width: calc((100% - 8px) / 2);
}

.article .columns .responsive::before {
  padding-top: 64.52%;
}

.article .back {
  margin-top: 80px;
}

@media (max-width: 750px) {
  .article .h1-1,
  .article p,
  .article > ol,
  .article > ul,
  .article h3.h3-1 {
    margin-bottom: 8px;
  }

  .article .img {
    margin: 24px 0;
  }

  .article .date {
    margin-bottom: 24px;
  }

  .article .img {
    flex-direction: column;
  }

  .article .columns .responsive {
    width: 100%;
  }

  .article .back {
    margin-top: 40px;
  }
}

/* -------------------------------------------------- */
/*   定期購入　設定   */
/* -------------------------------------------------- */

.subscription-setting {
  background-color: var(--color-13);
  border: 1px solid var(--color-12);
  padding: 20px;
}

.subscription-setting .h3-1 {
  margin-bottom: 8px;
}

.subscription-setting .checkbox {
  margin: 8px 0;
}

.subscription-setting > ul > li:nth-child(n + 2) {
  margin-top: 8px;
}

.subscription-setting label {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.subscription-setting .interval dd {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscription-setting dd,
.subscription-setting .interval select {
  width: 120px;
}

@media (max-width: 768px) {
  .subscription-setting .interval dd {
    width: 166px;
  }
}

@media (max-width: 750px) {
  .subscription-setting .interval dd {
    width: 100%;
  }

  .subscription-setting dd,
  .subscription-setting .interval select {
    width: calc(100% - 55px);
  }
}

/* -------------------------------------------------- */
/*   注文商品リスト   */
/* -------------------------------------------------- */

.ordered-products-list > li {
  display: flex;
  gap: 20px;
  padding: 30px 20px;
  border-bottom: 1px solid var(--color-5);
}

.ordered-products-list > li:first-child {
  border-top: 1px solid var(--color-5);
}

.ordered-products-list .img {
  width: 80px;
}

.ordered-products-list .img > a {
  display: block;
}

.ordered-products-list .responsive::before {
  padding-top: 100%;
}

.ordered-products-list .details {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ordered-products-list .details .left {
  width: 54.225%;
}

.ordered-products-list .details .left .sub-title-1 {
  margin-bottom: 8px;
  display: inline-block;
}

.ordered-products-list .details .left .caption-1 {
  color: var(--color-6);
}

.ordered-products-list .details .left .subscription-setting {
  margin-top: 16px;
  padding: 15px;
  max-width: 371px;
  width: 100%;
}

.ordered-products-list .details .left .subscription-setting dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ordered-products-list .details .left .subscription-setting dt {
  width: 120px;
}

.ordered-products-list .details .left .subscription-setting label {
  font-size: 14px;
}

.ordered-products-list .details .left .options {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ordered-products-list .details .left .option {
  background-color: var(--color-7);
  padding: 10px 15px;
  max-width: 371px;
}

.ordered-products-list .details .left .option ol,
.ordered-products-list .details .left .option ul {
  border-top: 1px solid var(--color-5);
  padding-top: 4px;
  margin-top: 4px;
  font-weight: 500;
}

.ordered-products-list .details .left .option ol {
  list-style: decimal;
  padding-left: 25px;
}

.ordered-products-list .details .right {
  width: 43.557%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.ordered-products-list .details .right dl {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ordered-products-list .details .right label {
  font-size: var(--font-size-1);
}

.ordered-products-list .details .right dd {
  width: 80px;
}

.ordered-products-list .details .right .subtotal {
  display: flex;
  align-items: baseline;
}

.ordered-products-list .details .right .subtotal .price {
  font-size: var(--font-size-8);
  font-weight: 700;
  margin-left: 16px;
}

.ordered-products-list .details .right .delete {
  font-size: var(--font-size-7);
  color: var(--color-6);
  text-decoration: underline;
}

.ordered-products-list .details .right .delete + .caption-1 {
  color: var(--color-6);
}

@media (max-width: 1024px) {
  .ordered-products-list .details {
    position: relative;
  }

  .ordered-products-list > li {
    padding: 30px 8px;
  }

  .ordered-products-list .details .right {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }

  .ordered-products-list .details .right .delete {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .ordered-products-list .details .right dl {
    order: 1;
  }

  .ordered-products-list .details .right .delete + .caption-1 {
    order: 2;
  }

  .ordered-products-list .details .right .subtotal {
    order: 3;
  }
}

@media (max-width: 750px) {
  .ordered-products-list > li {
    gap: 16px;
    padding: 16px 8px;
  }

  .ordered-products-list .details {
    width: calc(100% - 96px);
  }

  .ordered-products-list .details .left {
    width: 100%;
  }

  .ordered-products-list .details .left .sub-title-1 {
    margin-bottom: 6px;
  }

  .subscription-setting > ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .ordered-products-list .details .left .subscription-setting dl {
    gap: 8px;
  }

  .ordered-products-list .details .right {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .ordered-products-list .details .right .delete {
    bottom: 4px;
  }
}

/* -------------------------------------------------- */
/*   フォーム   */
/* -------------------------------------------------- */

form.form {
  padding: 60px 122px;
  background-color: var(--color-13);
}

form.form .form-list > li:nth-child(n + 2) {
  margin-top: 32px;
}

form.form dt {
  display: flex;
  margin-bottom: 8px;
}

form.form .required {
  background-color: var(--color-15);
  color: var(--color-2);
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0px 6px;
  margin-right: 8px;
}

form.form .optional {
  background-color: var(--color-6);
  color: var(--color-2);
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0px 6px;
  margin-right: 8px;
}

form.form dt > label {
  font-size: var(--font-size-1);
  font-weight: 700;
  line-height: 1;
  color: var(--color-1);
}

form.form .name dd,
form.form .furigana dd,
form.form .phone-number dd,
form.form .fax dd {
  display: flex;
  align-items: center;
  gap: 8px;
}

form.form .name input,
form.form .furigana input {
  width: calc((100% - 8px) / 2);
}

form.form .building-name dd,
form.form .postal-code dd {
  flex-direction: column;
  align-items: start;
}

form.form .postal-code a {
  font-size: var(--font-size-2);
  color: var(--color-12);
}

form.form .postal-code a:hover {
  text-decoration: underline;
}

form.form .postal-code a::after {
  content: url(../img/common/icon_target_blank.svg);
  position: relative;
  left: 3px;
}

form.form .postal-code .wrap {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

form.form .postal-code .wrap div {
  display: flex;
  align-items: center;
  gap: 8px;
}

form.form .postal-code .wrap button {
  margin-left: 11px;
  cursor: pointer;
  font-size: 1.3rem;
}

form.form .postal-code .wrap button.clear {
  font-weight: 700;
  color: var(--color-12);
  padding-left: 4px;
}

form.form .postal-code .wrap button.clear::before {
  content: url(../img/common/icon_clear.svg);
  position: relative;
  left: -4px;
}

form.form .postal-code .wrap button.input {
  font-weight: 700;
  color: var(--color-12);
  padding-left: 4px;
}

form.form .postal-code .wrap button.input::before {
  content: url(../img/common/icon_input_arrow.svg);
  position: relative;
  left: -4px;
}

form.form .postal-code .wrap input:nth-child(1) {
  width: 64px;
}

form.form .postal-code .wrap input:nth-child(2) {
  width: 104px;
}

form.form .prefecture_city dd > p {
  margin-bottom: 16px;
}

form.form .prefecture_city dd > select {
  width: calc((100% - 8px) / 2);
}

form.form .prefecture_city dd > input {
  margin-top: 8px;
}

form.form .building-name .caption-1 {
  color: var(--color-6);
  margin-top: 8px;
}

form.form .phone-number dd,
form.form .fax dd {
  gap: 8px;
}

form.form .phone-number dd input,
form.form .fax dd input {
  max-width: 104px;
}

form.form .email dd input:nth-child(n + 2),
form.form .password dd input:nth-child(n + 2) {
  margin-top: 8px;
}

form.form .inquiry-details textarea {
  height: 200px;
}

form.form .gender ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

form.form .gender li:nth-child(n + 2) {
  margin-top: 0px;
}

form.form .newsletter li:nth-child(n + 2) {
  margin-top: 20px;
}

form.form .btns {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
}

form.form .btn_black.btn-1 {
  box-shadow: none;
}

form.form .btns .arrow_text_link-3 {
  margin-top: 32px;
  display: inline-block;
}

@media (max-width: 750px) {
  form.form {
    padding: 30px 20px 80px;
    margin: 0 -20px;
  }

  form.form .btns .arrow_text_link-3 {
    margin-top: 24px;
  }
}

/* -------------------------------------------------- */
/*   お問い合わせ先   */
/* -------------------------------------------------- */

.contact-us_wrap {
  background-color: var(--color-13);
  padding: 60px 32px;
  margin-top: 24px;
}

.contact-us_wrap .contact-us {
  background-color: var(--color-2);
  max-width: 456px;
  margin: 0 auto;
  padding: 32px 20px;
  text-align: center;
}

.contact-us_wrap .contact-us .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-us_wrap .contact-us > ul {
  text-align: left;
}

.contact-us_wrap dl {
  display: flex;
}

.contact-us_wrap dd::before {
  content: ":";
  position: relative;
  left: -5px;
}

.contact-us_wrap dt {
  width: 34%;
  padding-left: 20%;
}

.contact-us_wrap dd {
  width: 66%;
  padding-left: 8px;
}

.contact-us_wrap .btns {
  margin-top: 40px;
}

.contact-us_wrap .btn_black.btn-1 {
  box-shadow: none;
}

@media (max-width: 750px) {
  .contact-us_wrap {
    padding: 0;
  }

  .contact-us_wrap .contact-us {
    padding: 20px 15px;
  }

  .contact-us_wrap dt {
    width: 25%;
    padding-left: 9%;
  }

  .contact-us_wrap dd {
    width: 75%;
  }
}

/* -------------------------------------------------- */
/*   リスト  */
/* -------------------------------------------------- */

.list-1 {
  border-bottom: 1px solid var(--color-5);
  margin-bottom: 40px;
}

.list-1 li,
.list-1 li:nth-child(n + 2) {
  border-top: 1px solid var(--color-5);
}

.list-1 dl {
  display: flex;
  flex-wrap: wrap;
}

.list-1 dt {
  width: 30%;
  font-size: var(--font-size-7);
  font-weight: 700;
  background-color: var(--color-13);
  padding: 17px 20px;
}

.list-1 dd,
.list-1 .furigana dd,
.list-1 .name dd {
  width: 70%;
  padding: 15px 20px 17px;
}

.list-1 + .btns .btn-1:nth-child(n + 2) {
  margin-top: 16px;
}

.list-1 .google-map {
  color: var(--color-12);
  font-size: var(--font-size-1);
  font-weight: 700;
  margin-top: 4px;
  display: inline-block;
}

.list-1 a.google-map::after {
  content: url(../img/common/icon_external_link.svg);
  position: relative;
  left: 5px;
}

.list-1 a.url {
  text-decoration: underline;
}

.list-1 a.url::after {
  content: url(../img/common/icon_external_link_2.svg);
  position: relative;
  left: 8px;
  top: 1px;
}

.list-1 ol {
  list-style: decimal;
  padding-left: 25px;
}

.list-1 ol li,
.list-1 ol li:nth-child(n + 2) {
  border-top: none;
}

.list-1 .payment-method ol {
  margin-top: 5px;
}

@media (max-width: 750px) {
  .list-1 dt {
    width: 100%;
    padding: 13px 10px;
  }

  .list-1 dd,
  .list-1 .furigana dd,
  .list-1 .name dd {
    width: 100%;
    padding: 15px 10px 17px;
  }
}

/* -------------------------------------------------- */
/*   削除　モーダル  */
/* -------------------------------------------------- */

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-7);
  padding: 30px;
  max-width: 576px;
  width: 100%;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  padding: 40px 60px;
}

.modal-content .texts {
  background-color: var(--color-2);
  padding: 40px 30px;
  margin-bottom: 24px;
}

.modal-content .texts .h3-1 {
  margin-bottom: 16px;
}

.modal-content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.modal-content .btns .btn-2 {
  max-width: 95px;
  padding: 10px;
}

@media (max-width: 750px) {
  .modal-content {
    padding: 30px 59px;
    max-width: 335px;
    width: 100%;
    background-color: var(--color-2);
  }

  .modal-content .texts {
    padding: 0;
    margin-bottom: 32px;
  }

  .modal-content .texts .h3-1 {
    margin-bottom: 8px;
  }

  .modal-content .btns {
    justify-content: space-between;
    gap: inherit;
  }

  .modal-content .btns .btn-2 {
    padding: 7px 10px;
  }
}

/* -------------------------------------------------- */
/*   地域から探す   */
/* -------------------------------------------------- */

.area .japan-map {
  position: relative;
}

.area .japan-map .responsive.responsive::before {
  padding-top: 50%;
}

.area .japan-map .hokkaido.hovered {
  fill: #20518d;
}

.area .japan-map .tohoku.hovered {
  fill: #0e94ac;
}

.area .japan-map .kanto.hovered {
  fill: #58b461;
}

.area .japan-map .chubu.hovered {
  fill: #dfb427;
}

.area .japan-map .kansai.hovered {
  fill: #ce6500;
}

.area .japan-map .chugoku-shikoku.hovered {
  fill: #c83224;
}

.area .japan-map .kyushu-okinawa.hovered {
  fill: #7243a2;
}

.area .japan-map li {
  position: absolute;
  width: 140px;
}

.area .japan-map li:nth-of-type(1) {
  top: 15%;
  right: 35%;
}

.area .japan-map li:nth-of-type(2) {
  top: 48%;
  right: 14%;
}

.area .japan-map li:nth-of-type(3) {
  bottom: 16%;
  right: 16%;
}

.area .japan-map li:nth-of-type(4) {
  top: 44%;
  right: 41%;
}

.area .japan-map li:nth-of-type(5) {
  bottom: 2%;
  left: 42%;
}

.area .japan-map li:nth-of-type(6) {
  bottom: 39%;
  left: 25%;
}

.area .japan-map li:nth-of-type(7) {
  bottom: 6%;
  left: 14%;
}

.area .japan-map a {
  position: relative;
  background-color: var(--color-2);
  border: 2px solid;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  border-radius: 2px;
  padding: 8px 10px;
  text-align: center;
  box-shadow: 0px 0px 6px 0px rgba(75, 0, 0, 0.25);
}

.area .japan-map a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.area .japan-map li:nth-of-type(1) a {
  border-color: var(--color-20);
}

.area .japan-map li:nth-of-type(2) a {
  border-color: var(--color-21);
}

.area .japan-map li:nth-of-type(3) a {
  border-color: var(--color-22);
}

.area .japan-map li:nth-of-type(4) a {
  border-color: var(--color-23);
}

.area .japan-map li:nth-of-type(5) a {
  border-color: var(--color-24);
}

.area .japan-map li:nth-of-type(6) a {
  border-color: var(--color-25);
}

.area .japan-map li:nth-of-type(7) a {
  border-color: var(--color-26);
}

.area .japan-map li:nth-of-type(1) a::after {
  border-top: 2px solid var(--color-20);
  border-right: 2px solid var(--color-20);
}

.area .japan-map li:nth-of-type(2) a::after {
  border-top: 2px solid var(--color-21);
  border-right: 2px solid var(--color-21);
}

.area .japan-map li:nth-of-type(3) a::after {
  border-top: 2px solid var(--color-22);
  border-right: 2px solid var(--color-22);
}

.area .japan-map li:nth-of-type(4) a::after {
  border-top: 2px solid var(--color-23);
  border-right: 2px solid var(--color-23);
}

.area .japan-map li:nth-of-type(5) a::after {
  border-top: 2px solid var(--color-24);
  border-right: 2px solid var(--color-24);
}

.area .japan-map li:nth-of-type(6) a::after {
  border-top: 2px solid var(--color-25);
  border-right: 2px solid var(--color-25);
}

.area .japan-map li:nth-of-type(7) a::after {
  border-top: 2px solid var(--color-26);
  border-right: 2px solid var(--color-26);
}

.area .japan-map a:hover {
  opacity: 1;
  color: var(--color-2);
}

.area .japan-map li:nth-of-type(1) a:hover {
  background-color: var(--color-20);
}

.area .japan-map li:nth-of-type(2) a:hover {
  background-color: var(--color-21);
}

.area .japan-map li:nth-of-type(3) a:hover {
  background-color: var(--color-22);
}

.area .japan-map li:nth-of-type(4) a:hover {
  background-color: var(--color-23);
}

.area .japan-map li:nth-of-type(5) a:hover {
  background-color: var(--color-24);
}

.area .japan-map li:nth-of-type(6) a:hover {
  background-color: var(--color-25);
}

.area .japan-map li:nth-of-type(7) a:hover {
  background-color: var(--color-26);
}

.area .japan-map li:nth-of-type(1) a:hover::after,
.area .japan-map li:nth-of-type(2) a:hover::after,
.area .japan-map li:nth-of-type(3) a:hover::after,
.area .japan-map li:nth-of-type(4) a:hover::after,
.area .japan-map li:nth-of-type(5) a:hover::after,
.area .japan-map li:nth-of-type(6) a:hover::after,
.area .japan-map li:nth-of-type(7) a:hover::after {
  border-top: 2px solid var(--color-2);
  border-right: 2px solid var(--color-2);
}

@media (max-width: 960px) {
  .area .japan-map li:nth-of-type(1) {
    right: 37%;
  }

  .area .japan-map li:nth-of-type(2) {
    right: 9%;
  }

  .area .japan-map li:nth-of-type(3) {
    bottom: 12%;
    right: 11%;
  }

  .area .japan-map li:nth-of-type(4) {
    top: 41%;
    right: 38%;
  }

  .area .japan-map li:nth-of-type(5) {
    bottom: 0%;
  }

  .area .japan-map li:nth-of-type(6) {
    bottom: 39%;
    left: 20%;
  }

  .area .japan-map li:nth-of-type(7) {
    bottom: 3%;
    left: 8%;
  }
}

@media (max-width: 750px) {
  .area .japan-map .responsive {
    display: none;
  }

  .area .japan-map li {
    position: inherit;
    width: 100%;
  }

  .area .japan-map a {
    border: none;
    box-shadow: none;
    padding: 10px 20px 10px 16px;
    text-align: left;
  }

  .area .japan-map li a::before {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
  }

  .area .japan-map li:nth-of-type(1) a::before {
    content: url(../img/top/icon_map_lavel_sp_01.svg);
  }

  .area .japan-map li:nth-of-type(2) a::before {
    content: url(../img/top/icon_map_lavel_sp_02.svg);
  }

  .area .japan-map li:nth-of-type(3) a::before {
    content: url(../img/top/icon_map_lavel_sp_03.svg);
  }

  .area .japan-map li:nth-of-type(4) a::before {
    content: url(../img/top/icon_map_lavel_sp_04.svg);
  }

  .area .japan-map li:nth-of-type(5) a::before {
    content: url(../img/top/icon_map_lavel_sp_05.svg);
  }

  .area .japan-map li:nth-of-type(6) a::before {
    content: url(../img/top/icon_map_lavel_sp_06.svg);
  }

  .area .japan-map li:nth-of-type(7) a::before {
    content: url(../img/top/icon_map_lavel_sp_07.svg);
  }

  .area .japan-map li:nth-of-type(1) a::after,
  .area .japan-map li:nth-of-type(2) a::after,
  .area .japan-map li:nth-of-type(3) a::after,
  .area .japan-map li:nth-of-type(4) a::after,
  .area .japan-map li:nth-of-type(5) a::after,
  .area .japan-map li:nth-of-type(6) a::after,
  .area .japan-map li:nth-of-type(7) a::after {
    border-top: 2px solid var(--color-6);
    border-right: 2px solid var(--color-6);
    width: 9px;
    height: 9px;
    right: 5px;
  }
}

/* -------------------------------------------------- */
/*  CKeditor  */
/* -------------------------------------------------- */

.ckeditor > hr {
  margin: 32px 0;
}

.ckeditor > p,
.ckeditor > h1,
.ckeditor > h2,
.ckeditor > h3,
.ckeditor > ul,
.ckeditor > ol,
.ckeditor > blockquote,
.ckeditor > div,
.ckeditor > pre,
.ckeditor > table {
  margin-bottom: 16px;
}

.ckeditor h1 {
  font-size: clamp(2.6rem, 3.467vw, 3rem);
}

.ckeditor h2 {
  font-size: clamp(2.2rem, 2.933vw, 2.6rem);
}

.ckeditor h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
}

.ckeditor strong {
  font-weight: bold;
}

.ckeditor em {
  font-style: italic;
}

.ckeditor ol {
  list-style: decimal;
  padding-left: 17px;
}

.ckeditor ol > li {
  margin: 8px 0;
}

.ckeditor ol ol {
  list-style: none;
  counter-reset: count 0;
  padding-left: 24px;
  margin: 8px 0;
}

.ckeditor ol ol li:before {
  content: "(" counter(count) ") ";
  counter-increment: count 1;
}

.ckeditor ul {
  padding-left: 17px;
}

.ckeditor ul > li {
  margin: 8px 0;
}

.ckeditor ul li::before {
  content: " ";
}

.ckeditor span.marker {
  background-color: Yellow;
}

.ckeditor cite {
  font-size: 1.4rem;
}

.ckeditor p > span[dir*="rtl"] {
  unicode-bidi: bidi-override;
}

.ckeditor a {
  text-decoration: underline;
  color: var(--color-11);
}

.ckeditor table {
  margin: 0 auto 16px;
  max-width: 100%;
  border: revert-layer;
}

.ckeditor table[cellpadding] {
  border-collapse: separate;
}

.ckeditor table[align*="center"] {
  text-align: center;
}

.ckeditor table[align*="left"] {
  text-align: left;
}

.ckeditor table[align*="right"] {
  text-align: right;
}

.ckeditor table thead th,
.ckeditor table tbody th {
  text-align: inherit;
}

.ckeditor table tfoot td,
.ckeditor table tfoot th,
.ckeditor table thead td,
.ckeditor table thead th,
.ckeditor table tbody td,
.ckeditor table tbody th {
  border: 0.1rem solid #333;
  width: inherit;
}

@media (max-width: 750px) {
  .ckeditor table tfoot td,
  .ckeditor table tfoot th,
  .ckeditor table thead td,
  .ckeditor table thead th,
  .ckeditor table tbody td,
  .ckeditor table tbody th {
    display: table-cell;
    padding: 10px;
  }

  .ckeditor table th {
    background-color: #fff;
  }

  .ckeditor table td {
    background-color: #fcfaf7;
  }
}

/* -------------------------------------------------- */
/*   クエッション・ツールチップ   */
/* -------------------------------------------------- */

.question-mark {
  margin-left: 4px;
}

.question-mark > img {
  vertical-align: baseline;
}

  /* ツールチップのカスタムスタイル */
  .tippy-box {
    background-color: rgba(3,3,3,0.7);
    color: #fff;
    font-size: 13px;
    padding: 8px;
    border-radius: 2px;
  }

  /* ツールチップの矢印のスタイル */
  .tippy-arrow {
    color: rgba(3,3,3,0.7);
  }

  .tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: -1px;
}

/* -------------------------------------------------- */
/*     */
/* -------------------------------------------------- */
