﻿/* CSS Document */

/*====================================================
全体
====================================================*/
@font-face {
  font-family: 'Noto Serif JP';
  src: local('NotoSerifJP-VariableFont_wght.ttf'), url("../../../../../../common/font/NotoSerifJP-VariableFont_wght.ttf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: local('NotoSansJP-Medium.ttf'), url("../../../../../../common/font/NotoSansJP-Medium.ttf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'ReggaeOne';
  src: local('ReggaeOne-Regular.ttf'), url("../../../../../../common/font/ReggaeOne-Regular.ttf");
  font-display: swap;
  font-weight: 400;
}

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  /*ヘッダー画像背景*/
  /* --fv-back-color: #727071; */
  /* 特典枠の色 */
  --tokuten-color: #009187;
  /* ボタンの色 */
  --btn-color: ##6b6b6b;
  /* 優待内容のテキストの色 */
  --yutai-color: #db5f3d;
  /* 全体のフォントの色 */
  --font-color: #454545;
  /* 各メニューの背景 */
  --yutai_back: #fff;
  /* ページ全体の背景 */
  --yutai_all_back: #b0ddd7;
  /*ページ数のボタン*/
  --page-color: #db5f3d;
  --main_back: #cbe4df;

  /*個別カラー*/
}


.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/* 画面100%表示用↓ここから */
/* .mainContentMT {
  width: 100%;
} */
/* 画面100%表示用↑ここまで */


/* パターンA（背景100%） */

.mainContentMT {
  width: 100%;
}

.leisureLayoutMT {
  background-color: var(--main-color);
}

/* ------ */
/* パターンB */



/* ------ */


/*　パンくずの表示くずれ防止　*/

.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}

.higaeriyu {
  font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Gothic;
  font-feature-settings: "palt";
  /* margin-bottom: 15px; */
  line-height: 1.7;
  letter-spacing: 0.08em;
  /* background-image: url(../img/bg-back_pc.webp); */
  /* background-size: cover;
  background-position: center center;
  background-attachment: fixed; */
}


/* ↓ここからヘッダー画像↓ */

#coa_seasonalnavi_higaeriyu .fv {
  width: 100%;
  /* オンにすると画像幅940px */
  /*max-width: 1100px; */
  margin: 0 auto 24px;
  position: relative;
  background-image: url(https://www.club-off.com/Shain-rx/contents/files/bra/common/topics/seasonalnavi/2025/autumn/higaeriyu/css/../img/bg_header.webp);
}


/* ヘッダー画像 */
.head__title {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}

#coa_seasonalnavi_higaeriyu a {
  text-decoration: none;
  box-sizing: border-box;
  /* font-size: 16px; */
  /* 追加 */
  font-size: 16px;
  color: var(--tokuten-color);
}

.wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* ナビゲーション*/

.sample__nav {
  max-width: 940px;
  width: 100%;
  display: flex;
}

.sample__link {
  display: inline-block;
  flex: 1;
  transition: background-color 0.5s ease;
}

.sample__link+.sample__link {
  margin-left: 10px;
}

.tab {
  flex: 1;
  margin: 0 auto;
  padding: 16px 0 12px;
  color: #fff !important;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  text-align: center;
  font-size: 16px;

}


.tabLine {
  display: flex;
  width: 100%;
  max-width: 940px;
  height: 12px;
  margin: 0 auto 24px;
  box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.1);
}




@media (hover: hover) {
  .tab:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1024px) {
  .higaeriyu {
    background-color: #daebe7;
  }

  .head__title {
    width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp,
  .newLine-sp {
    display: block !important;
  }


  .higaeriyu {

    background-image: none;
    background-color: #daebe7;
  }

  /* ヘッダー画像 */
  .head__title {
    width: 100%;

  }


  #coa_seasonalnavi_higaeriyu a {

    font-size: 14px;
  }

  .sample__nav {
    padding: 0 6px;
  }

  .tab {
    padding: 12px 0 4px;
    font-size: clamp(14px, 4vw, 16px);
  }

  .sample__link+.sample__link {
    margin-left: 4px;
  }

  .tabLine {
    height: 16px;
  }






}

/* ↑ここまでヘッダー画像↑ */
















/* ↓ここから↓ 紐づけメニュー */

/*　全体背景　*/
.leisureLayoutMT {
  background-color: var(--main_color);
}

/* 表示行数の位置調整 */
.leisureLayoutMT .layer02MT {
  max-width: 940px;
  margin: 0 auto;
}

.layer02MT {
  height: 0px;
}

/* 表示行数 */
.displayMT {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* 表示行数 */
.displayMT dl dt {
  color: #333;
}

/* 1・2・・・次・最後 */
.pagingMT {
  margin-left: 30px;
  font-weight: bold;
}

/* 1・2・・・次・最後 */
.pagingMT li a {
  color: var(--font-color);
}

/* 1・2・・・次・最後 */
.pagingMT li.active {
  color: var(--page-color);
}

/* 表示行数下の水色線の削除 */
.punctuationMT {
  background: none;
  margin-bottom: 40px;
}

/* 紐づけ優待全体 */
.leisureBox01MT {
  color: var(--font-color);
  /* background-color: var(--yutai_back); */
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-feature-settings: "palt";
  width: 940px;
  box-sizing: border-box;
  margin: 40px auto 0px;
  padding: 20px;
  border: none;
  /* 追加 */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-image: url(https://www.club-off.com/Shain-rx/contents/files/bra/common/topics/seasonalnavi/2025/autumn/higaeriyu/css/../img/bg-back_pc.webp);
}

.leisureLayoutMT h3.txtB {
  font-size: 12px;
  color: var(--font-color)
}

/* 優待メニュータイトル */
.leisureBox01MT a {
  color: var(--font-color);
  font-size: 16px;
}

/* 特典内容欄 */
.leisureLayoutMT .leisureBox01MT .privilegeMT {
  border: none;
}

/* 特典内容欄　枠線 */
.leisureLayoutMT .leisureBox01MT .privilegeMT dl {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.leisureLayoutMT .leisureBox01MT .privilegeMT dl:first-child dd {
  border-top: solid 1px var(--tokuten-color);
}

/* 特典1 */
.leisureLayoutMT .leisureBox01MT .privilegeMT dt {
  float: inherit;
  position: inherit;
  top: inherit;
  margin: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--tokuten-color);
  border: solid 1px var(--tokuten-color);
  /* color: var(--font-color); */
}

/* 特典内容欄　長さ */
.leisureLayoutMT .leisureBox01MT .privilegeMT dd {
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  border: solid 1px var(--tokuten-color);
  margin: 0;
  border-top: none;
  width: 100%;
  float: inherit;
}

/* 特典内容欄　強調 */
.leisureLayoutMT dd .txtRed {
  color: var(--yutai-color);
  font-weight: bold;
  font-size: 15px;
}

/* 優待紹介テキスト　位置調整 */
.leisureBox01MT .innerMT {
  display: flex;
}

/* 優待紹介テキスト　位置調整 */
.leisureBox01MT .txtBoxMT {
  width: 594px;
  float: none;
}

/* 優待紹介テキスト */
.leisureBox01MT .txtBoxMT p.mb10 {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  max-height: 8em;
  margin: 0 !important;
  position: relative;
  /* overflow: hidden; */
  /* 追加 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 優待紹介テキスト　グラデ背景 */
/* 一旦消してみる */
/* p.mb10::before {
  content: "";
  width: 100%;
  height: 8em;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, var(--yutai_back) 80%);
  position: absolute;
  top: 0;
}

.leisureBox01MT .txtBoxMT p.txt14b.mb10::before {
  display: none;
} */

/*特典内容はログイン後に表示　テキスト*/
.leisureLayoutMT .leisureBox01MT .privilegeMT p a::before {
  content: "※特典内容はログイン後に表示されます";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  border: solid 1px var(--tokuten-color);
  box-sizing: border-box;
  background-color: #fff;
}

/*ログイン後に特典表示の画像削除*/
.privilegeMT p a img {
  display: none;
}

/* ↑ここまで↑ 紐づけメニュー */



#fftop_recomDetail .leisureBox02MT .BlocMT {
  background-color: var(--yutai_back) !important;

}



/*↓ ここからスマホ ↓*/

@media screen and (max-width: 767px) {


  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  /*　全体背景　*/
  .leisureLayoutMT {
    background-color: var(--main_color);
  }

  /* 全体フォント */
  section.leisureBox02MT.mb20 {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: var(--font-color);
  }

  /* 全体フォント */
  article p {
    color: inherit;
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT {
    margin: 0;
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT dl dt {
    display: table-cell;
    width: 5em;
    font-size: 3.947vw;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT dl dd {
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  /* 1 2 3 次 最後　ボタン */
  #fftop_recomDetail .pagingMT {
    margin: 20px auto 10px;
  }

  /* 1 2 3 次 最後　ボタン */
  #fftop_recomDetail .pagingMT li {
    background-color: #fff;
    color: var(--font-color);
    font-size: 3.947vw;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin: 0.3em;
  }

  #fftop_recomDetail .pagingMT li.active {
    color: var(--page-color);
  }

  /* 全体枠 */
  #fftop_recomDetail .leisureBox02MT .BlocMT {
    background-color: var(--yutai_back) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 3.947vw auto;
    padding: 1em;
    width: 95vw;
    border: none;
    border-radius: 10px;
  }

  /* カテゴリ名 */
  .leisureLayoutMT h3.txtB {
    background: none;
    padding: 0;
    color: var(--font-color);
    font-size: 3.2vw;
    margin: 0 auto 0.25em;
  }

  /* 写真・優待内容レイアウト */
  /* #fftop_recomDetail .leisureBox02MT .BlocMT .innerMT {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  } */

  /* 写真 pタグ */
  #fftop_recomDetail .leisureBox02MT .innerMT .ImgBoxMT {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 0.5em 0;
  }

  /* 写真　imgタグ*/
  #fftop_recomDetail .leisureBox02MT .innerMT .ImgBoxMT img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
  }

  /*　おすすめ画像　*/
  ul.NumMT li img {
    width: 16vw;
    height: auto;
  }

  /*　追加テキスト枠　*/
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT {
    width: 64%;
  }

  /*　申込番号　*/
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT .NumMT li {
    font-size: 3.2vw;
    color: var(--font-color);
  }

  /* 優待名 */
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT h4 {
    color: var(--font-color);
    /* color: #009187; */
    /* font-size: 4vw; */
    /* font-size: clamp(14px, 1vw + 12px, 24px); */
    font-size: 14px;
    line-height: 1.6em;
  }

  /* 会員特典 */
  #fftop_recomDetail .leisureBox02MT p.privilegefving {
    font-size: 4.2vw;
    font-weight: 600;
    color: var(--font-color);
    background-color: var(--tokuten-color);
    padding: 0.25em 0.5em;
    margin-top: 0.5em;
  }

  /* 会員特典2 */
  #fftop_recomDetail .leisureBox02MT p.privilegeHeading {
    font-size: 12px;
    color: var(--font-color);
    padding-left: 0;
  }

  /* #fftop_recomDetail .leisureBox02MT p.privilegeHeading { */
  /* padding-left: initial;
    padding: 0.15em;
    display: inline-block;
    font-size: 11px;
    color: #fff; */
  /* padding-left: 0; */
  /* background: #009187;
    margin: 0 0 0.5em;
    border-radius: 5px;

  } */



  /* 会員特典の枠 */
  #fftop_recomDetail .leisureBox02MT .privilegeMT {
    background: #fff;
    /* border: 0.1em solid var(--tokuten-color); */
    border-style: none;
    /* border-top: 1.5px dashed #009187; */
    border-top: 1.5px dashed #b0ddd7;
    /* padding: 0.5em; */
  }

  /* 会員特典欄内のテキスト */
  #fftop_recomDetail .leisureBox02MT .privilegeMT dl dd {
    /* font-size: 3.947vw; */
    color: var(--font-color);
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
  }

  /* 会員特典欄内のテキスト　強調 */
  .leisureLayoutMT dd .txtRed {
    font-weight: 700;
  }

  /*ログイン後に特典表示の画像削除*/
  #fftop_recomDetail .leisureBox02MT .privilegeMT p img {
    display: none;
  }

  /*ログイン後に特典表示のテキスト*/
  #fftop_recomDetail .leisureBox02MT .privilegeMT p::before {
    content: "※特典内容はログイン後に表示されます";
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 3.947vw;
  }

  p.mb10::before {
    display: none;
  }





}
