@charset "UTF-8";

body{
	margin: 0;}
	
body a{
	text-decoration: none;
	color : inherit;
}

#lp_review .disabled a {
    text-decoration: none!important;
	color:#ffffff;
}

#lp_review {
	background-color: #f7f4f2;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP",Avenir,"Segoe UI","游ゴシック Medium","Yu Gothic Medium",YuGothic,游明朝,游明朝体,"Yu Mincho",YuMincho,sans-serif;    color: #4c4948; 
letter-spacing: .08rem;
font-size: 14px;
    line-height: 2;
	overflow: hidden;
 }

#lp_review img{
    zoom: 1;
    max-width: 100%;
    vertical-align: bottom;
}

#lp_review p{
margin:0;
  }

#lp_review p a{
    color: inherit;
  }

#lp_review .flex {
    display: -webkit-box;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

#lp_review .sp-block{
display:block!important;
}

#lp_review .pc-block{
display:none!important;
}

#lp_review .serif{
    font-family: "source-han-serif-japanese",serif;
}

#lp_review .gothic{
    font-family: "Montserrat",sans-serif;
    transform: scale(1,1.05);
}

#lp_review .text_bold {
     font-size: 15px;
    font-weight: 600;
	letter-spacing: 0.13rem;
}

#lp_review .text_small {
    line-height: inherit;
    font-size: 11px;
    letter-spacing: normal;
}

#lp_review .text_small_wrap {
    display: inline-block;
    margin: 8px auto;
width:84vw;
}

#lp_review .text_color {
    color: #ac2a56;
}

#lp_review .marker {
	padding: 0 1%;
	background-color: rgba(121,158,214,.2);
}

#lp_review .btn {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: .14em;
    background-color: #799ed6;
    width: 84vw;
    height: 17vw;
    margin: 20px auto;
    font-weight: 550;
    border-radius: 4px;
    font-size: 1.5rem;
    padding: 2% 3% 2% 0;
	line-height: 1.5;
}

#lp_review .btn:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1.3px #fff;
    border-right: solid 1.3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}

#lp_review .disabled {
     background-color: #c4c4c4!important;
}

/*--------------スクロールアニメーション---------------*/
.scroll_up2 {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing01 {transition-delay: .1s;}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}

/*--------------スクロールアニメーション---------------*/
/*--------------fvのアニメーション---------------*/
#lp_review  .catch_box{
  opacity: 0;
}

 .fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.delay-time02{
animation-delay: 0.4s;
}
/*--------------fvのアニメーション---------------*/



#lp_review .mv_wrap{
     position: relative;
/*    max-height: calc(var(--vh,1vh) * 100);
    height: calc(var(--vh,1vh) * 100);*/
	max-height: calc(var(--vh, 1vh)* 130);
    height: calc(var(--vh, 1vh)* 130);
    z-index: 2;

}

#lp_review .mv_wrap .mv{
     position: relative;
	overflow: hidden;
	max-height: calc((var(--vh,1vh) * 130) - 130px);
    height: calc((var(--vh,1vh) * 130) - 130px);
}

#lp_review .mv_wrap .mv img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: -webkit-fill-available;}



#lp_review .mv_wrap .catch {
    position: absolute;
    top: 6%;
    /* height: calc((var(--vh, 1vh)* 100) - 85px - 25px); */
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5.4vw;
    justify-content: space-between;
    line-height: 1.8;
    align-items: center;
    width: 81%;
}

#lp_review .mv_title {
    text-align: center;
    padding: 0 16%;
}

#lp_review .catch_tx {
    font-size: 15px;
    color: #3e3e3e;
    text-align: center;
    line-height: 2;
    margin-top: 12%;
    letter-spacing: 3.5px;
    font-weight: 400;
}

#lp_review .mv_wrap .obi{
    background-color: #c4bbbf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 130px;
    padding: 0 4%;
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1.8px;
}

/*#lp_review .mv_wrap .obi p {

}*/

#lp_review .mv_wrap .obi .text_bold{
	font-weight: 600;
}



#lp_review .mv_wrap .obi img {
    width: 35%;
    margin: auto 2% 2%;
}

#lp_review .top_lead {
	padding: 0 7%;
	margin: 7% 0 15%;
}


#lp_review .top_lead .day{
    margin: 10% 0 15%;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

#lp_review .top_lead .day .text_bold{
    display: block;
    margin-bottom: 10px;
}

#lp_review .top_lead .lead {
	letter-spacing: 0.1rem;	
}

#lp_review .example {
	margin-top: 5%!important;	
}

/*#lp_review .lead_link {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin-top: 5%;
    padding-right: 5%;
}
*/
#lp_review .lead_link:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1.3px #ada1a6;
    border-right: solid 1.3px #ada1a6;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
}


#lp_review .contents_tit{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 1.5px;
    margin: 10% 0 0;
}

#lp_review .top_lead .present-wrap{ 
	width: 100%;
}

#lp_review .top_lead .present-box{
	padding: 7% 15% 5%;
    margin: 20px 7%;
    background-color: #ffffffbd;
    text-align: center;
    border: solid 0.5px #799ed6;
    font-size: 3.5rem;
    line-height: 1.5;
}

#lp_review .top_lead .present-box p {
	border-bottom: solid 0.5px #799ed6;
	font-size: 2.5rem;
}

#lp_review .top_lead .present-box .text_big {
    font-size: 6rem;
    margin: 0 3% 0 1%;
    letter-spacing: 0rem;
}

#lp_review .lp_contents {
	padding: 0 5%!important;	
}

#lp_review #review{
     flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;


}

#lp_review .contents_tit {
	margin-bottom: 6%;
	color: #b3a6ab;
    font-weight: 500;
    letter-spacing: 1px;
	border-bottom: solid 1px;
	max-width: 1000px;
}


#lp_review #review .jr_block_cate{
	align-items: flex-start !important;
}

#lp_review #review .jr_block{
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	background-color: #fff;
	width: 96%;
    margin: auto auto 5%;
	padding: 20px 10px 10px 10px;
	box-sizing: border-box;
}

#lp_review #review .photo {
	width: 47%;
}

#lp_review #review .jr_block .txt{ 
	width: 47%;
	line-height: 1.9;
}

#lp_review #review .jr_block .block_small {
	margin: 5% 3%;
}
	
#lp_review #review .jr_block:first-child{
	margin-top: 0;
	}
	
	#lp_review #review .jr_block .star{ 
	width: 104px;
	margin-top: 0;
	}
	
	#lp_review #review .jr_block .star img {
	 vertical-align: middle;	
	}

	
#lp_review #review .comment{ 
	font-size: 13px;
}

#lp_review .border_box  {
    border: 1px solid;
    padding: 0 1.5% 1% 1.5%;
    margin-right: 1%;
    font-size: 0.8rem;
}

#lp_review #review .check {
	background-color: #c4bbbf;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin: 20% 0% 0% 0;
    width: 80%;
    font-size: 11px;
    padding-bottom: 1%;
}

#lp_review #review .content_wrap_flex >div:nth-of-type(2) .check {
	margin-top: 10%;
}

#lp_review .check, #lp_review .lead_link {
position: relative;
}

#lp_review .check:after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1.3px #fff;
    border-right: solid 1.3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% -  3px);
    right: 8%;
}

#lp_review .lead_link:before {
    border-top: solid 1.3px #ada1a6;
    border-right: solid 1.3px #ada1a6;
}

/*投稿方法*/
#lp_review .post {
    padding: 0 6%;
    margin: 10% 0;
}

#lp_review .post .contents_tit{	
	font-size: 18px;
}

#lp_review .review_step{
	margin-top: 20px;
	padding: 0 7px 10px;
}

#lp_review .review_step:last-of-type{
	padding: 0 0 10px;
}
#lp_review .border_yoko {
    border: 0;
    border-bottom: solid 1px #646464;
    width: 100%;
    margin-top: 30px;
}
/*投稿方法*/

/*point*/
#lp_review .review_step .text_bold {
    font-size: 1.5rem;
}
#lp_review .review_step .point{
    padding-left: 10px;
    border-left: 5px solid #6464640;
}

#lp_review .review_step .contents_tit {
	margin-top: 0;
}

#lp_review .review_step .store{
    font-weight: bold;
    margin-top: 15px;
}

#lp_review .review_step .block_small2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#lp_review .review_step a {
	text-decoration: underline;
	color: #ada1a6!important;
}
 
/*point*/



@media screen and (min-width: 480px){

#lp_review .top_lead .pc_max_wrap{
    justify-content: space-between;
}
	
#lp_review .top_lead {
	padding: 0 10%;	
	margin: 5% auto 10%;
	max-width: 1200px;
}
	
#lp_review .top_lead .pc_max_wrap{
    margin: 2em auto 3em;
    max-width: 1200px;
}

#lp_review .text_bold{
    font-size: 18px;
    font-weight: 500;
}

#lp_review .top_lead .day .text_bold br{
	display: none;
}

#lp_review .top_lead .day .text_bold{
	font-size: 22px;
	margin-bottom: 2%;
}

/*#lp_review .example br{
	display: none;
}*/


	
#lp_review{

    font-size: clamp(14px,1.5rem,17px);
}

#lp_review .sp-block{
display:none!important;}

#lp_review .pc-block{
display:block!important;}

#lp_review .btn{
    height: 80px;
    max-width: 570px;
    margin: 5em auto;
	font-size: 20px;
	line-height: 1.5;
}

#lp_review .mv_wrap .catch{
    top: 0;
        height: calc((var(--vh, 1vh)* 80) - 130px);
        width: 37%;
        justify-content: center;
        right: 40%;
        min-width: 400px;
}

#lp_review .mv_wrap .catch .serif {
font-size: clamp(21px,3.3rem,45px);
    letter-spacing: .2em;
}

#lp_review .mv_wrap .catch .serif .sub{
       font-size: clamp(19px,2.4rem,32px);
    margin-bottom: 1em;
}

#lp_review .mv_wrap .catch .serif .sub:last-child{
    margin-top: 2.5rem;
}


#lp_review .mv_wrap .obi {
    font-size: 16px;
}

#lp_review .mv_wrap .obi br:last-of-type{
    display: none;
}


#lp_review .top_lead .day{
    font-size: 17px;
    width: 100%;
    margin: 2em 0 4em;
}

#lp_review .top_lead .lead .text-large {
    font-size: 20px;
}
	

	
#lp_review .contents_tit {
	margin: 7% auto 0;
    font-size: 25px;
}

#lp_review .contents_tit.gothic {
    font-size: 22px;
}

#lp_review .top_lead .present-wrap{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 3% auto 0;
		max-width: 1000px;
    }
	
#lp_review .top_lead .present-box {
		padding: 3% 5% 2%;
        width: 22%;
        margin: 0;
    }

#lp_review .top_lead .present-box p{
	flex-grow: 1;
}
	
#lp_review .top_lead .present-box .text_big {
	font-size: 5rem;
}

#lp_review .top_lead .lead{
	width: 100%;
}


#lp_review .btn:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 1.3px #fff;
    border-right: solid 1.3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 25px;
}

#lp_review #review {
	max-width: 1200px;
	margin: auto;
	padding: 0 5%;
}

#lp_review #review .content_wrap_flex {
	flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    display: flex;
    margin: 2% auto 7%;
}

#lp_review #review .jr_block {
	margin: 0 0 4%;
    width: 47%;
    padding: 2%;
}

#lp_review #review .check {
	margin-top: 15%;
}

#lp_review #review .content_wrap_flex >div:nth-of-type(2) .check {
	margin-top: 5%;
}

#lp_review .post {
	margin: 7% auto;
    max-width: 1200px;
}

#lp_review .review_step {
    margin: 4% auto 0;
    max-width: 900px;
}

#lp_review .review_step:last-of-type {
	margin-top: 8%;
	max-width: 100%;
}

#lp_review .point {
    max-width: 900px;
    margin: 5% auto;
}

#lp_review .review_step .store {
	margin-top: 3%;
}
#lp_review .review_step .block_small2 {
	margin-top: 2%;
}

}

@media screen and (min-width: 600px){

#lp_review .mv_wrap .mv_wrap{
    min-height: 700px;
}

#lp_review .mv_wrap{
     position: relative;
	max-height: calc(var(--vh, 1vh)* 80);
    height: calc(var(--vh, 1vh)* 80);}

#lp_review .mv_wrap .mv{
    max-height: calc((var(--vh,1vh) * 80) - 130px);
    height: calc((var(--vh,1vh) * 80) - 130px);
}

	#lp_review .catch_tx {
	    font-size: 15px;
	}
	
	#lp_review .catch_tx br:nth-of-type(1){
		display: none;
	}

#lp_review .requirements_wrap .checkbox input:checked + .form_check_txt:after {
	top:auto;
}


}


@media screen and (min-width: 1040px){


	#lp_review .top_lead .present-wrap{
        width: 90%;
	}
	
	#lp_review .top_lead .present-box {
        width: 20%;
    }
	
	#lp_review .lead_link {
	margin: 5% 0 0;
	}
	
	#lp_review .mv_wrap .obi img {
		width: 28%;
	}

	
}


@media screen and (min-width: 1500px) {


#lp_review .mv_wrap .catch{
        width: 30%;
}
	
#lp_review .mv_title {
    text-align: center;
    padding: 0 20%;
}


}

@media screen and (min-width: 750px) and (max-height: 900px) {
	




}




@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18aw_lp.scss */
  #logo img {
      width: 100px;
    padding-top: 0;
    margin-top: 0;
  }

}


