@charset "UTF-8";
/* ==========================================================================
   privacy.scss - privacy.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   page-head (下層ページ共通)
   ========================================================================== */
.page-head {
  position: relative;
  width: 100%;
  height: 36rem;
  display: block;
  overflow: hidden;
  background: #fff;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .page-head {
      height: 24rem; } }
  .page-head__bg {
    position: absolute;
    inset: 0; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; }
    .page-head__bg .ph {
      height: 100%;
      width: 100%; }
      .page-head__bg .ph span {
        min-height: 34rem; }
  .page-head__heading {
    position: absolute;
    left: 8%;
    top: 20rem;
    z-index: 2;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-head__heading {
        left: 0;
        width: 100%;
        top: 10rem;
        align-items: center; } }
    .page-head__heading .jp {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .page-head__heading .jp {
          font-size: 3.2rem; } }
    .page-head__heading .en {
      font-family: bodoni-std, sans-serif;
      font-size: 2.2rem;
      margin-top: .4rem;
      margin-left: .7rem;
      line-height: 1;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .page-head__heading .en {
          font-size: 1.6rem;
          margin-left: 0; } }
  .page-head__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .page-head__wave-gold {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: rgba(197, 160, 74, 0.55);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }
  .page-head__wave-white {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }

.policy-page {
  padding: 8rem 0 10rem; }
  @media (max-width: 767px) {
    .policy-page {
      padding: 5rem 0 7rem; } }
.policy-content {
  width: 92%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem; }
  @media (max-width: 1024px) {
    .policy-content {
      margin-bottom: 6rem; } }
  @media (max-width: 767px) {
    .policy-content {
      margin-bottom: 4rem; } }
.policy-item {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .policy-item {
      margin-bottom: 2.8rem; } }
  .policy-item__heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 1.4rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e3d9c1; }
    @media (max-width: 767px) {
      .policy-item__heading {
        font-size: 1.5rem;
        margin-bottom: 1rem; } }
  .policy-item__body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 0; }
    @media (max-width: 767px) {
      .policy-item__body {
        font-size: 1.3rem;
        line-height: 1.9; } }
    .policy-item__body p {
      margin: 0 0 1em; }
      .policy-item__body p:last-child {
        margin-bottom: 0; }
      .policy-item__body p small {
        display: inline-block; }
.policy-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0; }
  .policy-list li {
    position: relative;
    padding-left: 1.4em;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-bottom: .6rem; }
    .policy-list li::before {
      content: '●';
      position: absolute;
      left: 0;
      top: 0;
      color: #c5a04a;
      font-size: 1rem;
      line-height: 2.2; }
    @media (max-width: 767px) {
      .policy-list li {
        font-size: 1.3rem; } }
.policy-inset {
  margin: 2rem 0;
  padding: 2rem 2.4rem;
  background: #ececec;
  border: 1px solid #e3d9c1;
  border-radius: .4rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.03em; }
  @media (max-width: 767px) {
    .policy-inset {
      padding: 1.6rem;
      font-size: 1.2rem; } }
.policy-table {
  width: 100%;
  border-bottom: 1px solid #e3d9c1;
  border-spacing: 0;
  margin-bottom: 2rem; }
  .policy-table tr td, .policy-table tr th {
    border-top: 1px solid #e3d9c1;
    padding: 1.5rem; }
    @media (max-width: 767px) {
      .policy-table tr td, .policy-table tr th {
        padding: .5rem 1rem; } }
  .policy-table tr th {
    text-align: center;
    background: rgba(227, 217, 193, 0.5); }
  .policy-table tr td {
    text-align: center; }
.policy .section-divider {
  margin: 7rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #e3d9c1 20%, #e3d9c1 80%, transparent); }
  @media (max-width: 1024px) {
    .policy .section-divider {
      margin: 5rem 0; } }
  @media (max-width: 767px) {
    .policy .section-divider {
      margin: 3.6rem 0; } }
.policy #policy .en {
  font-size: 3.3rem; }
