@charset "utf-8";

#kachoumon2022 img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
#kachoumon2022{
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;

}
#kachoumon2022 img{
    width: 100%;
    height: auto;
}

#kachoumon2022 .pc_only{
display: block;
}
#kachoumon2022 .sp_only{
display: none;
}
  @media only screen and (max-width: 768px) {
    #kachoumon2022 .pc_only{
      display: none;
    }
    #kachoumon2022 .sp_only{
      display: block;
    }
  }

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
    outline: none;
  }
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,
  .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,
  .slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}
  
  .slick-prev{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      width: 40px;
      height: 40px;
      left: 50%;
      margin-left:-540px;
      background: #000;
  }
  .slick-prev:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
  }
  .slick-next{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
          -ms-transition: all 0.5s 0s ease;
           -o-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
              border-radius: 40px;
              -webkit-border-radius: 40px;
              -moz-border-radius: 40px;
              width: 40px;
              height: 40px;
              left: 50%;
              margin-left:430px;
              background: #002C57 url(../img/common/arrow_right.svg) no-repeat center center;
  }
  .slick-next:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
  }
  .slide .slick-disabled{
    opacity: 0.2;
  }
  @media only screen and (max-width: 768px) {
    .slide .slick-prev:hover{
      opacity: 1;
    }
    .slide .slick-next:hover{
      opacity: 1;
    }
    .slick-prev{
  
      top: 50%;
      left: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-next{
      top: 50%;
      right: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-prev:hover,
    .slick-next:hover {
      -webkit-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -moz-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -o-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
    }
  }
  
  /*----------------------------------------------------
    .scrollview
  --------------------------------------------------- */
  .scrollview{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
    -webkit-transform: scale(1,1) translate(-0%,20px);
       -moz-transform: scale(1,1) translate(-0%,20px);
        -ms-transform: scale(1,1) translate(-0%,20px);
         -o-transform: scale(1,1) translate(-0%,20px);
            transform: scale(1,1) translate(-0%,20px);
  }
  .scrollview.view{
    opacity: 1;
    -webkit-transform: scale(1,1) translate(-0%,0%);
       -moz-transform: scale(1,1) translate(-0%,0%);
        -ms-transform: scale(1,1) translate(-0%,0%);
         -o-transform: scale(1,1) translate(-0%,0%);
            transform: scale(1,1) translate(-0%,0%);
  
  }
  .scrollview_fix{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
  }
  .scrollview_fix.view{
    opacity: 1;
  
  }
  /*----------------------------------------------------
   loading
  --------------------------------------------------- */
  #loading{
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background:#FFF;
  }
  #loading.out{
    opacity: 0;
      -webkit-transition: all 0.6s 0.2s linear;
         -moz-transition: all 0.6s 0.2s linear;
          -ms-transition: all 0.6s 0.2s linear;
           -o-transition: all 0.6s 0.2s linear;
              transition: all 0.6s 0.2s linear;
  }
  #loading .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    -webkit-transform: scale(1,1) translate(-50%,-50%);
       -moz-transform: scale(1,1) translate(-50%,-50%);
            transform: scale(1,1) translate(-50%,-50%);
            opacity: 1;
  }
  @media only screen and (max-width: 768px) {
    #loading .inner{
      margin-left: 0px;
    }
  }
  body.loadStart #loading .inner{
    opacity: 1;
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
  }
  body.pageLoad #loading .inner{
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
            /* -webkit-transform: scale(0,0) translate(-0%,0%);
               -moz-transform: scale(0,0) translate(-0%,0%);
                    transform: scale(0,0) translate(-0%,0%); */
  }
  #loading .FormatLoader {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 12;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #333;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  @media only screen and (max-width: 768px) {
    #loading .inner{
      width: 60%;
    }
  }
/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual{

}
.block_mainvisual .slide{
    overflow: hidden;
}
.block_mainvisual .slide .column{
    float: left;
    position: relative;
}
.block_mainvisual .slide .column.pos01{
    color: #FFF;
}
.block_mainvisual .slide .column.pos02{
    color: #000000;
}
.block_mainvisual .slide .column .title{
    position: absolute;
    top: 6.844vw;
    left: 11.932vw;
    font-size: 0.951683748vw;
    font-size: 1.7vw;
    letter-spacing: 0.08em;
}
.block_mainvisual .slide .column .lead{
  position: absolute;
  top: 15vw;
  font-size: 1.7vw;
  line-height: 2;
  letter-spacing: 0.25em;
  left: 30%;
  transform: translate(-50%,-50%);
  text-align: left;
  text-shadow: 1px 2px 3px #808080;
  color: #ffffff;
  z-index: 1;
    
}
.block_mainvisual .slide .column .lead span{
    /* display: block; */
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-top: 1.5vw;
}
.block_mainvisual .slide .column .lead span.period {
  font-size: 1.2vw;
  padding-top: 1.1vw;
}
.block_mainvisual .slide .column .wave {
  width: 25vw;
    position: absolute;
    top: 41.88vw;
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: 0.31em;
    left: 51%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
@media only screen and (max-width: 768px)and (min-width: 480px) {
  .block_mainvisual{
    padding-top:0px;
  }
  .block_mainvisual .slide{
    margin-top: -10vw;
    height: 145vw;
    overflow: hidden;
  }
  .block_mainvisual .slide .column{
  }
  .block_mainvisual .slide .column.pos01{
  }
  .block_mainvisual .slide .column.pos02{
  }
  .block_mainvisual .slide .column .title{
      top: 32.5333vw;
      left: 9vw;
      font-size: 4.5vw;
      letter-spacing: 0.08em;
  }
  .block_mainvisual .slide .column .lead{
      top: 101.7333vw;
      left: 9vw;
      font-size: 5.2vw;
      line-height: 1.7;
  }
  .block_mainvisual .slide .column .lead span{
      display: block;
      font-size: 3.8vw;
      padding-top: 2.5vw;
  }

}
@media only screen and (max-width: 479px) {
  .block_mainvisual{
    padding-top: 70px;
  }
  .block_mainvisual .slide{
  }
  .block_mainvisual .slide .column{
  }
  .block_mainvisual .slide .column.pos01{
  }
  .block_mainvisual .slide .column.pos02{
  }
  .block_mainvisual .slide .column .title{
      top: 32.5333vw;
      left: 9vw;
      font-size: 4.5vw;
      letter-spacing: 0.08em;
  }
  .block_mainvisual .slide .column .lead{
    top: 27vw;
    width: 85vw;
    left: 50%;
    font-size: 4vw;
    line-height: 2;
  }
  .block_mainvisual .slide .column .lead span{
      display: block;
      font-size: 3.8vw;
      padding-top: 0vw;
  }
  .block_mainvisual .slide .column .lead span {
    padding-top: 2vw;
    font-size: 5.6vw;
  }
  .block_mainvisual .slide .column .lead span.period {
    font-size: 3.3vw;
    padding-top: 1.1vw;
}
  .block_mainvisual .slide .column .wave {
    width: 61vw;
    top: 127.88vw;
  }
}
/*----------------------------------------------------
  .block_concept
--------------------------------------------------- */
.block_concept{
    padding: 170px 0;
}
.block_concept.second{
    padding: 140px 0 170px 0;
}
.block_concept .inner{
    width: 900px;
    margin: 0 auto;
} 
.block_concept .inner .lead{
    font-size: 25px;
    letter-spacing: 0.24em;
    line-height: 1;
    margin-bottom: 40px;
}
.block_concept .inner p{
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.16em;
}
@media only screen and (max-width: 768px) {
  .block_concept{
      padding: 120px 0;
  }
  .block_concept.second{
      padding: 90px 0 120px 0;
  }
  .block_concept .inner{
      width: auto;
      margin: 0 6.6vw;
  } 
  .block_concept .inner .lead{
      font-size: 23px;
      letter-spacing: 0.2em;
      line-height: 2;
      margin-bottom: 20px;
  }
  .block_concept .inner p{
      font-size: 15px;
      line-height: 2.3;
      letter-spacing: 0.16em;
  }
}
/*----------------------------------------------------
  .block_gallery
--------------------------------------------------- */
.block_gallery{
}
.block_gallery .slide{
}
.block_gallery .slide .slick-dots{
    text-align: center;
    padding-top: 20px;
}
.block_gallery .slide .slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin:0 7px;
    background: #ebebeb;
    border-radius: 50%;
}
.block_gallery .slide .slick-dots li.slick-active{
    background: #c2c2c2;
}
.block_gallery .slide .slick-dots li button{
    opacity: 0;
}
@media only screen and (max-width: 768px) {
  .block_gallery{
  }
  .block_gallery .slide{
  }
  .block_gallery .slide .slick-dots{
  }
  .block_gallery .slide .slick-dots li{
  }
  .block_gallery .slide .slick-dots li.slick-active{
  }
  .block_gallery .slide .slick-dots li button{
  }
}

/*----------------------------------------------------
  .block_grid
--------------------------------------------------- */
.block_grid{
}
.block_grid .list{
    overflow: hidden;
}
.block_grid .list .column{
    float: left;
    width: 50%;
}
@media only screen and (max-width: 768px) {
  .block_grid .list .column{
    float: none;
    width: 100%;
  }
}
/*----------------------------------------------------
  .block_product
--------------------------------------------------- */
.block_product{
    padding: 0 0 30px;
}
.block_product .title{
    text-align: center;
    font-size: 24px;
    line-height: 1;
    margin: 65px;
}
.block_product .list{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: -0.4em;
} 
.block_product .list .column{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 31.3%;
    margin-right: 3%; 
    margin-bottom: 65px;
}
.block_product .list .column:nth-child(3n){
    margin-right: 0;
}
.block_product .list .column a{
    /* display: block; */
    position: relative;
}
.block_product .list .column .fig figure{
    margin-bottom: 25px;
    overflow: hidden;
}
.block_product .list .column .fig figure img{
    -webkit-transition: all 0.8s 0.0s ease;
    -moz-transition: all 0.8s 0.0s ease;
        transition: all 0.8s 0.0s ease;
}
.block_product .list .column a:hover figure img{
    -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
       -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
            transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
}
.block_product .list .column .fig .name{
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .list .column .fig .name span{
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: normal;
    margin-left: 10px;
}
.block_product .list .column .fig .name span.price{
  margin-left: 10px;
}
.block_product .list .column .fig .name span.price.break{
  display: block;
  margin-top: 10px;
  margin-left: initial;
}
.block_product .list .column a .ec{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    background: url(../img/blank.png) no-repeat right center;
    background-size: auto 10px;
    padding-right: 22px;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .list .column a .ec.official{
  background: none;
  padding-right: 0;
}
.block_product .list .column a .ec span{
    text-decoration: underline;
}
.block_product .list .column a:hover .ec span{
    text-decoration: none;
}
.block_product .attention{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .btn_block{
    overflow: hidden;
    text-align: center;
    margin-bottom: 45px;
}
.block_product .btn_block .column{
    display: inline-block;
    margin:0 30px;
    vertical-align: top;
}
.block_product .btn_block .column .btn{
    margin-bottom: 22px;
}
.block_product .btn_block .column .btn a{
    display: block;
    width: 410px;
    font-size: 18px;
    line-height: 70px;
    border:1px #000 solid;
    -webkit-transition: all 0.4s 0.0s ease;
    -moz-transition: all 0.4s 0.0s ease;
        transition: all 0.4s 0.0s ease;
}
.block_product .btn_block .column .btn a.blank span{
    background: url(../img/blank.png) no-repeat right center;
    background-size: auto 10px;
    padding-right: 22px;

}
.block_product .btn_block .column .btn a:hover{
    border:1px #000 solid;
    background: #000;
    color: #FFF;
}
.block_product .btn_block .column p{
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.08em;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product  .border{
  margin-top: 45px;
  margin-bottom: 45px;
  width: 1050px;
  margin:0 auto;
  border:1px #cccccc solid;
  padding: 20px 0;
}
.block_product  .border .border_title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.block_product  .border p{
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.08em;
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product  .border p strong{
  font-weight: bold;
  text-decoration: underline;
}
.block_product  .q{
    padding-top: 45px;
    width: 1050px;
    margin:0 auto;
}
.block_product  .q .inner{
    padding: 0 65px;
}
.block_product .q .inner h2.heading {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 65px;
}
.block_product  .q .t span{
    display: block;
}
.block_product  .q .t{
    margin-top: 0;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product  .q .t.margin{
  margin-top: 15px;
}
.block_product  .q .t.pd{
    margin-left: 10px;
    padding-left: 1em;
    text-indent: -0.5em;
    font-size: 12px;
}
@media only screen and (max-width: 768px) {

  .block_product{
      padding: 140px 0;
  }
  .block_product .title{
      font-size: 24px;
      margin-bottom: 60px;
  }
  .block_product .list{
      width: auto;
      margin: 0 6.6vw;
      overflow: hidden;
      letter-spacing: 0em;
  } 
  .block_product .list .column{
      display:block;
      width: 100%;
      margin-right: 0%; 
      margin-bottom: 55px;
  }
  .block_product .list .column:nth-child(3n){
      margin-right: 0;
  }
  .block_product .list .column a{
  }
  .block_product .list .column .fig figure{
      margin-bottom: 25px;
  }
  .block_product .list .column .fig figure img{
  }
  .block_product .list .column a:hover figure img{
  }
  .block_product .list .column a .name{
      font-size: 14px;
      margin-bottom: 4px;
  }
  .block_product .list .column a .name span{
      font-size: 12px;
  }
  .block_product .list .column a .ec{
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.04em;
      background: url(../img/blank_sp.png) no-repeat right center;
      background-size: auto 10px;
      padding-right: 22px;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product .list .column a .ec span{
      text-decoration: underline;
  }
  .block_product .list .column a:hover .ec span{
      text-decoration: none;
  }
  .block_product .attention{
      text-align: center;
      font-size: 15px;
      line-height: 33px;
      margin-bottom: 40px;
  }
  .block_product .btn_block{
      margin-bottom: 0px;
  }
  .block_product .btn_block .column{
      display:block;
      margin:0 6.6vw;
      margin-bottom: 45px;
  }
  .block_product .btn_block .column .btn{
      margin-bottom: 12px;
  }
  .block_product .btn_block .column .btn a{
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 70px;
  }
  .block_product .btn_block .column .btn a.blank span{
      background: url(../img/blank_sp.png) no-repeat right center;
      background-size: auto 10px;
      padding-right: 22px;

  }
  .block_product .btn_block .column .btn a:hover{
      border:1px #000 solid;
      background: #FFF;
      color: #000;
  }
  .block_product .btn_block .column p{
      font-size: 13px;
      line-height: 23px;
      letter-spacing: 0.08em;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .border{
    margin-top: 45px;
    margin-bottom: 45px;
    width: 90%;
    margin:0 auto;
    border:1px #cccccc solid;
    padding: 20px 0;
  }
  .block_product  .border .border_title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block_product  .border p{
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.08em;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .border p strong{
    font-weight: bold;
    text-decoration: underline;
  }
  .block_product  .q{
      padding-top: 45px;
      width: auto;
      margin:0 6.6vw;
  }
  .block_product  .q .inner{
      padding: 0px;
  }
  .block_product  .q .t span{
      display: block;
  }
  .block_product  .q .t{
      padding-left: 1em;
      text-indent: -0.5em;
      margin-top: 0;
      font-size: 12px;
      line-height: 22px;
      color: #666666;
      font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .block_product  .q .t.pd{
      margin-left: 10px;
      padding-left: 1em;
      text-indent: -0.5em;
      font-size: 12px;
  }
  .block_product .q .inner h2.heading {
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .block_product .list .column .fig .name span.price{
    margin-left: 4vw;
  }
}
/*----------------------------------------------------
  .block_voice
--------------------------------------------------- */
.p-gf{
  margin-top: 0;
}
.block_voice{
  padding-top: 100px;
  background: #f4f5f6;
  padding-bottom: 100px;
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_voice .inner{
  width: 800px;
  margin:0 auto;
  overflow: hidden;
}
.block_voice .inner .image_area{
  float: left;
  width: 325px;
}
.block_voice .inner .image_area figure{
  margin-bottom: 20px;
}
.block_voice .inner .image_area p{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.08em;
}
.block_voice .inner .image_area .link{
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.08em;
  background: url(../img/blank.png) no-repeat right center;
  background-size: auto 10px;
  padding-right: 18px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.block_voice .inner .image_area .link a{
  text-decoration: underline;
}
.block_voice .inner .image_area .link a:hover{
  text-decoration: none;
}
.block_voice .inner .text_area{
  float: right;
  width: 335px;
  padding-top: 35px;
}
.block_voice .inner .text_area .t{
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
.block_voice .inner .text_area .title{
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}
.block_voice .inner .text_area p{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .block_voice{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block_voice .inner{
    width: auto;
    margin:0 6.6vw;
  }
  .block_voice .inner .image_area{
    float: none;
    width: 100%;
  }
  .block_voice .inner .image_area figure{
    margin-bottom: 20px;
  }
  .block_voice .inner .image_area p{
    font-size: 12px;
    line-height: 19px;
  }
  .block_voice .inner .image_area .link{
    font-size: 12px;
    line-height: 19px;
    background: url(../img/blank_sp.png) no-repeat right center;
    background-size: auto 10px;
    padding-right: 18px;
    top: -5px;
  }
  .block_voice .inner .image_area .link a{
  }
  .block_voice .inner .image_area .link a:hover{
  }
  .block_voice .inner .text_area{
    float: none;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .block_voice .inner .text_area .t{
    font-size: 12px;
    line-height: 28px;
  }
  .block_voice .inner .text_area .title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .block_voice .inner .text_area p{
    font-size: 14px;
    line-height: 25px;
  }
}

/*----------------------------------------------------
  .block_bg_image_a
--------------------------------------------------- */
.block_bg_image_a{
  min-height: 600px;
  z-index: -1;
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}
.block_bg_image_a span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}
@media only screen and (max-width: 768px) {
  .block_bg_image_a{
    min-height: 100vw;
  }
  .block_bg_image_a span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}


.p-campaign {
  width: 1050px;
  margin: 0 auto;
}

.p-campaign+.p-campaign {
  margin-top: 50px;
}

.p-campaign .p-campaign__present h3 {
  margin-bottom: 10px;
  line-height: 1.8;
}

.p-campaign .p-campaign__present.p-campaign__present--a ul li figure, .p-campaign .p-campaign__present.p-campaign__present--b ul li figure {
  width: 100%;
}

.p-campaign .p-campaign__present.p-campaign__present--a ul li figure img, .p-campaign .p-campaign__present.p-campaign__present--b ul li figure img {
  width: 100%;
}

.p-campaign header h2 {
  text-align: center;
  font-size: 30px;
}

.p-campaign .h_center {
  text-align: center;
}

.p-campaign .btn_area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-campaign .btn_area .btn {
  width: 18.2vw
}

.p-campaign .btn_area .btn.btn_second {
  margin-left: 40px;
}

.p-campaign .btn_area .btn a {
  display: block;
  height: 4.1vw;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 4.1vw;
  margin-bottom: 12px;
  font-size: 1.2vw;
  -webkit-transition: all 0.8s 0.0s ease;
  -moz-transition: all 0.8s 0.0s ease;
  transition: all 0.8s 0.0s ease;
  border-radius: 5px;
}

.p-campaign .btn_area .btn a:hover {
  opacity: 0.5;
}

.p-campaign .banner_area {
  position: relative;
  margin-top: 50px;
}
.p-campaign .banner {
  margin-bottom: 100px;
}
.p-campaign .banner a {
  -webkit-transition: all 0.8s 0.0s ease;
  -moz-transition: all 0.8s 0.0s ease;
  transition: all 0.8s 0.0s ease;
}
.p-campaign .banner a:hover{
  opacity: 0.5;
}
.p-campaign .banner_title {
  position: absolute;
  top: 45%;
  left: 33%;
  -ms-transform: translate(-45%,-33%);
  -webkit-transform: translate(-45%,-33%);
  transform: translate(-45%,-33%);
  font-size: 35px;
  text-align: center;
}
.p-campaign .banner_title span{
  font-size: 28px;
}
.p-campaign .inner .btn_cap {
  margin-top: 15px;
  text-align: center;
}

sub.under {
  bottom: 0em;
}



@media only screen and (min-width: 768px) {
  .p-campaign {
    width: 768px;
  }
  .p-campaign .inner {
    padding: 0 65px;
  }
  .p-campaign .p-campaign__present {
    margin-top: 3.90625vw;
  }
  .p-campaign .p-campaign__present h3 {
    font-size: 1.25vw;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul, .p-campaign .p-campaign__present.p-campaign__present--b ul {
    display: flex;
    justify-content: space-between;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul, .p-campaign .p-campaign__present.p-campaign__present--b ul {
    margin-top: 1.17188vw;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul li, .p-campaign .p-campaign__present.p-campaign__present--b ul li {
    width: 17.34375vw;
    max-width: 222px;
  }
}

/* @media only screen and (min-width: 1280px) {
  .p-campaign {
    width: 1050px;
    margin: 0 auto;
  }
  .p-campaign .p-campaign__present {
    margin-top: 50px;
  }
  .p-campaign .p-campaign__present h3 {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 15px;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul, .p-campaign .p-campaign__present.p-campaign__present--b ul {
    margin-top: 15px;
  }
} */

@media only screen and (max-width: 768px) {
  .block_product {
    padding: 40px 0;
  }
  .p-campaign .btn_area {
    display: block;
    margin-top: 40px;
  }
  .p-campaign .btn_area .btn {
    margin: 0 auto;
    text-align: center;
    width: 280px;
    font-size: 12px;
    line-height: 2.3;
    margin-bottom: 20px;
  }
  .p-campaign .btn_area .btn.btn_second {
    margin-left: auto;
  }
  .p-campaign .btn_area .btn a {
    display: inline-block;
    box-sizing: border-box;
    padding-top: .8em;
    padding-right: 1.8em;
    padding-bottom: .8em;
    padding-left: 1.8em;
    height: auto;
    font-size: 4.26667vw;
    border-radius: 5px;
  }


@media only screen and (min-device-width: 320px) and (max-width: 767px) {

  .p-campaign {
    width: 89.33333vw;
  }

  .p-campaign header>h2 {
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 2;

  }

  .p-campaign .p-campaign__present {
    margin-top: 10.33333vw;
  }

  .p-campaign .p-campaign__present h3 {
    font-size: 15px;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul, .p-campaign .p-campaign__present.p-campaign__present--b ul {
    margin-top: 4vw;
  }
  .p-campaign .p-campaign__present.p-campaign__present--a ul li+li, .p-campaign .p-campaign__present.p-campaign__present--b ul li+li {
    margin-top: 10.66667vw;
  }

  .p-campaign .h_center {
    text-align: left;
  }

  .p-campaign small{
    font-size: 15px;
  }
  .p-campaign .banner_title {
    font-size: 22px;
    line-height: 22px;
  }
  .p-campaign .banner_title span {
    font-size: 13px;
  }
  .p-campaign .inner .btn_cap {
    font-size: 15px;
  }
  .resist_special {
    padding-top: 50px;
  }
}