@charset "UTF-8";

body{
margin: 0;}

#lp_macaron {
    background-color: #faebe7;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP",Avenir,"Segoe UI","游ゴシック Medium","Yu Gothic Medium",YuGothic,游明朝,游明朝体,"Yu Mincho",YuMincho,sans-serif;    
color: #694a44; 
    letter-spacing: .05em;
font-size: 14px;
    line-height: 2;
 }

#lp_macaron .br_pc {
    display: none;
}

#lp_macaron .br_sp {
    display: block;
}

#lp_macaron img{
    zoom: 1;
    max-width: 100%;
    vertical-align: bottom;
}

#lp_macaron p{
margin:0;
  }

#lp_macaron p a{
    color: inherit;
  }

#lp_macaron .flex {
    display: -webkit-box;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#lp_macaron .sp-block{
display:block!important;
}

#lp_macaron .pc-block{
display:none!important;
}

#lp_macaron .serif{
    font-family: "source-han-serif-japanese",serif;
}

#lp_macaron .text-small {
    line-height: inherit;
    font-size: 11px!important;
    display: inline-block!important;
}

#lp_macaron .v-top {
    vertical-align: top;
}

#lp_macaron .text-small-wrap {
    width: 100%;
    margin: 20px auto 0;
    line-height: 1.7;
}

#lp_macaron .btn {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: .14em;
    background-color: #694a44;
    width: 84vw;
    height: 17vw;
    margin: 20px auto;
    font-weight: 550;
}

#lp_macaron .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_macaron .disabled {
     background-color: #c4c4c4!important;
}


#lp_macaron .mv_wrap{
     position: relative;
/*    max-height: calc(var(--vh,1vh) * 100);
    height: calc(var(--vh,1vh) * 100);
    z-index: 2;*/

}

#lp_macaron .mv_wrap .mv{
     position: relative;
overflow: hidden;
/*    max-height: calc((var(--vh,1vh) * 100) - 70px);*/
}

#lp_macaron .mv_wrap .mv img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: -webkit-fill-available;}



#lp_macaron .mv_wrap .catch{
    position: absolute;
    top: 10px;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5.4vw;
    justify-content: space-between;
    line-height: 1.9;
    align-items: center;
}

#lp_macaron .mv_wrap .catch p{
    font-size: 5vw;
    letter-spacing: .12em;
    font-weight: 500;
    text-align: center;
}

#lp_macaron .mv_wrap .catch p span{
    font-size: 4vw;
    display: block;
    margin-bottom: 5px;
}

#lp_macaron .mv_wrap .subcatch{	
	position: absolute;
    text-align: center;
    bottom: 100px;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
}
#lp_macaron .mv_wrap .catch .sub{
 
    font-size: 13px;
    margin-top: 15px;
}

#lp_macaron .mv_wrap .catch .serif .sub:last-child{
    margin-bottom: 0;
    margin-top: 1rem;
}



#lp_macaron .mv_wrap .catch .serif .f-line{
margin-right: -0.6em;
}
#lp_macaron .mv_wrap .header-logo{
	width: 25%;
    margin-bottom: 20px;
}

#lp_macaron .mv_wrap .obi{
        background-color:#694a44;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
/*    position: absolute;*/
    width: 100%;
    bottom: 0;
    height: 70px;
}

#lp_macaron .mv_wrap .obi p {
    font-size: 4.6vw;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .1em;
}

#lp_macaron .mv_wrap .obi p span{
      display: block;
font-size: 13px;
}
#lp_macaron .mv_wrap .mv_cap{
	position: absolute;
	bottom: 80px;
	right: 10px;
}

#lp_macaron .campaign_wrap .pc_max_wrap{
     width: 84vw;
    margin: 2em auto 5em;
    max-width: 1200px;
    justify-content: center;
}

#lp_macaron .campaign_wrap .day{
   margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 1.8;	
}
#lp_macaron .campaign_wrap .day span{
	font-size: 14px;
}

#lp_macaron .campaign_wrap .present1{
    position: relative;
    justify-content: space-between;
    z-index: 2;
    flex-direction: column;
    align-items: center;
margin-top: 60px;
}



#lp_macaron .campaign_wrap .present1 .tit,
#lp_macaron .campaign_wrap .present2 .tit{
    width: 100%;
    text-align: center;
    /*margin-bottom: 15px;*/
    font-size: 22px;
color: #694a44;
    font-weight: 600;}


#lp_macaron .campaign_wrap .present1 p .text_bold{
    font-size: 14px;
    font-weight: 550;
    display: block;
    background-color: #fff;
    padding: 25px;
    margin: 20px 0;
    line-height: 1.5;
	text-align: center;
}


#lp_macaron .campaign_wrap .present1 p .text_bold img{
    margin: 10px auto 0;
    display: block;
}



#lp_macaron .campaign_wrap .present1 .img{
width: 20%;
    margin: 1.5em 0;
}

#lp_macaron .campaign_wrap .present2{
    margin: 50px 0 30px;
    width: 100%;
    text-align: center;

}


#lp_macaron .campaign_wrap .present2 p .text_bold{
    font-size: 14px;
    font-weight: 550;
    margin: 10px 0 13px;
    display: inline-block;
}

#lp_macaron .campaign_wrap .present2 .img{
       width: 40%;
    margin: 20px auto 0;
}

#lp_macaron .detail_wrap .f-lead{
    width: 84vw;
    margin: 2em auto;
    text-align: center;
    line-height: 2.2;
    font-size: 4.3vw;
font-weight: 500;
}

#lp_macaron .detail_wrap .main_txt{
    width: 84vw;
    margin: 0 auto;}

#lp_macaron .detail_wrap .main_txt .text-box{
    width: 100%;
    align-items: center;
    justify-content: center;
}

#lp_macaron .detail_wrap .main_txt .text-box + .text-box{
    text-align: left;
    line-height: 2.2;
}

#lp_macaron .detail_wrap .main_txt .text-box + .text-box p{
    margin-bottom: 10px;
}



#lp_macaron .detail_wrap .main_txt .text-box .text-color{
    font-weight: 550;
    font-size: 14px;
    margin-bottom: 10px;
}

#lp_macaron .detail_wrap .main_txt .text-box .price{

    font-weight: 550;
}

#lp_macaron .detail_wrap .main_txt .text-box .box-icon{
font-size: 11px;
    border: solid 1.4px;
    padding: 4px;
    line-height: 1;
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: .02em;
}


#lp_macaron .detail_wrap .main_txt .rec-box{
    background-color: #ffffff94;
    padding: 20px;
    font-size: 12.5px;
}

#lp_macaron .detail_wrap .main_txt .rec-box p:first-child{
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

#lp_macaron .detail_wrap .main_txt .rec-box p span{
    position: relative;
    width: 100%;
    display: block;
    padding-left: 15px;
}

#lp_macaron .detail_wrap .main_txt .rec-box p span:before{
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    display: block;
    content: '';
    width: 7px;
    height: 4.5px;
    background: none;
    border-top: solid 1.5px #95b7e1;
    border-right: solid 1.5px #95b7e1;
    transform: rotate(135deg);
}

#lp_macaron .requirements_wrap{
    background-color: #ffffff94;
      margin-top: 3em;
    }

#lp_macaron .requirements_wrap .pc_max_wrap{
    width: 84vw;
    margin: 0 auto;
    padding: 3em 0;
  
    }


#lp_macaron .requirements_wrap .title{
      font-size: 18px;
    border-bottom: solid 2px;
    margin-bottom: 10px!important;

  
    }

#lp_macaron .requirements_wrap .terms .title{
    margin-top: 30px;

  
    }

#lp_macaron .requirements_wrap .sub_title{
font-size: 15px;
    font-weight: 500;
  
    }


#lp_macaron .requirements_wrap p{
        font-size: 13px;
    margin-bottom: 15px!important;
    line-height: 1.6;
    }



#lp_macaron .requirements_wrap .terms__frame{
       margin: 20px auto 0;
    background: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align: left;
    width: initial;
    height: 600px;
    padding: 20px;
    font-size: 12px;
    line-height: 1.6;
    }
#lp_macaron .requirements_wrap .terms__frame .box{
       list-style: none;
    margin: 0 0 20px;
    padding: 0;
    }

#lp_macaron .requirements_wrap .terms__frame .box .text_m_bold{
    margin-bottom: 8px;
    }

#lp_macaron .requirements_wrap .checkbox{
    margin: 40px 0 10px;
    text-align: center;
    font-size: 15px;
    }

#lp_macaron .requirements_wrap .checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

#lp_macaron .requirements_wrap .checkbox .form_check_txt{
    line-height: 1;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin: 0!important;}

.form_check_txt:before {
       content: "";
    display: inline-block;
        width: 13px;
    height: 13px;
    border: 1px solid #64472f;
    border-radius: 0;
    margin-right: 6px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
top: -2px;
}

#lp_macaron .requirements_wrap .checkbox input:checked + .form_check_txt:before {
    border: 1px solid rgb(33, 150, 243);
    background-color: rgb(33, 150, 243);
}



#lp_macaron .requirements_wrap .checkbox input:checked + .form_check_txt:after {
  content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    left: 3.5%;
    top: 0;
    bottom: 5%;
    margin: auto;
    width: 4.5px;
    height: 7px;
    transform: translateY(-2px) rotate(45deg);
}

#lp_macaron .requirements_wrap .checkbox .text-small{
    text-align: left;
}

/*アコーディオン*/
	.accordion{
    margin: 20px 0;
	}
	#acMenu{
	background-color: #faebe7;	
	border: solid 1px;
	}
#acMenu dd{
	padding: 15px;
    margin: auto;
}
	#acMenu dt{
	position: relative;		
	}		
	#acMenu .s_title{
    padding: 7px;
    justify-content: center;
	}
	.accordion .icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translatey(-50%);
	width: 38px;
	height: 38px;
}
	.accordion .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}
	.accordion .icon:before,
	.accordion .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #333;
	right: 30%;
	top: 50%;
	width: 30%;
    height: 1px;
    transform: translate(-50%, -50%);
}
	.accordion .icon:before {
	transform: translate(-50%, -50%) rotate(90deg);
	}

	.accordion .icon.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
	}
.accordion .step .step_num p{
	width: 80%;
}
.accordion .step .step_num .num{
	width: 21px;
    height: 21px;
    border: solid 1.5px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    font-weight: 550;
    padding-bottom: 1px;
}
	.accordion .step .step_img{
	position: relative;
	width: 80%;
	margin: 0 auto 60px;
	}
	.accordion .step .triangle {
	position: absolute;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #534f4e90;	
	z-index: 2;
	height: 7%;
	width: 20%;
	bottom: -12%;
	left: 50%;
	transform: translateX(-50%);
	}
		.accordion .oil_seibun{
			    justify-content: space-between;
		}		
	.accordion .oil_seibun li{
	width: calc(100% / 3 - 6px);
	margin-top: 15px;
	text-align: center;
	}
	.accordion .oil_seibun p{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	}	

#lp_macaron .catch .new_icon-box{
	    font-size: 13px;
	text-align: center;
    line-height: 1.5;	
    transform: none;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .02em;
    position: absolute;
bottom: -100px;
    right: 37px;
}
#lp_macaron .catch .new_icon-box .new_icon-box_border {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: solid 1.4px;
}



@media screen and (min-width: 600px){



#lp_macaron .requirements_wrap .checkbox .text-small{
    text-align: center;
}

#lp_macaron{

    font-size: clamp(14px,1.5rem,17px);
}

#lp_macaron .br_sp {
    display: none;
}

#lp_macaron .br_pc {
    display: block;
}	
	
#lp_macaron .sp-block{
display:none!important;}

#lp_macaron .btn{
    height: 90px;
    max-width: 570px;
    margin: 5em auto;
    font-size: clamp(15px,2.6rem,16px);
}


#lp_macaron .mv_wrap .mv_wrap{
    min-height: 700px;
}

#lp_macaron .mv_wrap .mv{
    max-height: calc((var(--vh,1vh) * 100) - 65px);
    height: calc((var(--vh,1vh) * 100) - 65px);
}

#lp_macaron .mv_wrap .catch{
    top: 4%;
/*    height: calc((var(--vh,1vh) * 100) - 85px);*/
    right: 47%;
    width: 50%;
    justify-content: center;
    left: 5%;
    min-width: 490px;

}
	#lp_macaron .mv_wrap .subcatch{
display: none!important;
	}


#lp_macaron .mv_wrap .catch .serif {
font-size: clamp(21px,3.5rem,45px);
    letter-spacing: .2em;
}

#lp_macaron .mv_wrap .catch p span{
    font-size: clamp(15px,2.5rem,35px);
    display: block;
    margin-bottom: 10px;
}

#lp_macaron .mv_wrap .catch .sub{
    font-size: clamp(14px,2rem,19px);
margin-top: 3rem;
}

#lp_macaron .mv_wrap .catch .serif .sub:last-child{
    margin-top: 2.5rem;
}


#lp_macaron .mv_wrap .obi{
    height: 65px;
}

#lp_macaron .mv_wrap .obi p{
letter-spacing: .1em;
    font-size: clamp(16px,2.2rem,26px);
}

#lp_macaron .mv_wrap .obi p span{
    display: inline-block;
    margin-right: 15px;
    font-size: inherit;
}
#lp_macaron .mv_wrap .header-logo{
width: 18%;
    margin-bottom: 40px;
}
#lp_macaron .campaign_wrap .day{
    font-size: clamp(16px,2.3rem,30px);
    width: 100%;
    margin: 3em 0;
}
	#lp_macaron .campaign_wrap .day span{
		        font-size: clamp(14px,1.5rem,17px); 
	}

#lp_macaron .campaign_wrap .present1{
width: 100%;
        text-align: center;
}

#lp_macaron .campaign_wrap .present1 p .text_bold{
    font-size: unset;
    padding: 35px;
}

#lp_macaron .campaign_wrap .present2 {
     width: calc(40% - 6em);
    padding: 3em;
    display: flex;
    flex-direction: column;
    margin: 0;
}

#lp_macaron .campaign_wrap .present2 p{
    flex-grow: 1;
}

#lp_macaron .campaign_wrap .present1 .tit,
#lp_macaron .campaign_wrap .present2 .tit{
    font-size: clamp(20px,2.8rem,38px);
}

#lp_macaron .campaign_wrap .present2 p .text_bold{
    margin: 5px 0;
font-size: unset;
}

#lp_macaron .campaign_wrap .present1 .img {
    width: 13%;
    margin: 3em 0;
}

#lp_macaron .campaign_wrap .present2 .img {
    width: 35%;
      margin: 0 auto 3em;
}
	#lp_macaron .campaign_wrap .present1 p .text_bold img{
		width: 45%;
	}
	#lp_macaron .campaign_wrap .pc_max_wrap{
		text-align: center;
	}	
.detail_wrap .pc_max_wrap{
    width: 84vw;
    margin: 2em auto 5em;
    max-width: 1200px;
}

.detail_wrap .pc_max_wrap .img{
    width: 100%;
    position: relative;
    height: 500px;
}

.detail_wrap .pc_max_wrap .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

#lp_macaron .detail_wrap .f-lead{
    font-size: clamp(19px,2.6rem,30px);
    letter-spacing: .1em;
    margin: 2em auto 1em;
}

#lp_macaron .detail_wrap .main_txt {
    text-align: center;
    line-height: 2.6;
    justify-content: space-between;
}

#lp_macaron .detail_wrap .main_txt .text-box .text-color{
    width: 100%;
}

#lp_macaron .detail_wrap .main_txt .text-box + .text-box{
text-align: center;
    line-height: 2.2;
    width: 100%;
}


#lp_macaron .detail_wrap .main_txt .text-box:first-child{
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}



#lp_macaron .detail_wrap .main_txt .text-box .ex{
    line-height: 1.9;
    margin-top: 10px;
}

#lp_macaron .detail_wrap .main_txt .rec-box{
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}

#lp_macaron .detail_wrap .main_txt .rec-box p{
    width: 50%!important;
}

#lp_macaron .detail_wrap .main_txt .rec-box p span{
    padding-left: 25px;
    text-align: left;
}

#lp_macaron .detail_wrap .main_txt .text-small-wrap{
    text-align: left;
    width: 100%;
    margin-top: 60px;
}


.form_check_txt:before{
width: 15px;
    height: 15px;
    top: 2px;
}

/*アコーディオン*/
#acMenu .s_title{
padding: 15px;
}	
#acMenu dd{
padding: 30px;
}	
	.accordion .step .step_img_wrap{
		justify-content: space-between;
	}	
	.accordion .step .step_img{
		width: 27%;
    margin: 10px 20px 60px;
	}	
	.accordion .step .triangle {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    height: 10%;
    width: 9%;
	top: 50%;
	left: 110%;
	transform: translateY(-50%);
	}	
	
#lp_macaron .catch .new_icon-box{
	    font-size: 15px;
	text-align: center;
    line-height: 1.5;	
    transform: none;
    width: 100px;
    height: 100px;
        right: -20px;
        top: 70px;
}
	
}



@media screen and (min-width: 1900px) {





}

@media screen and (min-width: 750px) and (max-height: 900px) {
	




}





/* ETVOS HEADER */
/* line 591, ../sass/css_18aw_lp.scss */
#logo {
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* line 599, ../sass/css_18aw_lp.scss */
#logo img {
    width: 120px;
    margin-top: 8px;
}

/* line 603, ../sass/css_18aw_lp.scss */
#logo a {
display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 450px) {
  /* line 610, ../sass/css_18aw_lp.scss */
  #logo img {
      width: 100px;
    padding-top: 0;
    margin-top: 0;
  }
}
/*////////////////*/
/* ETVOS FOOTER */
/* line 619, ../sass/css_18aw_lp.scss */
footer {
  padding-top: 40px !important;
  text-align: center !important;
background-color: #dcd6d8;!important;
   
}

/* line 625, ../sass/css_18aw_lp.scss */
footer a {
  color: #000!important;
}

/* line 629, ../sass/css_18aw_lp.scss */
footer a:link {
  color: #000!important;
}

/* line 633, ../sass/css_18aw_lp.scss */
footer a:visited {
  color: #000!important;
}

/* line 637, ../sass/css_18aw_lp.scss */
footer a:hover {
  color: #000!important;
}

/* line 641, ../sass/css_18aw_lp.scss */
footer a:active {
  color: #000!important;
}

/* line 645, ../sass/css_18aw_lp.scss */
footer .sns_area {
  width: auto;
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}

/* line 652, ../sass/css_18aw_lp.scss */
footer .sns_area .twitter-btn {
  display: inline-block;
  width: 100px;
}

/* line 657, ../sass/css_18aw_lp.scss */
footer .sns_area .fb-share-button {
  display: inline-block;
  width: 100px;
}

footer .sns_area .line-share-button{
  display: inline-block;
  width: 100px;
}


/* line 662, ../sass/css_18aw_lp.scss */
footer .f_list {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.8rem;
    padding: 0;
}

/* line 669, ../sass/css_18aw_lp.scss */
footer .f_list li {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 450px) {
  /* line 676, ../sass/css_18aw_lp.scss */
  footer .sns_area {
    width: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  /* line 684, ../sass/css_18aw_lp.scss */
  footer .sns_area .line-share-button {
    display: inline-block;
    width: 82px;
  }

  /* line 688, ../sass/css_18aw_lp.scss */
  footer .f_list {
    font-size: 0.75rem !important;
  }

  /* line 693, ../sass/css_18aw_lp.scss */
  #copyright {
    font-size: 0.5rem !important;
  }
}
/*////////////////*/