/* ===============================================
  ### Foundation ###
=============================================== */
/* base style */
 
.main-area,
.main_inner {
 width: 100%;
 margin: 0 auto;
 -webkit-font-feature-settings: normal;
 font-feature-settings: normal;
 color: #4d4d4d;
 font-family: "NotoSansCJKjp", "Noto Sans JP", sans-serif;
 font-style: normal;
 font-weight: normal;
 letter-spacing: 0.02em;
 text-align: left;
}
.main-area .title_txt,
.main_inner .title_txt{
 font-weight: 500;
}
.heading .title_txt,
.heading .lead-txt{
 color: #4d4d4d;
}
.main-area *,
.main_inner * {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.main-area *::before, .main-area *::after,
.main_inner *::before, .main_inner *::after {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.main-area img, .main-area svg,
.main_inner img,
.main_inner svg {
 height: auto;
 width: 100%;
}
.main-area a,
.main_inner a {
 overflow: visible;
}
.main-area {
 overflow-x: hidden;
}
 
/* toggle visibility for responsive object */
 
.main-area picture{
 display: block;
}
#main-container #breadcrumb a{
 display: inline;
}
.picture-box{
 background-color: #fff;
}
/*
 
 
 
/* ===============================================
 ### Layout ###
=============================================== */
 
 
 
 
 
/* ====== pc ===== */
 
.inner {
  width: 100%;
}
 
#wrap .inner picture {
  display: block;
}  
 
#wrap .inner img {
  width: 100%;
  height: auto;
} 

.inner .banner a:hover{
  opacity: 1;
}

.coupon_lp {
  width: 900px;
  text-align: center;
  margin: 30px auto 100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.coupon_lp .clr {
  color: #861615;
  font-weight: bold;
}

.coupon_lp h1 {
  font-size: 20px;
  margin: 40px auto 0;
  font-weight: bold;
  color: #eaa467;
  width: 100%;
}

.coupon_lp .txt01 {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}

.coupon_lp .txt02 {
  line-height: 2;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}

.coupon_lp h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  border: 1px solid #861615;
  padding: 30px;
  margin: 40px auto;
  box-sizing: border-box;
  display: block;
  width: 300px;
  cursor: pointer;
}

.coupon_lp .link {
  font-size: 17px;
  color: #fff;
  background-color: #861615;
  width: 500px;
  display: inline-block;
  padding: 24px 0;
  margin: 30px auto;
} 

.inner .sp_only {
  display: none!important;
}

 
/* ====== TABLET ===== */
@media screen and (max-width: 1400px) and (min-width:751px){
 
  .inner {
    width: 100%;
    margin: 0 auto;
  }

  .coupon_lp {
    width: calc(900 * (100vw / 1400));
    text-align: center;
    margin: calc(30 * (100vw / 1400)) auto calc(100 * (100vw / 1400));
  }

  .coupon_lp h1 {
    font-size: calc(20 * (100vw / 1400));
    margin: calc(40 * (100vw / 1400)) auto 0;
    font-weight: bold;
    color: #eaa467;
    width: 100%;
  }
  
  .coupon_lp .txt01 {
    font-size: calc(15 * (100vw / 1400));
    line-height: 2;
    margin-top:calc(20 * (100vw / 1400));
  }
  
  .coupon_lp .txt02 {
    font-size: calc(15 * (100vw / 1400));
    display: inline-block;
    margin-top: calc(10 * (100vw / 1400));
    text-align: left;
  }
  
  .coupon_lp h3 {
    font-size: calc(18 * (100vw / 1400));
    font-weight: bold;
    line-height: 1.6;
    padding: calc(30 * (100vw / 1400));
    margin: calc(40 * (100vw / 1400)) auto;
    box-sizing: border-box;
    display: block;
    width: calc(300 * (100vw / 1400));
  }
  
  .coupon_lp .link {
    font-size: calc(17 * (100vw / 1400));
    color: #fff;
    width: calc(500 * (100vw / 1400));
    display: inline-block;
    padding: calc(24 * (100vw / 1400)) 0;
    margin: calc(30 * (100vw / 1400)) auto;
  }  
 
}
 
 
 
 
 
 
 
 
 
/* ====== SP ===== */
@media only screen and (max-width: 750px) {

  .inner .sp_only {
    display: block!important;
  }
 
  .inner .pc_only {
    display: none!important;
  }
 
  .inner {
    width: 100%;
    margin: 0 auto;
  }


  .coupon_lp {
    width: 100%;
    text-align: center;
    margin: calc(0 * (100vw / 375)) auto calc(100 * (100vw / 375));
  }

  .coupon_lp h1 {
    font-size: calc(18 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto calc(20 * (100vw / 375));
    font-weight: bold;

  }
  
  .coupon_lp .txt01 {
    margin-top:calc(10 * (100vw / 375)) ;
    line-height: 1.6;
    font-size: calc(14 * (100vw / 375));
  }
  
  .coupon_lp .txt02 {
    font-size: calc(14 * (100vw / 375));
    display: inline-block;
    margin-top: calc(10 * (100vw / 375));
    text-align: left;
  }
  
  .coupon_lp h3 {
    font-size: calc(15 * (100vw / 375));
    font-weight: bold;
    line-height: 1.6;
    padding: calc(15 * (100vw / 375));
    margin:calc(20 * (100vw / 375)) auto;
    box-sizing: border-box;
    display: block;
    width: calc(300 * (100vw / 375));
  }

  .coupon_lp .link {
    font-size: calc(14 * (100vw / 375));
    color: #fff;
    width: calc(345 * (100vw / 375));
    display: inline-block;
    padding: calc(20 * (100vw / 375)) 0;
    margin: calc(15 * (100vw / 375)) auto;
  }  



  /* breadcrumb */
  #main-container .cateList{
    width: 89%;
    margin: auto;
    padding: calc(16 * (100vw / 375)) 0;
    color: #0A1F05;
    font-size: calc(10 * (100vw / 375));
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 375));
  }
 
  .main-container{
    margin-top: calc(40 * (100vw / 375));
  }
}
 
  /* breadcrumb */
@media only screen and (min-width: 750px){
  #main-container .cateList {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: calc(1280 * (100vw / 1400));
      max-width: 1280px;
      height: calc(50 * (100vw / 1400));
      max-height: 50px;
      margin: auto;
      margin-bottom: calc(28 * (100vw / 1400));
      padding: 0 calc(40 * (100vw / 1400)) 0 0;
      font-size: calc(13 * (100vw / 1400));
      letter-spacing: 0.02em;
      line-height: normal;
  }
}
 
@media only screen and (min-width: 1400px){
  #main-container .cateList {
      margin: auto;
      margin-bottom: 28px;
      padding-right: 40px;
      font-size: 13px;
  }
 
}
 
 
 
/* ====================================================================
### animation ###
==================================================================== */
 
 
 

 
 
 
 
 
 
 
 
 

