@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
=====================================================*/
html { margin: 0; padding: 0; width: 100%; height: 100%; font-size: 62.5%; }

body { width: 100%; margin: 0; padding: 0; background: #fff; color: #000; font-size: 1.4rem; 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: 1.4rem; }

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: 1.4rem; font-weight: normal; }

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

@media (min-width: 641px){
  #header-top-bnr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* 201904 renewal  */
/* 共通 */
#mdm5 img{
  line-height: 1;
  font-size: 0;
  width: 100%;
}

#mdm5 .accordionCont{
  display: none;
}
#mdm5 .disp-sp{
  display: block;
}
#mdm5 .disp-pc{
  display: none;
}
#mdm5 .disp-pc{
  display: none;
}
@media screen and (min-width: 641px) {
  #mdm5{}
  #mdm5 img{
    max-width: 100%;
    vertical-align: bottom;
    width: 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: 641px) {
  .mdm5-container{
    padding: 0 0 40px;
    min-width: 1024px;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
  } 
}
/* header */
.main-header{
  padding: 0 2vw;
}
.main-header-txt img{
  margin-top: calc( -105vw * (100 / 750) );
}

@media screen and (min-width: 641px) {
  .main-header{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
  }
  .main-header-txt{
   text-align: center;
  }
  .main-header-txt img{
    margin-top: -170px;
  }
}
/* 固定　*/
.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: 641px) { 
  .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;
  padding: 0 calc(15vw * (100 / 750));;
}
.purchase.border ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: calc(65vw * (100 / 750));
  padding-bottom: calc(60vw * (100 / 750));
  margin-top: calc(40vw * (100 / 750));
}
.purchase ul{
  padding: 0 calc(35vw * (100 / 750));

}
.purchase ul li{
  margin-top: calc(65vw * (100 / 750));
}
.purchase ul li:first-child{
  margin-top: 0;
}
.purchase ul li a{
  display: block;
  margin-top: calc(32vw * (100 / 750));
}

.purchase02{
  margin-top: calc(80vw * (100 / 750));
  margin-bottom: calc(60vw * (100 / 750));
}
.purchase02 .inner{
  background: url('../images/purchase02_bg_sp.png')center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 
  calc(55vw * (100 / 750))
  0
  calc(80vw * (100 / 750));;
}
.purchase02 .image{
  margin-top: calc(438vw * (100 / 750));
}
.purchase02 .image .purchase02__btn{
  position: relative;
  display: inline-block;
  margin-bottom: calc(40vw * (100 / 750));
}
.purchase02 .image a{
  margin: 
  calc(-125vw * (100 / 750)) 
  auto 
  0;
  display: block;
  width: calc(500vw * (100 / 750));
}
.purchase02 .note{
  margin-top: calc(40vw * (100 / 750));
}

@media screen and (min-width: 641px) {
  .purchase {
    padding: 0;
  }
  .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.border ul{
    padding-top: 30px;
    padding-bottom: 45px;
    margin-top: 40px;
  }

  .purchase ul li{
    flex-basis: 31.25%;
    margin-top: 0;
  }
  .purchase ul li a{
    margin-top: 20px;
  }
  .campaign .purchase ul{
    justify-content: center;
  }
  .campaign .purchase ul li{
    margin: 0 20px;
  }
  
  /*purchase02*/
  .purchase02 {
    margin-top: 70px;
    margin-bottom: 55px;
  }
  .purchase02 .inner{
    background: url('../images/purchase02_bg.png')center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 110px;
    margin: 0 auto;
    max-width: 1200px; 
  }
  .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;
    margin-bottom: 0;
    position: relative;
  }
  .purchase02 .image a{
    left: 30px;
    bottom: 30px;
    position: absolute;
    width: auto;
    margin: 0;
  }
  .purchase02 .note{
    margin-top: 100px;
    text-align: center;
  }
  .campaign .purchase03__btn{
    justify-content: center;
  }
}

/*
hosho
---------------------------------*/
.hosho {
  
}
.hosho h2{
  padding:  
  calc(70vw * (100 / 750))
  calc(15vw * (100 / 750))
  calc(20vw * (100 / 750));
}
.hosho .inner {
  padding: 0 calc(15vw * (100 / 750));
}
.hosho__block1 {
  text-align: center;
  background: url('../images/bg_hosho-sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 
  calc(70vw * (100 / 750))
  calc(32vw * (100 / 750))
  calc(40vw * (100 / 750));
  margin-bottom: calc(95vw * (100 / 750));;
}
.hosho__item1 {
  margin-top: calc(60vw * (100 / 750));
  margin-bottom: calc(50vw * (100 / 750));
}
.hosho__item1 > a {
  display: block;
  margin-top: 15px;
}
.hosho__btn a {
  display: block;
  margin-top: calc(30vw * (100 / 750));
}
.hosho__block1 .figure {
  margin-top: calc(30vw * (100 / 750));
}
.hosho__block1 > p {
  margin-top: calc(30vw * (100 / 750));
}
@media screen and (min-width: 641px) {
  .hosho h2{
    text-align: center;
    padding: 70px 35px 40px;
  }
  .hosho .inner {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
  }
  .hosho__block1 {
    background: url('../images/bg_hosho.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 30px 25px;
    margin-bottom: 40px;
  }
  .hosho__block1 > h3 {
    float: left;
    display: inline-block;
    padding-left: 35px;
    width: 59.150943%;
  }
  .hosho__block1 > h3 img {
    width: 100%;
  }
  .hosho__item1 {
    float: right;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    width: 33.018868%;
  }
  .hosho__item1 img {
    width: 100%;
  }
  .hosho__item1 > a {
    margin-top: 20px;
  }
  .hosho__btn {
    clear: both;
    text-align: left;
    margin-top: 28.5px;
    display: inline-block;
    width: 64.150943%;
    letter-spacing: -.4em;
  }
  .hosho__btn a {
    display: inline-block;
    margin-top: 0;
    width: auto;
    letter-spacing: normal;
  }
  .hosho__btn a img {
    width: auto;
  }
  .hosho__btn a:first-child {
    margin-right: 0;
    width: auto;
  }
  .hosho__block1 .figure {
    margin-top: 20px;
    clear: both;
  }
  .hosho__block1 > p {
    margin-top: 20px;
  }
}

/*
grow
---------------------------------*/
.grow {
  background-color: #000;
  padding-top: calc(55vw * (100 / 750));
}
.grow__block1 {
  max-width: 86.667%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.grow__block2 {
  width: 100%;
}
.grow__block2 .img-panel + p {
  text-align: center;
  margin-top: calc(-40vw * (100 / 750));
  margin-bottom: calc(45vw * (100 / 750));
  padding-left: calc(50vw * (100 / 750));
  padding-right: calc(50vw * (100 / 750));
}
.grow__block3 {
  background-color: #fff;
  position: relative;
}
.grow__block3:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(101vw * (100 / 750));
  height: calc(77vw * (100 / 750));
  background: url(../images/sankaku_sp.png) left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.grow__block3 > ul {
  padding: 
  calc(130vw * (100 / 750))
  calc(15vw * (100 / 750))
  calc(90vw * (100 / 750));
}
.grow__block3 > ul li {
  border-bottom: 1px solid #000;
  padding-bottom: calc(60vw * (100 / 750));
  margin-bottom: calc(60vw * (100 / 750));
}
.grow__block3 > ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.grow__block3 > ul li > p{
  padding-top: calc(30vw * (100 / 750));
  padding-bottom: calc(45vw * (100 / 750));
}
@media screen and (min-width: 641px) {
  .grow {
    padding-top: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .grow__block1 {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
  .grow__block2 {
    text-align: center;
  }
  .grow__block2 .img-panel + p {
    text-align: center;
    margin-top: -130px;
    margin-bottom: 25px;
  }
  .grow__block3:before {
    width: 101px;
    height: 77px;
    background: url(../images/sankaku_pc.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    top: -2px;
  }
  .grow__block3 > ul {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
  }
  .grow__block3 > ul li {
    flex-basis: 29.245283%;
    max-width: 310px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .grow__block3 > ul li:first-child {
    padding-left: 0;
    border: none;
  }
  .grow__block3 > ul li:last-child {
    padding-right: 0;
    border: none;
  }
  .grow__block3 > ul li > p{
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

/*
points
---------------------------------*/
.points {

}
.points > h2 {
  background: url('../images/points_bg-sp.png') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 
  calc(60vw * (100 / 750))
  0
  calc(70vw * (100 / 750));
}
.anchor {
  padding-top: calc(60vw * (100 / 750));
  padding-bottom: calc(470vw * (100 / 750));
  background: url('../images/points_bg2-sp.png') center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.anchor__1 {
  padding:
  0
  calc(30vw * (100 / 750))
  0;
}
.anchor__1 li {
  float: left;
  width: calc( (350% / 700) * 100 );
  margin-bottom: calc(20vw * (100 / 750));
}

.anchor__1 li.last {
  padding-left: calc(20vw * (100 / 750));
  padding-right: calc(30vw * (100 / 750));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.anchor__1 li.last a {
  display: block;
  margin-top: calc(20vw * (100 / 750));
}
.anchor__1:after {
  display: block;
  content: "";
  clear: both;
}
.point1 {
  margin-top: calc(80vw * (100 / 750));
  padding-top: calc(70vw * (100 / 750));
  padding-bottom: calc(50vw * (100 / 750));
  background: url('../images/points_all_bg-sp.png') left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.point1 .inner {
  text-align: center;
  width: calc(690vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
}
.point1 .inner p {
  margin-top: calc(75vw * (100 / 750));
}
.point1 .inner p:last-of-type {
  margin-top: calc(60vw * (100 / 750));
}
.point2 {
  margin-top: calc(80vw * (100 / 750));
  padding-top: calc(70vw * (100 / 750));
  padding-bottom: calc(80vw * (100 / 750));
  background: url('../images/points_all_bg-sp.png') left top repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.point2 .inner {
  text-align: center;
  width: calc(690vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
}
.point2 .inner p {
  margin-top: calc(50vw * (100 / 750));
}
.seido-link-btn {
  width: calc(590vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: calc(45vw * (100 / 750));
  margin-bottom: calc(65vw * (100 / 750));
}
.point2 .item {
  margin-top: calc(70vw * (100 / 750));
  margin-bottom: calc(80vw * (100 / 750));
  padding-left: calc(20vw * (100 / 750));
  padding-right: calc(20vw * (100 / 750));
}
.point2 .item > div:last-child > div {
  margin-bottom: calc(30vw * (100 / 750));
}
.member {
  width: calc(690vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(75vw * (100 / 750)); 
  padding-left: calc(15vw * (100 / 750)); 
  padding-right: calc(15vw * (100 / 750)); 
  text-align: center;
  border-top: 1px solid #000;
}
.member h3,
.member h3 + p  {
  width: calc(600vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
}
.member h3 + p {
  margin-top: calc(55vw * (100 / 750)); 
}
.member h3 + p + div {
  margin-top: calc(55vw * (100 / 750)); 
}
.member p.merit {
  margin-top: calc(65vw * (100 / 750)); 
}
.member .member-kuwasiku-btn {
  display: inline-block;
  margin-top: calc(70vw * (100 / 750)); 
  width: calc(590vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
}
.member .item {
  margin-bottom: 0;
}
.point3 {
  margin-top: calc(80vw * (100 / 750));
  padding-top: calc(70vw * (100 / 750));
  padding-bottom: calc(80vw * (100 / 750));
  background: url('../images/points_all_bg-sp.png') left top repeat-y;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.point3 .inner {
  text-align: center;
  width: calc(690vw * (100 / 750));
  margin-left: auto;
  margin-right: auto;
}
.point3 .inner h2 + p {
  margin-top: calc(55vw * (100 / 750));
  margin-bottom: calc(75vw * (100 / 750));
}
.shamp-link-btn {
  display: block;
}
.spray-link-btn {
  display: block;
  margin-top: calc(65vw * (100 / 750));
}
.combi-container {
  margin-top: calc(130vw * (100 / 750));
}
.combi-container > p {
  margin-bottom: calc(25vw * (100 / 750));
}
@media screen and (min-width: 641px) { 
  .points > h2 {
    background: url('../images/points_bg.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-bottom: 115px;
    background: url('../images/points_bg2.png') center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .anchor__1 {
    padding: 0;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .anchor__1 li {
    float: left;
    max-width: 342px;
    width: 31.666667%; 
    margin-bottom: 0;
  }
  .anchor__1 li img {
    width: 100%;
  }
  .anchor__1 li:nth-child(2) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .anchor__1 li.last {
    padding-left: 0;
    padding-right: 0;
    float: right;
    margin-top: 15px;
    max-width: 320px;
    width: 29.62963%;
  }
  .anchor__1 li.last a {
    /*display: block;*/
    margin-top: 50px;
  }
  /*.anchor__1:after {
    display: block;
    content: "";
    clear: both;
  }*/
  .point1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 85px;
    background: url('../images/points_all_bg.png') left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .point1 .inner {
    /*text-align: center;*/
    width: 780px;
    /*margin-left: auto;
    margin-right: auto;*/
  }
  .point1 .inner p {
    margin-top: 60px;
  }
  .point1 .inner p:last-of-type {
    margin-top: 55px;
  }
  .point2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 85px;
    background: url('../images/points_all_bg.png') left top repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .point2 .inner {
    /*text-align: center;*/
    width: 780px;
    /*margin-left: auto;
    margin-right: auto;*/
  }
  .point2 .inner p {
    margin-top: 60px;
  }
  .seido-link-btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .point2 .item {
    margin-top: 50px;
    margin-bottom: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .point2 .item > div:first-child {
    flex-basis: 430px;
  }
  .point2 .item > div:last-child {
    flex-basis: 350px;
  }
  .point2 .item > div:last-child > div {
    margin-bottom: 20px;
  }
  .member {
    width: auto;
    max-width: 1120px;
    /*margin-left: auto;
    margin-right: auto;*/
    padding-top: 75px;  
    padding-left: 0;
    padding-right: 0;
    /*text-align: center;
    border-top: 1px solid #000;*/
  }
  .member h3 ,
  .member h3 + p {
    width: auto;
  }
  .member h3 + p {
    margin-top: 55px;
  }
  .member h3 + p + div {
    margin-top: 55px;
  }
  .member p.merit {
    margin-top: 50px;
  }
  .member .member-kuwasiku-btn {
    display: inline-block;
    margin-top: 50px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .member .item {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .point3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: url('../images/points_all_bg.png') left top repeat-y;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .point3 .inner {
    /*text-align: center;*/
    width: 780px;
    /*margin-left: auto;
    margin-right: auto;*/
  }
  .point3 .inner h2 + p {
    margin-top: 60px;
    margin-bottom: 60px;
    min-width: 792px;
  }
  .shamp-link-btn {
    /*display: block;*/
    min-width: 803px;
  }
  .spray-link-btn {
    /*display: block;*/
    margin-top: 40px;
    min-width: 801px;
  }
  .combi-container {
    margin-top: 105px;
  }
  .combi-container > p {
    margin-bottom: 25px;
  }
}


/* クリニックの流れ */
dl.sec04-flow{
  border:2px solid #707070;
  background: #fff;
}
dl.sec04-flow dt{
  text-align: center;
  padding: 2vw 0;
  cursor: pointer;
  background: url("../images/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/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;
}
@media screen and (min-width: 641px) {
  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;
  }
 
}

/* 使用方法 */
.how-to{
  margin-top: calc(125vw * (100 / 750));
}
.how-to .inner {
  text-align: center;
  margin: 0 2vw;
}
.how-to .movie{
  margin: 9.333vw auto 0;
}
.how-to .movie__inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.how-to .movie iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .how-to{
    margin-top: 150px;
  }
  .how-to .inner {
     width: 100%;
     max-width: 1160px;
     margin: 0 auto;
  }
  .how-to .movie{
    max-width: 780px;
    margin: 60px auto 0;
  }
}

/* qa */
.faq{
  margin-top: calc(95vw * (100 / 750));;
}
.faq .inner {
  text-align: center;
  margin: 0 2vw;
}
.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/accordion_before_on.png);
  width: 7.86vw;
  height: 7.86vw;
  top: .93vw;
}
.qa li h4.is-active::before{
  background-image: url(../images/accordion_before.png);
}
@media screen and (min-width: 641px) {
  .faq{
    margin-top: 170px;
  }
  .faq .inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  .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;
  }
}

/* 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/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: 35px;
}

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

.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: 640px) {
  .combi{
    margin: 0 auto;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    padding: 4vw 2.266vw;
    background: url("../images/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; 
  }
}


/* 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;
  }
}


