@charset "UTF-8";
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
html {
    scroll-padding-top: 80px;
}
.bu25sk__cont_wrap{
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    background-image: url(/img/beautyup-25sakucp/bk_pc.png);
  background-attachment: fixed;
  background-size: 100%;
  background-position: top center;
}
.bu25sk__cont{
    max-width: 375px;
    margin: 0 auto;
    background-color: #fff;
    letter-spacing: normal;
}
.bu25sk__cont h1,
.bu25sk__cont h2,
.bu25sk__cont h3,
.bu25sk__cont h4{
	margin: 0;
    padding: 0;
    font-weight: 600;
}
.bk_yl{
    background-color: #FDF2E3;
}
.bk_pk{
    background-color: #ED6FB2;
}
.medium{
font-weight: 500;
}
.bold{
font-weight: 600;
}
.pink{
color: #FF3788;
}
.font_zm{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
}
.txt_left{
    text-align: left;
}
.pk_line {
    background:linear-gradient(transparent 70%, #FFB1D0 30%);
    display: inline-block;
}
.yl_line {
    background:linear-gradient(transparent 60%, #FFFA95 40%);
    display: inline-block;
}
.bu25sk__cont ul li{
    font-size: 12px;
    text-indent: -1em;
padding-left: 1em;
text-align: left;
line-height: 1.7;
}
.bu25sk__cont a:hover{
opacity: 0.5;
color: unset;
}
.atc_inner,.sec_inner{
padding: 0 4%;
}

/******************************** 
mv
*********************************/
.bu25sk__cont h1{
    height: 300px;
}

/******************************** 
about
*********************************/
.about{
    padding: 20px 0 30px;
}
.ank_box{
    width: 100%;
    height: 90px;
    background-image: url(/img/beautyup-25sakucp/ank_frame01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
    position: relative;
}
.grayout{
    background-color: rgba(144,144,144,0.8);
    color:#fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grayout p{
    font-weight: 700;
    font-size: 16px !important;
}
.ank_box a{
    display: block;
    height: 100%;
    position: relative;
}
.ank_box a:before {
    content: '';
    width: 19px;
    height: 19px;
    background: #FF3788;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .ank_box a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -2.6px;
    right: 21px;
    bottom: 0;
    margin: auto;
  }
.ank_box:nth-child(2){
    height: 104px;
    background-image: url(/img/beautyup-25sakucp/ank_frame02.png);
}
.ank_box p{
    font-size: 13px;
    line-height: 1.2;
}
.ank_box p:first-child span{
    font-size: 25px;
}
.ank_box p:nth-child(2){
    font-size: 15px;
    margin: 3px 0 5px;
}
.store_box{
    padding: 10px 6px;
    margin: 20px 0 15px;
    background-color: #FFF7ED;
}
.about h3{
    font-size: 14px;
    margin-bottom: 3px;
}
.store_box h3{
    margin-bottom: 6px;
}
.store_box dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store_box dl dt{
    width: 70px;
}
.store_box dl dd{
    width:260px;
}

/******************************** 
edition
*********************************/
.bk_pk .atc_inner{
    padding-top: 20px;
}
.edition{
    background-image: url(/img/beautyup-25sakucp/bk_edition.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding-bottom:30px;
}
.edition .sec_inner{
    background: linear-gradient(rgba(255,255,255,0) 20%, #fff 0%);
    padding: 40px 4% 25px;
}
.edition .bk_edition .pk_line{
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.1;
}
.edition .bk_edition .pk_line span{
    font-size: 32px;
}
.edition .bk_edition h2{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
    background-color: unset;
}
.coupon_icon{
    position: relative;
    padding-left: 40px;
    margin-left: 7px;
}
.coupon_icon::before{
    content: '';
  display: inline-block;
  width: 43px;
  height: 28px;
    background-image: url(/img/beautyup-25sakucp/coupon.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: -7px;
}
.edition .bk_edition p a{
    font-size: 11px;
    text-decoration: underline;
}
.edition .bk_edition .edition_mv {
    margin: 15px 3% 10px;
}
.edition:nth-child(2) .bk_edition .edition_mv {
    margin: 10px 0;
}
.edition .pink_box{
    background-color: #FFC4E1;
    border-radius: 5px;
    padding: 5px 0 4px;
    font-size: 13px;
    margin-bottom: 16px;
}
.edition .sec_inner > p:nth-of-type(2){
    line-height: 1.8;
    margin-bottom: 12px;
}
.edition__yl_box{
    margin-top: 16px;
    padding: 0 15px 18px;
    border-radius: 15px;
    color: #554735;
}
.edition__yl_box h3{
    font-size: 15px;
    background-color: #fff;
    padding: 0 12px;
    border-radius: 0 0 7px 7px;
    display: inline-block;
    margin-bottom: 10px;
}
.edition__yl_box h4{
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.edition__yl_box .edition__yl_box_img{
margin: 12px auto 0;
width: 72px;
}
.edition:nth-of-type(2) .edition__yl_box .edition__yl_box_img{
    width: 184px;
    margin-top: 18px;
}
.endbox{
    border: solid 2px #ff0000;
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
    margin: 10px 0;
}
.endbox p{
    font-weight: 600;
    font-size: 16px;
}

/* アコーディオン */
.accordion-header{
    border: solid 1px #FF3788;
    padding: 12px 18px 12px 0;   
    font-size: 13px;
    color: #FF3788;
    font-weight: 600; 
    margin-top: 25px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.accordion-header:hover {
	opacity: 0.6;
}
.accordion-content {
    display: none;
  }
  .accordion-header::before,
  .accordion-header::after{
      position:absolute;
      content:'';
      top:1px;
      right:26%;
      bottom:0;
      width:9px;
      height:1.5px;
      margin:auto;
      background:#FF3788;
  }
  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{
    transform:rotate(0deg);
}
  .accordion-content {
    padding: 23px 0 0;
  }
  .accordion-content img{
    width: 296.5px;
  }

/******************************** 
coupon
*********************************/
.coupon_area{
    padding: 30px 0;
}
#coupon h2{
    background-color: #FFE0C9;
    border-radius: 50px;
    padding: 10px 0 10px 14%;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
}
#coupon h2.coupon_icon::before {
    top: 7px;
    left: 21px;
}
#coupon > p{
font-size: 13px;
line-height: 1.8;
}
#coupon > p:nth-of-type(2){
    margin: 20px 0;
    line-height: 1;
    text-align: left;
}
#coupon > p:nth-of-type(2) span{
    font-size: 11px;
}
#coupon > p:nth-of-type(3){
margin: 15px 0 30px;
}
#coupon > p:nth-of-type(3) a{
    text-decoration: underline;
}

#coupon_use .wt_box{
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 4%;
}
#coupon_use .wt_box h2{
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0 10px;
    display: inline-block;
   position: relative;
   background-color: unset;
}
#coupon_use .wt_box h2:nth-of-type(2){
    margin-bottom: 20px;
}
#coupon_use .wt_box h2::before,
#coupon_use .wt_box h2::after {
   content: ""; /* 擬似要素の内容なし */
   height: 100%; /* ボックスの高さに合わせる */
   width: 0.6em; /* カッコの幅 */
   position: absolute; /* 絶対位置指定 */
   bottom: 0; /* 下端に配置 */
   border-top: 1px solid #000; /* 上部の線 */
   border-bottom: 1px solid #000; /* 下部の線 */
}

#coupon_use .wt_box h2::before {
   border-left: 1px solid #000; /* 左の角括弧 */
   left: 0; /* 左端に配置 */
}

#coupon_use .wt_box h2::after {
   border-right: 1px solid #000; /* 右の角括弧 */
   right: 0; /* 右端に配置 */
}
#coupon_use .wt_box h3{
width: 94px;
margin: 0 auto 25px;
}

/* slick */
.slider_area{
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.slick-list {
    padding: 0 10% 0 0 !important;
}
.slick-slide {
    margin-right: 0px;
}
.slick-list img {
  width: 100%;
}

/* .slick-initialized .slick-slide {
    width: 280px !important;
    height: 364.5px;
}
.slick-initialized .slick-slide:first-of-type{
    margin-left: -10px;
} */
.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;
  }

/******************************** 
bu25_banner_wrap
*********************************/
.bu25_banner_wrap{
    padding: 50px 0 30px;
}
.bu25_banner_wrap a p{
    font-size: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bu25_banner_wrap a p::after,
.bu25_banner_wrap a p::before {
    content: '';
    width: 1.5px;
    height: 30px;
    margin-top: 8px;
    background-color: #000;
}

.bu25_banner_wrap a p::before {
    margin-right: 15px;
    transform: rotate(-25deg)
}

.bu25_banner_wrap a p::after {
    margin-left: 15px;
    transform: rotate(25deg)
}


@media screen and (max-width:600px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}








