@charset "utf-8";
/*-----------
   common
-----------*/
#container .wrapper {
  font: 1em/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo',"遊ゴシック体",'YuGothic',"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
#container .wrapper * {
  box-sizing: border-box;
}
#container .flex {
  align-items: flex-start;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#container .wrapper p {
  margin: 0;
}
#container a:hover,
#container a img:hover {
  opacity: 1;
}
#LP .topGroupName {
  background: none;
}
/*-- container --*/
#container {
  overflow: hidden;
}
#container section {
  margin: 0 auto;
  /* padding: 0; */
}

/*---------------
   共通部分（ここから追記）   
---------------*/
.fv-pc{
  display: block;
  width: 100%;
}
article {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
h2 {
   font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   font-size: 1.4em;
   color: #7b3d22;
   margin-bottom: 10px;
}
.title img{
  width: 30px;
}
/*---------------
  mainvisual
---------------*/
.fv-pc{
  display: none;
}
.fv-sp{
  display: block;
  max-width: none;
  width: 100%;
}
.fv-area{
  position: relative;
  display:flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.fv-title{
  position: absolute;
  top: 6%;
  text-align: center;
  font:bold 1.9em / 1 'ヒラギノ明朝 ProN W6','游明朝','Yu Mincho', 'YuMincho','Hiragino Mincho Pro',serif; 
  color: #5c555c;
  letter-spacing: 0px;
  line-height: 1.6em;
  text-shadow: 2px 2px 20px #fff,
  -2px 2px 20px #fff ,
  2px -2px 20px #fff ,
  -2px -2px 20px #fff;
  /* text-shadow: 2px（影の横方向位置）2px（影の縦方向位置）3px（ぼかしの大きさ）#999999;（影の色） */
}
.price-box{
  font-family: "ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo',"遊ゴシック体",'YuGothic',"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
  font-weight: bold;
  font-size: 0.5em;
  background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
  color: #db7060;
  position: absolute;
  top: 100%;
  width: 100%;
  letter-spacing: 0.3px;
  line-height: 2.8em;
}
.capasity{
  font-weight: bold;
  color: #494949;
  border: solid 2px #db7060;
  background-color: #fff;
  padding: 0 7px;
  text-align: center;
  margin: 0 5px;
}
.small{
  font-size: 0.6em;
  font-weight: bold;
}
.fv-deco-1 {
  position: absolute;
  top: -70px;
  left: -30vw;
  z-index: 1;
}
.fv-deco-2 {
  position: absolute;
  bottom: 20px;
  right: -45vw;
  z-index: 100;
  width: 80%;
}
.fv-deco-1 img, .fv-deco-2 img{
  width: 50%;
}
/*スクロールダウン全体の場所*/
.scrolldown{
  position:absolute;
  bottom:10px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown span{
  position: absolute;
  left:10px;
  bottom:15px;
    /*テキストの形状*/
  color: #7e7e7e;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  word-break: keep-all!important;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', sans-serif;;
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#e2e2e2;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:45px;}
   100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:1px;
height: 50px;
background: #c0c0c0;
} 


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}
 /* ---------------
  concept
  --------------- */
 .concept-wrapper{
    margin: 15px auto 0;
    height: 350px;
    background-image:url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/concept_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
 }
 .concept-wrapper h2{
    margin: 5% auto; 
    color: #7d7d7d;
    font-family: "filmotype-lacrosse", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6em;
 }
 .concept-wrapper p{
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.12em;
    color: #5c555c;
    line-height: 2.2em;
 }
.concept-btn{
    font-family:"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo',"遊ゴシック体",'YuGothic',"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    position: relative;
    display: inline-block;
    color: #5c555c;
    width: 100%;
    max-width: 250px; /* ボタン幅 */
    text-decoration: none;
    padding: 0.1em;
    text-align: center;
    position: relative;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.4) ;
    font-size: 0.8em;
    letter-spacing: 1px;
}
.concept-btn:hover {
    background-color:rgba(185, 185, 185, 0.274) ;
    color: #ffffff; /* 文字色 */
}  
.concept-btn:hover {
    background: rgba(90, 90, 90, 0.3) ;/* 背景色 */
}
.concept-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: 1px solid #5c555c; /* 矢印の色 */
    border-right: 1px solid #5c555c; /* 矢印の色 */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8px;
}
.concept-btn:hover:before {
    border-bottom: 1px solid #ffffff; /* 矢印の色 */
    border-right: 1px solid #ffffff; /* 矢印の色 */
}      
       
 /* ===============
  特徴はこちら 
  ===============*/
.feature-wrapper{
    background-image:url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/wood_bg.jpg);
    background-size: 100%;
    background-attachment: fixed;
    background-position:center top;
    background-repeat: repeat-y;
    position: relative;
    padding: 10% 7% 5%!important;
}
.feature-inner{
  margin-bottom: 30%;
}
.custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 60px;
}
.custom-shape-divider-bottom .shape-fill {
  fill: #DFD0B8;
}
.feature-box{ 
    position: relative;
    background-color: #fff;
    margin: 1em auto 5em auto;
}
.feature_deco_1 {
  position: absolute;
  width: 23%;
  bottom: -5%;
  right: -5%;
}
.feature_deco_2{
  position: absolute;
  width: 20%;
  bottom: -5%;
  left: -3%;
}
.feature_deco_3 {
  position: absolute;
  width: 25%;
  bottom: -20%;
  right: -6%;
}
.feature_deco_4{
  position: absolute;
  width: 25%;
  bottom: -20%;
  left: -5%;
}
.feature-text{
    padding: 2em;
    margin: 0 auto;
}
.feature_text h2{
  margin-bottom: 10px;
}
.feature-text h3{
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.2em;
  margin-bottom: 3%;
}
.feature-text p{
    color: #5c555c;
    line-height: 1.6em;
    letter-spacing: 0em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.point{
    position: absolute;
    top: -40px;
    font-family: "filmotype-lacrosse", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    color: #5c555c;
}
.feature-text img{ 
    width: 100%;
    margin: 10px 0 0;
}
.scroll{
  opacity: 0;
  transition: all 1.5s ease;
}
.scroll.show {
  opacity: 1;
  animation: 1.5s fadeIn;
  transform: none;
}
.s-right {
  transform: translate(50px, 0);
}
.s-left {
  transform: translate(-50px, 0);
}
.fadeUp-box {
	opacity: 0;
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(30px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* ===============
お客様のお声 
===============*/
.voice-wrapper{
    padding:0 7% 10%!important;
    background-color:#dfd0b8 ;
    background-repeat: no-repeat;
    background-image: url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/voice_bg.png);
    background-size: contain;
    background-position: bottom;
    position: relative;
}
.custom-shape-divider-bottom-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-2 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 60px;
}
.custom-shape-divider-bottom-2 .shape-fill {
  fill: #fff;
}
.voice-wrapper p, .voice-wrapper span {
  font-weight: 700;
}
.white { 
  filter: brightness(3) invert(0);
  width: 30px;
  margin: 0 auto;
}
.voice-inner{
  margin: 5% 3% 20%;
}
.voice-box{
  display: flex;
  margin: 0 0 8%;
  align-items: center;
  position: relative;
}
.voice-deco-a{
  position: absolute;
  width: 15%;
  left: -3%;
  top: 0%;
}
.voice-deco-b{
  position: absolute;
  width: 22%;
  right: -3%;
  top: 5%;
}
.voice-deco-c{
  position: absolute;
  width: 20%;
  right: -8%;
  top: 0%;
}
.women img{
  width: 85%;
  margin-top: 30%;
}
 /* 吹き出し右側 */
.speech-bubble-right{
    position: relative;
    display: inline-block;
    padding: 20px;
    min-width: 120px;
    max-width: 70%;
    color: #5c555c;
    background: #fff;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700!important;
    border-radius: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.speech-bubble-right:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -24px;
    margin-top: -20px;
    border: 10px solid transparent;
    border-right: 15px solid #fff;
}
  /* 吹き出し左側 */
.speech-bubble-left{
    position: relative;
    display: inline-block;
    padding: 20px;
    min-width: 120px;
    max-width: 70%;
    color: #5c555c;
    background: #fff;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 20px;
    text-align: justify;
  text-justify: inter-ideograph;
}
.speech-bubble-left:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 100%;
  margin-top: -20px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}
.s-bottom {
  /*下からふわっと*/
  transform: translate(0, 20px);
}
/* ===============
  商品ラインナップはこちら 
 ===============*/
.width{
  padding: 0 0 15%;
}
.lineup-wrapper{
  background: linear-gradient(to top, transparent 0 90%, #fff 100%), url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc//wood_bg.jpg);
  background-size: 100%;
  background-position:center top;
  padding: 5%;
  position: relative;
  min-height: 100vh;
  background-repeat: repeat-y;
}
.lineup-deco-1{
  position: absolute;
  width: 35%;
  height: auto;
  top: -7%;
  right: -32px;
}
.lineup-deco-2{
  position: absolute;
  width: 50%;
  height: auto;
  bottom: -7%;
  left: -45px;
}
.lineup-box{
  position: relative;
  display: flex;
  margin: 5% 2%;
  justify-content: start;
  flex-wrap: wrap;
}
.lineup-box dl {
  padding: 2%;
  width: calc(100% / 2);
  /* border-bottom: dashed 1px #b5a859; */
}
.lineup-box dd{
  margin-inline-start: 0;
  letter-spacing: 0;
}
.lineup-box img {
  margin: 0 auto;
  width: 100%;
}
.lineup-box h3{
  margin: 3% auto 5%;
  color: #494949;
  font-weight: bold;
}
.lineup-box .des{
  display: inline;
  border: solid 1px #e3c473;
  background-color: #e3c473;
  color: #fff;
  border-radius: 30px;
  padding: 5px 12px;
  letter-spacing: 0;
}
.buy-btn {
  position: relative;
  border: solid 1px #e3c473;
  color: #494949;
  background-color: #fff;
  font-size: 1em;
  line-height: 2.4em;
  text-decoration: none;
  margin: 6% auto 3% !important;
}
.buy-btn:hover {
  border: solid 1px #fff;
  background-color: #e3c473;
  color: #fff; 
}
.buy-btn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: none;
  border-top: solid 1px #494949;
  border-right: solid 1px #494949;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 10%;
}
.buy-btn a:hover:after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: 0.3s;
}
.box-btn{
  letter-spacing: 0px;
  font-size: 0.9em;
}
.box-btn:hover{
  transform: translateY(-2px);
  opacity: 0.7;
}
@media screen and (min-width:480px) {/*tablet 480px-*/
.br-sp{
  display: none;
}  
.title >h2 {
  color: #7b3d22;
  margin-bottom: 10px;
  font-size: 1.8em;
}
.feature-text h3{
  margin: 0 auto 1em;
  font-size: 1.4em;
}
/* =============
main-visual 
================*/
.concept-wrapper p{
  font-size: 1.1em;
}
.fv-title{
  position: absolute;
  top: 10%;
  text-align: center;
  font:bold 3em / 1 'ヒラギノ明朝 ProN W6','游明朝','Yu Mincho', 'YuMincho','Hiragino Mincho Pro',serif; 
  color: #5c555c;
  letter-spacing: 0px;
  line-height: 1.4em;
  word-break: keep-all;
  text-shadow: 2px 2px 20px #fff,
  -2px 2px 20px #fff,
   2px -2px 20px #fff,
  -2px -2px 20px #fff;
  /* text-shadow: 2px（影の横方向位置）2px（影の縦方向位置）3px（ぼかしの大きさ）#999999;（影の色） */
}
.price-box{
  font-family: "ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo',"遊ゴシック体",'YuGothic',"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
  font-size: 0.5em;
  background-image: linear-gradient(to right, transparent, #fff 50%, transparent); color: #db7060;
  position: absolute;
  right: -10vw;
  top: 16vh;
  max-width: 1500px;
  width: 100%;
  line-height: 3em;
  letter-spacing: 1px;
}
.point {
  position: absolute;
  top: -40px;
  font-family: "filmotype-lacrosse", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  color: #5c555c;
}
.fv-deco-1 {
  position: absolute;
  top: -30px;
  left: -5vw;
}
/* ==============
 特徴はこちら
 ================ */
.feature-wrapper {
  background-image: url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/wood_bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  padding: 5%;
  position: relative;
  min-height: 100vh;
}
.feature-inner{
  margin-bottom: 20%;
}
.custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 100px;
}
.feature-box{ 
    position: relative;
    background-color: #fff;
    margin:2em 2em 4em;
    position: relative;
}
.feature_deco_1 {
  position: absolute;
  width: 17%;
  bottom: -5%;
  right: -5%;
}
.feature_deco_2{
  position: absolute;
  width: 15%;
  bottom: -5%;
  left: -3%;
}
.feature_deco_3 {
  position: absolute;
  width: 20%;
  bottom: -10%;
  right: -5%;
}
.feature_deco_4{
  position: absolute;
  width: 20%;
  bottom: -20%;
  left: -5%;
}
.voice-deco-a{
  position: absolute;
  width: 10%;
  left: -5%;
  top: 10%;
}
.voice-deco-b{
  position: absolute;
  width: 16%;
  right: -10%;
  top: -5%;
}
.voice-deco-c{
  position: absolute;
  width: 14%;
  right: -10%;
  top: -10%;
}
.feature-text {
  padding: 3em 5em;
  margin: 0 auto;
}
.feature-text img{
  width: 70%;
  margin: 30px 0;
}
.feature-text p {
  color: #5c555c;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* お客様のお声 */
.voice-wrapper{
  position: relative;
}
.custom-shape-divider-bottom-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-2 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 100px;
}
.custom-shape-divider-bottom-2 .shape-fill {
  fill: #fff;
}
.voice-wrapper p{
  font-size: 1.2em;
  font-weight: 700;
}
.voice-wrapper span{
  font-size: 1em;
  font-weight: 700;
}
.voice-inner{
  margin: 5% auto 20%;
  width: 70%; 
}
.voice-box {
  display: flex;
  margin: 0 0% 5%;
  align-items: center;
  position: relative;
}
.women img {
  margin-top: -5%;
  width: 70%;
} 
.speech-bubble-right {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  min-width: 120px;
  color: #5c555c;
  background: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 20px;text-align: justify;
  text-justify: inter-ideograph;
}
.speech-bubble-left {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 70%;
  color: #5c555c;
  background: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* ============
商品ラインナップはこちら(tab)
================ */
.width{
  padding: 0 15% 10%;
}
.lineup-wrapper{
  background: linear-gradient(to top, transparent 0 95%, #FFF 100%), url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc//wood_bg.jpg);
  background-size: cover;
  background-position:center top;
  padding: 5%;
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
}
.lineup-deco-1{
position: absolute;
width: 35%;
height: auto;
top: -5%;
right: -20%;
}
.lineup-deco-2{
position: absolute;
width: 50%;
height: auto;
bottom: -6%;
left: -25%;
}
.lineup-box{
  position: relative;
  display: flex;
  margin: 3% auto 0;
  justify-content: start;
}
.lineup-box dl {
  padding: 2%;
  width: calc(100% / 2);
}
.lineup-box h3 {
  margin: 3% auto 5%;
  color: #494949;
  font-weight: bold;
  font-size: 1.2em;
}
.lineup-box .des {
  display: inline;
  border: solid 1px #e3c473;
  background-color: #e3c473;
  color: #fff;
  border-radius: 30px;
  padding: 5px 15px;
  letter-spacing: 0;
  font-size: 1.2em;
}
.buy-btn {
  position: relative;
  border: solid 1px #e3c473;
  color: #494949;
  background-color: #fff;
  font-size: 1.2em;
  line-height: 2.4em;
  /* margin-top: 10px !important; */
  text-decoration: none;
  margin: 6% auto 3% !important;
}
.box-btn {
  letter-spacing: 0px;
  font-size: 1.1em;
}
}

@media screen and (min-width:960px) {/*pc 960px-*/
.mainvisual{
  position: relative;
  display: flex;
}
.fv-deco-1{
  position: absolute;
  width: 50%;
  top:-20px;
  left: -10vw;
}
.fv-deco-2{
  position: absolute;
  width: 50%;
  bottom: -250px;
  right: -20vw;
}
.fv-sp{
    display: none;
  }
.fv-pc{
    display: block;
    width: 100%;
    z-index: 0 !important;
  }
.title h2{
  color: #7b3d22;
  font-size: 2.2em;
  }
.feature-text h3{
  margin: 0 auto 1em;
  font-size: 1.8em;
}

 /* =============
  main-visual
 ===============*/
 .fv-title {
  position: absolute;
  top: 10%;
  text-align: center;
  font: bold 4vw / 1 'ヒラギノ明朝 ProN W6', '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
  color: #5c555c;
  letter-spacing: 0px;
  line-height: 1.2em;
  word-break: keep-all;
  text-shadow: 2px 2px 20px #fff, -2px 2px 20px #fff, 2px -2px 20px #fff, -2px -2px 20px #fff;
}
.price-box {
  font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', "遊ゴシック体", 'YuGothic', "游ゴシック", "Yu Gothic", 'ＭＳ ゴシック', sans-serif;
  font-size: 1.6vw;
  background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
  color: #db7060;
  position: absolute;
  right: -14vw;
  top: 10.5vw;
  max-width: 1500px;
  width: 100%;
  line-height: 4vw;
  letter-spacing: 1px;
}
.capasity{
    color: #494949;
    border: solid 2px #db7060;
    background-color: #fff;
    padding: 0 17px;
    text-align: center;
    margin: 0 5px;
  }
.fv-deco-1 {
    position: absolute;
    width: 60%;
    top: 0px;
    left: -5vw;
}
.fv-deco-2 {
  position: absolute;
  width: 50%;
  bottom: -41px; 
  right: -25vw;
}
 /* =============
 Brand Concept 
 ===============*/
.concept-wrapper{
    margin: 0 auto;
    height: 650px;
    background: linear-gradient(to top, transparent 0 100%, #FFF 100%), url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/concept_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
 .concept-wrapper h2{
    color: #7d7d7d;
    font-family: "filmotype-lacrosse", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6em;
  }
 .concept-wrapper p{
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    color: #686868;
    line-height: 2em;
    margin: 5% 0;
  }
  .concept-btn{
    position: relative;
    display: inline-block;
    color: #686868!important;
    width: 100%;
    max-width: 350px;
    font-size: 0.8em;
    padding: 0.3em;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
  }
  .concept-btn:hover {
    background-color:rgba(160, 160, 160, 0.4) ;
    color: #ffffff!important; /* 文字色 */
    transition: 0.2s;
  }
  .concept-btn:before {
    content: '';
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #5c555c; /* 矢印の色 */
    border-right: 1px solid #5c555c; /* 矢印の色 */
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 43px;
  }
  .concept-btn:hover:before {
    border-bottom: 1px solid #ffffff; /* 矢印の色 */
    border-right: 1px solid #ffffff; /* 矢印の色 */
    transition: 0.2s;
  }
       
 /* =============
  特徴はこちら 
  ===============*/
.feature-wrapper{
    background-image:url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/wood_bg.jpg);
     background-size: cover;
    background-attachment: fixed;
    background-position:center top;
    position: relative;
    padding: 10% 5%!important;
  }
.feature-inner{
    margin-bottom: 5%;
  }
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 140px;
  }
.feature-wrapper >.title{
    margin-top: -100px;
  }
.feature-box{ 
    width: 900px;
    height: auto;
    margin: 1em auto 5em auto;
  }
  .feature_deco_1 {
    position: absolute;
    width: 15%;
    bottom: 30%;
    right: -5%;
  }
  .feature_deco_2{
    position: absolute;
    width: 15%;
    bottom: 15%;
    left: -3%;
  }
  .feature_deco_3 {
    position: absolute;
    width: 16%;
    bottom: 10%;
    right: -6%;
  }
  .feature_deco_4{
    position: absolute;
    width: 20%;
    bottom: -15%;
    left: -3%;
  }
.feature-text{
    padding: 4em 10em;
    margin: 0 auto;
  }
.feature-text p {
    color: #5c555c;
    font-size: 1.3em;
    line-height: 1.6em;
    letter-spacing: 0em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
.point{
    left: -20px;
    top: -50px;
    font-size: 5em;
  }
.feature-text img{ 
    width: 70%;
    margin: 30px 0;
  }
/* ===============
お客様のお声 
===============*/
.voice-wrapper{
  background-image: url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc/voice_bg.png);
  position: relative;
  background-repeat: repeat-x;
  background-size: 60%;
}
.custom-shape-divider-bottom-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-2 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 140px;
}
.custom-shape-divider-bottom-2 .shape-fill {
  fill: #fff;
}
.voice-wrapper p{
  font-size: 1.4em;
  font-weight: 700;
}
.voice-wrapper span{
  font-size: 1em;
  font-weight: 700;
}
.voice-inner{
  margin: 2% auto 10%;;
  width: 750px; 
}
.voice-box{
  display: flex;
  margin: 0 auto;
  position: relative;
}
.voice-deco-a{
  position: absolute;
  width: 10%;
  left: 0%;
  top: 1%;
}
.voice-deco-b{
  position: absolute;
  width: 15%;
  right: -5%;
  top: 5%;
}
.voice-deco-c{
  position: absolute;
  width: 12%;
  right: -3%;
  top: -6%;
}
.speech-bubble-right {
  position: relative;
  padding: 5%;
  min-width: 120px;
  max-width: 70%;
  color: #5c555c;
  background: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.speech-bubble-right:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -40px;
  margin-top: -5px;
  border: 20px solid transparent;
  border-right: 25px solid #fff;
}
.speech-bubble-left {
  position: relative;
  display: flex;
  padding: 5%;
  min-width: 120px;
  max-width: 70%;
  color: #5c555c;
  background: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.speech-bubble-left:before {
  content: "";
  position: absolute;
  top: 45%;
 left: 99%;
  margin-top: -5px;
  border: 20px solid transparent;
  border-left: 25px solid #fff;
}
.women  >img{
  width: 60%;
  height: auto;
  margin-top: 30%;
}

/* ===============
    商品ラインナップはこちら 
  ===============*/
  #container .width {
  margin: 0 auto;
  padding: 2% 0 10%;
  width: 960px;
  }
  .lineup-wrapper{
  background: linear-gradient(to top, transparent 0 90%, #FFF 100%), url(/contents/shop/sevenbeauty/img/freepage/natulela_massageoil_ogc//wood_bg.jpg);
  background-size: cover;
  background-position:center top;
  padding: 5%;
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  }
.lineup-box dl {
    padding: 2%;
    width: calc(100% / 3);
  }
.lineup-box h3 {
    margin: 3% auto;
    color: #494949;
    font-size: 1.4em;
    font-weight: bold;
}
.lineup-box .des{
  display: inline;
  border: solid 1px #e3c473;
  background-color: #e3c473;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 40px;
  padding: 5px 15px;
}
.buy-btn a{
  display: block;
  transition: 0.2s;
}
.buy-btn {
  border: solid 1px #e3c473;
  background-color: #fff;
  color: #494949;
  font-size: 1.3em;
  font-weight: bold;
  align-items: center;
  line-height: 3;
  margin: 5% auto!important;
}
.buy-btn:hover {
  border: solid 1px #fff;
  background-color: #e3c473;
  color: #fff; 
}
.lineup-box p.buy-btn a::after {
  border-bottom: none;
  border-top: solid 1px #494949;
  border-right: solid 1px #494949;
  position: absolute;
  top: 40%;
  right: 10%;
}
.lineup-box p.buy-btn a:hover::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: 0.2s;
}
.box-btn {
  letter-spacing: 0px;
  font-size: 1.3em;
}
.box-btn:hover{
  transform: translateY(-2px);
  opacity: 0.7;
  transition: all ease-in 0.3s;
}
.lineup-deco-1 {
  position: absolute;
  width: 35%;
  height: auto;
  top: -15%;
  right: -20%;
}
.lineup-deco-2 {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: -12%;
  left: -25%;
}
}