﻿/* 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;
}

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  /*ヘッダー画像背景*/
  /* --head-back-color: #727071; */
  /* 特典枠の色 */
  --tokuten-color: #bf9c47;
  /* ボタンの色 */
  --btn-color: #bf9c47;
  /* 優待内容のテキストの色 */
  --yutai-color: #ea1d34;
  /* 全体のフォントの色 */
  --font-color: #595959;
  /* 各メニューの背景 */
  --yutai_back: #fff;
  /* ページ全体の背景 */
  --yutai_all_back: #1e1e1e;
  /*ページ数のボタン*/
  --page-color: #0183e5;

  /*中華用*/
  --page-red: #b81d22;
  --page-gold: #bf9c47;
  --page-yellow: #fff100;
  --page-black: #1e1e1e;

}

.fadein,
.leisureBox01MT,
.leisureBox02MT {
  opacity: 0;
  transition: all 0.9s;
}

.fadein.active,
.leisureBox01MT.active,
.leisureBox02MT.active {
  opacity: 1;
}

.pc {
  display: block !important;
}

.sp,
.newLine-sp {
  display: none !important;
}

/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}

/* 画面100%表示用↑ここまで */

#chinesefood2024 {
  font-family: "Noto Serif JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  /* margin-bottom: 15px; */
  letter-spacing: 0.08em;
}

/* ↓ここからヘッダー画像↓ */

/* ヘッダー画像 */
#chinesefood2024 img {
  width: 100%;
  text-align: center;
}

#chinesefood2024 a {
  text-decoration: none;
  box-sizing: border-box;
}

.head {
  margin: 0 auto;
  padding: 128px 0 8px;
  background-repeat: no-repeat;
  background-image:
    url(../img/lantern_zeitaku.svg),
    url(../img/lantern_zeitaku2.svg);
  background-position:
    left 0% top 0%, left 95% top 0%;
  background-size:
    20%, 8%;
}

.head__title {
  display: block;
  max-width: 940px;
  width: 65％ !important;
  margin: 0 auto;
}

.head__leadtext {
  display: flex;
  margin: 64px auto 0;
  max-width: 720px;
  width: 100%;
}

.picupItem__about__btn:hover,
.banner:hover {
  transform: translateY(-5px);
}

.zeitaku {
  background-color: #1e1e1e;
}

.wrapper {
  background-repeat: no-repeat;
  background-image:
    url(../img/flower.svg),
    url(../img/butterfly.svg),
    url(../img/banboo.svg),
    url(../img/flower.svg);
  background-size:
    30%, 12%, 20%, 12%;
  background-position:
    left 10% top 10%,
    left 95% top 0%,
    left 3% top 90%,
    right -20% top 110%;
}

.main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 10px 40px;
}

.picupItem {
  display: flex;
  justify-content: left;
  position: relative;
}

.picupItem:nth-child(2n) {
  justify-content: right;
}

.picupItem+.picupItem {
  margin-top: 220px;
}

.picupItem__img {
  background-size: 720px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  max-width: 720px;
}

.picupItem__img.picupItem__img1 {
  background-image: url(../img/pickup_ryu.webp);
}

.picupItem__img.picupItem__img--second {
  background-image: url(../img/pickup_fujin.jpg);
  margin-top: 90px;
}

.picupItem__about {
  margin-top: 120px;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
  padding: 80px;
  color: var(--font-color);
  line-height: 1.7;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}

.picupItem__about.picupItem__about--second {
  margin-top: 0;
  position: absolute;
  left: 0;
}

.picupItem__about__title {
  width: 100%;
  max-width: 480px;
  font-size: 32px;
  font-weight: bold;
}

.picupItem__about__text {
  margin: 24px 0;
  width: 100%;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.8;
}

.picupItem__about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 8px 64px;
  border: 1px solid #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 3px var(--page-gold);
  background-color: var(--page-gold);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.25em;
}

.banner {
  display: block;
  align-items: center;
  width: 50% !important;
  max-width: 680px;
  margin: 240px auto 80px;
}

.informationText {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}

#topButton:hover {
  opacity: .9;
}

.topButton__img {
  width: 120px !important;
}

@media screen and (max-width: 767px) {

  .pc {
    display: none !important;
  }

  .sp,
  .newLine-sp {
    display: block !important;
  }

  .head {
    padding: 64px 0 24px;
    background-repeat: no-repeat;
    background-image:
      url(../img/lantern_zeitaku.svg),
      url(../img/lantern_zeitaku2.svg);
    background-size:
      36%,
      14%;
    background-position:
      left 0% top 0%,
      left 86% top 0%;
  }

  .head__leadtext {
    display: flex;
    margin: 24px auto 0;
    min-width: 320px;
    width: 100%;
  }

  .wrapper {
    background-repeat: no-repeat;
    background-image:
      url(../img/flower.svg),
      url(../img/butterfly.svg),
      url(../img/banboo.svg),
      url(../img/flower.svg);
    background-size:
      70%,
      42%,
      60%,
      70%;
    background-position:
      left -10% top 0%,
      left 95% top 23%,
      left 3% top 100%,
      right 30% top 61%;
  }

  .main {
    margin: 0 auto;
    padding: 40px 10px 40px;
  }

  .picupItem {
    display: block;
  }

  .picupItem+.picupItem {
    margin-top: 64px;
  }

  .picupItem__img {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    height: auto;
  }

  .picupItem__img.picupItem__img1,
  .picupItem__img.picupItem__img2 {
    background-image: url(none);
  }

  .picupItem__about {
    position: static;
    margin: 0 auto;
    padding: 24px 0;
    background-color: transparent;
    width: 100%;
    color: #fff;
    line-height: 1.7;
    box-sizing: border-box;
  }

  .picupItem__about.picupItem__about--second {
    margin: 0 auto;
    position: static;
  }

  .picupItem__about__title {
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .picupItem__about__text {
    margin: 8px auto 20px;
    width: 100%;
    max-width: 680px;
    color: #fff;
    font-size: 16px;
  }

  .picupItem__about__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 8px 64px;
    width: 250px;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: 0 0 0 3px var(--page-gold);
    background-color: var(--page-gold);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.25em;
  }

  .banner {
    display: block;
    align-items: center;
    margin: 96px auto 40px;
    width: 90% !important;
  }


  #topButton {
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-decoration: none;
  }

  #topButton:hover {
    opacity: .9;
  }

  .topButton__img {
    width: 80px !important;
  }
}

/* ↑ここまでヘッダー画像↑ */


/* ↓ここから↓ 紐づけメニュー */

/* 表示行数の位置調整 */


/*　全体背景　*/
.leisureLayoutMT {
  background-color: var(--page-black);
}

/* 表示行数の位置調整 */
.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: #fff;
}

/* 1・2・・・次・最後 */
.pagingMT {
  margin-left: 30px;
}

/* 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;
}

.leisureLayoutMT h3.txtB {
  font-size: 12px;
}

/* 優待メニュータイトル */
.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)
}

/* 特典内容欄　長さ */
.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;
}

/* 優待紹介テキスト　グラデ背景 */
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;
}

/* ↑ここまで↑ 紐づけメニュー */

/*↓ ここからスマホ ↓*/

@media screen and (max-width: 767px) {

  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  /*　全体背景　*/
  .leisureLayoutMT {
    background-color: var(--page-black);
  }

  /* 全体フォント */
  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: #fff;
    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;
    margin: 3.947vw auto;
    padding: 1em;
    width: 95vw;
    border: none;
  }

  /* カテゴリ名 */
  .leisureLayoutMT h3.txtB {
    background: none;
    padding: 0;
    color: inherit;
    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: 100%;
    height: auto;
    margin: 0 auto 0.5em;
  }

  /* 写真　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 .NumMT li {
    font-size: 3.2vw;
    color: var(--font-color);
  }

  /* 優待名 */
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT h4 {
    color: var(--font-color);
    font-size: 4.2vw;
  }

  /* 会員特典 */
  #fftop_recomDetail .leisureBox02MT p.privilegeHeading {
    font-size: 4.2vw;
    font-weight: 600;
    color: #fff;
    background-color: var(--tokuten-color);
    padding: 0.25em 0.5em;
    margin-top: 0.5em;
  }

  /* 会員特典の枠 */
  #fftop_recomDetail .leisureBox02MT .privilegeMT {
    background: #fff;
    border: 0.1em solid var(--tokuten-color);
    padding: 0.5em;
  }

  /* 会員特典欄内のテキスト */
  #fftop_recomDetail .leisureBox02MT .privilegeMT dl dd {
    font-size: 3.947vw;
    color: var(--font-color);
    padding: 0;
  }

  /* 会員特典欄内のテキスト　強調 */
  .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;
  }

}
