@charset "UTF-8";
/* ==================================
    エントリーポイント
    抽象層 → ベース → ユーティリティ → 拡張 → レイアウト → コンポーネント → ページの順で読み込む
================================== */
/* ==================================
    抽象レイヤーの集約（変数・ミックスイン）
================================== */
/* ==================================
    サイト全体で使う変数定義
================================== */
/* ==================================
    ブレイクポイントとレイアウト設定
================================== */
/* ==================================
    汎用ミックスイン定義
================================== */
.woocommerce .wp-block-heading,
.woocommerce-page .wp-block-heading, .my-account-layout__content > h2:has(~ .fluid_section), .section-my-account .woocommerce .account-form__legend,
.section-my-account .account-address-edit .account-form__legend,
.section-my-account .account-settings .account-form__legend, .section-my-account .woocommerce__title,
.section-my-account .account-address-edit__title,
.section-my-account .account-settings__title, .section-my-account .account-address-card__title, .woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title, .p-cart .woocommerce .cart_totals h2, .section-related-products__title,
.product-recommendations__title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .woocommerce .wp-block-heading,
  .woocommerce-page .wp-block-heading, .my-account-layout__content > h2:has(~ .fluid_section), .section-my-account .woocommerce .account-form__legend,
  .section-my-account .account-address-edit .account-form__legend,
  .section-my-account .account-settings .account-form__legend, .section-my-account .woocommerce__title,
  .section-my-account .account-address-edit__title,
  .section-my-account .account-settings__title, .section-my-account .account-address-card__title, .woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title, .p-cart .woocommerce .cart_totals h2, .section-related-products__title,
  .product-recommendations__title {
    font-size: 1.6rem;
  }
}

/* ==================================
    ベースレイヤーの集約（リセット・ベース設定）
================================== */
/* ==================================
    リセットスタイル
================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* markのデフォルトスタイル（背景色など）をリセット */
mark,
.mark {
  padding: 0;
  color: inherit;
  background-color: transparent;
}

/* ==================================
    共通ベーススタイル
================================== */
html {
  scroll-padding-top: 60px;
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #333333;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

a {
  color: #333333;
  text-decoration: underline;
  transition: color 0.2s 0s ease-in-out;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.8;
}

b,
strong {
  font-weight: 600;
}

dl dt {
  font-weight: 600;
}

table th {
  font-weight: 600;
}

img {
  height: auto;
  max-width: 100%;
}

button {
  font-weight: 600 !important;
}

/* ==================================
    ユーティリティレイヤーの集約
================================== */
/* ==================================
    レイアウトユーティリティ
================================== */
.u-maxw-sm {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxw-md {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxw-lg {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxw-xl {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.u-maxw-xxl {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.u-d-block {
  display: block !important;
}

.u-d-none {
  display: none !important;
}

@media screen and (min-width: 640px) {
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-none {
    display: none !important;
  }
}
.u-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.u-container {
  max-width: 1440px;
}

.u-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .u-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.u-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-7 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-8 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-9 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-10 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-11 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .u-col-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 640px) {
  .u-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .u-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .u-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.u-dl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 960px) {
  .u-dl {
    flex-direction: row;
  }
}
.u-dl dt {
  width: 200px;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 960px) {
  .u-dl dt {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.u-dl dd {
  flex: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

/* ==================================
    タイポグラフィ関連のユーティリティ
================================== */
.u-ff-oswald {
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Oswald", sans-serif;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-fs-small {
  font-size: 0.8em;
}

/* ==================================
    アニメーション・エフェクトのユーティリティ
================================== */
.u-hover-opacity {
  display: inline-block;
  transition: opacity 0.2s 0s ease-in-out;
}
.u-hover-opacity:hover, .u-hover-opacity:focus {
  opacity: 0.8;
}

.u-hover-zoom {
  display: inline-block;
  transition: transform 0.2s 0s ease-in-out;
}
.u-hover-zoom:hover, .u-hover-zoom:focus {
  transform: scale(1.1);
}

.u-hover-up {
  display: inline-block;
  transition: transform 0.2s 0s ease-in-out;
}
.u-hover-up:hover, .u-hover-up:focus {
  transform: translateY(-5px);
}

.u-hover-right {
  display: inline-block;
  transition: transform 0.2s 0s ease-in-out;
}
.u-hover-right:hover, .u-hover-right:focus {
  transform: translateX(5px);
}

.u-hover-line {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
  text-decoration: none;
}
.u-hover-line:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 3px;
  background: #f99900;
  transform: scaleX(1);
  transition: transform 0.4s 0s ease-in-out;
  transform-origin: left;
}
.u-hover-line:hover {
  color: unset;
}
.u-hover-line:hover:after {
  transform: scaleX(0);
  transform-origin: right;
}

.u-effect-line {
  display: block;
  position: relative;
  top: 100px;
  left: -50%;
  z-index: -2;
  width: 200%;
  height: 100px;
  margin: -100px 0 0;
  padding: 0;
  border: 0;
  transform: rotate(350deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .u-effect-line {
    top: 130px;
    transform: rotate(355deg);
  }
}
.u-effect-line:before, .u-effect-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
}
.u-effect-line:before {
  background: #f4f4f4;
  transition: all 2s ease 0s;
}
.u-effect-line:after {
  background: #fff1e5;
  transition: all 2s ease 1.5s;
}
.u-effect-line.is-show:before, .u-effect-line.is-show:after {
  transform: scale(1, 1);
}

/* ==================================
    拡張レイヤーの集約
================================== */
/* ==================================
    Bootstrap調整用スタイル
================================== */
.form-control {
  padding: 0.5rem 0.5rem;
  border: solid 1px #ccc;
  background: white;
  transition: all 0.2s 0s ease-in-out;
}
.form-control:placeholder-shown {
  border: solid 1px #efefef;
  background: #efefef;
}
.form-control:focus {
  border: solid 1px #f99900;
  background: white;
  box-shadow: none;
}

/* ==================================
    WP FORM調整用スタイル
================================== */
.mw_wp_form_input .input-hidden {
  display: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .row {
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #ccc;
}
.mw_wp_form_confirm .row:first-of-type {
  padding-top: 1.5rem;
  border-top: solid 1px #ccc;
}

.mw_wp_form_complete .complete-hidden {
  display: none;
}

/* ==================================
    レイアウト・ブロックレイヤーの集約
================================== */
/* ==================================
    ページ全体のレイアウト骨格
================================== */
.layout {
  min-height: 100vh;
  min-height: 100svh;
}
.layout__header-area {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .layout__header-area {
    position: fixed;
    width: 250px;
    min-height: 100vh;
    min-height: 100svh;
  }
}
.layout__contents-area {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .layout__contents-area {
    min-height: 100vh;
    min-height: 100svh;
    margin-left: 250px;
    overflow-y: auto;
  }
}

/* ==================================
    サイトヘッダーのレイアウト
================================== */
.header {
  display: flex;
  width: 100%;
  height: 60px;
  background: #f99900;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    width: 250px;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-y: auto;
  }
}
.header .header-logo {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .header .header-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 140px;
  }
}
.header .header-logo__link {
  display: block;
}
.header__button {
  position: absolute;
  top: 11px;
  left: 15px;
  z-index: 200;
}
.header__nav .header-nav {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  background: #f99900;
  transition: left 0.4s 0s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__nav .header-nav {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    overflow: hidden;
  }
}
.header__nav .header-nav.is-open {
  left: 0;
}
.header__nav .header-nav a {
  color: white !important;
  text-decoration: none !important;
}

/* ==================================
    サイトフッターのレイアウト
================================== */
.footer {
  background: white;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 6rem;
  }
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__logo a {
  max-width: 140px;
}
.footer__address {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.footer__nav {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-bottom: 6rem;
  }
}
.footer__nav .footer-nav {
  font-size: 0.8rem;
}
.footer__copyright {
  padding: 0.5rem 0;
  background: #333333;
  font-size: 0.8rem;
  color: white;
}

/* ==================================
    お問い合わせセクションの共通レイアウト
================================== */
.section-contact {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-contact {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section-contact {
  background: url("../img/contact/contact-01.jpg") no-repeat center center/cover;
  position: relative;
}
.section-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-contact {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-contact__background {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  max-width: 640px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-contact__background {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-contact__header-area {
  margin-bottom: 2rem;
}
.section-contact__info {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section-contact__contents-area {
  display: flex;
  justify-content: center;
}
.section-contact__item {
  width: 50%;
}
.section-contact__item:first-child {
  border-right: solid 1px #acacac;
}
.section-contact__item--tel {
  font-size: 1.4rem;
}
.section-contact__link {
  text-decoration: none;
}
.section-contact__icon {
  font-size: 3rem;
}
.section-contact__summary {
  font-size: 1rem;
}

/* ==================================
    ループレイヤーの集約
================================== */
/* ==================================
    お知らせ一覧ループのスタイル
================================== */
.news-archive {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-archive {
    margin-bottom: 4rem;
  }
}
.news-archive__item {
  margin-bottom: 1rem;
}
.news-archive__link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .news-archive__link {
    display: flex;
  }
}
.news-archive__date {
  display: block;
  font-size: 0.8rem;
  color: #333333;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news-archive__date {
    position: relative;
    font-size: 1rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news-archive__date:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.2rem;
    bottom: 0;
    width: 1.4rem;
    height: 1px;
    margin: auto;
    background: #ccc;
  }
}
.news-archive__title {
  font-size: 1rem;
}

/* ==================================
    スタッフ一覧ループのスタイル
================================== */
.staff-archive {
  margin-bottom: 1rem;
}
.staff-archive__item {
  margin-bottom: 2rem;
}
.staff-archive__link {
  display: block;
  text-decoration: none;
}
.staff-archive__image {
  margin-bottom: 1rem;
}
.staff-archive__position {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: solid 1px #b08054;
  background: white;
  font-size: 8px;
  color: #b08054;
  margin-bottom: 1rem;
}
.staff-archive__name {
  line-height: 1;
}
.staff-archive__jp {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.staff-archive__en {
  display: block;
  font-size: 0.8rem;
  text-transform: capitalize;
}

/* ==================================
    スタッフブログ一覧ループのスタイル
================================== */
.staffblog-archive {
  margin-bottom: 2rem;
}
.staffblog-archive__item {
  text-align: start;
  margin-bottom: 2rem;
}
.staffblog-archive__link {
  display: block;
  text-decoration: none;
}
.staffblog-archive__image {
  overflow: hidden;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
.staffblog-archive__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffblog-archive__title, .staffblog-archive__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.staffblog-archive__date {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.staffblog-archive__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .staffblog-archive__title {
    font-size: 1.4rem;
  }
}
.staffblog-archive__summary {
  font-size: 0.8rem;
}

/* ==================================
    コンポーネントレイヤーの集約
================================== */
/* ==================================
    ドロワーメニューのスタイル
================================== */
.drawer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 38px;
  border: none;
  background: none;
  cursor: pointer;
}
.drawer-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: white;
}
.drawer-icon span:before, .drawer-icon span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
}
.drawer-icon span:before {
  transform: translateY(-14px);
}
.drawer-icon span:after {
  transform: translateY(14px);
}
.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  transition: all 0.2s 0s ease-in-out;
}
.drawer-icon.is-open span {
  background-color: transparent;
}
.drawer-icon.is-open span:before {
  transform: rotate(45deg) translateY(0);
}
.drawer-icon.is-open span:after {
  transform: rotate(-45deg) translateY(0);
}

/* ==================================
    ボタン共通スタイル
================================== */
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button[disabled],
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button[disabled], .button-nostock, .button-add, .wc-block-components-checkout-return-to-cart-button, .woocommerce .return-to-shop a.button.wc-backward,
.woocommerce-page .return-to-shop a.button.wc-backward, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .button-back, .wc-block-components-button, .woocommerce #place_order,
.woocommerce-page #place_order, .woocommerce a.button.alt, .woocommerce a.button.button-submit, .woocommerce a.button[name=update_cart], .woocommerce a.button[name=apply_coupon], .woocommerce a.button[name=login], .woocommerce a.button[name=register], .woocommerce a.button[name=save_account_details], .woocommerce a.button[name=save_address], .woocommerce a.button[name=reset_password], .woocommerce a.button.checkout-button, .woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce button.button.button-submit,
.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=apply_coupon],
.woocommerce button.button[name=login],
.woocommerce button.button[name=register],
.woocommerce button.button[name=save_account_details],
.woocommerce button.button[name=save_address],
.woocommerce button.button[name=reset_password],
.woocommerce button.button.checkout-button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce input.button.alt,
.woocommerce input.button.button-submit,
.woocommerce input.button[name=update_cart],
.woocommerce input.button[name=apply_coupon],
.woocommerce input.button[name=login],
.woocommerce input.button[name=register],
.woocommerce input.button[name=save_account_details],
.woocommerce input.button[name=save_address],
.woocommerce input.button[name=reset_password],
.woocommerce input.button.checkout-button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.button-submit,
.woocommerce-page a.button[name=update_cart],
.woocommerce-page a.button[name=apply_coupon],
.woocommerce-page a.button[name=login],
.woocommerce-page a.button[name=register],
.woocommerce-page a.button[name=save_account_details],
.woocommerce-page a.button[name=save_address],
.woocommerce-page a.button[name=reset_password],
.woocommerce-page a.button.checkout-button,
.woocommerce-page a.button.single_add_to_cart_button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.button-submit,
.woocommerce-page button.button[name=update_cart],
.woocommerce-page button.button[name=apply_coupon],
.woocommerce-page button.button[name=login],
.woocommerce-page button.button[name=register],
.woocommerce-page button.button[name=save_account_details],
.woocommerce-page button.button[name=save_address],
.woocommerce-page button.button[name=reset_password],
.woocommerce-page button.button.checkout-button,
.woocommerce-page button.button.single_add_to_cart_button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.button-submit,
.woocommerce-page input.button[name=update_cart],
.woocommerce-page input.button[name=apply_coupon],
.woocommerce-page input.button[name=login],
.woocommerce-page input.button[name=register],
.woocommerce-page input.button[name=save_account_details],
.woocommerce-page input.button[name=save_address],
.woocommerce-page input.button[name=reset_password],
.woocommerce-page input.button.checkout-button,
.woocommerce-page input.button.single_add_to_cart_button, .button-submit, .button-arrow {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 0;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s 0s ease-in-out;
  font: inherit;
  cursor: pointer;
  appearance: none;
}
.button-nostock:focus, .button-add:focus, .wc-block-components-checkout-return-to-cart-button:focus, .woocommerce .return-to-shop a.button.wc-backward:focus,
.woocommerce-page .return-to-shop a.button.wc-backward:focus, .woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus, .button-back:focus, .wc-block-components-button:focus, .woocommerce #place_order:focus,
.woocommerce-page #place_order:focus, .button-submit:focus, .button-arrow:focus {
  outline: none;
}

.button-arrow {
  width: 100%;
  padding: 0.5rem 0;
  background: #f99900;
  color: white;
  max-width: 280px;
}
.button-arrow:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 0.8rem;
  transform: translateY(-50%);
  transition: all 0.2s 0s ease-in-out;
  font-family: "fontAwesome";
}
.button-arrow:hover {
  background: rgb(255, 164.4361445783, 20.1);
  color: white;
}
.button-arrow:hover:before {
  right: 10px;
}

.wc-block-components-button, .woocommerce #place_order,
.woocommerce-page #place_order, .woocommerce a.button.alt, .woocommerce a.button.button-submit, .woocommerce a.button[name=update_cart], .woocommerce a.button[name=apply_coupon], .woocommerce a.button[name=login], .woocommerce a.button[name=register], .woocommerce a.button[name=save_account_details], .woocommerce a.button[name=save_address], .woocommerce a.button[name=reset_password], .woocommerce a.button.checkout-button, .woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce button.button.button-submit,
.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=apply_coupon],
.woocommerce button.button[name=login],
.woocommerce button.button[name=register],
.woocommerce button.button[name=save_account_details],
.woocommerce button.button[name=save_address],
.woocommerce button.button[name=reset_password],
.woocommerce button.button.checkout-button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce input.button.alt,
.woocommerce input.button.button-submit,
.woocommerce input.button[name=update_cart],
.woocommerce input.button[name=apply_coupon],
.woocommerce input.button[name=login],
.woocommerce input.button[name=register],
.woocommerce input.button[name=save_account_details],
.woocommerce input.button[name=save_address],
.woocommerce input.button[name=reset_password],
.woocommerce input.button.checkout-button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.button-submit,
.woocommerce-page a.button[name=update_cart],
.woocommerce-page a.button[name=apply_coupon],
.woocommerce-page a.button[name=login],
.woocommerce-page a.button[name=register],
.woocommerce-page a.button[name=save_account_details],
.woocommerce-page a.button[name=save_address],
.woocommerce-page a.button[name=reset_password],
.woocommerce-page a.button.checkout-button,
.woocommerce-page a.button.single_add_to_cart_button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.button-submit,
.woocommerce-page button.button[name=update_cart],
.woocommerce-page button.button[name=apply_coupon],
.woocommerce-page button.button[name=login],
.woocommerce-page button.button[name=register],
.woocommerce-page button.button[name=save_account_details],
.woocommerce-page button.button[name=save_address],
.woocommerce-page button.button[name=reset_password],
.woocommerce-page button.button.checkout-button,
.woocommerce-page button.button.single_add_to_cart_button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.button-submit,
.woocommerce-page input.button[name=update_cart],
.woocommerce-page input.button[name=apply_coupon],
.woocommerce-page input.button[name=login],
.woocommerce-page input.button[name=register],
.woocommerce-page input.button[name=save_account_details],
.woocommerce-page input.button[name=save_address],
.woocommerce-page input.button[name=reset_password],
.woocommerce-page input.button.checkout-button,
.woocommerce-page input.button.single_add_to_cart_button, .button-submit {
  width: 100%;
  padding: 1rem 0 !important;
  background: #9b3442 !important;
  color: white !important;
}
@media screen and (min-width: 768px) {
  .wc-block-components-button, .woocommerce #place_order,
  .woocommerce-page #place_order, .woocommerce a.button.alt, .woocommerce a.button.button-submit, .woocommerce a.button[name=update_cart], .woocommerce a.button[name=apply_coupon], .woocommerce a.button[name=login], .woocommerce a.button[name=register], .woocommerce a.button[name=save_account_details], .woocommerce a.button[name=save_address], .woocommerce a.button[name=reset_password], .woocommerce a.button.checkout-button, .woocommerce a.button.single_add_to_cart_button,
  .woocommerce button.button.alt,
  .woocommerce button.button.button-submit,
  .woocommerce button.button[name=update_cart],
  .woocommerce button.button[name=apply_coupon],
  .woocommerce button.button[name=login],
  .woocommerce button.button[name=register],
  .woocommerce button.button[name=save_account_details],
  .woocommerce button.button[name=save_address],
  .woocommerce button.button[name=reset_password],
  .woocommerce button.button.checkout-button,
  .woocommerce button.button.single_add_to_cart_button,
  .woocommerce input.button.alt,
  .woocommerce input.button.button-submit,
  .woocommerce input.button[name=update_cart],
  .woocommerce input.button[name=apply_coupon],
  .woocommerce input.button[name=login],
  .woocommerce input.button[name=register],
  .woocommerce input.button[name=save_account_details],
  .woocommerce input.button[name=save_address],
  .woocommerce input.button[name=reset_password],
  .woocommerce input.button.checkout-button,
  .woocommerce input.button.single_add_to_cart_button,
  .woocommerce-page a.button.alt,
  .woocommerce-page a.button.button-submit,
  .woocommerce-page a.button[name=update_cart],
  .woocommerce-page a.button[name=apply_coupon],
  .woocommerce-page a.button[name=login],
  .woocommerce-page a.button[name=register],
  .woocommerce-page a.button[name=save_account_details],
  .woocommerce-page a.button[name=save_address],
  .woocommerce-page a.button[name=reset_password],
  .woocommerce-page a.button.checkout-button,
  .woocommerce-page a.button.single_add_to_cart_button,
  .woocommerce-page button.button.alt,
  .woocommerce-page button.button.button-submit,
  .woocommerce-page button.button[name=update_cart],
  .woocommerce-page button.button[name=apply_coupon],
  .woocommerce-page button.button[name=login],
  .woocommerce-page button.button[name=register],
  .woocommerce-page button.button[name=save_account_details],
  .woocommerce-page button.button[name=save_address],
  .woocommerce-page button.button[name=reset_password],
  .woocommerce-page button.button.checkout-button,
  .woocommerce-page button.button.single_add_to_cart_button,
  .woocommerce-page input.button.alt,
  .woocommerce-page input.button.button-submit,
  .woocommerce-page input.button[name=update_cart],
  .woocommerce-page input.button[name=apply_coupon],
  .woocommerce-page input.button[name=login],
  .woocommerce-page input.button[name=register],
  .woocommerce-page input.button[name=save_account_details],
  .woocommerce-page input.button[name=save_address],
  .woocommerce-page input.button[name=reset_password],
  .woocommerce-page input.button.checkout-button,
  .woocommerce-page input.button.single_add_to_cart_button, .button-submit {
    max-width: 280px;
  }
}
.wc-block-components-button:hover, .woocommerce #place_order:hover,
.woocommerce-page #place_order:hover, .woocommerce a.button.alt:hover, .woocommerce a.button.button-submit:hover, .woocommerce a.button[name=update_cart]:hover, .woocommerce a.button[name=apply_coupon]:hover, .woocommerce a.button[name=login]:hover, .woocommerce a.button[name=register]:hover, .woocommerce a.button[name=save_account_details]:hover, .woocommerce a.button[name=save_address]:hover, .woocommerce a.button[name=reset_password]:hover, .woocommerce a.button.checkout-button:hover, .woocommerce a.button.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.button-submit:hover,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce button.button[name=apply_coupon]:hover,
.woocommerce button.button[name=login]:hover,
.woocommerce button.button[name=register]:hover,
.woocommerce button.button[name=save_account_details]:hover,
.woocommerce button.button[name=save_address]:hover,
.woocommerce button.button[name=reset_password]:hover,
.woocommerce button.button.checkout-button:hover,
.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.button-submit:hover,
.woocommerce input.button[name=update_cart]:hover,
.woocommerce input.button[name=apply_coupon]:hover,
.woocommerce input.button[name=login]:hover,
.woocommerce input.button[name=register]:hover,
.woocommerce input.button[name=save_account_details]:hover,
.woocommerce input.button[name=save_address]:hover,
.woocommerce input.button[name=reset_password]:hover,
.woocommerce input.button.checkout-button:hover,
.woocommerce input.button.single_add_to_cart_button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.button-submit:hover,
.woocommerce-page a.button[name=update_cart]:hover,
.woocommerce-page a.button[name=apply_coupon]:hover,
.woocommerce-page a.button[name=login]:hover,
.woocommerce-page a.button[name=register]:hover,
.woocommerce-page a.button[name=save_account_details]:hover,
.woocommerce-page a.button[name=save_address]:hover,
.woocommerce-page a.button[name=reset_password]:hover,
.woocommerce-page a.button.checkout-button:hover,
.woocommerce-page a.button.single_add_to_cart_button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.button-submit:hover,
.woocommerce-page button.button[name=update_cart]:hover,
.woocommerce-page button.button[name=apply_coupon]:hover,
.woocommerce-page button.button[name=login]:hover,
.woocommerce-page button.button[name=register]:hover,
.woocommerce-page button.button[name=save_account_details]:hover,
.woocommerce-page button.button[name=save_address]:hover,
.woocommerce-page button.button[name=reset_password]:hover,
.woocommerce-page button.button.checkout-button:hover,
.woocommerce-page button.button.single_add_to_cart_button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.button-submit:hover,
.woocommerce-page input.button[name=update_cart]:hover,
.woocommerce-page input.button[name=apply_coupon]:hover,
.woocommerce-page input.button[name=login]:hover,
.woocommerce-page input.button[name=register]:hover,
.woocommerce-page input.button[name=save_account_details]:hover,
.woocommerce-page input.button[name=save_address]:hover,
.woocommerce-page input.button[name=reset_password]:hover,
.woocommerce-page input.button.checkout-button:hover,
.woocommerce-page input.button.single_add_to_cart_button:hover, .button-submit:hover {
  background: rgb(139.5, 46.8, 59.4) !important;
  color: white !important;
}

.wc-block-components-checkout-return-to-cart-button, .woocommerce .return-to-shop a.button.wc-backward,
.woocommerce-page .return-to-shop a.button.wc-backward, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button, .button-back {
  width: 100%;
  padding: 1rem 0;
  border: solid 1px #333333;
  background: white;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .wc-block-components-checkout-return-to-cart-button, .woocommerce .return-to-shop a.button.wc-backward,
  .woocommerce-page .return-to-shop a.button.wc-backward, .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button, .button-back {
    max-width: 280px;
  }
}
.wc-block-components-checkout-return-to-cart-button:hover, .woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce-page .return-to-shop a.button.wc-backward:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover, .button-back:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #333333;
}

.button-add {
  padding: 0.25rem 0.5rem !important;
  border: solid 1px #454545 !important;
  border-radius: 30px !important;
  background: white !important;
  font-size: 0.8rem !important;
  color: #454545 !important;
}
.button-add:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #454545;
}

.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button[disabled],
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button[disabled], .button-nostock {
  width: 100%;
  padding: 1rem 0;
  border: solid 1px #b08054;
  background: white;
  color: #b08054;
}
@media screen and (min-width: 768px) {
  .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button[disabled],
  .woocommerce button.button:disabled,
  .woocommerce button.button.disabled,
  .woocommerce button.button[disabled],
  .woocommerce input.button:disabled,
  .woocommerce input.button.disabled,
  .woocommerce input.button[disabled],
  .woocommerce-page a.button:disabled,
  .woocommerce-page a.button.disabled,
  .woocommerce-page a.button[disabled],
  .woocommerce-page button.button:disabled,
  .woocommerce-page button.button.disabled,
  .woocommerce-page button.button[disabled],
  .woocommerce-page input.button:disabled,
  .woocommerce-page input.button.disabled,
  .woocommerce-page input.button[disabled], .button-nostock {
    max-width: 280px;
  }
}
.woocommerce a.button:hover:disabled, .woocommerce a.button.disabled:hover, .woocommerce a.button[disabled]:hover,
.woocommerce button.button:hover:disabled,
.woocommerce button.button.disabled:hover,
.woocommerce button.button[disabled]:hover,
.woocommerce input.button:hover:disabled,
.woocommerce input.button.disabled:hover,
.woocommerce input.button[disabled]:hover,
.woocommerce-page a.button:hover:disabled,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button[disabled]:hover,
.woocommerce-page button.button:hover:disabled,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button[disabled]:hover,
.woocommerce-page input.button:hover:disabled,
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button[disabled]:hover, .button-nostock:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #b08054;
}

.button-wrapper {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    margin-top: 3rem;
  }
}

.return-actions {
  text-align: center;
  margin-top: 1rem;
}

/* ==================================
    バッジコンポーネントのスタイル
================================== */
@media screen and (min-width: 768px) {
  .badge-sale {
    font-size: 0.8rem;
  }
}
.badge-sale {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #af0000;
  font-size: 0.8rem;
  color: white;
}

/* ==================================
    ナビゲーション集約
================================== */
/* ==================================
    グローバルナビゲーション
================================== */
.global-nav {
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .global-nav {
    padding: 0;
    font-size: 0.875rem;
  }
}
.global-nav__link {
  display: block;
  padding: 0.5rem 0;
}
.global-nav__jp {
  display: block;
}
.global-nav__eng {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .global-nav__eng {
    display: none;
  }
}

/* ==================================
    ソーシャルナビゲーション
================================== */
.social-nav {
  font-size: 1.2rem;
}
.social-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.social-nav__link {
  color: white;
  text-decoration: none;
}
.social-nav__link.instagram {
  color: #dc2e74;
}
.social-nav__link.facebook {
  color: #0276fb;
}
.social-nav__link.twitter {
  color: #1da1f2;
}
.social-nav__link.line {
  color: #00b900;
}
.social-nav__link.tiktok {
  color: #fe2c55;
}
.social-nav__link.youtube {
  color: #ff0000;
}
.social-nav__link.u-hover-zoom:hover {
  transform: scale(1.5);
}

/* ==================================
    ストアナビゲーション
================================== */
.store-nav {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .store-nav {
    right: 50px;
  }
}
.store-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
}
.store-nav__item {
  text-align: center;
}
.store-nav__item i {
  font-size: 1.2rem;
}
.store-nav__text {
  display: block;
  font-size: 8px;
}
.store-nav__count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #af0000;
  font-size: 0.8rem;
  color: white;
}
.store-nav a,
.store-nav a:hover {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .store-nav a,
  .store-nav a:hover {
    color: #f99900;
  }
}

/* ==================================
    ナビゲーション（ページ）
================================== */
.page-nav, .woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.page-nav .page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: solid 1px #f99900;
  background: white;
  color: #f99900;
  text-decoration: none;
  transition: all 0.2s 0s ease-in-out;
}
.page-nav .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background: #f99900;
  color: white;
}
.page-nav .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: #f99900;
  color: white;
}
.page-nav.pagination, .woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li ul.page-numbers {
  gap: 0.5rem;
}
.page-nav__prev, .page-nav__next, .page-nav__archive {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s 0s ease-in-out;
}
.page-nav__prev:hover, .page-nav__next:hover, .page-nav__archive:hover {
  opacity: 0.7;
}
.page-nav__prev--disabled, .page-nav__next--disabled, .page-nav__archive--disabled {
  color: rgb(132.6, 132.6, 132.6);
  opacity: 1 !important;
}

/* ==================================
    フッターナビゲーション
================================== */
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

/* ==================================
    パンくずリストの共通レイアウト
================================== */
.breadcrumb, .woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 0.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .breadcrumb, .woocommerce .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.breadcrumb__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.breadcrumb .separator, .woocommerce .woocommerce-breadcrumb .separator,
.woocommerce-page .woocommerce-breadcrumb .separator {
  margin: 0 1rem;
}
.breadcrumb a, .woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: inherit;
}

/* ==================================
    ページタイトル
================================== */
.page-title {
  display: block;
  position: relative;
  margin: 0;
  background: rgba(249, 153, 0, 0.1);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-title__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-title__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-title__jp {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-title__jp {
    font-size: 2.4rem;
  }
}
.page-title__en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #333333;
  margin-top: 1rem;
  text-transform: uppercase;
}
.page-title__en:before, .page-title__en:after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #333333;
}
.page-title__en:before {
  margin-right: 0.5rem;
}
.page-title__en:after {
  margin-left: 0.5rem;
}

.b-block-title {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .b-block-title {
    margin-bottom: 3rem;
  }
}
.b-block-title__heading {
  line-height: 1;
}
.b-block-title__jp {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-block-title__jp {
    font-size: 2.4rem;
  }
}
.b-block-title__en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: #f99900;
  transform: translateY(-1rem);
  transition: all 0.5s 0.3s ease;
  margin-top: 1rem;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .b-block-title__en {
    font-size: 1rem;
  }
}
.b-block-title__en:before, .b-block-title__en:after {
  content: "";
  width: 0;
  height: 1px;
  background: #f99900;
  transition: width 0.8s 0.6s cubic-bezier(0.7, 0, 0.2, 2);
}
.b-block-title__en:before {
  margin-right: 0.5rem;
}
.b-block-title__en:after {
  margin-left: 0.5rem;
}
.b-block-title.is-show .b-block-title__en {
  transform: translateY(0);
  opacity: 1;
}
.b-block-title.is-show .b-block-title__en:before, .b-block-title.is-show .b-block-title__en:after {
  width: 3rem;
}
.b-block-title--vertical {
  margin-right: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-block-title--vertical {
    margin-right: 3rem;
  }
}
.b-block-title--vertical .b-block-title__heading {
  display: flex;
}
.b-block-title--vertical .b-block-title__jp,
.b-block-title--vertical .b-block-title__en {
  writing-mode: vertical-rl;
}
.b-block-title--vertical .b-block-title__en {
  transform: translateX(-1rem);
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0.5rem;
}
.b-block-title--vertical .b-block-title__en:before, .b-block-title--vertical .b-block-title__en:after {
  transition: height 0.8s 0.6s cubic-bezier(0.7, 0, 0.2, 2);
  backface-visibility: hidden;
}
.b-block-title--vertical .b-block-title__en:before {
  display: none;
}
.b-block-title--vertical .b-block-title__en:after {
  margin-top: 0.5rem;
  margin-left: 0;
}
.b-block-title--vertical.is-show .b-block-title__en {
  transform: translateX(0);
}
.b-block-title--vertical.is-show .b-block-title__en:before, .b-block-title--vertical.is-show .b-block-title__en:after {
  width: 1px;
  height: 3rem;
}

.b-block-message__lead {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .b-block-message__lead {
    font-size: 1.6rem;
  }
}
.b-block-message__lead, .b-block-message__summary {
  margin-bottom: 0;
}

/* ==================================
    ページレイヤーの集約
================================== */
/* ==================================
    ページ共通スタイル
================================== */
.main {
  overflow: hidden;
}

/* ==================================
    トップページのスタイル
================================== */
/* ==================================
    ヒーローセクションのスタイル
================================== */
.p-front .section-hero {
  display: flex;
  height: 80svh;
  color: white;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero {
    height: 100svh;
  }
}
.p-front .section-hero__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-hero__contents {
  display: flex;
  padding: 3rem 2rem;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__contents {
    padding: 2rem;
    align-items: flex-start;
  }
}
.p-front .section-hero__image {
  margin-bottom: 1rem;
  max-width: 35vw;
}
.p-front .section-hero__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__text {
    text-align: left;
  }
}
.p-front .section-hero__lead {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__lead {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__lead:after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 50%;
    width: 30%;
    height: 2px;
    background: white;
    transform: translateX(-50%);
  }
}
.p-front .section-hero__lead span {
  font-size: 1.4em;
}
.p-front .section-hero__summary {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-hero__summary {
    font-size: 1.4rem;
  }
}

/* ==================================
    ストアセクションのスタイル
================================== */
.p-front .section-store {
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #333333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-front .section-store:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-front .section-store {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-front .section-store__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-store__inner {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__inner {
    flex-direction: row;
    gap: 4rem;
  }
}
.p-front .section-store__header-area {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__header-area {
    margin-bottom: 2rem;
  }
}
.p-front .section-store__header-area .b-block-title__jp, .p-front .section-store__header-area .b-block-title__en {
  color: white;
}
.p-front .section-store__header-area .b-block-title__en::before, .p-front .section-store__header-area .b-block-title__en::after {
  background: white;
}
.p-front .section-store__text-area {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__text-area {
    width: 40%;
    text-align: left;
  }
}
.p-front .section-store__button {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__button {
    text-align: left;
  }
}
.p-front .section-store__button .button-arrow {
  margin: 0 auto;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__button .button-arrow {
    margin: 0;
  }
}
.p-front .section-store__cards-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__cards-area {
    width: 60%;
  }
}
.p-front .section-store__cards-area .store-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__cards-area .store-card__list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
  }
}
.p-front .section-store__cards-area .store-card__item {
  display: flex;
  flex-direction: column;
}
.p-front .section-store__cards-area .store-card__link {
  display: block;
  color: white;
  text-decoration: none;
}
.p-front .section-store__cards-area .store-card__link:hover .store-card__img {
  transform: scale(1.1);
}
.p-front .section-store__cards-area .store-card__image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s 0s ease-in-out;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__cards-area .store-card__image {
    margin-bottom: 1rem;
  }
}
.p-front .section-store__cards-area .store-card__img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s 0s ease-in-out;
  object-fit: cover;
}
.p-front .section-store__cards-area .store-card__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front .section-store__cards-area .store-card__title {
    font-size: 1.2rem;
  }
}

/* ==================================
    お知らせセクションのスタイル
================================== */
.p-front .section-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-news {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-front .section-news__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-news__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-news__inner {
  display: flex;
}
.p-front .section-news__contents-area {
  width: 100%;
}
.p-front .section-news__button {
  text-align: center;
}

/* ==================================
    事業紹介セクションのスタイル
================================== */
.p-front .section-business {
  background: #efefef;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-business {
    padding-top: 6rem;
  }
}
.p-front .section-business__header-area {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-business__header-area {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-business__header-area {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-business__header-area {
    margin-bottom: 6rem;
  }
}
.p-front .section-business__contents-area {
  padding: 0;
}
.p-front .section-business .business-card__list {
  display: flex;
  background: black;
  flex-wrap: wrap;
}
.p-front .section-business .business-card__item {
  width: 50%;
}
.p-front .section-business .business-card__link {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.p-front .section-business .business-card__link:hover .business-card__image {
  opacity: 0.4;
}
.p-front .section-business .business-card__link:hover .business-card__img {
  transform: scale(1.1);
  filter: blur(4px);
}
.p-front .section-business .business-card__link .business-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s 0s ease-in-out;
  opacity: 0.6;
}
.p-front .section-business .business-card__link .business-card__img {
  width: 100%;
  height: 100%;
  transition: all 0.4s 0s ease-in-out;
  object-fit: cover;
}
.p-front .section-business .business-card__link {
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-business .business-card__link {
    padding: 4rem 2rem;
  }
}
.p-front .section-business .business-card__icon, .p-front .section-business .business-card__title, .p-front .section-business .business-card__summary {
  position: relative;
  z-index: 2;
}

/* ==================================
    スタッフ紹介セクションのスタイル
================================== */
.p-front .section-staff {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-staff {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-front .section-staff__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-staff__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-staff__inner {
  display: flex;
}
.p-front .section-staff__button {
  text-align: center;
}

/* ==================================
    会社情報セクションのスタイル
================================== */
.p-front .section-company {
  background: #efefef;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-company {
    padding-top: 6rem;
  }
}
.p-front .section-company__header-area {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-company__header-area {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-company__header-area {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-company__header-area {
    margin-bottom: 6rem;
  }
}
.p-front .section-company__contents-area {
  padding: 0;
}
.p-front .section-company .company-card__list {
  margin: 0;
  background: black;
}
.p-front .section-company .company-card__item {
  padding: 0;
}
.p-front .section-company .company-card__link {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.p-front .section-company .company-card__link:hover .company-card__image {
  opacity: 0.4;
}
.p-front .section-company .company-card__link:hover .company-card__img {
  transform: scale(1.1);
  filter: blur(4px);
}
.p-front .section-company .company-card__link .company-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s 0s ease-in-out;
  opacity: 0.6;
}
.p-front .section-company .company-card__link .company-card__img {
  width: 100%;
  height: 100%;
  transition: all 0.4s 0s ease-in-out;
  object-fit: cover;
}
.p-front .section-company .company-card__link {
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-company .company-card__link {
    padding: 4rem 3rem;
  }
}
.p-front .section-company .company-card__link:hover .company-card__text:after {
  transform: scaleX(0);
  transform-origin: right;
}
.p-front .section-company .company-card__title {
  display: flex;
  text-align: start;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-company .company-card__title {
    flex-direction: row;
    align-items: center;
  }
}
.p-front .section-company .company-card__jp {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-front .section-company .company-card__jp {
    font-size: 2rem;
  }
}
.p-front .section-company .company-card__en {
  font-size: 0.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-front .section-company .company-card__en {
    margin-left: 1.5rem;
  }
}
.p-front .section-company .company-card__lead {
  text-align: start;
  margin-bottom: 3rem;
}
.p-front .section-company .company-card__text {
  position: relative;
  text-align: end;
}
.p-front .section-company .company-card__text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 100px;
  height: 3px;
  background: white;
  transform: scaleX(1);
  transition: transform 0.4s 0s ease-in-out;
  transform-origin: left;
}
.p-front .section-company .company-card__title, .p-front .section-company .company-card__lead, .p-front .section-company .company-card__text {
  position: relative;
  z-index: 2;
}

/* ==================================
    採用セクションのスタイル
================================== */
.p-front .section-recruit {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-recruit {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-front .section-recruit__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-recruit__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-front .section-recruit__inner {
  display: flex;
}
.p-front .section-recruit__image {
  margin-bottom: 1rem;
}
.p-front .section-recruit__contents {
  text-align: center;
}
.p-front .section-recruit__lead {
  font-size: 1.4rem;
}
.p-front .section-recruit__summary {
  margin-bottom: 2rem;
}

/* ==================================
    スタッフブログセクションのスタイル
================================== */
.p-front .section-staffblog {
  background: #efefef;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-staffblog {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-front .section-staffblog__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front .section-staffblog__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ==================================
    お知らせ一覧ページのスタイル
================================== */
.p-news-archive .section-news-archive {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive .section-news-archive {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-news-archive .section-news-archive__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive .section-news-archive__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ==================================
    お知らせページのスタイル
================================== */
.p-news-single .section-news-single {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-single .section-news-single {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-news-single .section-news-single__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single .section-news-single__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-news-single .section-news-single .news-single__title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 3px #f99900;
}
@media screen and (min-width: 768px) {
  .p-news-single .section-news-single .news-single__title {
    font-size: 1.6rem;
  }
}
.p-news-single .section-news-single .news-single__contents {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-news-single .section-news-single .news-single__contents {
    margin-bottom: 6rem;
  }
}

/* ==================================
    事業紹介ページのスタイル
================================== */
.p-business .section-firstview {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-firstview {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-business .section-firstview {
  background: url("../img/business/firstview-01.jpg") no-repeat center center/cover;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-firstview {
    padding-top: 16rem;
    padding-bottom: 6rem;
  }
}
.p-business .section-firstview__inner, .p-business .section-firstview__text {
  display: inline-block;
  padding: 1rem 2rem;
  background: #f99900;
  color: white;
}
.p-business .section-firstview__title {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-firstview__title {
    font-size: 2.4rem;
  }
}
.p-business .section-firstview__summary {
  color: white;
}
@media screen and (min-width: 768px) {
  .p-business .section-firstview__summary {
    font-size: 1.4rem;
  }
}
.p-business .section-business {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-business {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-business .section-business {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-business {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-business .section-business:nth-of-type(even) {
  background: #efefef;
}
.p-business .section-business__inner {
  display: grid;
  column-gap: 3rem;
  align-items: stretch;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "heading" "image" "text";
}
@media screen and (min-width: 960px) {
  .p-business .section-business__inner {
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto auto;
    grid-template-areas: "image heading" "image text";
  }
}
@media screen and (min-width: 960px) {
  .p-business .section-business:nth-of-type(even) .section-business__inner {
    grid-template-columns: 7fr 5fr;
    grid-template-areas: "heading image" "text   image";
  }
}
.p-business .section-business__heading {
  grid-area: heading;
}
.p-business .section-business__title {
  border-bottom: solid 2px #f99900;
}
@media screen and (min-width: 768px) {
  .p-business .section-business__title {
    font-size: 3rem;
  }
}
.p-business .section-business__title span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f99900;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-business__title span {
    padding: 0.5rem;
  }
}
.p-business .section-business__lead {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-business__lead {
    font-size: 2rem;
  }
}
.p-business .section-business__summary {
  grid-area: text;
}
.p-business .section-business__image {
  grid-area: image;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-business .section-business__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ==================================
    スタッフ紹介一覧ページのスタイル
================================== */
.p-staff-archive .section-staff-archive {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-staff-archive .section-staff-archive {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-staff-archive .section-staff-archive__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff-archive .section-staff-archive__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ==================================
    スタッフ紹介ページのスタイル
================================== */
.p-staff-single .section-staff-single {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single .section-staff-single {
    padding-bottom: 6rem;
  }
}
.p-staff-single .staff-profile {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.p-staff-single .staff-profile__image {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.p-staff-single .staff-profile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-single .staff-profile__detail {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 2rem 1rem 4rem;
  background: rgba(255, 255, 255, 0.9);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-staff-single .staff-profile__detail {
    width: calc(50% - 3rem);
    margin: 3rem 3rem 3rem auto;
    padding: 4rem 2rem;
    max-width: 300px;
  }
}
.p-staff-single .staff-profile__position {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #b08054;
  font-size: 0.8rem;
  color: white;
  margin-bottom: 0;
}
.p-staff-single .staff-profile__jp {
  display: block;
}
.p-staff-single .staff-profile__en {
  display: block;
  font-size: 0.8rem;
}
.p-staff-single .staff-profile__birthday, .p-staff-single .staff-profile__bloodtype, .p-staff-single .staff-profile__hoby {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.p-staff-single .staff-profile__birthday {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #acacac;
}
.p-staff-single .staff-greeting {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single .staff-greeting {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-staff-single .staff-greeting {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single .staff-greeting {
    padding-top: 4rem;
  }
}
.p-staff-single .staff-greeting__row {
  margin-bottom: 3rem;
}
.p-staff-single .staff-greeting__image {
  text-align: center;
  margin-bottom: 2rem;
}
.p-staff-single .staff-greeting__lead {
  margin-bottom: 2rem;
}

/* ==================================
    スタッフブログ一覧ページのスタイル
================================== */
.p-staffblog-archive .staffblog-archive-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-archive .staffblog-archive-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-staffblog-archive .staffblog-archive-section__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-archive .staffblog-archive-section__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ==================================
    スタッフブログページのスタイル
================================== */
.p-staffblog-single .section-staffblog-single {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .section-staffblog-single {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-staffblog-single .section-staffblog-single__main {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .section-staffblog-single__main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-staffblog-single .section-staffblog-single__main {
  padding-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .p-staffblog-single .section-staffblog-single__main {
    padding-bottom: 0;
  }
}
.p-staffblog-single .section-staffblog-single__sidebar {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .section-staffblog-single__sidebar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .p-staffblog-single .section-staffblog-single__sidebar {
    padding-left: 0;
    padding-right: 2rem;
  }
}
.p-staffblog-single .staffblog-single__title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 3px #f99900;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .staffblog-single__title {
    font-size: 1.6rem;
  }
}
.p-staffblog-single .staffblog-single__contents {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .staffblog-single__contents {
    margin-bottom: 6rem;
  }
}
.p-staffblog-single .site-sidebar__heading {
  padding: 0.5rem 1rem;
  background: #f99900;
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.p-staffblog-single .site-sidebar__author {
  margin-bottom: 2rem;
}
.p-staffblog-single .site-sidebar__author-inner {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-staffblog-single .site-sidebar__author-inner {
    display: block;
  }
}
.p-staffblog-single .site-sidebar__author-avatar-wrap {
  margin-right: 1rem;
}
@media screen and (min-width: 960px) {
  .p-staffblog-single .site-sidebar__author-avatar-wrap {
    margin-right: 0;
  }
}
.p-staffblog-single .site-sidebar__author-avatar-image {
  width: 100px;
  margin: 0 auto 1rem;
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-staffblog-single .site-sidebar__author-avatar-image {
    width: 140px;
  }
}
.p-staffblog-single .site-sidebar__author-avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staffblog-single .site-sidebar__author-name {
  font-weight: 600;
  text-align: start;
}
@media screen and (min-width: 960px) {
  .p-staffblog-single .site-sidebar__author-name {
    text-align: center;
  }
}
.p-staffblog-single .site-sidebar__author-description {
  font-size: 0.8rem;
}
.p-staffblog-single .site-sidebar__archives-link {
  text-decoration: none;
}
.p-staffblog-single .site-sidebar__archives-link:hover {
  text-decoration: underline;
}
.p-staffblog-single .staffblog__sidebar .staffblog-author__heading,
.p-staffblog-single .staffblog__sidebar .staffblog-archive__heading {
  padding: 0.5rem;
  background: #f99900;
  font-size: 1.2rem;
  font-weight: normal;
  color: white;
}
.p-staffblog-single .staffblog__sidebar .staffblog-author__avatar-image {
  margin: 0 auto;
}
.p-staffblog-single .staffblog__sidebar .staffblog-author__avatar-image a,
.p-staffblog-single .staffblog__sidebar .staffblog-author__avatar-image span {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  max-width: 160px;
}
.p-staffblog-single .staffblog__sidebar .staffblog-author__description {
  font-size: 0.875rem;
}
.p-staffblog-single .staffblog__sidebar .staffblog-archive__list li a {
  text-decoration: none;
}

/* ==================================
    会社概要ページのスタイル
================================== */
.p-company .section-greeting {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-greeting {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-company .section-greeting__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-greeting__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-company .section-greeting__inner {
  display: flex;
}
.p-company .section-greeting__image {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
.p-company .section-greeting__lead {
  margin-bottom: 1rem;
}
.p-company .section-greeting__message {
  margin-bottom: 2rem;
}
.p-company .section-greeting__sign {
  display: flex;
  font-weight: 600;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.p-company .section-greeting__name {
  font-size: 1.4rem;
}
.p-company .section-philosophy {
  background: url("../img/company/philosophy.jpg") no-repeat center center/cover;
  position: relative;
}
.p-company .section-philosophy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.p-company .section-philosophy {
  text-align: center;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-philosophy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-company .section-philosophy__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-philosophy__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-company .section-philosophy__title .b-block-title__en {
  color: white;
}
.p-company .section-philosophy__title .b-block-title__en:before, .p-company .section-philosophy__title .b-block-title__en:after {
  background: white;
}
@media screen and (min-width: 960px) {
  .p-company .section-philosophy__list {
    display: flex;
    gap: 1rem;
  }
}
.p-company .section-philosophy__item {
  display: flex;
  padding: 1rem;
  border: solid 2px white;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .p-company .section-philosophy__item {
    width: 33.3333333333%;
    padding: 2rem;
    flex-direction: column;
  }
}
.p-company .section-philosophy__lead {
  min-width: 90px;
}
.p-company .section-philosophy__jp {
  display: block;
  font-size: 0.8rem;
}
.p-company .section-philosophy__en {
  display: block;
}
.p-company .section-philosophy__summary {
  text-align: start;
}
@media screen and (min-width: 768px) {
  .p-company .section-philosophy__summary {
    font-size: 1rem;
  }
}
.p-company .section-company {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-company {
    padding-top: 4rem;
  }
}
.p-company .section-company__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company .section-company__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-company .section-company__inner {
  display: flex;
}
.p-company .section-company__contents-area {
  flex-grow: 1;
}

/* ==================================
    採用情報ページのスタイル
================================== */
.p-recruit .section-firstview {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-firstview {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-recruit .section-firstview {
  background: url("../img/recruit/recruit-02.jpg") no-repeat center center/cover;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-firstview {
    padding-top: 16rem;
    padding-bottom: 6rem;
  }
}
.p-recruit .section-firstview__inner, .p-recruit .section-firstview__text {
  display: inline-block;
  padding: 1rem 2rem;
  background: #f99900;
  color: white;
}
.p-recruit .section-firstview__title {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-firstview__title {
    font-size: 2.4rem;
  }
}
.p-recruit .section-firstview__summary {
  color: white;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-firstview__summary {
    font-size: 1.4rem;
  }
}
.p-recruit .section-recruit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-recruit {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-recruit .section-recruit {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-recruit {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-recruit .section-recruit__detail {
  padding: 1rem;
  border: solid 1px #333333;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-recruit__detail {
    padding: 2rem;
  }
}
.p-recruit .section-recruit__lead {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.p-recruit .section-recruit__lead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 80px;
  height: 3px;
  background: #f99900;
  transform: translateX(-50%);
}
.p-recruit .section-recruit__row {
  display: flex;
  border-bottom: solid 1px #efefef;
}
.p-recruit .section-recruit__row:last-child {
  border: none;
}
.p-recruit .section-recruit__label {
  width: 25%;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-recruit__label {
    font-size: 1rem;
  }
}
.p-recruit .section-recruit__summary {
  flex: 1;
  overflow: hidden;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .section-recruit__summary {
    font-size: 1rem;
  }
}

/* ==================================
    お問い合わせページのスタイル
================================== */
.p-contact .section-contact-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact .section-contact-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-contact .section-contact-form__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .section-contact-form__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-contact .section-contact-form .badge {
  border-radius: 0;
  background: #f99900;
  margin-left: 1rem;
}
.p-contact .section-contact-form .form-control {
  border-radius: 0;
}
.p-contact .section-contact-form .form-zipcode {
  max-width: 220px;
}
.p-contact .section-contact-form .form-message {
  min-height: 200px;
}

/* ==================================
    プライバシーポリシーページのスタイル
================================== */
.p-privacypolicy .section-privacypolicy {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy .section-privacypolicy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-privacypolicy .section-privacypolicy__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy .section-privacypolicy__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-privacypolicy .section-privacypolicy__lead {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy .section-privacypolicy__lead {
    margin-bottom: 4rem;
  }
}
.p-privacypolicy .section-privacypolicy__row {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy .section-privacypolicy__row {
    margin-bottom: 4rem;
  }
}
.p-privacypolicy .section-privacypolicy__label {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #f99900;
}
.p-privacypolicy .section-privacypolicy ul {
  margin-top: 1rem;
  l-sttsyyle: disc;
}
.p-privacypolicy .section-privacypolicy ul margnop1rem li {
  margin-left: 2rem;
}

/* ==================================
    利用規約ページのスタイル
================================== */
.p-terms-of-use .section-terms-of-use {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-terms-of-use .section-terms-of-use {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-terms-of-use .section-terms-of-use__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-terms-of-use .section-terms-of-use__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-terms-of-use .section-terms-of-use__lead {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-terms-of-use .section-terms-of-use__lead {
    margin-bottom: 4rem;
  }
}
.p-terms-of-use .section-terms-of-use__row {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-terms-of-use .section-terms-of-use__row {
    margin-bottom: 4rem;
  }
}
.p-terms-of-use .section-terms-of-use__label {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #f99900;
}
.p-terms-of-use .section-terms-of-use ul {
  list-style: disc;
  margin-top: 1rem;
}
.p-terms-of-use .section-terms-of-use ul li {
  margin-left: 2rem;
}
.p-terms-of-use .section-terms-of-use ul ul {
  margin-top: 0.5rem;
}
.p-terms-of-use .section-terms-of-use ul ul li {
  list-style: circle;
}

/* ==================================
    404ページのスタイル
================================== */
.p-error {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-error {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-error .error-section {
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-error .error-section {
    padding-bottom: 6rem;
  }
}
.p-error .error-section__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-error .error-section__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-error .error-section__title {
  font-size: 3rem;
  line-height: 1.2;
  color: #acacac;
  margin-bottom: 2rem;
}
.p-error .error-section__title span {
  display: block;
  font-size: 2.6em;
}
.p-error .error-section__lead {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-error .error-section__lead {
    font-size: 2.4rem;
  }
}
.p-error .error-section__summary {
  margin-bottom: 3rem;
}

/* ==================================
    WooCommerce用スタイルの集約
================================== */
/* ==================================
    商品ページ
================================== */
.p-product-single {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-product-single {
    padding-bottom: 6rem;
  }
}
.p-product-single .section-product-single__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-single .section-product-single__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-product-single .section-product-single__row {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-product-single .section-product-single__row {
    padding-bottom: 6rem;
  }
}
.p-product-single .section-product-single__gallery {
  margin-bottom: 1rem;
}
.p-product-single .section-product-single__gallery-main {
  margin-bottom: 1rem;
}
.p-product-single .section-product-single__gallery-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}
.p-product-single .section-product-single__gallery-link:hover .section-product-single__gallery-img {
  transform: scale(1.1);
}
.p-product-single .section-product-single__gallery-img {
  width: 100%;
  height: 100%;
  transition: 0.2s 0s ease-in-out;
  object-fit: cover;
}
.p-product-single .section-product-single__gallery-thumbs-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product-single .section-product-single__gallery-thumbs-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.p-product-single .section-product-single__gallery-thumb-button {
  display: block;
  width: 100%;
  border: 0px solid white;
  overflow: hidden;
  transition: 0.2s 0s ease-in-out;
  aspect-ratio: 1;
}
.p-product-single .section-product-single__gallery-thumb-button:hover img {
  transform: scale(1.1);
}
.p-product-single .section-product-single__gallery-thumb.is-active .section-product-single__gallery-thumb-button {
  border: 1px solid #af0000;
}
.p-product-single .section-product-single__detail .badge-sale {
  margin-bottom: 1rem;
}
.p-product-single .section-product-single__detail-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product-single .section-product-single__detail-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-product-single .section-product-single__detail-description {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.p-product-single .section-product-single__detail-price {
  font-size: 2rem;
  font-weight: 600;
  color: #af0000;
  margin-bottom: 1rem;
}
.p-product-single .section-product-single__detail-price del {
  font-size: 1rem;
  color: #333333;
}
.p-product-single .section-product-single__detail-price ins {
  text-decoration: none;
}
.p-product-single .section-product-single__detail-attention {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.p-product-single .section-product-single__purchase-quantity {
  margin-bottom: 1rem;
}
.p-product-single .section-product-single__purchase-quantity-label, .p-product-single .section-product-single__purchase-variation-label {
  font-size: 0.875rem;
  font-weight: normal;
}
.p-product-single .section-product-single__purchase-quantity-label label, .p-product-single .section-product-single__purchase-variation-label label {
  display: block;
  margin-bottom: 0.5rem;
}
.p-product-single .section-product-single__purchase-variations {
  width: 100%;
}
.p-product-single .section-product-single__purchase-reset {
  font-size: 0.875rem;
  margin-left: 1rem;
}
.p-product-single .section-product-single .variations select {
  width: 100%;
  margin-bottom: 1rem;
}

.fancybox__container {
  z-index: 10000 !important;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* ==================================
    関連商品・アップセル
================================== */
.section-related-products,
.product-recommendations {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-related-products__title,
.product-recommendations__title {
  text-align: center;
  margin-bottom: 2rem;
}

/* ==================================
    商品一覧ページ
================================== */
.section-product-archive {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-product-archive {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-product-archive__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-product-archive__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section-product-archive__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-product-archive__empty {
  margin-top: 2rem;
}

.woocommerce-result-count {
  margin: 0;
  font-size: 0.875rem;
}

.product-archive__orderby {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 0.5rem;
}
.product-archive__orderby-label {
  font-size: 0.875rem;
  font-weight: 600;
}
.product-archive__orderby-select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  background: white;
  min-width: 200px;
}

.product-archive__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .product-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product-archive__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-card {
  margin-bottom: 2rem;
}
.product-card__link {
  display: block;
  position: relative;
}
.product-card__link, .product-card__link:hover {
  text-decoration: none;
}
.product-card__thumbnail {
  aspect-ratio: 1;
}
.product-card__thumbnail .badge-sale {
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__content {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-card__content {
    padding: 1.5rem;
  }
}
.product-card__title {
  font-size: 1rem;
  font-weight: normal;
}
.product-card__price {
  font-weight: 600;
}
.product-card__price ins {
  color: #af0000;
  text-decoration: none;
}

.product-archive__empty {
  padding: 3rem 0;
  font-size: 1.2rem;
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .product-archive__empty {
    padding: 4rem 0;
  }
}

/* ==================================
    カートページ
================================== */
.p-cart {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-cart {
    padding-bottom: 6rem;
  }
}
.p-cart .section-cart {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cart .section-cart {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-cart .section-cart__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cart .section-cart__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* カートテーブルのスタイル */
.p-cart .woocommerce table.shop_table {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table {
    display: table;
  }
}
.p-cart .woocommerce table.shop_table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table thead {
    display: table-header-group;
  }
}
.p-cart .woocommerce table.shop_table thead th.product-remove {
  width: 40px;
  background: #efefef;
}
.p-cart .woocommerce table.shop_table thead th.product-subtotal {
  text-align: right;
}
.p-cart .woocommerce table.shop_table tbody,
.p-cart .woocommerce table.shop_table tr {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table tbody,
  .p-cart .woocommerce table.shop_table tr {
    display: table-row-group;
  }
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table tr {
    display: table-row;
  }
}
.p-cart .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item {
  display: flex;
  position: relative;
  padding: 1.5rem 0;
  border-bottom: 1px solid #efefef;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item {
    display: table-row;
    padding: 0;
  }
}
.p-cart .woocommerce table.shop_table td {
  display: block;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td {
    display: table-cell;
    padding: 1.5rem;
    border-bottom: 1px solid #efefef;
  }
}
.p-cart .woocommerce table.shop_table td.product-remove {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: auto;
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.product-remove {
    position: static;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    transform: none;
  }
}
.p-cart .woocommerce table.shop_table td.product-info {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.product-info {
    margin-bottom: 0;
  }
}
.p-cart .woocommerce table.shop_table td.product-subtotal {
  display: flex;
  width: 100%;
  text-align: left;
  align-items: center;
}
.p-cart .woocommerce table.shop_table td.product-subtotal::before {
  content: "小計：";
  font-size: 0.875rem;
  color: #acacac;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.product-subtotal::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.product-subtotal {
    display: table-cell;
    width: auto;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
  }
}
.p-cart .woocommerce table.shop_table td.actions {
  display: flex;
  text-align: right;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.actions {
    display: table-cell;
    padding-top: 1.5rem;
  }
}
.p-cart .woocommerce table.shop_table td.actions .coupon {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.actions .coupon {
    float: left;
    width: auto;
    flex-direction: row;
  }
}
.p-cart .woocommerce table.shop_table td.actions .coupon input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.actions .coupon input {
    width: auto;
  }
}
.p-cart .woocommerce table.shop_table td.actions button[name=update_cart] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce table.shop_table td.actions button[name=update_cart] {
    width: auto;
  }
}
.p-cart .woocommerce .cart-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.p-cart .woocommerce .cart-item__thumbnail {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-cart .woocommerce .cart-item__thumbnail {
    width: 120px;
  }
}
.p-cart .woocommerce .cart-item__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.p-cart .woocommerce .cart-item__detail {
  flex: 1;
  min-width: 0;
}
.p-cart .woocommerce .cart-item__name {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.p-cart .woocommerce .cart-item__name a {
  color: #333333;
  text-decoration: underline;
}
.p-cart .woocommerce .cart-item__price {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.p-cart .woocommerce .cart-item__price::before {
  content: "価格:";
}
.p-cart .woocommerce .cart-item__multiply {
  font-size: 0.8rem;
  color: #acacac;
}
.p-cart .woocommerce .cart-item__qty-text {
  font-size: 0.875rem;
}
.p-cart .woocommerce .cart-item__quantity {
  margin-top: 0.25rem;
}
.p-cart .woocommerce .cart_totals {
  width: 100%;
}
.p-cart .woocommerce .cart_totals h2 {
  margin-bottom: 1.5rem;
}
.p-cart .woocommerce .cart_totals table.shop_table {
  width: 100%;
  max-width: 100%;
  word-break: break-word;
}
.p-cart .woocommerce .cart_totals table.shop_table th,
.p-cart .woocommerce .cart_totals table.shop_table td {
  padding: 1.5rem 0.5rem;
}
.p-cart .woocommerce .cart_totals table.shop_table th {
  width: 120px;
}
.p-cart .woocommerce .cart_totals table.shop_table td {
  text-align: right;
}

/* ==================================
    チェックアウトページ
================================== */
.p-checkout {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-checkout {
    padding-bottom: 6rem;
  }
}
.p-checkout .section-checkout {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-checkout .section-checkout {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-checkout .section-checkout__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-checkout .section-checkout__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-checkout .woocommerce-order {
  margin-top: 2rem;
}
.p-checkout .woocommerce-order .woocommerce-notice {
  margin-bottom: 4rem;
}
.p-checkout .woocommerce-order ul {
  padding: 0;
}
.p-checkout .woocommerce-order ul li {
  margin-bottom: 2rem;
}

.woocommerce-order-details__title {
  margin-bottom: 2rem;
}

.woocommerce-customer-details .woocommerce-column {
  margin-bottom: 4rem;
}
.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 2rem;
}
.woocommerce-customer-details .woocommerce-column address {
  padding: 2rem 1rem;
  border: solid 1px #efefef;
  font-size: 0.875rem;
}

/* 注文メモの高さ調整 */
textarea#order_comments {
  min-height: 150px;
}

#payment.woocommerce-checkout-payment {
  border: none;
  background: transparent;
  box-shadow: none;
  margin-top: 3rem;
}
#payment.woocommerce-checkout-payment ul.payment_methods {
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  margin-top: 1.5rem;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method {
  padding: 1.5rem;
  border-bottom: 1px solid #efefef;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method:last-child {
  border-bottom: none;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_method_group {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_method_group input.input-radio {
  margin-top: 0.5rem;
  cursor: pointer;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_method_group .payment_method_content {
  flex: 1;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_method_group .payment_method_content label {
  display: block;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method {
  /* 決済方法の説明（吹き出し解除） */
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method div.payment_box {
  margin: 0.5rem 0 0;
  padding: 0;
  border: none;
  font-size: 0.875rem;
  color: #454545;
  background-color: transparent;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method div.payment_box::before {
  display: none;
}
#payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method div.payment_box p {
  margin: 0;
}
#payment.woocommerce-checkout-payment #place_order {
  float: none;
}

/* 2カラムレイアウト化（カート・チェックアウト共通） */
.checkout-layout,
.cart-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1200px) {
  .checkout-layout,
  .cart-layout {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .checkout-layout__main,
  .cart-layout__main {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .checkout-layout__sidebar,
  .cart-layout__sidebar {
    width: 40%;
    flex-shrink: 0;
  }
}

/* 注文・決済エリアのグループ化 */
.checkout-sidebar-group {
  padding: 2rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fff;
}

/* 注文明細テーブルのスタイリング */
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table {
  margin: 0;
  /* 右側の列（小計・合計金額など）を右揃えに統一 */
}
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table thead th {
  padding: 1.5rem 0.5rem;
  background: transparent;
}
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table tbody td {
  padding: 1.5rem 0.5rem;
}
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table tfoot td {
  padding: 1.5rem 0.5rem;
}
.woocommerce .checkout-sidebar-group table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

/* ==================================
    マイアカウントページ
================================== */
.p-my-account {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-my-account {
    padding-bottom: 6rem;
  }
}
.p-my-account .woocommerce-info {
  font-size: 0.8rem;
}
.p-my-account .section-my-account {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-my-account .section-my-account {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-my-account .section-my-account__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-my-account .section-my-account__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-my-account .button-add {
  margin-bottom: 1rem;
}

.my-account-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .my-account-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}
.my-account-layout__sidebar {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .my-account-layout__sidebar {
    width: 240px;
    flex-shrink: 0;
  }
}
.my-account-layout__content {
  width: 100%;
  flex-grow: 1;
}

.my-account-nav {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .my-account-nav {
    font-size: 0.875rem;
  }
}
.my-account-nav__list {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .my-account-nav__list {
    display: block;
    border-right: solid 1px #efefef;
  }
}
.my-account-nav__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .my-account-nav__item {
    width: 100%;
  }
}
.my-account-nav__item a {
  display: block;
  padding: 0.5rem 0;
}
.my-account-nav__item a,
.my-account-nav__item a:hover {
  color: #333333;
  text-decoration: none;
}

.section-my-account .account-auth__columns {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.section-my-account .account-auth__panel {
  display: flex;
  padding: 2rem;
  border: solid 1px #efefef;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .section-my-account .account-auth__panel {
    flex: 1;
    margin: 0 1rem;
  }
}
.section-my-account .account-auth__header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-my-account .account-auth__header .account-auth__title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section-my-account .account-auth .account-form {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.section-my-account .account-auth .account-form label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.section-my-account .account-auth .account-form .required {
  color: #af0000;
}
.section-my-account .account-auth .account-form__fieldset {
  margin-top: 2rem;
}
.section-my-account .account-auth .account-form__submit {
  display: block !important;
  margin: 1rem auto 0 !important;
  padding: 1rem 3rem;
}
.section-my-account .account-auth .account-form__legend {
  font-size: 1.4rem;
  font-weight: 600;
}
.section-my-account .account-auth .account-form__helper,
.section-my-account .account-auth .account-form .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: center;
}
.section-my-account .account-auth .account-form__checkbox,
.section-my-account .account-auth .account-form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1rem;
}
.section-my-account .account-auth .account-form__checkbox input[type=checkbox],
.section-my-account .account-auth .account-form .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.section-my-account .account-auth .account-form.login > p:nth-last-of-type(2) {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.section-my-account .account-auth .account-form.register > p:last-of-type {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.section-my-account .account-auth .account-form .lost_password {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.section-my-account .account-auth .account-form .lost_password a {
  font-size: 0.8rem;
  color: #333333;
  text-decoration: underline;
}
.section-my-account .account-address-card__title {
  margin-bottom: 1rem;
}
.section-my-account .account-address-card__action {
  margin-bottom: 1rem;
}
.section-my-account .account-address-card__content {
  font-size: 0.8rem;
}
.section-my-account .woocommerce label,
.section-my-account .account-address-edit label,
.section-my-account .account-settings label {
  font-size: 0.8rem;
}
.section-my-account .woocommerce .account-form,
.section-my-account .account-address-edit .account-form,
.section-my-account .account-settings .account-form {
  padding: 0;
  border: none;
  background: transparent;
}
.section-my-account .woocommerce .account-form__fieldset,
.section-my-account .account-address-edit .account-form__fieldset,
.section-my-account .account-settings .account-form__fieldset {
  margin-top: 2rem;
}
.section-my-account .woocommerce .account-form__submit,
.section-my-account .account-address-edit .account-form__submit,
.section-my-account .account-settings .account-form__submit {
  margin-top: 2rem;
  max-width: 250px;
}
.woocommerce-table__product-name {
  display: flex;
}
.woocommerce-table__product-name .order-item-thumbnail {
  flex-shrink: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* ==================================
    注文履歴 / テーブル
================================== */
.account-orders__empty {
  margin-top: 2rem;
}
.account-orders .account-table__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .account-orders .account-table__actions {
    align-items: flex-end;
  }
}
.account-orders .account-table__actions .button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .account-orders table.account-orders-table tbody {
    border: none;
  }
  .account-orders table.account-orders-table tbody tr.order {
    display: block;
    border: solid 1px #ccc;
    border-radius: 8px;
    margin-bottom: 2rem;
    background: #fff;
    overflow: hidden;
  }
  .account-orders table.account-orders-table tbody tr.order:nth-child(even) {
    background: #fff;
  }
  .account-orders table.account-orders-table tbody tr.order td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: solid 1px #efefef;
  }
  .account-orders table.account-orders-table tbody tr.order td:last-child {
    border-bottom: none;
  }
  .account-orders table.account-orders-table tbody tr.order td::before {
    float: none;
    display: inline-block;
    margin-right: 1rem;
    font-weight: 600;
  }
  .account-orders table.account-orders-table tbody tr.order td.woocommerce-orders-table__cell-order-actions {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .account-orders table.account-orders-table tbody tr.order td.woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }
  .account-orders table.account-orders-table tbody tr.order td.woocommerce-orders-table__cell-order-actions .account-table__actions {
    align-items: center;
    width: 100%;
  }
  .account-orders table.account-orders-table tbody tr.order td.woocommerce-orders-table__cell-order-actions .account-table__actions .button {
    width: 100%;
    text-align: center;
  }
}

.account-pagination {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* 注文詳細のfooter行（合計・配送・税等）統一 */
.p-my-account table.woocommerce-table--order-details .product-total {
  text-align: right;
}
.p-my-account table.woocommerce-table--order-details tfoot td {
  text-align: right;
}
.p-my-account table.woocommerce-table--order-details strong.product-quantity {
  font-weight: normal;
}

/* ==================================
    追跡情報 (AST) コンポーネントの調整
================================== */
.my-account-layout__content > h2:has(~ .fluid_section) {
  margin-bottom: 1.5rem;
  color: #333333;
}

a.button.track-button {
  background-color: #9b3442 !important;
  color: #fff !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 0 !important;
  border: none !important;
  display: inline-block !important;
  width: 100% !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  cursor: pointer !important;
  line-height: 20px !important;
}
@media screen and (min-width: 768px) {
  a.button.track-button {
    width: auto !important;
  }
}
a.button.track-button:hover {
  opacity: 0.85 !important;
}

/* ==================================
    特定商取引法ページ
================================== */
.p-tradelaw .section-tradelaw {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-tradelaw .section-tradelaw {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-tradelaw .section-tradelaw__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-tradelaw .section-tradelaw__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-tradelaw .section-tradelaw__table {
  width: 100%;
  overflow-x: auto;
}
.p-tradelaw .section-tradelaw__table table {
  width: 100%;
  border: 1px solid #acacac;
  font-size: 0.8rem;
  min-width: 1200px;
  border-collapse: collapse;
}
.p-tradelaw .section-tradelaw__table table th,
.p-tradelaw .section-tradelaw__table table td {
  padding: 0.5rem 1rem;
  border: 1px solid #acacac;
}
.p-tradelaw .section-tradelaw__table table th {
  background: #efefef;
}

/* ==================================
    通知メッセージ
================================== */
.woocommerce-notices-wrapper {
  font-size: 0.8rem;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 2rem;
  border-left: 3px solid;
  background-color: #f7f7f7;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  display: none !important;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  margin-top: -0.5rem;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button) {
  text-decoration: underline;
}

.woocommerce-message {
  border-left-color: #f99900;
  background-color: rgba(249, 153, 0, 0.05);
}

.woocommerce-error {
  border-left-color: #af0000;
  background-color: rgba(175, 0, 0, 0.05);
}

.woocommerce-info {
  border-left-color: #f99900;
  background-color: rgba(249, 153, 0, 0.05);
}

/* ==================================
    WooCommerce 全体: ボタン共通適用
================================== */
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button[disabled],
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button[disabled] {
  background: #f7f7f7 !important;
  color: #999 !important;
  cursor: not-allowed !important;
  border-color: #ddd !important;
}
.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  text-align: center;
  margin-top: 2rem;
}
.wc-block-components-sale-badge,
.wc-block-components-product-metadata__description {
  display: none;
}

/* ==================================
    テーブル全般（カート・詳細・履歴など）
================================== */
.account-table, .woocommerce table.shop_table,
.woocommerce table.shop_table_responsive,
.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-orders-table,
.woocommerce table.woocommerce-table--order-details,
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table_responsive,
.woocommerce-page table.my_account_orders,
.woocommerce-page table.woocommerce-orders-table,
.woocommerce-page table.woocommerce-table--order-details,
.woocommerce-page table.woocommerce-checkout-review-order-table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
  border: none;
  border-radius: 0;
}
.account-table thead th, .woocommerce table.shop_table thead th,
.woocommerce table.shop_table_responsive thead th,
.woocommerce table.my_account_orders thead th,
.woocommerce table.woocommerce-orders-table thead th,
.woocommerce table.woocommerce-table--order-details thead th,
.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce-page table.shop_table thead th,
.woocommerce-page table.shop_table_responsive thead th,
.woocommerce-page table.my_account_orders thead th,
.woocommerce-page table.woocommerce-orders-table thead th,
.woocommerce-page table.woocommerce-table--order-details thead th,
.woocommerce-page table.woocommerce-checkout-review-order-table thead th {
  background: #efefef;
  font-weight: normal;
}
.account-table tr:last-child th, .woocommerce table.shop_table tr:last-child th,
.woocommerce table.shop_table_responsive tr:last-child th,
.woocommerce table.my_account_orders tr:last-child th,
.woocommerce table.woocommerce-orders-table tr:last-child th,
.woocommerce table.woocommerce-table--order-details tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tr:last-child th,
.woocommerce-page table.shop_table tr:last-child th,
.woocommerce-page table.shop_table_responsive tr:last-child th,
.woocommerce-page table.my_account_orders tr:last-child th,
.woocommerce-page table.woocommerce-orders-table tr:last-child th,
.woocommerce-page table.woocommerce-table--order-details tr:last-child th,
.woocommerce-page table.woocommerce-checkout-review-order-table tr:last-child th, .account-table tr:last-child td, .woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table_responsive tr:last-child td,
.woocommerce table.my_account_orders tr:last-child td,
.woocommerce table.woocommerce-orders-table tr:last-child td,
.woocommerce table.woocommerce-table--order-details tr:last-child td,
.woocommerce table.woocommerce-checkout-review-order-table tr:last-child td,
.woocommerce-page table.shop_table tr:last-child td,
.woocommerce-page table.shop_table_responsive tr:last-child td,
.woocommerce-page table.my_account_orders tr:last-child td,
.woocommerce-page table.woocommerce-orders-table tr:last-child td,
.woocommerce-page table.woocommerce-table--order-details tr:last-child td,
.woocommerce-page table.woocommerce-checkout-review-order-table tr:last-child td {
  border-bottom: none;
}
.account-table th, .woocommerce table.shop_table th,
.woocommerce table.shop_table_responsive th,
.woocommerce table.my_account_orders th,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table_responsive th,
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.woocommerce-orders-table th,
.woocommerce-page table.woocommerce-table--order-details th,
.woocommerce-page table.woocommerce-checkout-review-order-table th,
.account-table td,
.woocommerce table.shop_table td,
.woocommerce table.shop_table_responsive td,
.woocommerce table.my_account_orders td,
.woocommerce table.woocommerce-orders-table td,
.woocommerce table.woocommerce-table--order-details td,
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table_responsive td,
.woocommerce-page table.my_account_orders td,
.woocommerce-page table.woocommerce-orders-table td,
.woocommerce-page table.woocommerce-table--order-details td,
.woocommerce-page table.woocommerce-checkout-review-order-table td {
  padding: 1.5rem 1.5rem;
  border: none;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .account-table th, .woocommerce table.shop_table th,
  .woocommerce table.shop_table_responsive th,
  .woocommerce table.my_account_orders th,
  .woocommerce table.woocommerce-orders-table th,
  .woocommerce table.woocommerce-table--order-details th,
  .woocommerce table.woocommerce-checkout-review-order-table th,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table_responsive th,
  .woocommerce-page table.my_account_orders th,
  .woocommerce-page table.woocommerce-orders-table th,
  .woocommerce-page table.woocommerce-table--order-details th,
  .woocommerce-page table.woocommerce-checkout-review-order-table th,
  .account-table td,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table_responsive td,
  .woocommerce table.my_account_orders td,
  .woocommerce table.woocommerce-orders-table td,
  .woocommerce table.woocommerce-table--order-details td,
  .woocommerce table.woocommerce-checkout-review-order-table td,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table_responsive td,
  .woocommerce-page table.my_account_orders td,
  .woocommerce-page table.woocommerce-orders-table td,
  .woocommerce-page table.woocommerce-table--order-details td,
  .woocommerce-page table.woocommerce-checkout-review-order-table td {
    font-size: 1rem;
  }
}
.account-table tbody td, .woocommerce table.shop_table tbody td,
.woocommerce table.shop_table_responsive tbody td,
.woocommerce table.my_account_orders tbody td,
.woocommerce table.woocommerce-orders-table tbody td,
.woocommerce table.woocommerce-table--order-details tbody td,
.woocommerce table.woocommerce-checkout-review-order-table tbody td,
.woocommerce-page table.shop_table tbody td,
.woocommerce-page table.shop_table_responsive tbody td,
.woocommerce-page table.my_account_orders tbody td,
.woocommerce-page table.woocommerce-orders-table tbody td,
.woocommerce-page table.woocommerce-table--order-details tbody td,
.woocommerce-page table.woocommerce-checkout-review-order-table tbody td {
  background: transparent;
}
.account-table tfoot th, .woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table_responsive tfoot th,
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.woocommerce-orders-table tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table_responsive tfoot th,
.woocommerce-page table.my_account_orders tfoot th,
.woocommerce-page table.woocommerce-orders-table tfoot th,
.woocommerce-page table.woocommerce-table--order-details tfoot th,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot th {
  background: transparent;
  font-weight: normal;
}
.account-table tfoot td, .woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table_responsive tfoot td,
.woocommerce table.my_account_orders tfoot td,
.woocommerce table.woocommerce-orders-table tfoot td,
.woocommerce table.woocommerce-table--order-details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table_responsive tfoot td,
.woocommerce-page table.my_account_orders tfoot td,
.woocommerce-page table.woocommerce-orders-table tfoot td,
.woocommerce-page table.woocommerce-table--order-details tfoot td,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot td {
  background: transparent;
  font-weight: normal;
}
.account-table tfoot strong, .woocommerce table.shop_table tfoot strong,
.woocommerce table.shop_table_responsive tfoot strong,
.woocommerce table.my_account_orders tfoot strong,
.woocommerce table.woocommerce-orders-table tfoot strong,
.woocommerce table.woocommerce-table--order-details tfoot strong,
.woocommerce table.woocommerce-checkout-review-order-table tfoot strong,
.woocommerce-page table.shop_table tfoot strong,
.woocommerce-page table.shop_table_responsive tfoot strong,
.woocommerce-page table.my_account_orders tfoot strong,
.woocommerce-page table.woocommerce-orders-table tfoot strong,
.woocommerce-page table.woocommerce-table--order-details tfoot strong,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot strong,
.account-table tfoot bdi,
.woocommerce table.shop_table tfoot bdi,
.woocommerce table.shop_table_responsive tfoot bdi,
.woocommerce table.my_account_orders tfoot bdi,
.woocommerce table.woocommerce-orders-table tfoot bdi,
.woocommerce table.woocommerce-table--order-details tfoot bdi,
.woocommerce table.woocommerce-checkout-review-order-table tfoot bdi,
.woocommerce-page table.shop_table tfoot bdi,
.woocommerce-page table.shop_table_responsive tfoot bdi,
.woocommerce-page table.my_account_orders tfoot bdi,
.woocommerce-page table.woocommerce-orders-table tfoot bdi,
.woocommerce-page table.woocommerce-table--order-details tfoot bdi,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot bdi,
.account-table tfoot .amount,
.woocommerce table.shop_table tfoot .amount,
.woocommerce table.shop_table_responsive tfoot .amount,
.woocommerce table.my_account_orders tfoot .amount,
.woocommerce table.woocommerce-orders-table tfoot .amount,
.woocommerce table.woocommerce-table--order-details tfoot .amount,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .amount,
.woocommerce-page table.shop_table tfoot .amount,
.woocommerce-page table.shop_table_responsive tfoot .amount,
.woocommerce-page table.my_account_orders tfoot .amount,
.woocommerce-page table.woocommerce-orders-table tfoot .amount,
.woocommerce-page table.woocommerce-table--order-details tfoot .amount,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot .amount,
.account-table tfoot label,
.woocommerce table.shop_table tfoot label,
.woocommerce table.shop_table_responsive tfoot label,
.woocommerce table.my_account_orders tfoot label,
.woocommerce table.woocommerce-orders-table tfoot label,
.woocommerce table.woocommerce-table--order-details tfoot label,
.woocommerce table.woocommerce-checkout-review-order-table tfoot label,
.woocommerce-page table.shop_table tfoot label,
.woocommerce-page table.shop_table_responsive tfoot label,
.woocommerce-page table.my_account_orders tfoot label,
.woocommerce-page table.woocommerce-orders-table tfoot label,
.woocommerce-page table.woocommerce-table--order-details tfoot label,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot label {
  font-weight: normal;
}
.account-table .includes_tax, .woocommerce table.shop_table .includes_tax,
.woocommerce table.shop_table_responsive .includes_tax,
.woocommerce table.my_account_orders .includes_tax,
.woocommerce table.woocommerce-orders-table .includes_tax,
.woocommerce table.woocommerce-table--order-details .includes_tax,
.woocommerce table.woocommerce-checkout-review-order-table .includes_tax,
.woocommerce-page table.shop_table .includes_tax,
.woocommerce-page table.shop_table_responsive .includes_tax,
.woocommerce-page table.my_account_orders .includes_tax,
.woocommerce-page table.woocommerce-orders-table .includes_tax,
.woocommerce-page table.woocommerce-table--order-details .includes_tax,
.woocommerce-page table.woocommerce-checkout-review-order-table .includes_tax {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  color: #454545;
  margin-top: 0.25rem;
}

.account-table__action {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* ==================================
    フォーム全般
================================== */
.woocommerce form #billing_country_field,
.woocommerce-page form #billing_country_field {
  display: none !important;
}
.woocommerce form .optional,
.woocommerce-page form .optional {
  display: none !important;
}
.woocommerce form .account-form__helper,
.woocommerce-page form .account-form__helper {
  display: none !important;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin-bottom: 2rem;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: #af0000;
  text-decoration: none;
  margin-left: 0.25rem;
}
.woocommerce .form-row input[type=text],
.woocommerce .form-row input[type=password],
.woocommerce .form-row input[type=email],
.woocommerce .form-row input[type=tel],
.woocommerce .form-row input[type=number],
.woocommerce .form-row textarea,
.woocommerce .form-row select,
.woocommerce-page .form-row input[type=text],
.woocommerce-page .form-row input[type=password],
.woocommerce-page .form-row input[type=email],
.woocommerce-page .form-row input[type=tel],
.woocommerce-page .form-row input[type=number],
.woocommerce-page .form-row textarea,
.woocommerce-page .form-row select {
  width: 100%;
  height: 3rem !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid #acacac !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  box-shadow: none !important;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.2s 0s ease-in-out;
  background-color: white !important;
  outline: none;
}
.woocommerce .form-row input[type=text]:focus,
.woocommerce .form-row input[type=password]:focus,
.woocommerce .form-row input[type=email]:focus,
.woocommerce .form-row input[type=tel]:focus,
.woocommerce .form-row input[type=number]:focus,
.woocommerce .form-row textarea:focus,
.woocommerce .form-row select:focus,
.woocommerce-page .form-row input[type=text]:focus,
.woocommerce-page .form-row input[type=password]:focus,
.woocommerce-page .form-row input[type=email]:focus,
.woocommerce-page .form-row input[type=tel]:focus,
.woocommerce-page .form-row input[type=number]:focus,
.woocommerce-page .form-row textarea:focus,
.woocommerce-page .form-row select:focus {
  border-color: #acacac;
}
.woocommerce .form-row input[type=text]::placeholder,
.woocommerce .form-row input[type=password]::placeholder,
.woocommerce .form-row input[type=email]::placeholder,
.woocommerce .form-row input[type=tel]::placeholder,
.woocommerce .form-row input[type=number]::placeholder,
.woocommerce .form-row textarea::placeholder,
.woocommerce .form-row select::placeholder,
.woocommerce-page .form-row input[type=text]::placeholder,
.woocommerce-page .form-row input[type=password]::placeholder,
.woocommerce-page .form-row input[type=email]::placeholder,
.woocommerce-page .form-row input[type=tel]::placeholder,
.woocommerce-page .form-row input[type=number]::placeholder,
.woocommerce-page .form-row textarea::placeholder,
.woocommerce-page .form-row select::placeholder {
  color: #acacac;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 150px !important;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 5px;
  padding-right: 2rem !important;
}
.woocommerce .wc-block-components-text-input input[type=text],
.woocommerce .wc-block-components-text-input input[type=email],
.woocommerce .wc-block-components-text-input input[type=tel],
.woocommerce .wc-block-components-text-input input[type=number],
.woocommerce .wc-block-components-text-input input[type=password],
.woocommerce .wc-block-components-combobox input[type=text],
.woocommerce .wc-block-components-combobox input[type=email],
.woocommerce .wc-block-components-combobox input[type=tel],
.woocommerce .wc-block-components-combobox input[type=number],
.woocommerce .wc-block-components-combobox input[type=password],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=password],
.woocommerce-page .wc-block-components-combobox input[type=text],
.woocommerce-page .wc-block-components-combobox input[type=email],
.woocommerce-page .wc-block-components-combobox input[type=tel],
.woocommerce-page .wc-block-components-combobox input[type=number],
.woocommerce-page .wc-block-components-combobox input[type=password] {
  padding: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  box-shadow: unset;
}
.woocommerce .select2-container,
.woocommerce-page .select2-container {
  font-size: 1rem;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
  display: flex !important;
  height: 3rem !important;
  padding: 0 1rem !important;
  border: 1px solid #acacac !important;
  border-radius: 0 !important;
  transition: border-color 0.2s 0s ease-in-out;
  align-items: center !important;
  background-color: white !important;
  outline: none;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 0 !important;
  line-height: 1.5 !important;
  color: #333333 !important;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  display: flex !important;
  top: 0 !important;
  right: 1rem !important;
  height: 100% !important;
  align-items: center !important;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow b,
.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow b {
  position: static !important;
  border-color: #999 transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
  margin-top: 0 !important;
}
.woocommerce .select2-container.select2-container--open .select2-selection--single, .woocommerce .select2-container.select2-container--focus .select2-selection--single,
.woocommerce-page .select2-container.select2-container--open .select2-selection--single,
.woocommerce-page .select2-container.select2-container--focus .select2-selection--single {
  border-color: #acacac;
}
.woocommerce input[type=radio],
.woocommerce input[type=checkbox],
.woocommerce-page input[type=radio],
.woocommerce-page input[type=checkbox] {
  margin-right: 0.5rem;
}

/* ==================================
    数量入力コンポーネント（di.quantity）
    ※ WooCommerceのデフォルトCSSに打ち勝つため
      詳細度の高いタグセレクタ＋!importantで定義
================================== */
div.quantity {
  display: inline-flex !important;
  width: fit-content !important;
  height: 3rem !important;
  padding: 0 !important;
  align-items: stretch !important;
  margin-bottom: 1.5rem !important;
}
div.quantity .qty-btn {
  display: inline-flex !important;
  width: 2.75rem !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #acacac !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  color: #333333 !important;
  transition: background-color 0.2s, color 0.2s !important;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  background-color: #efefef !important;
  cursor: pointer !important;
  outline: none !important;
  user-select: none;
}
div.quantity .qty-btn:hover {
  background-color: rgb(227.05, 227.05, 227.05) !important;
}
div.quantity .qty-btn:active {
  color: white !important;
  background-color: #acacac !important;
}
div.quantity .qty-minus {
  border-right: none !important;
}
div.quantity .qty-plus {
  border-left: none !important;
}
div.quantity input.qty {
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0.5rem !important;
  border: 1px solid #acacac !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  line-height: normal !important;
  text-align: center !important;
  background-color: white !important;
  outline: none !important;
  -moz-appearance: textfield !important;
}
div.quantity input.qty::-webkit-inner-spin-button, div.quantity input.qty::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* ==================================
    一般コンポーネント (タブ/パンくず/評価など)
================================== */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul.page-numbers li ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li ul.page-numbers li {
  display: inline-block;
}
.woocommerce .woocommerce-tabs ul.tabs,
.woocommerce-page .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #efefef;
  gap: 1rem;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-tabs ul.tabs li,
.woocommerce-page .woocommerce-tabs ul.tabs li {
  margin: 0;
}
.woocommerce .woocommerce-tabs ul.tabs li a,
.woocommerce-page .woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #acacac;
  text-decoration: none;
  transition: color 0.2s 0s ease-in-out;
}
.woocommerce .woocommerce-tabs ul.tabs li a::after,
.woocommerce-page .woocommerce-tabs ul.tabs li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: background 0.2s 0s ease-in-out;
}
.woocommerce .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page .woocommerce-tabs ul.tabs li a:hover {
  color: #333333;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page .woocommerce-tabs ul.tabs li.active a {
  color: #333333;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a::after,
.woocommerce-page .woocommerce-tabs ul.tabs li.active a::after {
  background: #af0000;
}
.woocommerce .woocommerce-tabs .panel,
.woocommerce-page .woocommerce-tabs .panel {
  padding-bottom: 2rem;
}
.woocommerce .woocommerce-tabs .panel h2,
.woocommerce-page .woocommerce-tabs .panel h2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  position: relative;
  width: 5.4em;
  height: 1em;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
  font-family: "star";
}
.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
  content: "sssss";
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  color: #efefef;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before {
  content: "SSSSS";
  position: absolute;
  top: 0;
  left: 0;
  color: #f5b300; /* ゴールド系の警告/強調色 */
}

/* ==================================
    WooCommerce ブロック系コンポーネント上書き
================================== */
.woocommerce .wp-block-heading,
.woocommerce-page .wp-block-heading {
  margin-bottom: 2rem;
}

.wc-block-grid__products {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
