@charset "UTF-8";
/* =============================================================================
  特集用レスポンシブCSS 2018年8月更新

  ブラウザ対応：モダンブラウザ最新版、IE11
  ブレイクポイント：600px, 960px
============================================================================= */

/*----------------------------------------
ヘッダー＆フッター
----------------------------------------*/
#wrapper-fuk #header_nav,
#wrapper-fuk #footer_nav {
  display: none;
}
#change-area,
.calendar-popup,
.modal-popup,
#adArea {
  display: none;
}
#header #header_Right #accountMenu {
  padding: 0;
}

/*----------------------------------------
印刷用
----------------------------------------*/
@media print{
  #wrapper-fuk #header_nav,
  #wrapper-fuk #footer_nav,
  #wrapper-fuk #t-header,
  #wrapper-fuk #all-footer,
  #wrapper-fuk .smp-area,
  #adArea {
    display: none;
  }
}
/*----------------------------------------
基本設定
----------------------------------------*/
#wrapper-fuk {
  min-width: 100%;
  overflow-x: hidden;
}
.contents {
  color: #333;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.contents img {
  max-width: 100%;
  zoom: 1;
}
.contents a {
  max-width: 100%;
}
/* リンク設定
--------------------*/
a:link {
  color: #1E51C6;
  text-decoration: none;
}
a:visited {
  color: #1E51C6;
  text-decoration: none;
}
a:hover {
  color: #00A8EC;
  text-decoration: underline;
}
a:active {
  color: #00A8EC;
  text-decoration: none;
}
/* 別窓リンク*/
.exlink::after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: .3em;
}
/* pdfリンク */
.link-pdf::after,
a.btn.link-pdf::after {
  content: '\f1c1';
  font-family: "Font Awesome 5 Free";
  margin-left: .5em;
}



/*----------------------------------------
汎用セレクタ・クラス
----------------------------------------*/
.contents nav {
  clear: both;
}
.contents section {
  clear: both;
  text-align: left;
}
.contents h1,.contents h2,.contents h3 {
  font-weight: 500;
  line-height: 1.2;
}
.contents small {
  font-size: .85em;
}
.clear {
  clear: both;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
.txtL {
  text-align: left;
}
.fa,.fas {
  margin: 0 .2em;
}

/* パディングとボーダーを幅と高さに含める
-------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
/* clearfix
-------------------- */
.contents div:not(.cl)::after,
.contents ul::after,
.contents ol::after,
.contents dl::after,
.contents li::after,
.clearfix {
  content: " ";
  display: block;
  clear: both;
}
#header .clearfix {
  overflow: visible;
}

/* PageTopに戻る
--------------------*/
#gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
}
#gotop a {
  background: rgba(0,0,0,.8);
  border-radius: 50%;
  color: #fff;
  font-size: .75em;
  display: block;
  line-height: 1.1;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#gotop a i::before {
  margin: 0 0 3px;
}
#gotop a:hover {
  background: rgba(105,105,105,.8);
  text-decoration: none;
}
/* パンくず
--------------------*/
.pankuzuWrap {
  background: #fff;
}
.pankuzu {
  float: left;
  font-size: .85em;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
  width: calc(100% - 120px);
  z-index: 100;
}
.pankuzu li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 .1em .2em;
}
.pankuzu li + li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f054';
  margin-right: .2em;
}
.pankuzu li a {
  display: inline-block;
}
/* SNS
--------------------*/
.sns-link {
  float: right;
  display: table;
  position: relative;
  z-index: 100;
}
.sns-link li {
  display: table-cell;
  line-height: 1;
  padding: .3em;
}
.sns-link a {
  display: block;
}
.sns-link a:hover {
  opacity: .7;
}
.sns-facebook a {
  color: #3765A3;
}
.sns-twitter a {
  color: #2CA7E0;
}
.sns-line a {
  color: #00c300;
}
/*LINE@*/
.lineinfo {
  background: #2CBF13;
  text-align: center;
  margin-bottom: 1.5em;
}
.lineinfo img {
  margin: 0 auto;
}
/* ボタン 標準
--------------------*/
.contents a.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: .5em 0;
  padding: 1em 2em 1em 1em;
  position: relative;
}
.contents a.btn::after {
  content: '\f054';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
}
.contents a.btn:link,
.contents a.btn:visited {
  background : linear-gradient(to bottom, #ffffff, #e9e9e9);
  border: 1px solid #bbb;
  color: #555;
}
.contents a.btn:hover,
.contents a.btn:active {
  border:1px solid #bbb;
  background: #e9e9e9;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #aaa;
}
/* ボタン 紺 */
.contents a.btn-navy:link,
.contents a.btn-navy:visited {
  background : linear-gradient(to bottom, #004098, #013377);
  border: 1px solid #0664E6;
  color: #fff;
}
.contents a.btn-navy:hover,
.contents a.btn-navy:active {
  border:1px solid #0664E6;
  background: #013377;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #ddd;
}
/* ボタン 赤 */
.contents a.btn-red:link,
.contents a.btn-red:visited {
  background : linear-gradient(to bottom, #E94E37, #D6371F);
  border: 1px solid #FF6B55;
  color: #fff;
}
.contents a.btn-red:hover,
.contents a.btn-red:active {
  border:1px solid #FF6B55;
  background: #D6371F;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  color: #eee;
}
/* ボタン サイズ */
.contents a.btn-large {
  font-size: 1.4em;
}
.contents a.btn-middle {
  font-size: 1.2em;
}
/* ボタン 幅いっぱい */
.contents a.btn-block {
  display: block;
}

/*=============================================================================
特集用　▼ここから記述
=============================================================================*/

/*----------------------------------------
共通（モバイルファースト）
----------------------------------------*/

.contents-bg {
  background: #024895;
  overflow: hidden;
  /*margin-bottom: -1.3em;*/
}
.fair-head {
  text-align: center;
  margin-bottom: 2em;
}
.fair-head h2 {
  
}
.fair-head h2 span {
  background: #ffffff;
  color: #024895;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  margin-top: -4px;
  margin-bottom: 2em;
  padding: 1em 0;
}
.fair-head p {
  font-size: .9em;
  color: #fff;
}
.fair-head dl {
  background: #fff;
  margin: 0 1em .5em;
}
.fair-head dt {
  background: #ff3d78;
  color: #fff;
    font-size: 45px;
  font-weight: bold;
  padding: .5rem;
}
.fair-head dt span {
    font-size: 60px;
}
.fair-head dd {
  border: 3px solid #ff3d78;
  font-size: 45px;
  font-weight: bold;
  padding: .5rem;
}
.coupon-notice h3 {
  background: #024895;
  color: #fff;
  padding: .5em;
  margin-bottom: .5em;
}
.coupon-notice ul {
  margin: 0 .5em 2em 2em;
}
.coupon-notice li {
  list-style-type: disc;
}


/* オススメ特集 */
#tokushu h3 {
  background: #666;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: .5em;
  margin-bottom: 1em;
}
#tokushu ul {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-bottom: 2em;
}

#tokushu ul li {
  padding: .5em;
  width: 50%;
}
#tokushu a {
  display: block;
  overflow: hidden;
}
#tokushu a img {
    transition: transform 0.2s linear;
}
#tokushu a img:hover {
  transform: scale(1.1);
}
/* フェア終了 */
.fair-end {
  text-align: center;
}
.fair-end h2 {
  color: #666;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2em;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
.fair-end p {
  margin-bottom: 3em;
}
.fair-end .btn {
  width: 98%;
}

.coupon-notice{
    background:#fff;
}

  .fair-head,.coupon-notice {
    padding: 2%;
  }
/*----------------------------------------
スマホのみ
----------------------------------------*/
@media screen and (max-width: 599px) {
}

/*----------------------------------------
タブレット以下
----------------------------------------*/
@media screen and (max-width: 959px) {
  .pc-area {
    display: none;
  }
  #tokushu ul {
    flex-wrap: wrap;
  }
  #notice h4.accordion-menu {
    cursor: pointer;
  }
  #notice h4.accordion-menu::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: right;
    margin-right: .5em;
    transition: transform 0.2s linear;
  }
  #notice h4.accordion-menu.active-menu::after {
    content: '\f068';
  }
    .fair-head dt span {
    font-size: 35px;
}
    .fair-head dt{
        font-size: 28px;
    }
    .fair-head dd {
        font-size: 24px;
    }
}

/*----------------------------------------
タブレット以上
----------------------------------------*/
@media screen and (min-width: 600px) {
  #gotop a {
    padding: 10px 15px;
  }
  .contents a.btn-large {
    font-size: 1.6em;
  }
  .contents a.btn-middle {
    font-size: 1.3em;
  }
  #tokushu ul li {
    width: 33.3%;
  }
  .fair-end h2 {
    font-size: 3em;
  }
  .fair-end .btn {
    width: 32.3%;
  }
}

/*----------------------------------------
デスクトップ
----------------------------------------*/
@media screen and (min-width: 960px) {
  #wrapper-fuk #header_nav,
  #wrapper-fuk #footer_nav {
    display: block;
  }
  #wrapper-fuk #t-header,
  #wrapper-fuk #all-footer,
  .fair-nav-fix,
  .drawer-nav {
    display: none;
  }
  #footer .footer01 .body {
    width: 960px;
  }
  .smp-area {
    display: none;
  }
  #tokushu ul {
    flex-wrap: nowrap;
  }
  #tokushu ul li {
    width: auto;
  }
  .fair-head,.coupon-notice {
    max-width: 960px;
    margin: 0 auto 3em;
  }
  .fair-head h2 {
    margin: 0 -100%;
    padding: 0 100%;
  }
  .fair-head h2 span {
    margin: 0 -100% 2em;
    padding: 1em 100%;
  }
  .pankuzuWrap {
    margin: 0 -200%;
    padding: 0 200%;
  }
}

