/* CSS Document */

/*====================================================
全体
====================================================*/

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  /*ヘッダー画像背景*/
  --head-back-color: #727071;
  /* 特典枠の色 */
  --tokuten-color: #BEA16B;
  /* ボタンの色 */
  --btn-color: #ce4349;
  /* 優待内容のテキストの色 */
  --yutai-color: #e30000;
  /* 全体のフォントの色 */
  --font-color: #1a1a1a;
  /* 各メニューの背景 */
  --yutai_back: #F7F3F0;
  /* ページ全体の背景 */
  --yutai_all_back: #fff;
  /*ページ数のボタン*/
  --page-color: #8d703b;

  /* 防災特集　水色 */
  --page-bousai-blue: #D9EEEF;
  /* 防災特集　黒*/
  --page-bousai-black: #3E3A39;
  /* 防災特集　ボタン */
  --page-bousai-pink: #ED7A7A;
  /* 防災特集　青緑 */
  --page-bousai-blue-green: #44A1B9;

}

section.leisureBox01MT,
.punctuationMT,
.layer02MT {
  display: none;
}

.mainContentMT {
  margin: 0 auto;
}

/* ここからリセットcss */

#bousai-tokushu {
  font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_hiragino", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  /* width: min(100%, 940px); */
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  box-sizing: border-box;
  overflow: hidden;
}

#bousai-tokushu * {
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  padding: 0;
  margin: 0;
}

#bousai-tokushu img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  height: auto;
}

#bousai-tokushu .pc {
  display: block !important;
}

#bousai-tokushu .sp {
  display: none !important;
}

#bousai-tokushu ol,
#miraie ul,
#miraie li,
#miraie p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#bousai-tokushu a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* ここまでリセットcss */


.fadein,
.leisureBox01MT,
.leisureBox02MT {
  opacity: 0;
  transition: all 0.9s;
}

.fadein.active,
.leisureBox01MT.active,
.leisureBox02MT.active {
  opacity: 1;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}

/* 画面100%表示用↑ここまで */



/* 940px突破タグ */

#fftop_recomDetail section {
  padding: 0;
}

.mainContentMT {
  width: 100%;
}

.rootMT ul {
  width: 940px;
  margin: 0 auto;
}

/* 940px突破タグ これまで*/


/* -----------↓ ここから防災特集 ↓----------- */

.reBox {
  display: none;
}

.fs-life-detail .fs-privilege-gallery {
  display: none;
}

#bousai-tokushu .bousai-content-wrap p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #3E3A39;
}

#bousai-tokushu .bousai-tokushu_wrap {
  width: 100%;
  background-color: var(--page-bousai-blue);
}


/* セクション中身囲い */
#bousai-tokushu .bousai-content-inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}


/* ここからメインビジュアル */
#bousai-tokushu .mainvisual {
  width: 100%;
  margin-bottom: 100px;
}

/* 画像囲い */
#bousai-tokushu .mainvisual-img_wrap {
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  height: calc((100vw - 375px)*(530 - 300)/(655 - 375) + 320px);
  max-height: 530px;
}

/* メインイラスト */
#bousai-tokushu .mainvisual-img_wrap img {
  width: 120%;
  max-width: 745px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#bousai-tokushu .mainvisual .bousai-content-inner {
  text-align: center;
  overflow: hidden;
  position: relative;
}

#bousai-tokushu .mainvisual .bousai-content-inner .main_title img {
  width: 100%;
  display: block;
  margin: 10% auto 0%;
}

#bousai-tokushu .mainvisual .lets {
  margin: 5% auto 0;
  width: 100%;
  max-width: 720px;
}


#bousai-tokushu .mainvisual p {
  font-weight: 500;
  font-size: 20px;
}

/* 「防活（ぼうかつ）」 */
#bousai-tokushu .mainvisual span.lead1 {
  font-size: 25px;
  line-height: 1;
  color: #2A8886;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 0;
}

#bousai-tokushu .mainvisual span.lead1::before {
  content: "";
  display: inline-block;
  height: 60%;
  width: 100%;
  background: #f9cece;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}

#bousai-tokushu .mainvisual span.lead2 {
  font-size: 16px;
}

/* ここまでメインビジュアル */





/* ここからチェックリスト */

#bousai-tokushu .bousai-content-wrap.check-list {
  margin: 0 auto;
}

#bousai-tokushu .bousai-content-wrap.check-list p {
  font-weight: 500;
  font-size: 18px;
}

#bousai-tokushu .check-list img.yajirushi {
  margin: 50px auto;
}

#bousai-tokushu .check-list_whitebg {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 45px 0 1px;
  box-shadow: 0px 0px 15px -1px #c3d7dc;
}

#bousai-tokushu .check-list_whitebg:first-of-type {
  padding: 45px 0;
}

#bousai-tokushu .check-list_head {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

#bousai-tokushu .check-list_head img {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 7%;
}

#bousai-tokushu div.bousai-tokushu_wrap div.check-list_whitebg div.check-list_head img.goods-illust {
  margin-bottom: 7%;
}

/* アコーディオン内　上マージン */
#bousai-tokushu .check-list_whitebg .accordion img {
  margin: 30px auto 0;
}

#bousai-tokushu .check-list .check-list_head p {
  width: 100%;
}



/* アコーディオン */

#bousai-tokushu .check-list {
  text-align: center;
}

#bousai-tokushu .check-list .accordion {
  margin: 30px auto 0;
  max-width: 405px;
  width: 90%;
  padding-bottom: 2%;
}

#bousai-tokushu .toggle {
  display: none;
}

#bousai-tokushu .accordion-option {
  position: relative;
  margin-bottom: 1em;
}

#bousai-tokushu .accordion-title,
#bousai-tokushu .bousai-accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  border-radius: 7px;
}

#bousai-tokushu .accordion-title {
  /* border: solid 1px #ccc; */
  padding: 15px;
  font-size: 17px;
  display: block;
  color: #fff;
  font-weight: bold;
  background: var(--page-bousai-blue-green);
  border: 2px solid var(--page-bousai-blue-green);
  transition: 0.5s;
}

#bousai-tokushu .accordion-title:hover {
  background: none;
  color: var(--page-bousai-blue-green);
}


#bousai-tokushu .accordion-title::after,
#bousai-tokushu .accordion-title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}

#bousai-tokushu .accordion-title::after {
  transform: rotate(90deg);
}

#bousai-tokushu .check-list .bousai-accordion-content {
  max-height: 0;
  overflow: hidden;
  position: relative;
}

/* アコーディオン１ */
#bousai-tokushu .accordion:first-of-type .toggle:checked+.accordion-title+.bousai-accordion-content {
  max-height: 700px;
  transition: all .5s;
}

/* アコーディオン２ */
#bousai-tokushu .accordion:last-of-type .toggle:checked+.accordion-title+.bousai-accordion-content {
  max-height: 1600px;
  transition: all .5s;
}


#bousai-tokushu .toggle:checked+.accordion-title::before {
  transform: rotate(90deg) !important;
}

#bousai-tokushu .check-list .accordion img {
  width: 90%;
}

#bousai-tokushu .check-list .accordion p {
  font-size: 13px;
  font-weight: normal;
  margin-top: 1em;
}

/* ここまでアコーディオン */


#bousai-tokushu .check-list img.check-list_foot {
  margin: 60px auto 0;
}

/* ここまでチェックリスト */






/* ここから優待 */

#bousai-tokushu .yutai-menu {
  background: url(../img/wave.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
}

#bousai-tokushu .yutai-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(../img/circle.svg) no-repeat;
  background-size: 100% 100%;
  transform: scale(1, -1);
  background-position: 0% center;
}

#bousai-tokushu .yutai-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(../img/circle.svg) no-repeat;
  background-size: 100% 100%;
  background-position: 100% center;
}

#bousai-tokushu .yutai-menu .yutai-facility:first-of-type {
  padding-top: 70px;
}

#bousai-tokushu .yutai-menu .yutai-facility {
  margin: 0 auto 150px;
}

#bousai-tokushu .yutai-menu .yutai-facility:last-of-type {
  margin: 0 auto 70px;
}

/* 優待メイン画像 */
#bousai-tokushu .yutai-menu .yutai-img_wrap img {
  width: 600px;
  margin: 0 auto 5%;
}

#bousai-tokushu .yutai-menu .yutai-text_wrap {
  /* margin: 0 auto 150px; */
  margin: 0 auto;
  max-width: 420px;
  width: 95%;
}

#bousai-tokushu .yutai-menu .yutai-text_wrap .facility-name {
  width: 340px;
  margin-bottom: 20px;
}

#bousai-tokushu .yutai-menu .yutai-text_wrap p {
  margin-bottom: 30px;
}

#bousai-tokushu .yutai-menu .yutai-text_wrap .ticket-btn {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

#bousai-tokushu .ticket-btn img {
  margin-bottom: 25px;
  width: 100%;
}

/* #bousai-tokushu .fadeUpTrigger{
  opacity: 0;
  transform: translateY(100px);
} */

/*fadeUpTriggerにfadeUpというクラスがついた時の形状*/
#bousai-tokushu .fadeUpTrigger.fadeUp {
  display: block;
  animation-name: fadeup;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* ここまで優待 */





/* ここからインタビュー */

#bousai-tokushu .bousai-content-wrap.interview {
  margin: 40px auto 50px;
}

#bousai-tokushu .interview .bousai-content-inner {
  width: 95%;
}

#bousai-tokushu .interview-title {
  margin: 0 auto 150px;
  width: 93%;
  max-width: 450px;
}

/* コロン */
#bousai-tokushu .interview .interview-midashi::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 5px;
  background: url(../img/interview-colon-before.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

#bousai-tokushu .interview .interview-midashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 5px;
  background: url(../img/interview-colon-after.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

/*外枠*/
#bousai-tokushu .interview {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*タイトル＋ピンク背景*/
#bousai-tokushu .interview .bousai-content-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

/*ピンク背景*/
#bousai-tokushu .pink-bg {
  background: #FFDDDD;
  width: 100%;
  padding: calc((100vw - 375px)*(30 - 12)/(940 - 375) + 12px);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}

/*白背景*/
#bousai-tokushu .white-bg {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: calc((100vw - 375px)*(30 - 12)/(940 - 375) + 12px);
}


/*見出し　背景*/
#bousai-tokushu .interview-midashi {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin: 2em auto;
  background: #F8EFF3;
  position: relative;
  border-radius: 10px;
}

/*見出し　背景に対して余白均等*/
#bousai-tokushu .interview-midashi img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 0 auto;
  max-width: 95%;

}

/*上に飛び出すイラスト*/
#bousai-tokushu img.man-illust {
  position: absolute;
  top: calc((100vw - 375px)*17/(940 - 375) + -130px);
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}

#bousai-tokushu .interview .bousai-content-inner p.interview-intro {
  margin: 0 auto 1em;
}

#bousai-tokushu .interview .bousai-content-inner p {
  text-align: left;
  width: 95%;
  margin: 0 auto;
}

#bousai-tokushu .interview .bousai-content-inner p:first-child {
  margin-top: 2em;
}


#bousai-tokushu .interview .bousai-accordion-content {
  max-height: 0;
  overflow: hidden;
  position: relative;
}


#bousai-tokushu .interview .ticket-btn {
  margin: 4em auto 1em;
  width: 95%;
  max-width: 400px;
}

#bousai-tokushu .interview .sashie {
  text-align: right;
  width: 95%;
  margin: 0.5em auto 1.5em;
}

#bousai-tokushu .interview .sashie img {
  width: 185px;
}

#bousai-tokushu .interview .chushaku p {
  text-indent: -1em;
  padding-left: 1em;
}


/* ここまでインタビュー */




/* ボタン */
#bousai-tokushu a.bousai-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  /* width: 340px; */
  width: 100%;
  margin: auto;
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid var(--page-bousai-pink);
  background: var(--page-bousai-pink);
  color: #fff;
  transition: 0.5s;
  border-radius: 30px;
}

#bousai-tokushu a.bousai-btn:hover {
  color: var(--page-bousai-pink);
  background: none;
}

/* ここまでインタビュー */




/* ここからフッター */

#bousai-tokushu .bousai-content-wrap.footer {
  padding-bottom: 50px;
  max-width: 460px;
  margin: 0 auto;
}

#bousai-tokushu .bousai-content-wrap.footer .chushaku p {
  color: #727071;
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}



#bousai-tokushu .bousai-content-wrap.footer a.bousai-btn {
  border: 2px solid var(--page-bousai-black);
  background: #fff455;
  color: var(--page-bousai-black);
  transition: 0.5s;
  border-radius: 45px;
  margin: 0 auto 25px;
}

#bousai-tokushu .bousai-content-wrap.footer a.bousai-btn:hover {
  color: var(--page-bousai-black);
  background: none;
}

/* ここまでフッター */


@media screen and (min-width: 940px) {


  /* ファーストビュー */

  #bousai-tokushu .mainvisual .bousai-content-inner {
    width: 80%;
  }

  #bousai-tokushu .mainvisual-img_wrap {
    height: calc((100vw - 940px)*(560 - 430) /(1350 - 940) + 430px);
    max-height: 560px;
  }

  #bousai-tokushu .mainvisual-img_wrap img {
    width: 90%;
    max-width: 1100px;
  }

  #bousai-tokushu .mainvisual .bousai-content-inner .main_title img {
    margin: 5% auto 2%;
  }


  /* セクション中身囲い */
  #bousai-tokushu .bousai-content-inner {
    width: 90%;
    max-width: 900px;
  }



  /* チェックリスト */
  #bousai-tokushu .check-list {
    max-width: 800px;
  }

  #bousai-tokushu .check-list .accordion {
    max-width: 700px;
  }

  #bousai-tokushu .check-list .bousai-accordion-content div {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 2em);
    gap: 2em;
    margin: 0 auto;
  }

  #bousai-tokushu .check-list .accordion img:last-of-type {
    margin: 20px auto 0;
  }





  /* 優待 */
  #bousai-tokushu .yutai-menu {
    background: url(../img/wave_pc.png) no-repeat center;
    background-size: 2200px 100%;
    position: relative;
    text-align: center;
  }

  #bousai-tokushu .yutai-menu .yutai-facility {
    margin: 0 auto 200px;
  }

  #bousai-tokushu .yutai-menu .yutai-facility:last-of-type {
    margin: 0 auto 150px;
  }




  /* インタビュー */
  #bousai-tokushu .yutai-menu .yutai-facility:first-of-type {
    padding-top: 125px;
  }

  #bousai-tokushu .yutai-menu .yutai-facility {
    display: flex;
    justify-content: space-between;
  }

  #bousai-tokushu .yutai-menu .yutai-facility:nth-of-type(odd) {
    flex-direction: row-reverse;
  }

  #bousai-tokushu .yutai-menu .yutai-facility div.yutai-img_wrap {
    width: 58%;
  }

  #bousai-tokushu .yutai-menu .yutai-facility div.yutai-text_wrap {
    width: 37%;
    margin: 75px 0 0;
  }


  /* インタビュー */
  #bousai-tokushu .interview-title {
    margin: 0 auto 165px;
  }

  #bousai-tokushu img.man-illust {
    top: -137px;
    width: 350px;
  }


  /*ピンク背景*/
  #bousai-tokushu .pink-bg {
    padding: 30px;
  }

  /*白背景*/
  #bousai-tokushu .white-bg {
    padding: 30px;
  }

  #bousai-tokushu .interview .bousai-content-inner p {
    width: 90%;
  }



}


/* -----------↑ ここまで防災特集 ↑----------- */






/* ↓ここから↓ 紐づけメニュー */

/* 表示行数の位置調整 */
.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: var(--font-color);
}

/* 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) 60%, #F7F3F0 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) {



  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .bousai-accordion-content {
    display: block !important;
  }



  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  /*　全体背景　*/
  .leisureLayoutMT {
    background-color: var(--yutai_all_back);
  }

  /* 全体フォント */
  section.leisureBox02MT.mb20 {
    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: var(--font-color);
    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 #f5dedd;
    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;
  }

}
