@charset "utf-8";

#campaign_ashrose{
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#campaign_ashrose img{
    width: 100%;
    height: auto;
}
#campaign_ashrose img.lazyloaded{
  opacity: 1;
  transition: all 0.5s 0s ease;
}

#campaign_ashrose .pc_only{
display: block;
}
#campaign_ashrose .sp_only{
display: none;
}
  @media only screen and (max-width: 768px) {
    #campaign_ashrose .pc_only{
      display: none;
    }
    #campaign_ashrose .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 .lead{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6vw;
  line-height: 1.45;
  letter-spacing: 0.04em;
  transform: translate(0%,-50%);
  margin-top: -12vw;
  margin-left: 17vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #c8307a;
  z-index: 1;
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.block_mainvisual .slide .column .lead span.en{
    display: block;
    padding-top: 1.5vw;
    width: 15vw;
    margin: 0 auto;
}
.block_mainvisual .slide .column .lead span.up{
  vertical-align: super;
  font-size: 14px;
}
.block_mainvisual .slick-slide{
  height: auto;
}
@media only screen and (max-width: 768px){
  .block_mainvisual{
    padding-top:0px;
    padding-bottom: 40px;
  }
  .block_mainvisual .slide{
  }
  .block_mainvisual .slide .column{
  }
  .block_mainvisual .slide .column.pos01{
  }
  .block_mainvisual .slide .column.pos02{
  }
  .block_mainvisual .slide .column .title{
    
  }
  .block_mainvisual .slide .column .lead{
     display: none;
  }
  .block_mainvisual .textarea{
    margin:0 5.3vw;
    padding-top: 30px;
  }
  .block_mainvisual .textarea .lead{
    font-size :6vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #c8307a;
    z-index: 1;
    font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
  }
  .block_mainvisual .textarea .lead span.en{
      display: block;
      padding-top: 5vw;
      width: 65vw;
      margin: 0 auto;
  }
  .block_mainvisual .textarea .lead span.up{
    vertical-align: super;
    font-size: 3.2vw;
  }

}
/*----------------------------------------------------
  .block_concept
--------------------------------------------------- */
.block_concept{
    padding: 140px 0;
    position: relative;
    text-align: center;
}
/* .block_concept.first::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept_parts01.jpg) no-repeat top right;
}
.block_concept.first::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept_parts02.jpg) no-repeat bottom left;
} */
.block_concept .inner{
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
} 
.block_concept .inner .lead{
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 40px;
    color: #c8307a;
}
.block_concept .inner p{
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .block_concept{
      padding: 40px 0 80px;
  }
  .block_concept.second{
    padding: 80px 0;
  }
  .block_concept .inner{
      width: auto;
      margin: 0 6.6vw;
  } 
  /* .block_concept.first::before{
    width: 110px;
    height: 110px;
    background: url(../img/concept_parts01.jpg) no-repeat top right;
    background-size: contain;
  }
  .block_concept.first::after{
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    width: 110px;
    height: 110px;
    background: url(../img/concept_parts02.jpg) no-repeat bottom left;
    background-size: contain;
  } */
  .block_concept .inner .lead{
      font-size: 6.4vw;
      letter-spacing: 0.02em;
      line-height: 1.6;
      margin-bottom: 30px;
  }
  .block_concept .inner p{
      font-size:3.6vw;
      line-height: 2.3;
      letter-spacing: 0.16em;
  }
}

/*----------------------------------------------------
  .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;
  }
}
/*----------------------------------------------------
  .block_look
--------------------------------------------------- */
.block_look{
}
.block_look .c_wrap{
  width: 1088px;
  margin:0 auto;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  position: relative;
}
.block_look .c_wrap.bg01::before{
  content: "";
  position: absolute;
  top: 358px;
  left: 50%;
  margin-left: -504px;
  width: 1008px;
  height: 820px;
  /* background: url(../img/look_bg01.jpg) no-repeat center center; */
  background-color: #E6DBE9;
  background-size: cover;
}
.block_look .c_wrap.bg02::before{
  content: "";
  position: absolute;
  top: 358px;
  left: 50%;
  margin-left: -683px;
  width: 1366px;
  height: 837px;
  /* background: url(../img/look_bg02.jpg) no-repeat center center; */
  background-color: #E6DBE9;
  background-size: cover;
}
.block_look .column{
  text-align: center;
  position: relative;
  z-index: 2;
}
.block_look .column.pos01{
  width: 536px;
}
.block_look .column.pos02{
  width: 536px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.block_look .column figure{
  margin-bottom: 30px;
}

.block_look .column a{
  display: inline-block;
  line-height: 26px;
  background: #AC7B8E;
  font-size: 14px;
  color: #FFF;
  padding: 0 20px;
  transition: all 0.4s 0.0s ease;
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: solid 1px rgba(0,0,0,0);
}
.block_look .column .credit{
  display: inline-block;
  line-height: 26px;
  background: #AC7B8E;
  font-size: 14px;
  color: #FFF;
  padding: 0 20px;
  transition: all 0.4s 0.0s ease;
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: solid 1px rgba(0,0,0,0);
}
.block_look .column a:hover{
  background: #FFF;
  color: #AC7B8E;
  border: solid 1px;
}
.block_look .column.pos03{
  width: 720px;
  margin:0 auto;
  margin-bottom: 150px;
}
.block_look .column.pos04{
  width: 536px;
}
.block_look .column.pos05{
  width: 536px;
  margin-top: 150px;
  margin-bottom: 50px;
}
.block_look .column.pos06{
  width: 720px;
  margin:0 auto;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .block_look{
    padding: 0 5.3vw;
  }
  .block_look .c_wrap{
    width: 100%;
    margin:0 auto;
    display: block;
  }
  .block_look .c_wrap.bg01::before{
    top: 59.7vw;
    left: 0%;
    margin-left: -5.3vw;
    width: 100vw;
    height: 262vw;
    /* background: url(../img/look_bg01_sp.jpg) no-repeat center center; */
    background-color: #E6DBE9;
    background-size: cover;
  }
  .block_look .c_wrap.bg02::before{
    top: 59.7vw;
    left: 0%;
    margin-left: -5.3vw;
    width: 100vw;
    height: 262vw;
    /* background: url(../img/look_bg01_sp.jpg) no-repeat center center; */
    background-color: #E6DBE9;
    background-size: cover;
  }
  .block_look .column{
    z-index: 2;
    margin-bottom: 40px;
  }
  .block_look .column.pos01{
    width: 100%;
  }
  .block_look .column.pos02{
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .block_look .column figure{
    margin-bottom: 30px;
  }
  
  .block_look .column a{
    line-height: 26px;
    font-size: 3.7vw;
    padding: 0 20px;
  }
  .block_look .column .credit{
    line-height: 26px;
    font-size: 3.7vw;
    padding: 0 20px;
  }
  .block_look .column.pos03{
    width: 100%;
    margin:0 auto;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .block_look .column.pos04{
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .block_look .column.pos05{
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .block_look .column.pos06{
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------
  .block_patern
--------------------------------------------------- */
.block_patern{
  position: relative;
}
.block_patern .textarea{
  text-align: center;
  padding: 140px 0;
}
.block_patern .textarea p{
  font-size: 16px;
  line-height: 2;
  color: #707070;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .block_patern{
  }
  .block_patern .textarea{
    padding: 80px 0;
  }
  .block_patern .textarea p{
    margin-bottom: 16px;
  }
}

/*----------------------------------------------------
  .block_product
--------------------------------------------------- */
.block_product{
    padding: 140px 0;
    position: relative;
}
/* .block_product::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background: url(../img/product_parts01.jpg) no-repeat top right;
}
.block_product::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: url(../img/product_parts02.jpg) no-repeat bottom left;
} */
.block_product .title{
    text-align: center;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 65px;
    color: #c8307a;
}
.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;
    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 i{
  display: none;
}
.block_product .list .column .fig .name span{
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: normal;
}
.block_product .list .column .fig .price{
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: normal;
  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 .ec.soldout{
    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{
    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;
  text-decoration: underline;
}
.block_product .list .column a .ec span{
    text-decoration: underline;
}
.block_product .list .column a .ec span.sold{
  text-decoration: none;
}
.block_product .list .column a:hover .ec span,
.block_product .list .column a:hover .ec.official{
    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: 145px;
}
.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;
    color: #AC7B8E;
    border:1px #AC7B8E solid;
        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 #AC7B8E solid;
    background: #AC7B8E;
    color: #FFF;
}
.block_product .btn_block .column .btn a.sold:hover{
  border:1px #AC7B8E solid;
  background: #fff;
  color: #AC7B8E;
}
.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  .line{
  border-top: 1px #AC7B8E solid;
}
.block_product  .q{
    padding-top: 145px;
    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 .inner h2.heading .up{
  font-size: 12px;
  vertical-align: top;
}
.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: 70px 0;
  }
  /* .block_product::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    background: url(../img/product_parts01.jpg) no-repeat top right;
    background-size: contain;
  }
  .block_product::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: url(../img/product_parts02.jpg) no-repeat bottom left;
    background-size: contain;
  } */
  .block_product .title{
      font-size: 7.4vw;
      margin-bottom: 50px;
  }
  .block_product .list{
      width: auto;
      margin: 0 5.3vw;
      overflow: hidden;
      letter-spacing: -0.4em;
  } 
  .block_product .list .column{
      display:inline-block;
      letter-spacing: normal;
      vertical-align: top;
      width: 48%;
      margin-right: 4%; 
      margin-bottom: 20px;
  }
  .block_product .list .column:nth-child(3n){
    margin-right: 4%; 
  }
  .block_product .list .column:nth-child(2n){
      margin-right: 0;
  }
  .block_product .list .column a{
  }
  .block_product .list .column .fig figure{
      margin-bottom: 15px;
  }
  .block_product .list .column .fig figure img{
  }
  .block_product .list .column a:hover figure img{
  }
  .block_product .list .column .fig .name{
      font-size: 3.7vw;
      margin-bottom: 4px;
  }
  .block_product .list .column .fig .name span{
    padding-top: 4px;
    display: block;
    font-size: 3.2vw;
  }
  .block_product .list .column .fig .price{
    display: block;
    font-size: 3.2vw;
  }
  .block_product .list .column a .ec{
      display: inline-block;
      font-size: 3.2vw;;
      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;
      /* padding-top: 40px; */
  }
  .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-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
  }
}