
@charset "utf-8";
/* CSS Document */

	body{
			padding: 0px!important;
			margin: 0!important;
			font-family:'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif'!important;
	}
	h1.fs-c-heading--page{
		display: none; 
	}

/*背景色*/
.fs-l-main{
 background-image: url('https://santelabo.itembox.design/item/hinna/review/review-11.jpg?6');
  background-attachment: fixed;
background-size: 100%; /* 横幅をデバイスに合わせる */
        background-position: center;
        
}


/*画面サイズが1200px以下に適用*/
	@media(max-width: 1200px){
		.fs-l-main{
			padding: 0px!important;
			margin: 0!important;
			font-family:'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif'!important;
         
		}
	}
    
	h1,h2,h3,h4{
		letter-spacing: 0.1em;
		font-weight: bold;
		line-height: 1.6em;
	}


	.reviewcampaign_2024_main{
		display: block;
		width: 100%;

        
	}
	.mainimage img{
		width: 100%;
	}


	.info1{
		margin: 70px 0 20px 0;
        text-align: center;
            padding: 0 8%;
	}
	.info1>p{
		font-weight: bold;
		text-align:center; 
		letter-spacing: 0.1em;
		font-size: 14px;
		line-height: 2.0em;
		color: #fff;
	}
.info1 img{
    width: 40%;
    margin-bottom: 2%;
}
/*返品交換ボタン*/

   .formbutton a {
    background: #446160;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
    padding: 4% 0;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
       font-size:16px;
}
.formbutton a:hover {
    background: #203736;
    color: #FFF;
}
.formbutton a:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 10%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.formbutton a:hover:after {
    border-color: #FFF;
}
    
/*ステップ*/
    
    .stepbar {
  margin: 0 8%;
        background-color: rgb(255 255 255 / 1.0);
        padding: 6%;
        box-shadow: 2px 2px 4px -2px gray inset;
    border-radius: 30px;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptext {
  display: inline-flex;
align-items: flex-start;
}

.stepbar .stepbarwrap .steptext .stepcircle {
  display: inline-block;
  width: 3.5em;
  height: 3.0em;
  content: "";
  border-radius: 50%;
  background-color: #446160;
  color: #fff;
  text-align: center;
    z-index: 1;
}

.stepbar .stepbarwrap .steptext .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptext>p {
  margin: 0.5em;
  font-weight: bold;
    color: #446160;
}

.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: #446160;
  position: absolute;
  top: 1em;
  left: 1.4em;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
    

	/*対象商品*/

    .title{
        	margin: 100px 0 30px 0;
        font-size: 16px;
        font-weight: bold;
        	letter-spacing: 0.2em;
        text-align: center;
        color: #fff;
    }
	
	
	
	
	/*スライドショー*/

	.slideshow{
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.next{
		width: 40px;
		height: 100%;
		position: absolute;
		right: 0%;
		top: 0%;
		margin: auto;
		z-index: 1000;
        cursor: pointer;
	}
	.prev{
		width: 40px;
		height: 100%;
		position: absolute;
		left: 0%;
		top: 0%;
		margin: auto;
		z-index: 1000;
        cursor: pointer;
	}
.next::before{
		content: "";
		width: 30px;
		height: 30px;
		border-top: 3px solid #446160;
		border-right: 3px solid #446160;
		transform: rotate(45deg);
		position: absolute;
		right: 40%;
		top: -100%;
		bottom: -120%;
		margin: auto;
		z-index: 900;
	}
	.prev::before{
		content: "";
		width: 30px;
		height: 30px;
		border-top: 3px solid #446160;
		border-right: 3px solid #446160;
		transform: rotate(-135deg);
		position: absolute;
		left: 40%;
		top: -100%;
		bottom: -120%;
		margin: auto;
		z-index: 900;
	}
.only-pc{
	display: none;
}
.only-sp{
    display: block;
}
/*hinnaについて*/


.about_hinna p img{
	width: 100%;
}
.about_hinna h3{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.about_hinna h3 img{
	width: 40px;
	display: block;
	margin: 20px auto;
}
.about_hinna p{
	display: block;
	font-size: 14px;
	letter-spacing: 0.15em;
}
.about_hinna p:last-child{
	width: 85%;
	display: block;
	margin: auto;
    color: #fff;
}

	/*ユーザーボイス*/
    
    	.user_voice{
    padding: 0 0 50px 0;
	}
	.user_voice h2{
		margin-bottom: 50px;
	}
	.user_voice .slide_voice{
	}
	
	
	/*スライドショー*/
	.user_voice{
		position: relative;
	}
	.user_voice>p{
		font-size: 12px;
		letter-spacing: 0.1em;
		font-weight: 600;
		text-align: center;
	}
    
	.slideshow-slides{
		list-style: none;
		display: flex;
		width: calc( 80% * 4);
		padding: 0;
		position: relative;
		margin: 0 auto;
		transform: translateX(-22%);
		gap:10px
	}
	.slideshow-slides li{
		width: 80%;
		padding: 2%;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.8em;
        box-shadow: 2px 2px 4px -2px gray inset;
        background-color: #fff;
        border-radius: 30px;
	}
	.slideshow-slides li p{
		font-size: 13px;
		font-weight: 500;
		line-height: 1.8em;

	}
	.slideshow-slides li h5{
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 20px;
		line-height: 1.6em;
    
	}
 
	.slideshow{
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
    
    .slideshow-slides img {
    border-radius: 200px;
}
    
    
.stepbar-area{

}
  .stepbar2 {
  margin: 3% 8%;
        background-color: rgb(255 255 255 / 1.0);
        padding: 6%;
        box-shadow: 2px 2px 4px -2px gray inset;
    border-radius: 30px;
      position: relative;
  display: inline-block;
}    
    
  .stepbar2:before {
      content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;  
    }
    .stepbar2 p{
        font-weight: bold;
    }
    .stepbar2 p img {
    width: 90%;
    margin: auto;
}
      .stepbar2:last-child::before {
          display: none!important;
    }
    
      .stepbar3 {
  margin: 3% 8%;
        background-color: rgb(240 240 240 / 1.0);
        padding: 6%;
        box-shadow: 2px 2px 4px -2px gray inset;
      position: relative;
  display: inline-block;
}    
    .stepbar3 p{
        font-weight: bold;
    }
    .stepbar3 ul li p{
        font-weight: 400;
    }
.stepbar3 ul {
    margin-left: 6%;
}
    
    
/*=============ここからPC用レスポンシブ==============*/
/*画面サイズが641px以上に適用*/
@media(min-width: 641px){
	.fs-l-main .fs-l-pageMain{
		    max-width: 910px;
    flex: 0 0 910px;
margin-bottom: 250px;
    }

	.fs-l-main{
		padding: 0px!important;
		font-family:'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif'!important;
		max-width:100%!important;
         background-image: url('https://santelabo.itembox.design/item/hinna/review/review-12.jpg?6');
  background-attachment: fixed;
background-size: 100%; /* 横幅をデバイスに合わせる */
        background-position: center;
	}
	.only-sp{
		display: none;
	}
	.only-pc{
		display: block;
        margin-top: 100px;
	}

	.info1{
		margin: 100px 0 40px 0 ;
	}
	.info1 h1{
		font-size: 45px;
        margin-top: 50px;
        line-height: 1.4em;
	}
	.info1>p{
		font-size:18px;
	}

    .title{
        font-size: 30px;
        margin: 150px 0 30px 0;
    }
    ul.lineup_item-slides li p{
        font-size: 18px;
    }
 
	.about_hinna p:last-child{
		width: 100%;
		display: block;
		margin: 20px auto;
		font-size: 18px;
		line-height: 1.8em;
		        padding: 0 2.5%;
    
	}
    
    	.slideshow-slides{
		gap:30px;
	}
	.slideshow-slides li{
		padding:2%;
	}
	.slideshow-slides li h5{
		font-size: 18px;
	}
	.slideshow-slides li p{
		font-size: 17px;
		line-height: 1.8em;
	}
    .stepbar .stepbarwrap .steptext>p{
        font-size: 18px;
    }
    .stepbar2{
        display: block;
        margin: 5% 0%;
    }
    .stepbar2 p{
        font-size: 18px;
        line-height: 1.8em;
    }
    
    .stepbar3 p {
        font-size: 16px;
    line-height: 1.8em;
        
    }
    .slideshow-slides img{
        border-radius: 300px;
    }
    .slideimg{
        width: 50%;
        margin: auto;
    }
    .stepbar3 ul{
        margin-left: 3%;
    }
    .stepbar3{
        margin: 0;
    }
    .stepbar{
        margin: 0;
    }
}


