@charset "utf-8";
/*-----------
   common
-----------*/
#container .wrapper {
  font: 0.9rem/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;
}

/* 共通 */
#container img{
  max-width:100%;
  vertical-align:bottom;
}
#container h2{
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
#container h3{
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  color: #383838;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}
#container p{
  color: #383838;
  font-size: .9rem;
  letter-spacing: 0.5px;
}
#container .senshu-title {
  text-align: center;
  color: #fff;
  background-color: #699fa9;
  padding: 1rem;
  width: 100%;
  line-height: 2.2rem;
}
#container ul{
  list-style: none;
}
#container .br-pc{
  display: none;
}
#container .scroll {
  opacity: 0;
  transition: all 1s ease;
}
#container .scroll.animation {
  opacity: 1;
  transform: none;
  animation: 1.0s fadeIn;
}
#container .s-bottom {
  /*下からふわっと*/
  transform: translate(0, 20px);
}
#container .s-right {
  /*右からふわっと*/
  transform: translate(50px, 0);
}

#container .s-left {
  /*左からふわっと*/
  transform: translate(-50px, 0);
}

/*---------------
mainvisual
---------------*/
#container .fv-sp{
  display: block;
  width: 100%;
}
#container .fv-pc{
  display: none;
}
#container .fv-area{
  position: relative;
  display:flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#container .fv-title{
  position: absolute;
  top: 5vh;
  text-align: center;
  font: 1.9rem / 1 'ヒラギノ明朝 ProN W6','游明朝','Yu Mincho', 'YuMincho','Hiragino Mincho Pro',serif; 
  color: #686868;
  letter-spacing: -1px;
  line-height: 1.5em;
}
#container .fv-logo{
  position: absolute;
  width: 55%;
  top: 33%;
}
/*スクロールダウン全体の場所*/
#container .scrolldown{
position:absolute;
left:50%;
}
/* 線のアニメーション部分 */
#container .scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #68686870;
  bottom: -60px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*---------------
  Brand Concept
---------------*/
#container .concept-wrapper{
  margin: 0;
  background-image:url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/concept_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#container .concept-text{
  text-align: center;
  line-height: 2rem;
  padding: 5rem 2rem
}
#container .concept-text h2{
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  color: #383838;
  margin: 1rem auto 2rem;
}
#container .concept-btn{
  border: solid 1px #686868;
  margin: 3.5rem auto 0;
  text-align: center;
  width: 70%;
  font-size: .9rem;
  transition: .3s;
}
#container .concept-btn a{
  display: block; 
  padding: 5px 0;
}
#container .concept-btn:hover{
  opacity: 0.5;
  transform: translateY(-5px);
}
/*---------------
  Feature
---------------*/
#container .feature-wrapper{
  background-image:url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/white-texture_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}
#container .feature-title{
  text-align: center;
  color: #383838;
  padding: 1.5rem;
}
#container .feature-title h2{
  margin: .6rem auto;
}
#container .feature-title p{
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}
#container .feature-inner{
  display: block;
  margin: 10rem auto 0;
  padding-bottom: 3rem;
}
#container .point-box:nth-child(even) {
  margin: 13rem 0;
}
#container .point-pic {
  margin-top: -10rem;
  width: 70vw;
  float: right;
}
#container .point-text{
  background-color: #fff;
  margin-right: 4rem;
  padding: 1rem 1rem 2rem 2rem;
  box-shadow: 15px 15px 0px #b2d6e3;
  text-align: justify;
}
#container .point-text h3{
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: #4198b9;
  margin-bottom: 5px;
}
#container .point{
  width: 30%;
}

/*---------------
 Color
---------------*/
#container .color-wrapper{
  background-color: #f5f3ee;
  display: block;
  text-align: center;
  padding-bottom: 5%!important;
}
#container .catch-area{
  margin: 5% auto;
  position: relative;
  width: 75%;
}
#container .catch-l, .catch-r{
  position: absolute;
  bottom: 0%;
  width: 13%;
}
#container .catch-r {
  right: -10%;
}
#container .catch-l {
  left: -10%;
}
#container .item-area{
  display: flex;
  justify-content: center;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 1.5rem;
  padding: 2rem 1rem;
}
#container .item-box{
  text-align: center;
  width: 40%;
}
/*==================================================
ふわっ
===================================*/
#container .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*---------------
 Size
---------------*/
#container .size-wrapper{
  background-image:url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/size_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
}
#container .size-inner {
  padding: 3rem 2rem 5rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
#container .size-inner p strong{
 font-size: 1.1rem;
}
#container .size-icon{
  padding: .4rem;
  background-color: #64544a78;
  color: #fff;
  margin: 0 .4rem 0 .8rem;
  border-radius: 20px;
}
#container .face-towel, .bath-towel{
  padding-top: 1rem;
}
/*---------------
 How to wash
---------------*/
#container .step-wrapper{
  background-color: #f5f3ee;
  display: block;
  text-align: center;
  background-image: url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/image.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 130%; 
  padding-bottom: 22vh;
}
#container .step-catch-area{
  position: relative;
  text-align: center;
  margin: 1rem 3rem;
}
#container .step-catch-l,.step-catch-r{
  position: absolute;
  top: 12%;
  width: 13%;
}
#container .step-catch-l {
  left: -11%;
}
#container .step-catch-r {
  right: -11%;
}
#container .step-area {
  display: flex;
  justify-content: space-around;
  margin: 0;
  flex-direction: column;
  align-items: center;
}
#container .step-box{
  display: flex;
  position: relative;
  padding: 1.5rem 1rem;
  border: 1px solid #5087a5;
  border-radius: 30px;
  align-items: center;
  margin: 0 2rem 2.5rem;
  background-color: #fff;
  gap: 10px;
}
#container .step-box:not(:last-child)::before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 20px solid #699fa9;
  border-bottom: 0;
  display:  inline-block;
  vertical-align:  middle;
  position: absolute;
  bottom: -30px;
  margin:  auto;
  left: 42%;
}
#container .step{
  color: #123351;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
#container .step-number{
  font-size: 1.6rem;
  font-weight: bold;
}
#container .step-ttl{
  color: #448aca;
  font-size: 1rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#container .step-box img{
  width: 85%;
}
#container .step-box dd p{
  text-align: justify;
  letter-spacing: 0.12px;
}
#container .gif-area{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-around;
  padding: 0 6rem;
  gap: 50px;
  position: relative;
}
#container .gif-1,.gif-2{
  width: 100%;
  position: relative;
}
#container .gif-deco1{
  position: absolute;
  top: 10%;
  left: -20%;
  width: 75%;
}
#container .gif-deco2{
  position: absolute;
  top: -20%;
  right: -20%;
  width: 50%;
}
/*---------------
 Customer's voice
---------------*/
#container .voice-wrapper{
  background-image: url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/voice_bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
}
#container .voice-area{
  margin: 0 auto;
  padding: 2rem 2.5rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#container .voice-box {
  display: flex;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  align-items: center;
}
#container .voice-main{
  width: 100%;
  text-align: justify;
  margin-left: 1rem;
}
#container .voice-main img{
  width: 60%;
}
#container .voice-main p {
  line-height: 1.5rem;
}
#container .voice-line{
  font-weight: bold;
  background-color: #ffe6c0;
}
/*---------------
 Line-up
---------------*/
#container .lineup-wrapper{
  background-image: url(/contents/shop/sevenbeauty/img/freepage/senshu-towel/white-texture_bg.jpg); 
  background-repeat: repeat;
  background-size: cover;
}
#container .lineup-area {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 2rem 2.5rem;
}
#container .lineup-box{
  display: block;
  text-align: center;
}
#container .lineup-box dd{
  margin-top: 1rem;
}
#container .lineup-box p {
  font-weight: bold;
  font-size: 1rem;
  margin-top: .9rem;
}
#container .buy-btn {
  border: solid 1px #686868;
  position: relative;
  margin: 1rem auto;
  width: 75%;
  text-decoration: none;
  font-size: 1rem;
}
#container .buy-btn a{
  display: block;
  padding: 10px 0;
}

#container .buy-btn::before{
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 21px;
  right: 5%;
  /*下線の形状*/    
  width: 16%;
  height: 1px;
  background:#686868;
  /*アニメーションの指定*/
  transition: all .3s;
}
#container .buy-btn::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 24px;
  right: 5%;
  /*下線の形状*/ 
  width: 9px;
  height:1px;
  background:#686868;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
#container .buy-btn:hover::before, #container .buy-btn:hover::after{
  right: 2%;
}
@media screen and (min-width:480px) {/*tablet 480px-*/
#container h2 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
#container p{
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #383838;
  font-size: .9rem;
  }
#container .fv-sp{
 display: none;
}
#container .fv-pc{
  display: block;
  width: 100%;
}
#container .fv-title {
  position: absolute;
  top: 2.5vw;
  left: 20vw;
  text-justify: inter-ideograph;
  font: 3.5vw / 1 'ヒラギノ明朝 ProN W6', '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
  line-height: 1.6em;
  text-align: justify;
}
#container .fv-logo {
  position: absolute;
  width: 25vw;
  top: 3vw;
  right: 10vw;
}
#container .br-pc{
  display: block;
}
#container .br-sp{
  display: none
}
/*---------------
  Brand Concept
---------------*/
#container .concept-text{
  text-align: center;
  line-height: 1.6rem;
  padding: 10% 0 1%;
}
#container .concept-text p{
  font-size: 1rem;
  line-height: 2.6rem;
}
#container .concept-btn {
  width: 35%;
  margin: 2.5rem auto;
}
/*---------------
  Feature
---------------*/
#container .feature-title p {
  text-align: center;
}
#container .feature-inner {
  display: block;
  margin: 3rem auto 0;
  padding-bottom: 2rem;
}
#container .point-box{
  display: flex;
  flex-direction: row;
  margin: 1rem 5rem 5rem;
}
/* 奇数の行に対して指定 */
#container .point-box:nth-child(even) {
  flex-direction: row-reverse;
  margin: 6rem 5rem;
}
#container .point-pic {
  z-index: 100;
  margin-top: -5%;
  margin-right: -10%;
}
#container .point-pic-pc {
  margin-left: -5%;
  margin-right: -3%;
}
#container .point-text {
  background-color: #fff;
  position: relative;
  padding: 1rem 2rem 2rem 5rem;
  box-shadow: 20px 20px 0px #b2d6e3;
  margin: 0 0px 0 .5rem;
  width: 80%;
}
#container .point-text-pc {
  padding: 1rem 4rem 2rem 3rem;
}
#container .point {
  width: 40%;
  margin-left: -10%!important;
} 
/*---------------
  Color
---------------*/
#container .catch-area {
  margin: 5% auto;
  position: relative;
  width: 70%;
}
#container .catch-l, .catch-r{
  position: absolute;
  width: 7%;
  top: -50%;
}
#container .catch-l {
  left: 8%;
}
#container .catch-r {
  right: 8%;
}
#container .color-inner {
  padding: 6% 3%;
  margin: 2rem 5rem;
}
#container .item-area {
  display: flex;
  justify-content: center;
  text-align: justify;
  background-color: #fff;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 0 4rem;
}
#container .item-box {
  text-align: center;
  width: 23%;
}
/*---------------
 Size
---------------*/
#container .size-inner {
  padding: 4rem 6rem 5rem;
  align-items: center;
}
#container .size-inner div{
  text-align: justify;
  width: 80%;
}
#container .size-icon {
  padding: .4rem;
  background-color: #64544a78;
  color: #fff;
  margin: 0 .4rem 0 .8rem;
  border-radius: 20px;
}
/*---------------
 How to wash
---------------*/
#container .step-wrapper{
  padding-bottom: 32vh;
}
#container .step-catch{
  position: relative;
  text-align: center;
}
#container .step-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
#container .step-box{
  display: inline;
  position: relative;
  width: 38%;
  padding: 0;
  border: 1px solid #5087a5;
  margin: 0;
  background-color: #fff;
  padding: .5rem 1.5rem;
}
#container .step-box:not(:last-child)::before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #699fa9;
  display:  inline-block;
  vertical-align:  middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin:  auto;
  left: 102%;
}
#container .step-box img {
  width: 35%;
}
#container .step{
  color: #123351;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1rem;
}
#container .step-number{
  font-size: 1.4rem;
  font-weight: bold;
}
#container .step-ttl{
  font-size: 1rem;
}
#container .step-catch-area {
  margin: 5% auto;
  position: relative;
  width: 90%;
}
#container .step-catch-l {
  position: absolute;
  left: 8%;
  width: 7%;
  top: -50%;
}
#container .step-catch-r {
  position: absolute;
  right: 8%;
  top: -50%;
  width: 7%;
}
#container .gif-area{
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
  justify-content: center;
  padding: 0 6rem;
}
#container .gif-1{
  width: 40%;
  position: relative;
}
#container .gif-2{
  position: relative;
  width: 40%;
}
#container .gif-deco1 {
  position: absolute;
  top: 10%;
  left: -50%;
  width: 80%;
}
#container .gif-deco2 {
  position: absolute;
  top: 60%;
  right: -50%;
  width: 55%;
}
/*---------------
 Customer's voice
---------------*/
#container .voice-area{
  margin: 0 auto;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
#container .voice-box{
  display: flex;
  background-color: #fff;
  padding: 1rem 1.5rem;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(97% / 2);
  min-height: 160px;  
}
#container .voice-main p {
  font-size: .9rem;
  line-height: 1.5rem;
}
/*---------------
 Line-up
---------------*/
#container .lineup-area {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding: 3rem 4rem;
  gap: 40px;
}
#container .buy-btn{
  border: solid 1px #686868;
  display: block;
  position: relative;
  margin: 15px auto;
  text-align: center;
  width: 85%;
  text-decoration: none;
}
#container .buy-btn::before{
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 18px;
  right: 8%;
  /*下線の形状*/    
  width: 15%;
  height: 1px;
  background:#686868;
  /*アニメーションの指定*/
  transition: all .3s;
}
#container .buy-btn::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 20px;
  right: 8%;
  /*下線の形状*/ 
  width: 8px;
  height:1px;
  background:#686868;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
#container .buy-btn:hover::before, #container .buy-btn:hover::after{
  right:9%;
  background:#686868;
}
#container .buy-btn a {
  display: block;
  padding: 8px 0;
}
}
@media screen and (min-width:960px) {/*pc 960px-*/
#container .width {
  margin: 0 auto;
  width: 1040px;
} 
#container h2 {
  font-size: 1.8rem;
}
#container h3{
  font-size: 1.4rem;
}
#container h4 {
  font-size: 1.5em;
}
#container p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #383838;
  font-size: 1rem;
}
#container .fv-sp{
  display: none;
  }
#container .fv-pc{
 display: block;
 width: 100%;
 }
 #container .fv-title {
  position: absolute;
  top: 6vh;
  left: 20vw;
  font: 3.2vw / 1 'ヒラギノ明朝 ProN W6', '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', serif;
  line-height: 1.6em;
  text-align: justify;
}
#container .fv-logo {
  position: absolute;
  width: 17vw;
  top: 3.2vw;
  right: 20vw;
}
/*---------------
  Brand Concept
---------------*/
#container .concept-text {
  margin: 0 auto;
  width: 1040px;
  text-align: center;
  line-height: 1.6rem;
  padding: 10vh 0;
}
#container .concept-text h2{
  margin: 3% auto;
  font-size: 1.6rem;
}
#container .concept-text p{
  line-height: 2.4rem;
}
#container .concept-btn{
  border: solid 1px #686868;
  width: 35%;
  font-size: 1.1rem;
}
#container .concept-btn a {
  padding: 10px 0px;
}
/*---------------
  Feature
---------------*/
#container .feature-inner {
  margin: 5rem auto 0;
}
#container .point-box {
  margin: 1rem 8rem 5rem;
}
/* 奇数の行に対して指定 */
#container .point-box:nth-child(even) {
  flex-direction: row-reverse;
  margin: 8rem;
}
#container .point-pic {
  margin-right: -25%;
  width: 90%;
}
#container .point-pic-pc {
  margin-right: -3%;
}
#container .point-text {
  background-color: #fff;
  position: relative;
  padding: 1rem 3rem 3rem 5rem;
  box-shadow: 20px 20px 0px #b2d6e3;
  margin: 0px 0rem 0 9.5rem;
  width: 90%;
}
#container .point-text-pc {
  padding: 1rem 5rem 3rem 4rem;
  margin-left: 0;
}
/*---------------
  Color
---------------*/
#container .item-area {
  gap: 30px 20px;
  margin: 0 4rem;
  padding: 4rem 3rem;
}
/*---------------
  Size
---------------*/
#container .size-inner {
  margin: 0 auto;
  width: 1040px;
  padding: 4rem 9rem 6rem;
  align-items: center;
}
#container .size-inner p strong {
  font-size: 1.4rem;
}
/*---------------
 How to wash
---------------*/
#container .step-wrapper {
  background-position: top 1420px center;
  padding-bottom: 35%;
}
#container .step-catch{
  position: relative;
  text-align: center;
}
#container .step-area{
  gap: 40px;
}
#container .step-box {
  width: calc(80% / 3);
  padding: 1rem 1rem 1.5rem;
  border: 1px solid #5087a5;
}
#container .step-box:not(:last-child)::before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #699fa9;
  display:  inline-block;
  vertical-align:  middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin:  auto;
  left: 104%;
}
#container .step-box img {
  width: 45%;
}
#container .step{
  color: #123351;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1rem;
}
#container .step-number{
  font-size: 1.4rem;
  font-weight: bold;
}
#container .step-ttl{
  font-size: 1rem;
}
#container .step-catch-area {
  margin: 5rem auto 3rem;
  position: relative;
  width: 90%;
}
#container .step-catch-l,.step-catch-r{
  position: absolute;
  width: 6%;
  top: -50%;
}
#container .step-catch-l {
  left: 13%;
}
#container .step-catch-r {
  right: 13%;
}
#container .gif-1{
  width: 40%;
  position: relative;
}
#container .gif-2{
  position: relative;
  width: 40%;
}
#container .gif-deco1 {
  position: absolute;
  top: 5%;
  left: -42%;
  width: 75%;
}
#container .gif-deco2 {
  position: absolute;
  top: 17%;
  right: -50%;
  width: 50%;
}
/*---------------
 Customer's voice
---------------*/
#container .voice-area {
  padding: 3rem 6rem;
  gap: 35px 15px;
}
#container .voice-main p {
  font-size: 1rem;
  line-height: 1.5rem;
}
/*---------------
 Line up
---------------*/
#container .lineup-area {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding: 3rem 4rem;
  gap: 40px;
}
#container .buy-btn{
  border: solid 1px #686868;
  display: block;
  position: relative;
  margin: 15px auto;
  text-align: center;
  width: 60%;
  text-decoration: none;
  font-size: 1rem;
}
#container .buy-btn::before{
  content: "";
  position: absolute;
  bottom:20px;
  right: 8%;   
  width: 16%;
  height: 1px;
  background:#686868;
  transition: all .3s;
}
#container .buy-btn::after{
  content: "";
  position: absolute;
  bottom: 22px;
  right: 8%;
  width: 3%;
  height:1px;
  background:#686868;
  transform: rotate(35deg);
  transition: all .3s;
}
/*hoverした際の移動*/
#container .buy-btn:hover {
  opacity: 0.6;
  transition: all .3s;
}
#container .buy-btn:hover::before, #container .buy-btn:hover::after{
  right: 3%;
}
}