@charset "utf-8";
/*-----------
   common
-----------*/
#container {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(17,45,110,1) 50%, rgba(0,0,0,1) 100%);
}
.wrapper {
  color: #fff;
  font: 4.5vw/1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding: 0;
  position: relative;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .wrapper{
    font-size: 1.5vw;
  }
}
.wrapper * {
  box-sizing: border-box;
}
.wrapper a {
  color: inherit;
  display: block;
}
.wrapper img {
  height: auto;
  width: 100%;
}
#container .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#container .wrapper .inner-wrap {
  padding: 10vw 6vw 15vw;
}
@media screen and (min-width:768px) {
  #container .wrapper .inner-wrap{
    margin: 0 auto;
    padding: 8vw 0;
    width: 60vw;
  }
}
#container .wrapper p {
  margin: 0;
}
#container .pc {
  display:none;
}
#container .sp {
  display:inline;
}
@media screen and (min-width:768px) {
	#container .pc {
		display: inline-block;
  }
  #container .sp {
    display: none;
  }
}
#container h2 {
  text-align: center;
  font: 7.1vw / 1.38 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
@media screen and (min-width:768px) {
#container h2 {
  font-size: 3.5vw;
}
}
#container h2 span {
  letter-spacing: -0.8vw;
}
@media screen and (min-width:768px) {
#container h2 span {
  letter-spacing: -0.1vw;
}
}
/*---------Fadein---------*/
.scrollFadein{
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fadein-bottom{
  transform: translate(0,60px);
}
.scrollIn{
  opacity: 1;
  transform: translate(0, 0);
}
/*---------mainvisual---------*/
#container .wrapper .mainvisual {
  background-color: #000;
  position: relative;
  height: 163vw;
  background: url(/contents/shop/sevenbeauty/img/freepage/procare3/bg_fv.png) no-repeat left -88vw top;
  background-size: 248%
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual {
  position: relative;
  height: 45vw;
  background: url(/contents/shop/sevenbeauty/img/freepage/procare3/bg_fv.png) no-repeat left 3vw top;
  background-size: 100%;
}
}
#container .wrapper .mainvisual .inner-wrap {
	padding: 6vw 2vw;
	text-align: center;
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual .inner-wrap {
	padding: 3vw 0;
  position: relative;
  width: 75vw;
}
}
#container .wrapper .mainvisual .main-copy {
	font: 8.8vw / 1.18 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  opacity: 0.9;
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual .main-copy {
  font-size: 4.2vw;
  text-align: left;
  line-height: 1.3;
}
}
#container .wrapper .mainvisual .main_img {
  margin: 2vw 0 0 2vw;
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual .main_img {
  margin: 0;
  position: absolute;
  width: 49vw;
  top: 3vw;
  right: -6vw;
}
}
#container .wrapper .mainvisual ul {
  margin-top: 3vw;
  padding: 0 5vw;
}
#container .wrapper .mainvisual .feature_list li {
	width: calc(100% / 3);
  margin: 0 auto;
  padding: 3vw 1vw;
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual ul {
  margin-top: 1vw;
  margin-left: 2vw;
  width: 32vw;
  padding: 0;
}
#container .wrapper .mainvisual .feature_list li {
  padding: 0.8vw 0;
  margin: 0;
}
}
#container .wrapper .mainvisual h1 {
	width: 60vw;
  margin: 4vw auto 0;
}
@media screen and (min-width:768px) {
#container .wrapper .mainvisual h1 {
  width: 27vw;
  margin: 2vw auto 0;
}
}
/*---------nav---------*/
#container .wrapper .navi {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(17,45,110,1) 50%, rgba(0,0,0,1) 100%);
  overflow-x: auto;
	border-top: 1px solid #636a7d;
  border-bottom: 1px solid #636a7d;
  scrollbar-width: none;
  opacity: .9;
}
#container .wrapper .navi ul {	
	display: flex;
  font: bold  3.7vw / 1.0 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-decoration: none;
	width: max-content;
}
@media screen and (min-width:768px) {
#container .wrapper .navi ul {	
  font-size: 1.3vw;
  margin: 0 auto;
}
}
#container .wrapper .navi li {	
	text-align: center;
	width: 36vw;
}
@media screen and (min-width:768px) {
#container .wrapper .navi li {	
  width: 13vw;
}
}
#container .wrapper .navi li a {
	padding: 6vw 0;
}
@media screen and (min-width:768px) {
#container .wrapper .navi li a {
  padding: 1.5vw 0;
}
}
/*---------section1(機能・製品紹介)---------*/
#container .product {
  background: url(/contents/shop/sevenbeauty/img/freepage/procare3/bg_gradation.png) no-repeat top;
  background-position: -4vw -2vw;
  background-size: 165%;
}
@media screen and (min-width:768px) {
#container .product {
  background-size: 100%;
}
}
#container .product h2 {
  padding: 13vw 0 15vw;
}
@media screen and (min-width:768px) {
#container .product h2 {
  padding: 9vw 0 9vw;
}
}
#container .product .features-box {	
  position: relative;
  padding: 12vw 6vw 6vw;
  width: 94vw;
  margin-bottom: 20vw;
}
@media screen and (min-width:768px) {
#container .product .features-box {	
  padding: 6vw 5vw 6vw;
  margin-bottom: 10vw;
  width: 90vw;
}
}
#container .product .features-box_r {	
  margin-left: auto;
}
#container .product .features-box_l {	
  margin-right: auto;
}
#container .product .features-box_r::before,
#container .product .features-box_l::before{
	content: '';
	display: block;
	height: 100%;
	top: 0;
	position: absolute;
	transition: 1s;
	width: 0;
}
#container .product .features-box_r:first-of-type::before{
	background-image: 
    linear-gradient(90deg, rgba(37,45,140,0.5) 25%, rgba(129,79,124,0.5) 100%),
    url('/contents/shop/sevenbeauty/img/freepage/procare3/model.png');
    background-size: 252%;
    background-repeat: no-repeat;
    background-position: bottom left -3vw;
}
@media screen and (min-width:768px) {
  #container .product .features-box_r:first-of-type::before{
    background-size: 115%;
  }
}
#container .product .features-box_r::before{
	background: linear-gradient(90deg, rgba(37,45,140,1) 25%, rgba(129,79,124,1) 100%);
	right: 0;
}
#container .product .features-box_l::before{
	background: linear-gradient(270deg, rgba(37,45,140,1) 25%, rgba(129,79,124,1) 100%);
	left: 0;
}
#container .product .featuresBg-fade::before {
  width: 100%;
}
#container .product-name {
	position: relative;
	text-align: justify;
	z-index: 1;
}
#container .product h3 {
  font-size: 8.2vw;
  font-weight: 600;
  margin-bottom: 4vw;
}
@media screen and (min-width:768px) {
#container .product h3 {
  font-size: 4.7vw;
  line-height: 1.2;
}
}
#container .product .features-box_l h3 {
  margin-left: 41vw;
}
@media screen and (min-width:768px) {
#container .product .features-box_l h3,#container .product .features-box_l p {
  margin-left: 38vw;
}
}
#container .product .features-box_r h3.line-spacing {
  line-height: 1.1;
}
@media screen and (min-width:768px) {
#container .product .features-box_r h3.line-spacing {
  line-height: 0.9;
}
}
#container .product .features-box_r h3 span {
  font-size: 10.5vw;
  vertical-align: middle;
}
@media screen and (min-width:768px) {
#container .product .features-box_r h3 span {
  font-size: 7.5vw;
}
}
#container .product .features-box p {
  background-color: rgb(0 0 0 / .5);
  width: 82vw;
  padding: 5vw;
}
@media screen and (min-width:768px) {
#container .product .features-box p {
  background-color:transparent;
  width: 82vw;
  padding: 0;
  line-height: 1.8;
}
}
#container .product .features-box_r .product-img01 {
  position: absolute;
  top: -17vw;
  right: 4vw;
  width: 41vw;
	z-index: 0;
}
@media screen and (min-width:768px) {
#container .product .features-box_r .product-img01 {
  top: -10vw;
  right: 21vw;
  width: 31vw;
}
}
#container .product .features-box_l .product-img02 {
  position: absolute;
  top: -19vw;
  left: 8vw;
  width: 41vw;
  z-index: 0;
}
@media screen and (min-width:768px) {
#container .product .features-box_l .product-img02 {
  top: -11vw;
  left: 11vw;
  width: 31vw;
}
}
#container .product .features-box_r .product-img03 {
  position: absolute;
  top: -19vw;
  right: 9vw;
  width: 46vw;
  z-index: 0;
}
@media screen and (min-width:768px) {
#container .product .features-box_r .product-img03 {
  top: -12vw;
  right: 15vw;
  width: 33vw;
}
}
#container .product .detail_box {
  padding: 5vw 6vw 15vw;
}
@media screen and (min-width:768px) {
#container .product .detail_box {
  padding: 0 6vw 11vw;
}
}
#container .product .detail_box h2 {	
  padding: 0;
  margin-bottom: 5vw;
}
#container .product .detail_box .mention_box {
  border: solid 1px #fff;
  padding: 10vw 6vw 10vw;
}
@media screen and (min-width:768px) {
#container .product .detail_box .mention_box {
  padding: 4vw 5vw 5vw;
  width: 80vw;
  align-items: center;
}
}
#container .product .detail_box .mention-img {
  width: 65vw;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
#container .product .detail_box .mention-img {
  width: 27vw;
}
}
@media screen and (min-width:768px) {
#container .mention-name {
  width: 35vw;
  margin-left: 3vw;
}
}
#container .product .detail_box .mention-name h3 {
  font: bold  8.5vw / 1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: linear-gradient(153deg, rgba(93,104,246,1) 0%, rgba(235,125,179,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  text-align: center;
  margin: 10vw 0 3vw;
  letter-spacing: -0.2vw;
}
@media screen and (min-width:768px) {
#container .product .detail_box .mention-name h3 {
  font-size: 3.7vw;
  margin: 0 0 1vw;
  letter-spacing: 0;
  text-align: left;
}
}
@media screen and (min-width:768px) {
  #container .product .mention_box .mention-name p {
    line-height: 1.7;
  }
  }
/*---------section2(効果について)---------*/
#container .effect {
  background: linear-gradient(153deg, rgba(93,104,246,0.5013527749967175) 0%, rgba(235,125,179,0.4985516545485381) 100%);
}
#container .effect .inner-wrap {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
    #container .effect .inner-wrap{
        padding-bottom: 3vw;
    }
}
#container .effect h2 {
  margin-bottom: 5vw;
}
@media screen and (min-width:768px) {
    #container .effect h2 {
        margin-bottom: 40px;
    }
}
#container .effect .effect_box{
  padding-bottom: 20vw;
}
@media screen and (min-width:768px) {
    #container .effect .effect_box{
    margin: 0 auto;
    padding-bottom: 5vw;
}
}
#container .effect .effect_box img {
  margin-bottom: 5vw;
}
@media screen and (min-width:768px) {
    #container .effect .effect_box img {
        margin-bottom: 1.5vw;
}
}
#container .effect .effect_box .details {
  font-size: 4.0vw;
  line-height: 1.3;
  margin-top: 3vw;
}
@media screen and (min-width:768px) {
    #container .effect .effect_box .details {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 15px;
    }
}
/*---------section3　(4つの導入メリット)---------*/
#container .merit .inner-wrap {
  padding-bottom: 0;
}
#container .merit .merit_box {
  margin-bottom: 15vw;
}
@media screen and (min-width:768px) {
    #container .merit .merit_box {
        margin-bottom: 8vw;
    }
}
#container .merit hgroup {
  text-align: center;
  font: 5.5vw / 1.3 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  background: url(/contents/shop/sevenbeauty/img/freepage/procare3/arrow.png) no-repeat top center;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 8vw;
  margin-bottom: 5vw;
}
#container .merit h3 {
  font-size: 6.5vw;
  margin-top: 5vw;
}
#container .merit hgroup p {
  margin-top: 3vw;
}
@media screen and (min-width:768px) {
#container .merit hgroup {
    background-size: 80%;
    font-size: 1.7vw;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
#container .merit h3 {
    font-size: 2.5vw;
    margin-top: 80px;
}
#container .merit hgroup p {
    margin-top: 20px;
}
}
#container .merit .cts_box .merit-name {
  margin-top: 3vw;
}
@media screen and (min-width:768px) {
    #container .merit .cts_box .merit-name {
        margin-top: 30px;
    }
}
#container .merit .cts_box p span {
  font-size: 3.8vw;
}
@media screen and (min-width:768px) {
    #container .merit .cts_box p span {
        font-size: 1rem;
    }
}
#container .merit .cts_box p span.snow {
  font-size: 2vw;
  vertical-align: 60%;
}
@media screen and (min-width:768px) {
  #container .merit .cts_box p span.snow {
    font-size: 1vw;
    vertical-align: 33%;
  }
}
#container .merit .cts_box .intro {
  margin-top: 10vw;
}
#container .merit .cts_box h4 {
  font: 6.0vw / 1.3 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  margin-top: 5vw;
  letter-spacing: -0.1vw;
}
#container .merit .cts_box .time {
  font: 4.5vw / 1.2 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  margin-top: 1vw;
}
#container .merit .cts_box ul {
  font-size: 5.0vw;
  line-height: 1.4;
  margin-top: 3vw;
}
@media screen and (min-width:768px) {
    #container .merit .cts_box .intro {
        margin: 0 auto;
        width: calc(100% / 3 - 28px);
    }
    #container .merit .cts_box h4 {
        font-size: 1.5vw;
        margin-top: 20px;
    }
    #container .merit .cts_box .time {
        font-size: 1.2vw;
        margin-top: 10px;
    }
    #container .merit .cts_box ul {
        font-size: 1.3vw;
        line-height: 1.5;
        margin-top: 25px;
    }
}
#container .merit .cts_box .support-name h4 {
  font: bold  4.6vw / 1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width:768px) {
  #container .merit .cts_box .support-name h4 {
    font-size: 1.8vw;
    margin: 0;
    letter-spacing: 0;
    }   
    #container .merit .cts_box .support-img{
        margin-right: 4%;
        width: 40%;
    }
    #container .merit .cts_box .support-name{
        width: 56%;
    }
}

/*---------section4 (導入サロンの声)---------*/
#container .voice {
  background: #efefef;
}
@media screen and (min-width: 768px) {
#container .voice .inner-wrap {
  padding: 7vw 10vw 8vw 5vw;
  width: 80vw;
  align-items: center;
}
}
#container .voice h2 {
  color: #333;
  font-weight: 600;
}
#container .voice .voice_box01,
#container .voice .voice_box02 {
  background: #fff;
  padding: 6vw;
  margin-top: 17vw;
  position: relative;
}
@media screen and (min-width:768px) {
#container .voice .voice_box01,
#container .voice .voice_box02 {
  margin: 5vw 0 1.5vw;
  padding: 3.8vw 5vw;
  position: relative;
  display: flex;
}   
}
#container .voice .voice_box01{
  margin-bottom: 25vw;
}
@media screen and (min-width:768px) {
#container .voice .voice_box01 {
  margin-bottom: 6vw;
}   
}
#container .voice p {
  color: #333;
}
@media screen and (min-width:768px) {
#container .voice p {
  font-size: 1.3vw;
}   
}
#container .voice h3 {
  color: #333;
  font: bold  5.8vw / 1.5 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: normal;
}
@media screen and (min-width:768px) {
#container .voice h3 {
  font-size: 2.0vw;
  line-height: 2.8vw;
}   
}
#container .voice .voice-info {
  margin-top: 70vw;
}
@media screen and (min-width:768px) {
#container .voice .voice-info {
  margin-top: 0;
  width: 57%;
}
#container .voice .voice_box02 .voice-info {
  margin-bottom: 2vw;
}    
}
#container .voice .shop-name {
  font-size: 5.5vw;
  border-bottom: 2px solid #47beec;
  margin: 2vw 0 5vw;
  padding-bottom: 3vw;
}
@media screen and (min-width:768px) {
#container .voice .shop-name {
  font-size: 1.8vw;
  margin: 0.3vw 0 1.0vw;
  padding-bottom: 0.8vw;
}   
}
#container .voice .voice-img {
  position: absolute;
  float: right;
  top: -10vw;
  width: 77vw;
}
@media screen and (min-width:768px) {
#container .voice .voice-img {
  width: 30vw;
  top: 4vw;
  right: -4vw;
}   
}
#container .voice address {
  color: #333;
  font-size: 3.8vw;
}
@media screen and (min-width:768px) {
#container .voice address {
  font-size: 1.0vw;
  margin-top: 1.3vw;
}   
}
#container .voice .voice_box02 h3 {
  letter-spacing: -0.3vw;
}
@media screen and (min-width:768px) {
#container .voice .voice_box02 h3 {
letter-spacing: normal;
}   
}
/*---------section5 (施術動画)---------*/
#container .movie {
  background: linear-gradient(90deg, rgba(199,201,232,1) 0%, rgba(230,206,218,1) 100%);
}
#container .movie h2 {
  color: #333;
  font-weight: 600;
}
#container .movie video {
    display: block;
    width: 100%;
    margin: 5vw auto 0;
}
@media screen and (min-width:768px) {
    #container .movie .inner-wrap {
    padding: 6vw 0;
    }
    #container .movie h2 {
        font-size: 2.5vw;
        margin-bottom: 3vw;
    }
    #container .movie video{
        margin-top: 20px;
        width: 80%;
    }
}
/*--------section6 (お問い合わせ)----------*/
#container .inquiry{
	background: #fdfdfd;
	color: #333;
}
@media screen and (min-width:768px) {
  #container .inquiry {
    margin-bottom: 0;
    }
  #container .inquiry .inner-wrap {
    padding: 6vw 0;
    }
	#container .inquiry h2{
		font-size: 2.5vw;
    margin-bottom: 1vw;
	}
}
#container .inquiry .new-btn {
  border-bottom: 1px solid #333;
  margin-top: 15px;
  padding-bottom: 10vw;
}
@media screen and (min-width:768px) {
	#container .inquiry .new-btn {
	padding-bottom: 3vw;
}
}
#container .inquiry .new-btn-box li {
  font: 1.0rem/2.6 'Helvetica Neue','Helvetica','Arial',sans-serif;
  border: 2px solid #7c858e;
  border-radius: 5px;
  color: #7c858e;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all .2s;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width:768px) {
	#container .inquiry .new-btn-box ul{
		display: flex;
	}
	#container .inquiry .new-btn-box li {
  width: 55%;
  font-size: 1.2rem;
  line-height: 3;
	}
}
#container .inquiry .new-btn-box li:hover {
	filter: alpha(opacity=90);
	transition: unset;
	background: #dd7e54;
	border: solid 2px #dd7e54;
	color: #fff;
	text-decoration: none;
}
#container .inquiry .new-btn-box a:hover {
  text-decoration: none;
  opacity: 1;
}
#container .inquiry .new-btn-box li::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #7c858e;
  border-right: solid 2px #7c858e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 5%;
}
#container .inquiry .new-btn-box li:hover::after  {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*--------section5 (公式インスタグラム)----------*/
#container .inquiry .sns_box{
	margin-top: 10vw;
}
@media screen and (min-width:768px) {
	#container .inquiry .sns_box{
		margin-top: 3vw;
	}
}
#container .inquiry .sns_box h3 {
  font: 7.1vw / 1.38 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  text-align: center;
}
@media screen and (min-width:768px) {
	#container .inquiry .sns_box h3 {
		font-size: 2vw;
	}
}
#container .inquiry .sns_box ul{
	margin-top: 2vw;
	width: 70vw;
}
@media screen and (min-width:768px) {
	#container .inquiry .sns_box ul{
		margin-right: 2%;
		width: 30%;
	}
}
#container .inquiry .sns_box ul li{
	margin: 0 10px;
	width: calc(100% / 2 - 20px);
}
#container .inquiry .sns-name{
  margin-top: 5vw;
}
@media screen and (min-width:768px) {
	#container .inquiry .sns-name{
		margin-top: 2vw;
		width: 68%;
	}
}
#container .inquiry .sns_box h4 {
  font-size: 4.5vw;
  font-weight: 600;
}
@media screen and (min-width:768px) {
	#container .inquiry .sns_box h4 {
		font-size: 1.5vw;
	}
	#container .inquiry .sns_box p {
		font-size: 1vw;
	}
}

