@charset "UTF-8";
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
html {
    scroll-padding-top: 80px;
}
a img {
    vertical-align: bottom;
  }
.bu26lc__cont_wrap{
    background-image: url(/img/beautyup-licca/bk.jpg);
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: top 80px center;
  background-repeat: no-repeat;
}
.bu26lc__cont{
    max-width: 375px;
    margin: 0 auto;
    background-color: #FFF2FB;
    letter-spacing: normal;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}
.bu26lc__cont p{
    line-height: 1.8;
}
.bu26lc__cont h1,.bu26lc__cont h2,
.bu26lc__cont h3,.bu26lc__cont h4{
	margin: 0;
    padding: 0;
    font-weight: 700;
    background-color: unset;
    line-height: normal;
    text-align: center;
}
.bu26lc__cont h2{
    font-size: 16px;
}
.bu26lc__cont h3{
    font-size: 15px;
}
.bu26lc__cont h4{
    font-size: 11px;
}
.bu26lc__cont h5{
    font-size: 12px;
}
.bu26lc__cont a:hover{
    opacity: 0.7;
    color: unset;
}
.bold{
    font-weight: 700;
}
.underline{
    text-decoration: underline;
}
.pink{
    color: #E06997;
}
.center{
    text-align: center;
}
section{
    padding: 0 4% 40px;
}
.pb12{
    padding-bottom: 12px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb50{
    padding-bottom: 50px;
}
.prl4{
    padding-left: 4%;
    padding-right: 4%;
}
.mv h1{
    height: 100%;
    font-size: 0;
    margin-bottom: 30px;
}
.period{
    margin-bottom: 15px;
    text-align: center;
}
.period span{
    font-size: 20px;
}
.period span.pink{
    font-size: 12px;
}
.bl_bk{
    background-color: #E6EFFF;
    border-radius: 8px;
    padding: 2px 0;
    margin-top: 5px;
}
.flex_area{
margin: 10px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex_area .flex_box{
width: 48%;
}
.flex_box a{
    display: block;
}
ul.kome li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
}
h2.wt_h2{
    background-color: #fff;
    border:  solid 1px #E06997;
    font-size: 14px;
    color: #E06997;
    padding: 5px 0;
    margin-bottom: 12px;
}
.pk_bk{
    margin: 15px 0 15px;
    background-color: #F8DBEE;
    border-radius: 10px;
    padding: 14px 4%;
}
.pk_bk dl{
    margin-top: 8px;
    font-size: 12px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}
.pk_bk dl dt{
width: 20%;
}
.pk_bk dl dd{
    width: 80%;
}
.pk_bk dl dt:nth-of-type(3){
    width: 38%;
}
.pk_bk dl dd:nth-of-type(3){
    width: 62%;
}
.sqbox_area{
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #6E15AF;
    box-shadow:
    7px 7px 0 -1px #F2C4E2,
    7px 7px 0 0 #6E15AF;
   position: relative;
    padding: 32px 4% 36px;
    width: 98%;
    z-index: 1;
}
.sqbox_area h2 img{
width: 190px;
}
.sqbox_area h2 {
    margin-bottom: 30px;
}

.accordion-header{
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #EE7288;
    padding: 14px 0 14px 6%;
    transition: 0.3s;
    position: relative;
}
.accordion-header:hover {
	opacity: 0.8;
    cursor: pointer;
}
.accordion-content{
    display: none;
padding: 24px 8%;
background-color: #FFECF3;
}
.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:0;
    right:4%;
    bottom:0;
    width:13px;
    height:2px;
    margin:auto;
    background:#fff;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{
    transform:rotate(0deg);
}
.accordion-content p{
    text-align: center;
}
.accordion-content p:nth-of-type(1){
    margin-bottom: 24px;
}
h3.wt_h3{
    background-color: #fff;
    border-radius: 50px;
    border: solid 1px #2B2B2B;
    padding: 4px 0;
    margin: 24px 0 10px;
}
h3.wt_h3:first-of-type{
    margin-top: 0;
}
.accordion-content ul.kome li{
    font-size: 11px;
}
.accordion-content h3 img{
    width: 94px;
    margin: 10px auto 12px;
}
.accordion-content h4{
    text-align: left;
    margin-bottom: 8px;
}

/******************************** 
 slick
*********************************/
.slider_area{
    position: relative;
    display: block;
    margin-bottom: 24px;
    margin-right: -10%;
    margin-left:-10px;
    overflow: hidden;
}
.slick-list {
    padding: 0 10% 0 0 !important;
}
.slick-slide {
    margin-right: 0px;
    padding-left: 10px;
    display: block;
}
.slick-list img {
  width: 100%;
}
.slick-prev{
    position: absolute;
    left: 0px;
    background-image: url("/img/beautyup-25sakucp/left_arrow.png");
    background-repeat: no-repeat;
    transform: rotate(180deg);
    height: 40px;
    width: 40px;
    z-index: 4;
        background-size: 40px;
    top: 45%;
}
.slick-next{
    background-image: url("/img/beautyup-25sakucp/left_arrow.png");
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  z-index: 4;
background-size: 40px;
position: absolute;
top: 45%;
right: 5px;
}
.slick-disabled {
    opacity: 0;
  }

h3.pk_h3{
    background-color: #E06997;
    color: #fff;
    border-radius: 50px;
    padding: 6px 0;
    margin: 24px 0 16px;
}
.wt_box{
    background-color: #fff;
    border: solid 1px #E06997;
    border-radius: 10px;
    padding: 6px 12px 16px 18px;
    margin-bottom: 10px;
}
.wt_box .flex_area .txt_box{
width: 60%;
}
.wt_box .flex_area .txt_box p{
    line-height: 1.6;
    }
.wt_box .flex_area .img_box{
    width: 40%;
}
.wt_box:nth-of-type(1) .flex_area .img_box{
    margin-top: -8px;
}
.wt_box:nth-of-type(2) .flex_area .txt_box{
    width: 74%;
}
.wt_box:nth-of-type(2) .flex_area .img_box{
    width: 25%;
}
.wt_box:nth-of-type(1) .detail_btn{
    margin-top: -8px;
}
.wt_box:nth-of-type(2) .detail_btn{
    margin-top: 18px;
}
.wt_box .detail_btn a{
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    width: 153px;
    height: 40px;
    line-height: 38px;
    border: solid 1px #6E15AF;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #f2c4e2, #b6e1f2);
    font-weight: 700;
    position: relative;
}
.wt_box .detail_btn a:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
  }
  .wt_box .detail_btn a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #6E15AF;
    border-right: solid 2px #6E15AF;
    transform: rotate(135deg);
    position: absolute;
    top: -2px;
    right: 17px;
    bottom: 0;
    margin: auto;
  }
  h5#points{
    margin: 40px 0 5px;
  }
  .sqbox_area.gentei{
    position: relative;
    padding-bottom: 30px;
    box-shadow: 7px 7px 0 -1px #E06997, 7px 7px 0 0 #6E15AF;
  }
  .sqbox_area.gentei .pk_bk dl dt {
    width: 22%;
}
.sqbox_area.gentei .pk_bk dl dd {
    width: 78%;
}
  section:last-child .sqbox_area.gentei .pk_bk{
    margin-bottom: 0;
  }
  .sqbox_area.gentei p.left_txt{
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #E06997;
    border: solid 1px #6E15AF;
    border-radius: 16px 0 16px 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 12px;
  }
  .sqbox_area.gentei h2 {
    font-weight: 700;
    font-size: 24px;
    color: #E06997;
    line-height: 1.4;
    margin-top: 5px;
  }
  .sqbox_area.gentei h2 span{
        font-size: 16px;
}
.sqbox_area.gentei > img{
    /* width: 308px;
    height: auto; */
    image-rendering: -webkit-optimize-contrast;
}
.sqbox_area.gentei .period {
    border-top: solid 1px #E06997;
    border-bottom: solid 1px #E06997;
    width: 245px;
    margin: 0 auto;
    padding: 6px 0 4px;
    position: relative;
}
.sqbox_area.gentei .period h3{
    color: #E06997;
background-color: #fff;
display: inline-block;
position: absolute;
top: -12px;
left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
}

.bu26lc__banner_wrap{
padding-bottom: 20px;
text-align: center;
}
.bu26lc__banner_wrap h4{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    display: inline-block;
    position: relative;
}
.bu26lc__banner_wrap h4:before,
.bu26lc__banner_wrap h4:after {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #2B2B2B;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .bu26lc__banner_wrap h4:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    left: unset;
    right: 0;
  }
.bu26lc__banner_wrap a{
    margin-bottom: 10px;
    display: block;
}

.close_area{
    font-weight: bold;
    color: #E06997;
    border: solid 2px #E06997;
    background-color: #fff;
    padding: 10px 0;
    margin: -20px 4% 20px 4%;
    text-align: center;
}
.close_area p{
    line-height: 1.6;
}


  @media screen and (max-width:599px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .bu26lc__cont_wrap{
        margin-top: -10px;
    }
    .bu26lc__cont_wrap,.bu26lc__cont{
        max-width: 100%;
    }
    .sqbox_area.gentei > img{
        width: 100%;
        height: auto;
        image-rendering: -webkit-optimize-contrast;
    }
}