.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:499px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/***************************************

メインビジュアル

****************************************/
.sc_content_bg{
    font-family: "Noto Sans JP", sans-serif;
    background-color: #ECFAF8;
    position: relative;
}
.sc_content_bg::after{
    content: "";
    display: block;
    width: 1410px;
    height: 100%;
    background-image: url(/img/syokai_campaign202412/pc_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.sc_content_wrap{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.sc_content_wrap h2{
    margin: 0;
    padding: 0;
}
.sc_content_wrap h2 img{
    display: block;
    width: 100%;
}

@media screen and (max-width:499px){
    .sc_content_wrap{
        max-width: 430px;
    }
    .sc_content_bg::after{
        display: none;
    }
}
/***************************************

フッター

****************************************/
.sc_footer_whitespace{
    width: 100%;
    height: 70px;
    margin-bottom: -70px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
/***************************************

コピーエリア

****************************************/
.sc_copy_area{
    padding: 20px 15px;
    background-color: #F4FBFA;
}
.sc_copy_box{
    padding: 15px;
    background-image: url(/img/syokai_campaign202412/copy_area_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.sc_copy_box > div{
    padding: 15px;
    background-color: #fff;
    text-align: center;
}
.sc_copy_box > div p{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.sc_copy_box > div p:nth-child(1) {
    line-height: 1.8;
}
.sc_copy_box > div p:nth-child(1) strong{
    font-weight: 800;
    color: #008A8A;
}
.sc_copy_box > div p:nth-child(1) strong span{
    font-size: 20px;
}
.sc_copy_box > div p:nth-child(2){
    display: inline-block;
    line-height: 1.5;
    margin-top: -5px;
    background: linear-gradient(transparent 75%, #DCF7F6 75%);
}
.sc_copy_box > div p:nth-child(2) strong{
    color: #008A8A;
    font-size: 20px;
    font-weight: 800;
}
.sc_copy_box > div p:nth-child(2) strong span{
    font-size: 32px;
}
.sc_copy_box > div p:nth-child(3){
    margin-top: 15px;
}
.sc_copy_box > div p:nth-child(3) span{
    background: linear-gradient(transparent 75%, #FDD04C 75%);
}
.sc_copy_area > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 44px;
    background-image: url(/img/syokai_campaign202412/icon_btn_white.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-color: #A7E4E1;
    margin: 15px auto 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    border-radius: 6px;
}
@media screen and (min-width: 601px) {
    .sc_copy_area > a{
        height: 60px;
    }
}
/***************************************

商品をピックアップ

****************************************/
.picup_area{
    padding: 20px 15px 0;
}
.picup_title{
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 35px;
}
.picup_title h3{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 0 0 0;
    text-align: center;
}
.picup_title h3 span{
    position: relative;
}
.picup_title h3 span::after,
.picup_title h3 span::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
}
.picup_title h3 span::after{
    right: -50px;
    background-image: url(/img/syokai_campaign202412/kirakira_right.png);
}
.picup_title h3 span::before{
    left: -50px;
    background-image: url(/img/syokai_campaign202412/kirakira_left.png);
}
.picup_title p{
    display: inline-block;
    font-family: "Marck Script", cursive;
    color: #008A8A;
    font-size: 20px;
    letter-spacing: 0;
    transform: rotate(-10deg);
    position: absolute;
    font-weight: bold;
    top: 0;
    left: calc(50% - (220px / 2) - (50px / 2));
}
.picup_lsit{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 15px;
}
.picup_lsit li{
    max-width: 47.8%;
}
.picup_lsit li a div:first-child img{
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.picup_brand{
   font-size: 12px;
   font-weight: 400;
   letter-spacing: 0;
}
.picup_pro_name{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.picup_price{
    font-size: 12px;
    letter-spacing: 0;
}
.picup_price strong{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.btn_new_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    margin: 20px 0 0;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    background-image: url(/img/syokai_campaign202412/icon_btn_green.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-color: #008A8A;
}
/***************************************

2024年下半期DEPACO ベストコスメ

****************************************/
.bestcosme_area{
    padding: 35px 15px 0;
}
.bestcosme_title{
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 35px;
}
.bestcosme_title h3{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0;
    padding: 0 0 0;
    text-align: center;
    background-image: url(/img/syokai_campaign202412/best_cosme_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
@media screen and (min-width:500px){
    .bestcosme_title h3{
        background-size: 345px 93px;
    }
}
.bestcosme_title h3 span{
    position: relative;
}
.bestcosme_title h3 span::after,
.bestcosme_title h3 span::before{
    content: "";
    display: block;
    width: 22px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    
}
.bestcosme_title h3 span::after{
    top: 5px;
    height: 19px;
    right: -35px;
    background-image: url(/img/syokai_campaign202412/star_dot_right.png);
}
.bestcosme_title h3 span::before{
    bottom: 10px;
    height: 22px;
    left: -65px;
    background-image: url(/img/syokai_campaign202412/star_dot_left.png);
}
.bestcosme_title p{
    display: inline-block;
    font-family: "Marck Script", cursive;
    color: #008A8A;
    font-size: 20px;
    letter-spacing: 0;
    transform: rotate(-10deg);
    position: absolute;
    top: 0;
    font-weight: bold;
    left: calc(50% - (220px / 2) - (50px / 2));
}
.bestcosme_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 15px;
}
.bestcosme_list li{
    max-width: 47.8%;
}
.bestcosme_list li a div:first-child img{
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.bestcosme_list li .bestcosme_crown img{
    max-width: 40px;
    margin: 0 auto !important;
}
.bestcosme_fukidashi{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22px;
    border-radius: 11px;
    background-color: #DCF7F6;
    color: #008A8A;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 18px;
}
.bestcosme_fukidashi::after{
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: calc(tan(60deg)* 8px) solid #DCF7F6;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.best_cosme_banner_wrap {
    margin-bottom: 40px;
}
.best_cosme_banner_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
.best_cosme_banner_wrap h3 span {
    position: relative;
}
.best_cosme_banner_wrap h3 span::after,.best_cosme_banner_wrap h3 span::before  {
    content: "";
    display: block;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/img/syokai_campaign202412/best_cosme_title_icon.png);
}
.best_cosme_banner_wrap h3 span::after {
    left: auto;
    right: -18px;
    transform: translateY(-50%) scale(-1, 1);
}
.best_cosme_banner {
    width: 100%;
}
.more_icon {
    width: 74%;
    margin: 0 auto;
    display: block;
}
.otoku_more_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.otoku_more_title p {
    font-size: 16px;
    font-weight: 800;
    line-height: 29px;
}
.otoku_more_title p span {
    color: #008A8A;
    font-size: 20px;
}
.otoku_more_title p span.price {
    font-size: 32px;
}
.otoku_more_title p:last-of-type {
    display: inline-block;
    background: linear-gradient(transparent 60%, #DCF7F6 60%);
}
.otoku_more_arrow {
    width: 48px;
    display: block;
    margin: 0 auto;
}
.otoku_more h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.otoku_more h3 span {
    position: relative;
}
.otoku_more h3 span::after,.otoku_more h3 span::before  {
    content: "";
    display: block;
    left: -18px;
    top: 61%;
    transform: translateY(-50%);
    width: 13px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/img/syokai_campaign202412/best_cosme_title_icon.png);
}
.otoku_more h3 span::after {
    left: auto;
    right: -18px;
    transform: translateY(-50%) scale(-1, 1);
}
.point_back_baner {
    width: 100%;
    margin-bottom: 40px;
}
.ny_notes_ac_body {
    display: none;
    background-color: #F2F2F2;
    margin-top: 20px;
    padding: 30px 15px 30px 26px;
}
.ny_notes_ac_body li {
    list-style: disc;
}
.ny_notes_ac_body li::marker {
    font-size: 9px;
}
.ny_notes_ac_btn{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.ny_notes_ac_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    color: #141414 !important;
    padding: 12px 0;
}
.ny_notes_ac_btn a{
    position: relative;
    width: 91%;
    border: 1px solid #141414;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 35px;
    height: 44px;
}
.ny_notes_ac_btn a span{
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #141414;
    border-radius: 50%;
    z-index: -1;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.ny_notes_ac_btn a::after,
.ny_notes_ac_btn a::before{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 15.5px;
    transform: translateY(-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.ny_notes_ac_btn a::before{
    transform: translateY(-50%) rotate(90deg);
}
.ny_notes_ac_btn.is-opened a::before{
    transform: translateY(-50%) rotate(0deg);
}
.sc_copy_area.new_entry {
    background-color: transparent;
    margin-top: 30px;
    padding: 0;
}


.banner_area {
    padding-top: 20px;
}
@media screen and (min-width: 601px) {
    .sc_copy_area.new_entry {
        margin-top: 40px;
    }
    .banner_area {
        padding-top: 30px;
    }
}
.banner_area h3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_area h3 span {
    padding: 0;
    background-image: repeating-linear-gradient(-45deg, #A7E4E1, #A7E4E1 2px, #FFFFFF 2px, #FFFFFF 4px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 7px;
}
.banner_area .ny_swiper_wrap {
    margin-top: 20px;
}
.ny_swiper_wrap.brand_logo_swiper {
    margin-bottom: 20px;
}
.brand_logo_swiper .ny_swiper01 .ny_swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #A7E4E1;
}
.search_link_area {
    padding: 0 15px;
    margin-bottom: 30px;
}
.search_link_area a {
    background-color: #A7E4E1;
    color: #141414;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    line-height: 18px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.search_link_area a span::after {
    content: "";
    display: block;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/img/syokai_campaign202412/search_link_icon.png);
}
.brand_search_link {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}
.brand_search_link span {
    position: relative;
}
.search_link_area .brand_search_link span::after {
    right: -27px;
}
.search_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_link_list a {
    width: 49.2%;
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
}
.brand_logo_swiper .ny_swiper01 .swiper-button-prev {
    background-image: url(/img/syokai_campaign202412/logo_swiper_slide_next.png);
}
.brand_logo_swiper .ny_swiper01 .swiper-button-next {
    background-image: url(/img/syokai_campaign202412/logo_swiper_slide_pre.png);
}
.banner_list {
    padding: 0 15px;
    margin-bottom: 40px;
}
.banner_list a {
    margin-bottom: 30px;
    display: block;
}
.banner_list a:last-of-type {
    margin-bottom: 0;
}
.banner_list a img {
    width: 100%;
}
.about__util_slider {
    margin: 3.28rem auto 0;
    position: relative;
    width: 1040px;
    padding: 0;
}
.about__util_slider {
    position: relative;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 21.5px;
}
.about__util_slider li {
    margin: 0 7.5px;
    height: auto;
    box-sizing: border-box;
}
.about__util_slider li img {
    margin: 0 0 16px;
}
.about__util_slider li p {
    font-size: 12px;
    font-weight: 400;
}
.about__util_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}
.about__util_slider .slick-dots button {
    display: none;
}
.about__util_slider .slick-dots li {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #EDEDED;
    border-radius: 2vw;
    margin: 0 1.5vw 0;
    transition: 0.3s;
}

.about__util_slider .slick-dots li.slick-active {
    background-color: #FF96A2;
}
@media screen and (min-width: 601px) {
    .about__util_slider .slick-dots li {
        margin: 0 10px 0;
    }
    .banner_area h3 {
        margin-bottom: 20px;
    }
    .about__util_slider {
        padding: 0 30px;
    }
    .about__util_slider-arrow.slick-prev {
        left: 5px !important;
    }
    .about__util_slider-arrow.slick-next {
        right: 5px;
        transform: translateY(-40%) rotate(-180deg) !important;
    }
    .about__util_slider-arrow {
        border: none !important;
        background-color: inherit !important;
        cursor: pointer !important;
        width: 24px !important;
        height: 24px !important;
        background-image: url(/img/syokai_campaign202412/dc_slider_arrow.png)!important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
        position: absolute !important;
        top: 40% !important;
        transform: translateY(-40%) !important;
    }
}
.ny_swiper_wrap{
    margin: 50px 0 0;
}
.ny_swiper_wrap h3{
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.ny_swiper_wrap h3 span{
    position: relative;
}
.ny_swiper_wrap h3 span::after,
.ny_swiper_wrap h3 span::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: -18px;
}
.ny_swiper_wrap h3 span::after{
    width: 56px;
    height: 49px;
    background-image: url(/img/syokai_campaign202412/lucky2_flower_left.png);
    left: calc(50% - (160px / 2) - (65px / 2));
}
.ny_swiper_wrap h3 span::before{
    width: 43px;
    height: 29px;
    background-image: url(/img/syokai_campaign202412/lucky2_flower_right.png);
    top: -4px;
    right: calc(50% - (160px / 2) - (45px / 2));
}
.ny_swiper01{
    position: relative;
    padding: 0 20px 10px 20px;
}
@media (max-width: 500px){
    .ny_swiper01{
        padding: 0 15px 10px 15px;
    } 
}
.ny_swiper01 .swiper-slide img {
    width: 100%;
}
.ny_swiper01 .swiper-slide p {
    font-size: 13px;
    letter-spacing: 0;
}
.ny_swiper01 .swiper-slide p span{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.ny_swiper01 .swiper-wrapper {
    cursor: grab;
    margin: 0 auto 35px;
}

.ny_swiper01 .swiper-pagination {
    display: block;
    position: static;
}

/* PC版のみで矢印を表示 */
@media (min-width: 500px) {
.ny_swiper01 .swiper-button-next,
.ny_swiper01 .swiper-button-prev {
    display: block;
    width: 42px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: inherit;
    bottom: 0;
}
.ny_swiper01 .swiper-button-next{
    background-image: url(/img/syokai_campaign202412/swiper_slide_next.png);
}
.ny_swiper01 .swiper-button-prev{
    background-image: url(/img/syokai_campaign202412/swiper_slide_pre.png);
}
}
/* PC版のみで矢印を表示 */
@media (max-width: 500px) {
.ny_swiper01 .swiper-button-next,
.ny_swiper01 .swiper-button-prev {
    display: none;
}
}
.ny_swiper01 .ny_swiper-scrollbar {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    height: 3px;
    background-color: #E6E6E5;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
}
.ny_swiper01 .ny_swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #F29500;
}
.ny_swiper01 .ny_swiper-scrollbar .swiper-button-next{

}
.ny_swiper01 .swiper-button-next::after,
.ny_swiper01 .swiper-button-prev::after{
    display: none;
}
@media (max-width: 500px) {
    .ny_swiper01 .ny_swiper-scrollbar{
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        max-width: 100%;
        margin: 0;
    }
}
.otoku_banner_list {
    padding: 0 15px 40px;
}
.otoku_banner_list .otoku_more {
    margin-bottom: 54px;
}
.otoku_banner {
    width: 100%;
}
.otoku_title_wrap {
    display: flex;
    justify-content: center;
}
.otoku_title {
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
    flex-direction: column;
}
.otoku_title p {
    text-align: center;
    font-weight: bold;
    display: inline;
}
.otoku_title p:first-of-type {
    font-size: 16px;
}
.otoku_title p:last-of-type {
    font-size: 20px;
}
.otoku_title p:last-of-type span {
    color: #008A8A;
}

.otoku_title::after,.otoku_title::before  {
    content: "";
    display: block;
    top: 43%;
    transform: translateY(-50%);
    width: 60px;
    height: 62px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.otoku_title::before {
    left: -25%;
    background-image: url(/img/syokai_campaign202412/otoku_title_icon_l.png);
}
.otoku_title::after {
    right: -25%;
    background-image: url(/img/syokai_campaign202412/otoku_title_icon_r.png);
}
.otoku_point_banner {
    margin-bottom: 15px;
}
.otoku_banner_list_note {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
#about__wrap.syokai_about_dpcinf {
  background-color: #F4FBFA;
}
.about__dpcinf {
  width: 100%;
  padding: 3rem 0;
}

.about__dpcinf--box {
  max-width: calc(100% - 3rem);
    width: 100%;
  margin: 0 auto 2rem;
  padding: 3rem 0;
  background-color: #FFFFFF;
  border-radius: 2rem;
}

.about__dpcinf h4 {
  font-size: 18px;
    margin: 0 0 2rem 0;
  text-align: center;
  font-weight: 400;
}


.about__dpcinf h4 .dpcinf__subtitl {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 1rem 0;
}

.about__dpcinf h4 .dpcinf__subtitl p {
  margin: 0 0 0.3rem;
    font-size: 10px;
}

.about__dpcinf h4 .dpcinf__subtitl img {
   width: 40px;
    height: 40px;
}


.about__dpcinf h4 .dpcinf__subimg {
  width: 267px;
  height: auto;
  margin: 0 auto;
}


.about__dpcinf .dpcinf__linebox {
  max-width: calc(100% - 1.5rem);
    width: 100%;
  margin: 0 auto 1rem;
 padding: 2rem 0 2.3rem;
  border: 1px solid #707070;
  border-radius: 1.5rem;
}


.about__dpcinf .dpcinf__linebox p {
  font-size: 18px;
    margin: 0 auto 1.5rem;;
  text-align: center;
}
.about__dpcinf .dpcinf__linebox .point__icon--flex {
    display: flex;
    align-items: center;
    padding: 0;
  }



.about__dpcinf .dpcinf__linebox .point__icon {
  width: 93px;
    height: 93px;
  margin: 0 1rem 0 0;
  flex-shrink: 0;
}


.about__dpcinf .dpcinf__linebox .point__icon img {
  width: 100%;
}

.about__dpcinf .dpcinf__linebox .point__text {
  text-align: left;
  font-size: 16px;
   margin: 0;
  font-feature-settings: "palt";
}


.about__dpcinf .dpcinf__linebox .point__text .sml-text {
  font-size: 1.2rem;
}


.about__dpcinf .about__util-box2-flex {
   display: block;
    gap: 0;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1040px;
}



.about__dpcinf .about__util-box2-flex>div {
  width: 100%;
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    display: block;
    align-items: center;
    justify-content: center;
}
.about__dpcinf .about__util-box2-flex>div img {
    width: 93px;
    height: 93px;
    margin-right: 10px;
    margin-bottom: 0;
  }




.about__dpcinf .about__util-box2-flex .coupon-ttl {
  font-size: 16px;
  text-align: left;
    margin-bottom: 8px;
  font-weight: bold !important;
}


.about__dpcinf .about__util-box2-flex .coupon-txt {
  font-size: 14px;
  text-align: left;
  margin: 0.5rem 0 0 0;
  line-height: 1.4;
}

.about__dpcinf .bland-logo {
  width: 271px;
    margin: 0 auto;
}


.about__dpcinf .bland-logo img {
  width: 100%;
}

.about__btn__area-code.brand_list {
  width: 200px;
    height: 32px;
    margin: 1rem auto 0;
}


.about__btn__area-code.brand_list::after {
  width: 200px;
    height: 32px;
}


.about__btn__area-code.brand_list .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}

.about__dpcinf--flex {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.point__icon--flex {
  margin: 0 auto;
}




.about__dpcinf .about__util_slider {
  position: relative;
 width: 100%;
    margin: 0 0 0 0;
  padding: 0;
}

.about__dpcinf .about__util_slider li {
   margin: 0 10px;
  height: auto;
  box-sizing: border-box;
}



.about__dpcinf .about__util_slider li img {
   margin: 0 0 16px;
}


.about__dpcinf .about__util_slider li p {
  font-size: 12px;
  font-weight: 400;
}


.about__dpcinf .about__util_slider-arrow {
  border: none !important;
  background-color: inherit !important;
  cursor: pointer !important;
  width: 20px !important;
  height: 38px !important;
  background-image: url(/img/syokai_campaign202410/dc_slider_arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-40%) !important;
}

.about__dpcinf .about__util_slider-arrow.slick-prev {
  left: -30px !important;
}

.about__dpcinf .about__util_slider-arrow.slick-next {
  right: -30px;
  transform: translateY(-40%) rotate(-180deg) !important;
}


  .about__dpcinf .about__util_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7vw 0 9vw;
  }

  .about__dpcinf .about__util_slider .slick-dots button {
    display: none;
  }

  .about__dpcinf .about__util_slider .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
    border-radius: 50%;
    margin: 0 10px 0;
    transition: 0.3s;
  }
  @media screen and (min-width: 601px) {
    .about__dpcinf .about__util_slider .slick-dots {
    margin: 30px 0 0;
  }
  .about__dpcinf .about__util_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px 0;
  }
  .about__dpcinf--box .about__btn__area-code.atcllist {
    margin: 0 auto;
  }
  .about__dpcinf h4 .dpcinf__subtitl img {
    width: 60px;
    height: 60px;
  }
  .about__dpcinf .about__util-box1-flex {
    max-width: calc(100% - 2.5rem) !important;
  }
  .about__dpcinf .about__util_slider {
    margin-bottom: 25px;
  }
}

  .about__dpcinf .about__util_slider .slick-dots li.slick-active {
    background-color: #333333;
  }


.about__dpcinf .about__util-box1-flex {
  display: flex;
  max-width: calc(100% - 1.5rem);
    width: 100%;
  gap: 20px;
    margin: 0 auto 20px;
}


.about__dpcinf .about__util-box1-flex img {
  margin-bottom: 10px;
}


.about__dpcinf .about__util-box1-flex>div {
 width: 50%;
}


.about__dpcinf .about__util-box1-flex .util-ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}


.about__dpcinf .about__util-box1-flex .util-txt {
   font-size: 12px;
     line-height: 1.5;
}

.syokai_about_dpcinf .underline {
  background: linear-gradient(transparent 75%, #FDD04C 75%);
}
.bold {
  font-weight: 700;
}
.about__btn__area-code {
  text-align: center;
  width: 562px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.about__btn__area-code::after {
  content: "";
  background-color: #C6C6C6;
  position: absolute;
  top: 4px;
  left: 0;
  height: 60px;
  width: 562px;
  z-index: 0;
  border-radius: 30px;
}

.about__btn__area-code .about__btn {
  width: 100%;
  background: #fff;
  border: 1px #000 solid;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #3F3A3A;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
  cursor: pointer;
}

.about__btn__area-code .about__btn:hover {
  top: 4px;
}

.about__btn__area-code.new_member {
  width: 220px;
    height: 32px;
    margin: 1rem auto 0;
}


.about__btn__area-code.new_member.reg {
  margin: 3rem auto 0;
}

.about__btn__area-code.new_member::after {
  width: 220px;
    height: 32px;
}


.about__btn__area-code.new_member .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}


.about__btn__area-code.brand_list {
  width: 200px;
    height: 32px;
    margin: 1rem auto 0;
}


.about__btn__area-code.brand_list::after {
  width: 200px;
    height: 32px;
}


.about__btn__area-code.brand_list .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}
.about__btn__area-code.point_detail {
  width: 200px;
    height: 32px;
    margin: 1rem auto 0;
}


.about__btn__area-code.point_detail::after {
  width: 200px;
    height: 32px;
}

.about__btn__area-code.point_detail .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}


.about__btn__area-code.mail_delivery {
  width: 224px;
    height: 32px;
    margin: 1rem auto 0;
}


.about__btn__area-code.mail_delivery::after {
  width: 224px;
    height: 32px;
}


.about__btn__area-code.mail_delivery .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}


.about__btn__area-code.atcllist {
  width: 200px;
    height: 32px;
    margin: 0 auto 0;
}


.about__btn__area-code.atcllist::after {
  width: 200px;
    height: 32px;
}


.about__btn__area-code.atcllist .about__btn {
  height: 32px;
    line-height: 29px;
    font-size: 14px;
  font-weight: 400;
}


.about__btn__area-code.member-service {
  width: 272px;
    height: 32px;
}


.about__btn__area-code.member-service::after {
  width: 272px;
    height: 32px;
}


.about__btn__area-code.member-service .about__btn {
  width: 272px;
    height: 32px;
    line-height: 29px;
    font-size: 14px;
}


.about__btn__area-code.editer-intr {
  width: 200px;
    height: 32px;
  margin: 3rem auto 0;
}


.about__btn__area-code.editer-intr::after {
  width: 200px;
    height: 32px;
}

.about__btn__area-code.editer-intr .about__btn {
  width: 200px;
    height: 32px;
    line-height: 29px;
    font-size: 1.3rem;
}

