@charset "UTF-8";
/*
$border_style:1px solid #ccc;
@mixin border_top { border-top:$border_style; }
@mixin border_bottom { border-bottom:$border_style; }
@mixin border_left { border-left:$border_style; }
@mixin border_right { border-right:$border_style; }
*/
/*=====================================================
Initialization
=====================================================*/
{ padding: 0; width: 100%; height: 100%; }

{ width: 100%; padding: 0; color: #000; font-size: 14px; line-height: 1; -webkit-text-size-adjust: none; word-wrap: break-word; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }

ul, ol { list-style: none; padding: 0; margin: 0; }

table { font-size: 100%; }

figure { margin: 0; }

figcaption { line-height: 1; }

img { vertical-align: middle; border: 0; }

input, textarea, button { border: none; padding: 0; margin: 0; background: transparent; font-size: 14px; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, header, footer, article, section, nav, div, p, figure, aside, table, th, td, input, textarea, a { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; }

.cf:before, .cf:after { content: ""; display: table; }


/* 201904 renewal  */
/* 共通 */
#mdm5 img{
  line-height: 1;
  font-size: 0;
  width: 100%;
}
.sec{
  line-height: 1;
  font-size: 0;
}
.sec .inner{
  text-align: center;
  margin: 0 2vw;
}
#mdm5 .accordionCont{
  display: none;
}
#mdm5 .disp-sp{
  display: block;
}
#mdm5 .disp-pc{
  display: none;
}
#mdm5 .disp-pc{
  display: none;
}
@media screen and (min-width: 781px) {
  #mdm5{}
  #mdm5 img{
    max-width: 100%;
    vertical-align: bottom;
    width: auto;
  }
  .sec .inner{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  #mdm5 .disp-sp{
    display: none;
  }
  #mdm5 .disp-pc{
    display: block;
  }
  #mdm5 img.disp-pc{
    display: inline;
  }
  #mdm5 a { 
    transition: all .2s ease-out;
  }
  #mdm5 a:hover { 
    opacity: .7;
  } 
}
/* container */
.mdm5-container{
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 781px) {
  .mdm5-container{
    padding: 0 7px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  } 
}
/* header */
.main-header{
  padding: 0 2vw;
}
 .main-header-up{
  padding: 7px 2vw 7px;
}

.main-header-txt{
 margin-bottom: 20px;
}

@media screen and (min-width: 781px) {
  .main-header{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
  }
 .main-header-up{
 text-align:center;
 margin-bottom: 10px;
  margin-top: 10px;
  margin-top: 0;
}
.main-header-txt{
 margin-bottom: 33px;
}

 
}
/* 固定　*/
.fixed-cv-block { 
  width: 10.93vw; 
  top: 14.5vw;
  right: 0; 
  position: fixed; 
  z-index: 100;
  overflow: hidden;
}
.fixed-cv-block.is-visible a{
  transform: translate(0, 0);
  opacity: 1;
}
.fixed-cv-block a{  
  display: block;
  transition: transform .2s ease, opacity .2s ease;
  transform: translate(100%, 0);
  opacity: 0;
}
.fixed-cv-block a:last-child{ 
  margin-top: 20px;
} 
@media screen and (min-width: 781px) { 
  .fixed-cv-block { 
    width: 82px; 
    top: 140px; 
    width: 70px; 
    top: 130px; 
  }
  .fixed-cv-block a { 
    transition: all .2s ease-out;
  }
  .fixed-cv-block a:hover { 
    opacity: .7;
  } 
}

/* purchase */
.purchase{
  text-align: center;
}
.purchase ul{
  padding: 0 8vw;
}
.purchase ul li{
  margin-bottom: 6vw;
}
.purchase ul li a{
  display: block;
  margin-top: 5.333vw;
}
.purchase .note{
  padding: 0 2vw;
}
.purchase .note + a{
  display: inline-block;
  padding: 0 2vw;
  margin-top: 8vw;
  margin-bottom: 2.7vw;
}
.purchase02{
  margin-top: 8.667vw;
}
.purchase02 .inner{
  background: url('../images/201904/purchase02_bg_sp.png')center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 8vw 2vw;
}
.purchase02 .image{
  margin-top: 58vw;
}
.purchase02 .image .purchase02__btn{
  position: relative;
  display: inline-block;
}
.purchase02 .image a{
  margin: 5.333vw auto 0;
  display: block;
  width: 66.666vw;
}
.purchase02 .note{
  margin-top: 8vw;
}
.purchase03 {
  margin-top: 12vw;
}
 .purchase03__btn-ttl{
  margin-bottom: 3vw;
 }
.purchase03__btn .image{
  position: relative;
  margin-top: 9.333vw;
}
.purchase03__btn .image + .image{
  margin-top: 6vw;
}
.purchase03__btn .image a{
  position: absolute;
  left: 10vw;
  bottom: 4.666vw;
  display: block;
  width: 76.266vw;
}
@media screen and (min-width: 781px) {
  .purchase ul{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
   .purchase ul.lvl2{
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    padding-top: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .purchase ul li{
    flex-basis: 31.25%;
    margin-bottom: 0;
  }
   .purchase ul.lvl2 li{
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .purchase ul li a{
    margin-top: 20px;
  }
  .campaign .purchase ul{
    justify-content: center;
  }
  .campaign .purchase ul li{
    margin: 0 20px;
  }
  .purchase .note{
    margin-top: 60px;
    padding: 0;
   margin-bottom: 100px;
  }
  .purchase .note + a{
    margin-top: 45px;
    margin-bottom: 60px;
    padding: 0;
  }
  /*purchase02*/
  .purchase02 {
    margin-top: 70px;
  }
  .purchase02 .inner{
    background: url('../images/201904/purchase02_bg.png')center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 110px;
    margin: 0 auto; 
  }
  .purchase02 h3{
    width: 84.23%;
    max-width: 977px;
    margin: 0 auto;
  }
  .purchase02 .image{
    text-align: right;
    margin-top: 0;
  }
  .purchase02 .image .purchase02__btn{
    margin-right: 140px;
    margin-top: 65px;
    position: relative;
  }
  .purchase02 .image a{
    left: 30px;
    bottom: 30px;
    position: absolute;
    width: auto;
  }
  .purchase02 .note{
    margin-top: 100px;
  }
  /*purchase03*/
  .purchase03 {
    margin-top: 100px;
  }
  .purchase03__btn{
    max-width: 975px;
    margin: 0 auto;
    margin-top: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
 .purchase03__btn-ttl{
  margin-bottom: 20px;
 }
 
  .purchase03__btn .image{
    max-width: 468px;
    width: 48%;
    flex-basis: 48%;
    margin-top: 0;
  }
  .purchase03__btn .image + .image{
    margin-top: 0;
  }
  .purchase03__btn .image a{
    left: 45px;
    bottom: 20px;
    display: block;
    width: 80%;
    max-width: 374px;
  }
  .campaign .purchase03__btn{
    justify-content: center;
  }
}
/* sec01 */

.section01{
 width: 100%;
 max-width: 1160px;
 margin: 0 auto 50px;
 text-align: center;
  background: url('../images/201908/section01-back.jpg') center top no-repeat;
  background-size: cover;
}
.section01 .is-inner{
 margin-top: 20px;
 padding: 73px 0 42px;
}

.section01 .image{
    padding-top: 48px;
  }
  .section01 .note{
    padding-top: 50px;
  }
  .section01-product{
  margin-top: 64px;
  margin-bottom: 58px;
  margin-left: 150px;
  overflow: hidden;
 }
 .product-img{
  margin: 0 20px 0 40px;
  float: left;
  display: block;
 }
 .product-info{
  float:left;
  display: block;
 }
 .product-txt{
  padding-bottom: 19px;
  
 }
 .product-btn{
 padding:0 0;
}
@media screen and (max-width: 780px) {
 
 .section01{
  background: url('../images/201908/section01-back-sp.jpg') center top no-repeat;
  margin: 0 auto 35px;
  background-size: cover;
}
 .section01 .is-inner{
  padding: 0 2vw 5.333vw;
}
 .section01 .image{
    padding-top: 0;
  }
  .section01 .note{
    padding-top: 0;
  }
 
  .section01-product{
  margin-top: 6.666vw;
  margin-bottom: 5.666vw;
  margin-left: 0;
  overflow: hidden;
 }
 .product-img{
  margin: 0 0 0 0;
  float: none;
 }
 .product-info{
  float: none;
 }
 .product-txt{
  padding-bottom: 4.666vw;
 }

.product-btn{
 padding:0 8vw;
}

 
}







/* sec02 */
.sec02 .inner{
  background: url('../images/201908/section02-back-sp.jpg')center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 max-height: 1065px;
 height: 850vw;
 margin-top: 7vw;
 margin-bottom: 5vw;
}
.sec02 .txt + .txt{
  margin-top: 52vw;
}
.sec02 .note{
  padding-bottom: 3.333vw;
}

 .section02-bottom-head{
margin-bottom:6vw;
  
 }

 .section02-img-wrap{
  display:table;
  margin: 0 auto;
  width: 88%;
 }
 .section02-img{
  display:table-cell;
  padding: 0 1vw;
 }

@media screen and (min-width: 781px) {
  .sec02 .inner{
    background: url('../images/201908/section02-back.jpg')center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 80px;
   min-height: 1187px;
   margin:0 auto;
  }
 .section02-bottom{
  padding: 0 0 50px;
  text-align:center;
 }
 .section02-bottom-head{
margin-bottom:62px;
padding-top:70px;
  
 }
 
 .section02-img-wrap{
  display:table;
  margin: 0 auto;
  width:auto;
 }
 .section02-img{
  display:table-cell;
  padding: 0 40px;
 }

 
 
  .sec02 .txt {
    margin-top: 50px;
  }
  .sec02 .txt + .txt{
    margin-top: 270px;
  }
  .sec02 .note{
    padding-bottom: 0;
  }
}

/* sec03 */
.sec03{
  margin-top: 12vw;
}
.sec03 > .sec03__header > .inner{
  margin: 0;
  background: url('../images/201908/avc-back-sp.jpg') top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 9vw;
}
.sec-anchor{
  margin-top: 46vw;
  margin-left: 3.333vw;
}


.sec-anchor-list{
   overflow: hidden;
  padding: 0 3.5vw 6vw;
  
}
.sec-anchor-list a,
.sec-anchor-list span{
  float: left;
  margin: 0 0;
  width: 50%;
 }

 .section03-caution{
  margin-top: 5vw;
}
  
/*.sec-anchor .sec-anchor__item::nth-child(n+2) a{
  flex-basis: 44.533vw;
}*/

.sec03 > .sec03__header .note{
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.sec-anchor-list .howto-link{
  margin-top: 6vw;
  max-width: 100%;
  width: 100%;
}

.sec-anchor-list .side-efect-link{
  margin-top: 3.6vw;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width:641px) and ( max-width:780px) {
  .sec-anchor .sec-anchor__item a{
    width: 44.533%;
  }
}
@media screen and (min-width: 781px) {
  .sec03{
    margin-top: 90px;
  }
  .sec03 .inner{
    max-width: 1200px;
  }
  .sec03 > .sec03__header > .inner{
    background: url('../images/201908/avc-back.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 55px 0 75px;
    text-align: center;
    margin: 0 auto;
  }
  .sec-anchor-list{
  padding: 0;
    margin: 40px auto 40px 409px;
   background: none;
   overflow: hidden;
  }
 .sec-anchor-list a{
  float: left;
  margin-right: 9px;
  margin-bottom: 20px;
  width: auto;
 }
 
 

 
 
  .sec-anchor .sec-anchor__item{
    width: auto;
    margin: 0 auto 50px;
    display: block;
  }
  .sec-anchor .sec-anchor__item:last-child{
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
  }
  .sec-anchor__item:last-child a{
    flex-basis: 25%;
    max-width: 235px;
    display: block;
    float: none;
  }
  .sec-anchor__item{
    overflow: hidden;
    margin-bottom: 60px;
  }
  .sec-anchor .sec-anchor__item a{
    width: 25%;
    max-width: 235px;
    display: block;
    float: left;
  }

  .sec03 > .sec03__header .note{
    margin-top: 35px;
    margin-left: 429px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
 .section03-caution{
   margin-top: 45px;
 }

 .sec-anchor-list .howto-link{
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 0;
    max-width: 320px;
    width: 40.5%;
  }

  .sec-anchor-list .side-efect-link{
    margin-top: 0;
    max-width: 320px;
    width: 40.5%;
  }

}
.sec03 .content {
  background: url('../images/201904/sec03_bg04_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 9.3333vw;
}
.sec03 .content01{
  padding: 10vw 0 13.333vw;
  background: url('../images/201904/sec03_bg04_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.content01 .txt{
  margin-top: 5.333vw;
}
.content01 .image{
  margin-top: 6vw;
}
.content01 .note{
  margin-top: 7.333vw;
}
.sec03 .content02{
  padding: 10vw 0 13.333vw;
  background: url('../images/201904/sec03_bg04_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.content02 .txt{
  margin-top: 5.333vw;
}
.content02 .image{
  margin-top: 8vw;
}
.content02 .note{
  margin-top: 6.667vw;
}
.sec03 .content03{
  padding: 10vw 0 12vw;
  background: url('../images/201904/sec03_bg04_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.content03 .txt{
  margin-top: 5.333vw;
}
.content03 .image{
  margin-top: 8.666vw;
}
.content03 .note{
  margin-top: 5.333vw;
}

 .sec04-tb-head{
  margin: 7vw 4vw 5px
 }
 .sec04-tb-td{
  margin: 0 4vw 5px;
 }
 .sec04-caution{
  margin: 5vw 0 3vw;
 }
 .sec04-btn{
  margin: 0 4vw 8vw;
 }
 dl.sec04-flow{
  border:2px solid #707070;
  background: #fff;
  margin: 0 4vw;
 }
  dl.sec04-flow dt{
  text-align: center;
  padding: 2vw 0;
  cursor: pointer;
 background: url("../images/201904/accordion_before_on.png") no-repeat 95% 50% / 25px;
 }
#mdm5 dl.sec04-flow dt img{
 width: 50%;
 margin: 0 auto;
 height: auto;
}

#mdm5 dl.sec04-flow dt.is-current{
 background: url("../images/201904/accordion_before.png") no-repeat 95% 50% / 25px;
 
}

 dl.sec04-flow dd{
  padding: 4vw;
  border-top:2px solid #707070;
  text-align: center;
 }



 .sec04-flow-txt{
  margin-bottom: 20px;
 }
 .sec04-flow-area{
  margin-top: 40px;
 }
 .sec04-flow-caution{
  margin-top:30px;
 }
 
.sec04-product{
 padding: 0 4vw;
}


 .anc03-tb-head{
  margin: 7vw 4vw 5px;
 }

 .anc03-tb-td{
  margin:0 4vw 5px;
 }
 
 .anc04-tb-head{
  margin: 6vw 4vw 0;
 }
 .anc04-tb-td{
  position:relative;
  margin: 0 4vw;
 }
 .anc04-tb-btn-01{
  position:absolute;
  bottom: 8%;
  left: auto;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
 }
 .anc04-tb-btn-02{
  position:absolute;
  left: auto;
  margin: auto;
  bottom: 8%;
  left: 0;
  right: 0;
  width: 80%;
 }


.sec03 .content04{
  padding: 10vw 0 16vw;
  background: url('../images/201904/sec03_bg04_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.content04 .image{
  margin-top: 6.666vw;
}
.sec03 .content05{
  padding: 10vw 0 16vw;
  background: url('../images/201904/sec03_bg05_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.content05 .txt{
  margin-top: 5.333vw;
}
.content05 .txt:nth-child(4),
.content05 .txt:last-child{
  margin-top: 8vw;
}
.sec03 .content06{
  padding: 10vw 0 16vw;
}
.content06 .txt{
  margin-top: 6vw;
}
.content06 .image{
  margin-top: 5.333vw;
}

 .anc07-tb-inner{
  background: #fff;
  padding: 0 2vw 3vw;
  margin: 0 4.2vw;
 }
 .anc07-tb-btn{
  margin-bottom: 3vw;
  margin: 0 5vw 3vw; 
 }
 .anc07-tb-inner .sec04-tb-head{
  margin-top: 0;
  margin: 0 4.2vw 5px;
 }

  .anc07-tb-btn.lvl1{
   margin-top: 4vw;
 }
 




@media screen and (min-width: 781px) {
  .sec03 .content {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    background: url('../images/201904/sec03_bg02.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content .inner{
    max-width: 780px;
    margin: 0 auto;
  }

 
  .sec03 .content01{
    padding: 80px 0 90px;
     background: url('../images/201904/sec03_bg01.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content01 .txt{
    margin-top: 40px;
  }
  .content01 .image{
    margin-top: 50px;
  }
  .content01 .note{
    margin-top: 55px;
  }
  .sec03 .content02{
    padding: 80px 0 30px;
     background: url('../images/201908/section04-back.jpg') center top no-repeat !important;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content02 .txt{
    margin-top: 40px;
  }
  .content02 .image{
    margin-top: 70px;
  }
  .content02 .note{
    margin-top: 60px;
  }
 
 .sec04-tb-head{
  margin: 0;
  margin-top: 35px;
  margin-bottom: 5px;
 }
 .sec04-tb-td{
  margin: 0;
  margin-bottom: 5px;
 }
 .sec04-caution{
  margin: 40px 0 15px;
 }
 .sec04-btn{
  margin-bottom:75px;
 }
 
 dl.sec04-flow{
  border:2px solid #707070;
  background: #fff;
  margin: 0;
 }
  dl.sec04-flow dt{
  text-align: center;
  padding: 12px 0;
 }
 #mdm5 dl.sec04-flow dt img{
 width: auto;
 margin: 0 auto;
 height: auto;
}
 dl.sec04-flow dd{
  padding: 29px 0 45px;
  text-align: center;
 }
 


 
 .sec04-flow-txt{
  margin-bottom: 20px;
 }
 .sec04-flow-area{
  margin-top: 40px;
 }
 .sec04-flow-caution{
  margin-top:30px;
 }
 .sec04-product{
 padding: 0 0;
}
 
 .anc03-tb-head{
  margin: 38px 0 5px;
 }
 .anc03-tb-td{
  margin: 0;
  margin-bottom: 5px;
 }
 
 .anc04-tb-head{
  margin: 0;
  margin-top: 55px;
 }
 .anc04-tb-td{
  margin: 0;
  position:relative;
 }
 .anc04-tb-btn-01{
  position:absolute;
  bottom: 50px;
  left: 70px;
  right: auto;
  margin: auto;
  width: auto;
 }
 .anc04-tb-btn-02{
  position:absolute;
  bottom: 62px;
  left: 70px;
  right: auto;
  margin: auto;
  width: auto;
 }
 
 
  .sec03 .content03{
    padding: 80px 0 90px;
     background: url('../images/201904/sec03_bg03.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content03 .txt{
    margin-top: 40px;
  }
  .content03 .image{
    margin-top: 65px;
  }
  .content03 .note{
    margin-top: 50px;
  }
  .sec03 .anc06{
    padding: 80px 0 95px;
     background: url('../images/201908/anc06-back.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content04 .image{
    margin-top: 70px;
  }
 
   .content04 .image.position{
    margin-top: 70px;
    position: relative;
    margin-right: -70px;
  }
 
 
 
  .sec03 .content05{
    padding: 80px 0 90px;
     background: url('../images/201904/sec03_bg05.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .content05 .txt{
    margin-top: 40px;
  }
  .content05 .txt:nth-child(4),
  .content05 .txt:last-child{
    margin-top: 60px;
  }
  .sec03 .content06{
    padding: 80px 0 90px;
    margin-top: 135px;
  }
  .content06 .txt{
    margin-top: 40px;
  }
  .content06 .image{
    margin-top: 45px;
  }
 
 .anc07-tb-inner{
  background: #fff;
  margin:0;
  padding: 0 30px 50px;
 }
 .anc07-tb-btn{
  margin-bottom: 20px;
 }
 .anc07-tb-inner .sec04-tb-head{
  margin-top: 0;
  margin: 0 0 5px;
 }

  .anc07-tb-btn.lvl1{
   margin-top: 50px;
 }
 
 
 
}

/* sec04 */
.sec04{
  margin-top: 70px;
}
.sec04 .movie{
  margin: 9.333vw auto 0;
}
.sec04 .movie__inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.sec04 .movie iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 781px) {
  .sec04{
    margin-top: 70px;
  }
  .sec04 .movie{
    max-width: 780px;
    margin: 60px auto 0;
  }
}

/* sec05 */
.sec05{
  margin-top: 12.666vw;
}
.qa li{
  border-bottom: 1px solid #000;
  padding-top: 6.8vw;
}
.qa{
  border-top: 1px solid #000;
  margin-top: 6vw;
}
.qa li h4{
  width: 100%;
  position: relative;
}
.qa li h4::before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/201904/accordion_before_on.png);
  width: 7.86vw;
  height: 7.86vw;
  top: .93vw;
}
.qa li h4.is-active::before{
  background-image: url(../images/201904/accordion_before.png);
}

@media screen and (min-width: 781px) {
  .sec05{
    margin-top: 170px;
  }
  .qa{
    max-width: 780px;
    margin: 55px auto 0;
  }
  .qa li{
    padding-top: 40px;
  }
  .qa li h4{

  }
  .qa li h4::before{
    width: 41px;
    height: 41px;
    top: 4px;
  }
}

/* sec06 */
.sec06{
  margin-top: 3.333vw;
}
.sec06 .inner{
  background: url('../images/201904/sec06_bg_sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 4vw;
  padding-top: 10.666vw;
}
.sec06 h2{
  margin: 0 auto;
  width: 76.1333vw;
}
.product-lineup{
  overflow: hidden;
  margin: 10.666vw auto 0;
}
.product-lineup .m{
  width: 50%;
  float: left;
  padding: 0 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #000;
}
.lineup-list li{
  margin-bottom: 10vw;
  border: 1px solid transparent;
  padding: 20px 15px 15px;
}
.product-lineup .m li:last-child{
  border: 1px solid #000;
}
.lineup-list li a{
  display: block;
  margin-top: 3.333vw;
}
.product-lineup .m h3,
.product-lineup .w h3{
  margin-bottom: 6.666vw;
}
.product-lineup .m li:last-child,
.product-lineup .w li:last-child
{
  margin-bottom: 0;
}
.product-lineup .w{
  width: calc( 50% - 2px);
  float: left;
  padding: 0 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 781px) {
  .sec06{
    margin-top: 80px;
  }
  .sec06 .inner{
    background: url('../images/201904/sec06_bg.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 80px;
    max-width: 1200px;
  }
  .sec06 h2{
    margin: 0;
    width: auto;
  }
  .product-lineup{
    max-width: 780px;
    margin: 110px auto 0;
  }
  .product-lineup .m{
    padding: 0 30px;
  }
  .lineup-list li{
    margin-bottom: 65px;
    padding: 20px 0 15px;
  }
  .lineup-list li a{
    margin-top: 0;
  }
  .product-lineup .m h3,
  .product-lineup .w h3{
    margin-bottom: 50px;
  }
  .product-lineup .w{
    padding: 0 30px;
  }
}

.mail{
  margin-top: 10.666vw;
}
.mail .inner{
  background: url(../images/201904/mail_bg.png) center top repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 8vw 0;
}
.mail .txt,
.mail .note{
  margin-top: 6vw;
}
.imgBtn01{
  width: 82.666vw;
  margin: 6vw auto 0;
}
@media screen and (min-width: 781px) {
  .mail{
    margin-top: 70px;
  }
  .mail .inner{
    max-width: 1200px;
    padding: 90px 0 50px;
  }
  .mail .txt{
    margin-top: 50px;
  }
  .mail .note{
    margin-top: 45px;
  }
  .mail .contactMail {
    display: block;
    width: 51.6667%;
    padding: 26px 0;
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: #981e2e;
    text-align: center;
  }
  .mail .imgBtn01 {
    width: 86.35097%;
    margin: 29px auto 59px;
  }
  .mail .contactMail .mail-address {
    padding-top: 14px;
    font-size: 32px;
    font-weight: bold;
  }
}



.anchor-index{
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.anchor-index.is-visible a{
  transform: translate3d(0,0,0);
  transition: transform ease .5s;
}
.anchor-index .anchor-index__inner{
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.anchor-index a{
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #000;
  transform: translate3d(0,100%,0);
  transition: transform ease .5s;
}

/* cp */
.combi{
  width: 780px;
  margin: 0 auto 60px;
  padding: 30px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/201904/combi_cont_detail_bg.png") left top repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#mdm5 .combi img{
  width: auto;
  max-width: 100%;
}


#mdm5 .combi .combi__body{
 /* margin-right: 10px;*/
}
#mdm5 .combi .combi__footer{
  background-color: #000;
}

#mdm5 .combi .accordionBtn img.on {
  cursor: pointer;
  display: none;
}

#mdm5 .combi .accordionBtn.is-active a img.on{
  display: block;
}
#mdm5 .combi .accordionBtn a img{
  display: block;
}
#mdm5 .combi .accordionBtn.is-active a img{
  display: none;
}

#mdm5 .combi__body .combi__content{
  padding: 55px 15px 30px 30px;
  text-align: center;
  background-color: #fff;
}

#mdm5 .combi__body .combi__content .combi__txt01{
  margin-top: 35px;
}

#mdm5 .combi__body .combi__content .combi__fig01{
  margin-top: 30px;
}

#mdm5 .combi__body .combi__content:last-child{
  padding: 60px 30px 40px 30px;
}

#mdm5 .combi__body .combi__content:last-child{
  margin-top: 20px;
}

#mdm5 .combi__body .combi__content:last-child .combi__fig02 {
  margin-top: 60px;
}

#mdm5 .combi__body .combi__content:last-child .combi__fig03 {
  margin-top: 20px;
}

.combi__purchase{
  position: relative;
}

.combi__purchase .btn{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 51.47%;
  max-width: 350px;
}

.combi__purchase .btn--set-buy{
  bottom: 20%;
}

.combi__purchase .btn--set-other{
  bottom: 5%;
}

.combi__footer{
  padding: 20px 30px 25px; 
}


@media screen and (max-width: 780px) {
  .combi{
    margin: 9vw auto 8vw;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    padding: 4vw 2.266vw;
    background: url("../images/201904/combi_cont_detail_bg_sp.png") left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #mdm5 .combi img{
    width: 100%;
  }
  #mdm5 .combi .combi__body{
    margin-right: 0;
  }
  #mdm5 .combi .combi__footer{
    margin-right: 0;
    padding: 5.333vw 4vw;
  }
  #mm5cp_lp_banner center {padding:0 20px;} #mm5cp_lp_banner center img{width:100%;}
  #mdm5 .combi__body .combi__content{
    padding: 8.4vw 2.4vw 5.4vw;
  }

  #mdm5 .combi__body .combi__content .combi__txt01{
    margin-top: 6.6vw;
  }

  #mdm5 .combi__body .combi__content .combi__fig01{
    margin-top: 5px;
  }

  #mdm5 .combi__body .combi__content:last-child{
    padding: 8.4vw 2.4vw 7.2vw;
  }

  #mdm5 .combi__body .combi__content:last-child{
    margin-top: 2.4vw;
  }

  #mdm5 .combi__body .combi__content:last-child .combi__fig02 {
    margin-top: 7.2vw;
  }

  #mdm5 .combi__body .combi__content:last-child .combi__fig03 {
    margin-top: 3vw;
  }

  .combi__purchase .btn{
    width: 89.47%;
    width: 91.943%;
    max-width: 100%;
  }

  .combi__purchase .btn--set-buy{
    bottom: 15.2%;
  }

  .combi__purchase .btn--set-other{
    bottom: 4.7%;
  }

  .combi__footer{
    padding: 5.4vw 3.6vw; 
  }
}


@media screen and (min-width: 781px) {
  #mm5cp_lp_banner .inner{
    margin-top: 45px;
    margin-bottom: -50px;
  }
}

/* minoki-award-banner */
.minokiaward .inner img{
  width: 780px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px){
  .minokiaward .inner img{
    margin-bottom: 60px;
    width: 96% !important;
    margin-bottom: 20px;
  }
}
/*20200402追加　追加コンテンツ部分*/
#introduction .newblock1 {
	background: url("https://scalp-d.angfa-store.jp/ad/newfiles/intro-bg.jpg") repeat-x center bottom;
}
#introduction .newblock1 .bg-grad {
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
#introduction .newblock1-white {
	background: url("https://scalp-d.angfa-store.jp/ad/newfiles/intro-bg-w.jpg") repeat-x center top;
}
#introduction [class^="newblock1"] .newblock2 {
	    display: flex;
	align-items: baseline;
    max-width: 781px;
    margin: auto;
	position: relative;
}
#introduction [class^="newblock1"] .newblock2 img {
	margin: 0 auto;
}
#introduction .newblock1 .newblock2 {
		padding: 155px 0 160px;
}
#introduction .newblock1-white .newblock2 {
		padding: 160px 0;
}
#introduction .arrow {
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
}

@media screen and (max-width: 780px) {
	#introduction [class^="newblock1"] .newblock2 {
    padding: 0;
}
}

