@charset "UTF-8";

.video-area .video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.video-area-02 .video_wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.video-area .video_wrapper_full {
  padding-top: 600px;
}

.video-area-02 .video_wrapper_full {
  padding-top: 500px;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image:url(../img/video_img_01.jpg);
    background-size: cover;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.video-area-02 .videoPoster {
  background-image:url(../img/video_img_02.jpg);
}

.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/play_movie.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  animation: rotationCircle 20s linear infinite;
}

@keyframes rotationCircle{
  0%{transform: translate(-50%, -50%) rotate(0)}
  to
  {transform: translate(-50%, -50%) rotate(1turn)}
}

.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url(../img/play_btn.png) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.videoPoster:hover:before,  
.videoPoster:focus:before {
    border-color: #f00;
}
.videoPoster:hover:after, 
.videoPoster:focus:after {
    border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

/*--------------------------------------------sec-intro-----*/
#sec-intro{
  background: url(../img/intro_bg.jpg)no-repeat;
  background-size: contain;
  background-position: left top;
  padding: 230px 0 0; 
}

.flex-intro{
  justify-content: space-between;
}

.intro-img{
  width: 60%;
}

.intro-detail{
  margin-top: 100px;
  width: 36%;
}

.intro-ttl{
  margin-bottom: 40px;
}

.intro-head-h4{
  line-height: 1.6;
  margin-bottom: 40px;
}

.intro-head-h5{
  font-weight: 600;
}

.intro-text{
  margin-bottom: 80px;
}

.intro-img-s {
    width: 110%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

/*--------------------------------------------sec-trouble-----*/

#sec-trouble{
  background: #edf0f5 url(../img/blink_bg.png) no-repeat;
  background-position: top center;
  background-size: contain;
  border-radius: 100px 100px 0 100px;
  overflow: hidden;
  margin-top: -60px;
  padding: 150px 0;
  position: relative;
}

.trouble-intro{
  margin-bottom: 70px;
}

.trouble-intro-h5{
  text-align: center;
}

.trouble-intro-h4{
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  text-align: center;
}

.trouble-intro-h4 .ft-marc{
  font-size: 60px;
}

.trouble-intro-text{
  text-align: center;
}

.flex-gold{
  justify-content: center;
  width: 70%;
  margin: 0 auto 60px;
}

.gold-wrap{
  width: 30%;
  margin: 0 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/circle_bg.svg) no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  z-index: 0;
}

.gold-inr{
  position: relative;
  z-index: 1;
}

.gold-ttl{
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.gold-ttl span{
  font-size: 120%;
}

.gold-text{
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

#sec-trouble .white-box{
  background: #fff;
  padding: 5% 8%;
}

.flex-wb-intro{
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px;
  width: 90%;
}

.wb-img{
  width: 30%;
}

.wb-detail{
  width: 65%;
}

.wb-intro-head{
  margin-bottom: 20px;
}

.wb-intro-head .ft-yugo{
  font-weight: 700;
}

.reason-box{
  background: #dae1ec;
  margin-bottom: 80px;
  padding: 8% 5%;
}

.reason-intro{
  margin: 0 auto 80px;
}

.rb-intro-head{
  margin-bottom: 20px;
  text-align: center;
}

.rb-intro-head .head36{
  display: inline-block;
  position: relative;
  text-align: center;
}

.rb-intro-head .head36:before{
  background: url(../img/ttl_01.svg) no-repeat;
  content: "";
  position: absolute;
  left: -120px;
  bottom: 0;
  width: 120px;
  height: 100%;
}

.rb-intro-head .ft-yugo{
  font-weight: 700;
}

.rb-intro-text{
  text-align: center;
}

.reason-list-box{
  background: #fff;
  padding: 5%;
  position: relative; 
}

.reason-list-box-ttl{
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.reason-list-box-ttl .head24{
  align-items: center;
  background: #c5a987;
  border-radius: 50px;
  color: #fff;
  padding: 3px 30px;
  display: flex;
  line-height: 1.4;
}

.reason-list-box-ttl .head24 .ft-marc{
  font-size: 36px;
  font-size: 3.6rem;
}

.flex-rl{
  justify-content: space-between;
  align-items: center;
}

.rl-01{
  margin-bottom: 40px;
}

.rl-img{
  width: 45%;
}

.rl-detail{
  width: 50%;
}

.rl-02 .rl-img{
  order: 1;
}

.rl-02 .rl-detail{
  order: 2;
}

.rl-purple-border{
  margin-bottom: 5px;
}

.rl-purple{
  background: #a1b1d9;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  line-height: 1;
}

.rl-purple .ft-marc{
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 5px;
}

.rl-head{
  margin-bottom: 15px;
}

.rl-head .ft-yugo{
  font-weight: 700;
}

.sign-intro{
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.sign-intro:before{
  content: "";
  background: url(../img/headache.svg) no-repeat;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 180px;
  left: 0px;
  top: 0;
}

.sign-head{
  padding: 20px 0 10px;
  text-align: center;
}

.sign-text{
  font-weight: 700;
  padding-bottom: 45px;
  text-align: center;
}

.sign-box{
  background: #faf8f5;
  border-radius: 20px;
  padding: 6% 10%;
}

.flex-sign{
  flex-wrap: wrap;
  justify-content: center;
}

.flex-sign li{
  margin-bottom: 15px;
  width: 24em;
}

.flex-sign li:nth-of-type(5),
.flex-sign li:nth-of-type(6){
  margin-bottom: 0;
}

.flex-sign li .text20{
  font-weight: 700;
}

.flex-sign li i{
  color: #c5a987;
  font-size: 22px;
  font-size: 2.4rem;
  margin-right: 15px;
}

/*--------------------------------------------sec-video-----*/

#sec-video{
  padding: 160px 0 200px;
}

.video-intro{
  position: relative;
  padding: 30px 0 80px;
  margin-bottom: 30px;
}

.video-intro:after{
  content: "";
  position: absolute;
  background: url(../img/arrow.png) no-repeat; 
  background-position: center top; 
  background-size: contain;
  width: 29%;
  height: 100%;
  max-width: 370px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;  
}

.video-head{
  position: relative;
  text-align: center;
  z-index: 1;
}

.video-logo{
  margin: 0 auto 70px;
  width: 30%;
}

/*--------------------------------------------sec-renew-----*/

#sec-renew{
  background: #f6f6f9 url(../img/renew_bg.png) no-repeat;
  background-size: contain;
  background-position: top center; 
  padding: 160px 0 130px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow-x: hidden;
}

.bg-text-wrap{
    display: flex;
    width: 100vw;
}

.renew-bg-text {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  color: rgba(255,255,255,0.7);
  font-size: 120px;
  font-size: 12rem;
  font-family: 'Marcellus', serif;
  line-height: 1;
}

.renew-bg-text:nth-child(odd) {
    animation: loop 50s -25s linear infinite;
}
.renew-bg-text:nth-child(even) {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.renew-intro{
  margin-bottom: 30px;
}

.renew-ttl{
  margin: -70px 0 40px;
  position: relative;
  z-index: 1;
}

.renew-ttl .head40{
  text-align: center;
}

.renew-ttl .underline{
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
}

.renew-intro-text{
  margin: 0 auto;
  width: 70%;
}

.renew-design{
  margin-bottom: 90px;
  position: relative;
}

.renew-design-main{
  margin: 0 8% 0 2%;
  width: 90%;
}

.design-wrap.dw-01{
  width: 470px;
  position: absolute;
  left: 0;
  top: 70px;
}

.design-wrap.dw-02 {
    width: 510px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-design{
  justify-content: space-between;
  align-items: center;
}

.flex-design picture{
  width: 160px;
}

.design-detail{
  width: calc(100% - 180px);
  margin-left: 20px;
}

.design-gold{
  margin-bottom: 5px;
}

.design-gold span{
  background: #c5a987;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 10px;
}

.design-detail .head24{
  margin-bottom: 5px;
}

#sec-renew .white-box{
  background: #fff;
  padding: 90px 5%; 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  overflow: hidden;
  margin-bottom: 90px;
}

.wb-head{
  margin-bottom: 70px;
  text-align: center;
}

.wb-head span{
  border-bottom: 1px solid #222;
  font-weight: 700;
  padding-bottom: 10px;
}

.wb-head span img{
  width: 380px;
}

.flex-wb.first{
  position: relative;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.flex-wb.first:after{
    content: "";
    background: url(../img/wb_img.jpg)no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    left: -6%;
    top: 42%;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 0;
}

.flex-wb.first .wb{
  width: 48%;
  position: relative;
  z-index: 1;
}

.wb-ttl{
  margin-bottom: 30px;
}

.flex-wb.first .wb .purple-box{
  margin-top: 70px;
}

.purple-box{
  background: #f1f3f7; 
  position: relative;
  padding: 30px 5%;
}

.purple-box .pb-circle{
  position: absolute;
  left: 4%;
  top: -20px;
  width: 110px;
}

.pb-head{
  margin-bottom: 20px;
}

.pb-head .text18{
  text-align: center;
  margin-bottom: 10px;
}

.pb-head .text18 span{
  background: #c5a987;
  border-radius: 30px;
  color: #fff;
  font-weight: 700; 
  padding: 5px 20px;
}

.pb-head-s{
  font-weight: 700;
  text-align: center;
}

.flex-wb.second{
  justify-content: space-between;
}

.flex-wb.second > div{
  width: 48%;
}

.flex-pb{
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.flex-pb .flex-pb-img:first-child{
  width: 55%;
}

.flex-pb .flex-pb-img:last-child{
  width: 40%;
}

.flex-pb .pb-text{
  width: 56%;
}

.flex-pb .pb-img{
  width: 42%;
}

.check-box{
  background: #fff url(../img/blink_bg.png) no-repeat;
  background-size: cover;
  padding: 4% 6%;
  position: relative;
  width: 83%;
  margin: 0 auto;
}

.check-bubble{
  position: absolute;
  left: -30px;
  top: 20%;
  width: 130px;
}

.flex-check{
  justify-content: space-between;
  align-items: center;
}

.check-detail{
  width: 40%;
}

.check-detail .head30{
  margin-bottom: 20px;
}

.check-img{
  width: 55%;
}

/*--------------------------------------------sec-howto-----*/

#sec-howto{
  padding: 170px 0 130px;
}

.howto-head{
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.howto-intro{
  margin-bottom: 50px;
  text-align: center;
}

.howto-video{
  margin-bottom: 70px;
}

.shampoo{
  margin-bottom: 70px;
}

.howto-ttl{
  margin-bottom: 50px;
  position: relative;
}

.howto-ttl:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background: #222;
  transform: translate(-50%,-50%);
  height: 1px;
}

.howto-ttl .text24{
  text-align: center;
}

.howto-ttl .text24 span{
  background: #fff;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.flex-shampoo{
  justify-content: space-between;
}

.flex-shampoo li{
  width: 22%;
}

.shampoo-ttl{
  background: #c5a987;
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;  
  padding: 3px;
}

.flex-shampoo li picture{
  margin-bottom: 20px;
}

.flex-shampoo li picture img{
  object-fit: contain;
  object-position: center;
  height: 100px;
}

.flex-massage{
  justify-content: space-between;
}

.flex-massage li{
  width: 20%;
}

.flex-massage li:last-child{
  background: #faf8f5; 
  border-radius: 20px;
  padding: 20px;
  width: 30%;
}

.massage-ttl{
  color: #c5a987;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 15px;
  text-align: center;
}

.flex-massage li picture{
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-massage li picture img{
  object-fit: contain;
  object-position: center;
  height: 120px;
}

.flex-massage li:nth-of-type(1) picture img{
  height: 70px;
}

.flex-massage li:nth-of-type(4) .massage-ttl {
    margin-bottom: 30px;
}

.flex-massage li:nth-of-type(4) picture img{
  height: 160px;
}

/*--------------------------------------------last-intro-----*/

.last-intro-bg{
  height: 690px;
  position: relative;
  overflow: hidden;
}

.last-intro-bg:after{
  content:"";
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-image:url(../img/last_bg.jpg);
  background-size:cover;
  background-attachment: fixed;
}

#sec-last-intro{
  background: #fff url(../img/blink_bg.png) no-repeat;
  background-size: contain;
  padding: 110px 0 150px;
}

.flex-last-intro{
  justify-content: space-between;
  align-items: center;
}

.last-intro-left{
  width: 45%;
}

.last-intro-img{
  margin-right: -5%;
  width: 55%;
}

.last-intro-ttl{
  margin-bottom: 60px;
}

.last-intro-ttl .text18{
  display: block;
}

.last-intro-head{
  margin-bottom: 40px;
}

.last-intro-text{
  margin-bottom: 30px;
}

#sec-purchase{
  background-color: #edf0f5;
  padding: 120px 0;
}

.purchase{
  background: #fff;
  padding: 90px 5%;
}

.purchase .text30{
  margin-bottom: 50px;
  text-align: center;
}

.flex-btn{
  align-items: center;
  justify-content: center;
}

.flex-btn a{
  display: block;
  padding: 35px 20px;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 1.5%;
}

.btn-left{
  border: 2px solid #c5a987;
  background: #c5a987;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 10px;
  text-align: center;
  width: 48%;
}

.btn-left p,
.btn-right p{
  color: #fff;
}

.btn-left:hover{
  background: #fff;
  color: #c5a987;
}
.btn-left:hover p {
  color: #c5a987;
}

.btn-left i,
.btn-right i{
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 20px;
}

.btn-right{
  border: 2px solid #ab906f;
  background: #ab906f;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 10px;
  text-align: center;
  width: 48%;
}

.btn-right:hover{
  background: #fff;
  color: #ab906f;
}
.btn-right:hover p {
  color: #ab906f;
}

@media only screen and (max-width: 1400px) {

.design-wrap.dw-01 {
    left: -20px;
    width: 430px;
}

.design-wrap.dw-02 {
    width: 450px;
}

.gold-wrap {
    width: 220px;
    height: 220px;
}

.gold-ttl {
    font-size: 2.6rem;
    margin-bottom: 15px;
}

.wb-ttl {
    font-size: 2.4rem;
}

.wb-intro-head {
    font-size: 3rem;
}

.rb-intro-head .head36 {
    font-size: 3rem;
}

.rl-head {
    margin-bottom: 10px;
    font-size: 2.2rem;
}

.sign-head {
    font-size: 3rem;
}

.sign-text {
    font-size: 2rem;
}

.sign-box {
    padding: 6% 10%;
}

.video-intro {
    padding: 30px 0 30px;
    margin-bottom: 20px;
}

.video-head {
    font-size: 3rem;
}

.renew-bg-text {
    font-size: 10rem;
}

.renew-ttl .head40 {
    font-size: 3rem;
}

.renew-ttl .underline {
    font-size: 5rem;
}

.reason-list-box-ttl {
    top: -24px;
}

.reason-list-box-ttl .head24 {
    padding: 0px 30px;
    font-size: 1.8rem;
}

.reason-list-box-ttl .head24 .ft-marc {
    font-size: 3.2rem;
}

.purple-box .pb-circle {
    width: 90px;
}

.check-detail .head30 {
    font-size: 2.6rem;
}

.pb-head .text18 {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.pb-head-s {
    font-size: 2rem;
}

.last-intro-bg {
    height: 480px;
}

.howto-head {
    margin-bottom: 20px;
    font-size: 6rem;
}

.shampoo-ttl .text18,
.shampoo-ttl .text18{
  font-size: 1.6rem;
}
}

@media only screen and (max-width: 1250px) {

.video-area .video_wrapper_full {
    padding-top: 510px;
}

.flex-gold {
    width: 90%;
}

.trouble-intro-h5 {
    margin-bottom: 0px;
}

.trouble-intro-h4 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.trouble-intro-h4 .ft-marc {
    font-size: 45px;
}

.wb-intro-head {
    font-size: 2.4rem;
}

.flex-wb-intro {
    margin: 0 auto 30px;
}

.rb-intro-head .head36 {
    font-size: 2.4rem;
}

.rb-intro-head .head36:before {
    left: -95px;
}

.reason-intro {
    margin: 0 auto 60px;
}

.sign-intro:before {
    width: 150px;
}

.flex-sign li {
    margin-bottom: 10px;
}

.flex-sign li .text20 {
    font-size: 1.6rem;
}

.design-flex{
  display: flex;
  justify-content: space-between;
}

.design-wrap.dw-01 {
    left: 0;
    width: 48%;
    top: 0;
    position: inherit;
}

.design-wrap.dw-02 {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 49%;
    position: inherit;
}

.shampoo-ttl .text18, 
.shampoo-ttl .text18 {
    font-size: 1.4rem;
}

.last-intro-bg {
    height: 380px;
}

.last-intro-ttl {
    margin-bottom: 40px;
}

.last-intro-head {
    font-size: 2rem;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 1240px) {

.check-detail {
    width: 55%;
}

.check-img {
    width: 40%;
}

}

@media only screen and (max-width: 1080px) {
.check-detail .head30 {
    font-size: 2.2rem;
}
}

@media only screen and (max-width: 900px) {

#sec-intro {
    padding: 100px 0 0;
}

#sec-trouble {
    padding: 90px 0;
}

.trouble-intro-h4 {
    line-height: 1.2;
}

.trouble-intro {
    margin-bottom: 40px;
}

#sec-trouble .white-box {
    padding: 8% 5%;
}

.reason-box {
    margin-bottom: 50px;
    padding: 8% 5%;
}

.flex-rl {
    display: block;
}

.rl-img {
    width: 100%;
    margin-bottom: 25px;
}

.rl-detail {
    width: 100%;
}

.sign-box {
    padding: 6% 5%;
}

#sec-video {
    padding: 70px 0 90px;
}

.video-logo {
    margin: 0 auto 50px;
    width: 50%;
    min-width: 200px;
}

#sec-renew {
    padding: 100px 0 70px;
}

.renew-bg-text {
    font-size: 8rem;
}

.renew-ttl .head40 {
    font-size: 2.4rem;
}

.renew-ttl .underline {
    font-size: 3.8rem;
}

.renew-ttl {
    margin: -60px 0 40px;
}

.renew-design {
    margin-bottom: 50px;
}

#sec-renew .white-box {
    padding: 8% 5%;
}

.flex-pb {
    display: block;
}

.flex-pb .pb-text {
    width: 100%;
    margin-bottom: 20px;
}

.flex-pb .flex-pb-img:first-child {
    width: 100%;
    margin: 20px 0 10px;
}

.flex-pb .flex-pb-img:last-child {
    margin: 0 auto;
    width: 80%;
}

.flex-pb .pb-img {
    width: 100%;
}

.flex-pb .sp-smaller {
    margin: 0 auto;
    width: 80%;
}


.purple-box .pb-circle {
    width: 62px;
}

.check-bubble {
    width: 100px;
}

#sec-howto {
    padding: 70px 0 90px;
}

.howto-head {
    margin-bottom: 10px;
    font-size: 5rem;
}

.howto-intro {
    margin-bottom: 35px;
}

.video-area-02 .video_wrapper_full {
    padding-top: 430px;
}

.flex-shampoo,
.flex-massage {
    flex-wrap: wrap;
}

.flex-shampoo li {
    width: 49%;
    margin-bottom: 30px;
}

.flex-shampoo li picture {
    margin-bottom: 0;
}

.flex-massage li {
    width: 49%;
    margin-bottom: 25px;
}

.flex-massage li .massage-text{
  text-align: center;
}

.flex-massage li:last-child {
    padding: 3% 5%;
    width: 49%;
}

.flex-massage li:nth-of-type(4) picture img{
    height: 145px;
}

.flex-massage li:last-child .massage-ttl{
  line-height: 1.2;
  margin-bottom: 30px;
}

.flex-massage li picture {
    margin-bottom: 10px;
}

#sec-last-intro {
    padding: 70px 0 90px;
}

.flex-last-intro {
    display: block;
}

.last-intro-ttl {
    margin: 0 auto 40px;
    text-align: center;
}

.last-intro-ttl img{
  max-width: 300px;
}

.last-intro-left {
    width: 100%;
    margin-bottom: 25px;
}

.last-intro-head {
    text-align: center;
}

.last-intro-img {
    margin: 0 auto;
    width: 70%;
}
}

@media only screen and (max-width: 850px) {

#sec-intro {
    padding: 60px 0 0;
}

.flex-intro {
    display: block;
}

.intro-img {
    width: 80%;
    margin: 0 auto;
}

.intro-detail {
    margin-top: 30px;
    width: 100%;
}

.intro-text {
    margin-bottom: 50px;
}

#sec-trouble {
    border-radius: 50px 50px 0 50px;
}

.flex-gold {
    width: 100%;
}

.gold-wrap {
    width: 180px;
    height: 180px;
}

.gold-text {
    font-size: 1.3rem;
}

.gold-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.wb-head {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.wb-head span img {
    width: 240px;
}

.wb-intro-ttl{
  display: flex;
  justify-content: space-between;
}

.wb-img {
    width: 40%;
    margin: 0 auto;
}

.wb-intro-head {
  text-align: left;
  width: 55%;
}

.wb-detail {
    width: 100%;
}

.wb-intro-head {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 0;
}

.reason-list-box {
    padding: 8% 5%;
}

.sign-intro:before {
    width: 120px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.sign-head {
    font-size: 3rem;
    padding: 10px 0 5px;
}

.sign-text {
    font-size: 2rem;
    padding-bottom: 20px;
}

.flex-sign li,
.flex-sign li:nth-of-type(5) {
    margin-bottom: 10px;
    width: 100%;
}

.video-area .video_wrapper_full {
    padding-top: 380px;
}

#sec-renew {
    padding: 70px 0 70px;
    border-radius: 50px 50px 0 0;
}

.renew-bg-text {
    font-size: 5rem;
}

.video-head {
    font-size: 2.6rem;
}

.renew-design-main {
    margin: 0 auto 20px;
    width: 100%;
}

.design-flex {
    display: block;
}

.design-wrap.dw-01 {
    width: 100%;
    margin-bottom: 20px;
}

.design-wrap.dw-02 {
    width: 100%;
}

.flex-wb.first {
    display: block;
}

.flex-wb.first .wb {
    width: 100%;
    padding-top: 520px;
}

.flex-wb.first:after {
    width: 100%;
    height: 500px;
    left: -6%;
    top: 0;
    background-size: cover;
    transform: inherit;
    z-index: 0;
    background-position: top;
}

.flex-wb.second {
    display: block;
}

.flex-wb.second > div {
    width: 100%;
}

.flex-wb.second > div:first-child {
    margin-bottom: 40px;
}

#sec-renew .white-box {
    margin-bottom: 40px;
}

.flex-check {
    display: block;
}

.check-detail {
    width: 100%;
    margin-bottom: 25px;
}

.check-img {
    width: 100%;
}

.check-detail .head30,
.check-detail .text12 {
    text-align: center;
}

.check-bubble {
    width: 100px;
    top: 5%;
    left: 15%;
}

.video-area-02 .video_wrapper_full {
    padding-top: 360px;
}

#sec-purchase {
    padding: 70px 0;
}

.purchase {
    padding: 8% 5%;
}

.purchase .text30 {
    margin-bottom: 30px;
    font-size: 2rem;
}

.flex-btn a {
    padding: 13px 20px;
}
}

@media only screen and (max-width: 480px) {

.intro-ttl {
    margin-bottom: 30px;
    text-align: center;
}

.intro-head-h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.intro-head-h4 .head40 {
    font-size: 2.4rem;
}

.intro-head-h5 {
    font-size: 1.8rem;
}

.intro-img-s {
    width: 80%;
    margin-left: 18%;
}

#sec-trouble {
    padding: 70px 0 50px;
}

.trouble-intro {
    margin-bottom: 20px;
}

.trouble-intro-h5 {
    font-size: 1.8rem;
    margin-bottom: 0px;
}

.trouble-intro-h4 {
    font-size: 2.2rem;
    line-height: 1;
}

.trouble-intro-text {
    text-align: left;
}

.flex-gold {
    align-items: flex-start;
    margin: 0 auto 40px;
}

.gold-wrap{
  width: 31%;
}

.gold-wrap {
    height: auto;
    background-image: none;
    margin: 0 2% 0;
}

.gold-ttl{
    padding: 5% 3%;
    background: url(../img/circle_bg.svg) no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gold-ttl {
    font-size: 1.6rem;
    text-align: center;
}

.gold-text{
  color: #222;
  letter-spacing: -0.06em;
  text-align: left;
}

.rb-intro-head .head36 {
    font-size: 1.7rem;
}

.rb-intro-head .head36:before {
    left: -65px;
}

.reason-box {
    margin-bottom: 30px;
}

.reason-intro {
    margin: 0 auto 40px;
}

.rb-intro-text {
    text-align: left;
}

.reason-list-box-ttl {
    top: -17px;
}

.reason-list-box-ttl .head24 {
    padding: 0px 20px;
    font-size: 1.4rem;
    width: 170px;
}

.reason-list-box-ttl .head24 .ft-marc {
    font-size: 2.2rem;
}

.reason-list-box {
    padding: 13% 5% 8%;
}

.rl-01 {
    margin-bottom: 40px;
}

.rl-purple-border {
    text-align: center;
}

.rl-purple {
    font-size: 1.2rem;
}

.rl-purple .ft-marc {
    font-size: 1.8rem;
}

.rl-head {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
}

.rl-head .ft-yugo {
    display: block;
}

.rl-01 .rl-detail .text15 {
  margin-bottom: 15px;
}

.sign-intro {
    width: 100%;
}

.sign-intro:before {
    width: 80px;
    left: -15px;
    top: 58%;
}

.sign-head {
    font-size: 1.8rem;
    padding: 0 0 5px 80px;
    text-align: left;
}

.sign-box {
    padding: 10% 8%;
}

.sign-text {
    font-size: 1.6rem;
    padding: 0px 0 20px 80px;
    text-align: left;
}

.flex-sign li i {
    font-size: 2rem;
    margin-right: 8px;
}

.flex-sign li .text20 {
    font-size: 1.4rem;
}

#sec-video {
    padding: 50px 0 60px;
}

.video-head {
    font-size: 2.0rem;
}

.video-intro {
    padding: 0;
}

.video-intro:after {
    height: 60px;
    top: 50%;
}

.video-logo {
    margin: 0px auto 20px;
}

.video-area .video_wrapper_full {
    padding-top: 190px;
}

.renew-ttl .head40 {
    font-size: 1.8rem;
}

.renew-ttl .underline {
    font-size: 2.8rem;
}

.renew-intro-text {
    width: 100%;
}

.renew-ttl {
    margin: -40px 0 30px;
}

.renew-design-main {
    margin: 0 -15% 20px;
    width: 130%;
}

.flex-design {
    align-items: flex-start;
}

.flex-design picture {
    width: 110px;
}

.design-detail {
    width: calc(100% - 130px);
    margin-left: 20px;
}

.wb-head {
    font-size: 1.8rem;
}

.wb-head span {
    padding-bottom: 6px;
}

.design-wrap.dw-01 {
    margin-bottom: 40px;
}

.flex-wb.first:after {
    width: 110%;
    height: 340px;
    left: -6%;
    top: 0;
}

.flex-wb.first .wb {
    padding-top: 300px;
}

.wb-intro-head {
    font-size: 1.6rem;
    width: 50%;
}

.wb-intro-ttl {
    align-items: center;
}

.wb-img {
    width: 46%;
    margin-right: 4%;
}

.wb-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.pb-head-s {
    font-size: 1.7rem;
}

.flex-wb.first .wb .purple-box {
    margin-top: 45px;
}

.purple-box {
    padding: 10% 5%;
}

.flex-pb {
    margin-top: 15px;
}

.check-box {
    padding: 10% 5%;
}

.check-bubble {
    width: 80px;
    top: -8%;
    left: 0%;
}

.check-detail .head30 {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
}

#sec-howto {
    padding: 70px 0 50px;
}

.howto-head {
    font-size: 3.6rem;
}

.howto-intro {
    margin-bottom: 20px;
}

.video-area-01 .video_wrapper_full,
.video-area-02 .video_wrapper_full {
    padding-top: 200px;
}

.videoPoster:after {
    width: 80px;
    height: 80px;
}

.videoPoster:before {
    width: 120px;
    height: 120px;
}

.howto-ttl {
    margin-bottom: 20px;
}

.howto-ttl .text24 {
    text-align: center;
    font-size: 1.8rem;
}

.howto-ttl .text24 span {
    padding: 5px 10px;
}

.shampoo-ttl .text18, 
.shampoo-ttl .text18 {
    font-size: 1.2rem;
}

.shampoo {
    margin-bottom: 0px;
}

.last-intro-bg {
    height: 220px;
}

.last-intro-bg:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-attachment: unset;
    height: inherit;
}

#sec-last-intro {
    padding: 60px 0 60px;
}

.last-intro-ttl {
    margin: 0 auto 25px;
}

.flex-btn {
    display: block;
}

.flex-btn a {
    max-width: 100%;
    margin: 0 1.5% 10px;
}

.flex-btn a p{
  font-size: 1.6rem;
}
}