.pc{
    display: block;
}
.sp{
    display: none;
}
.ny_content_wrap {
    font-family: "Noto Sans JP", serif;
}
@media screen and (max-width:600px){

}
/***************************************

メインビジュアル

****************************************/
.ny_content_bg{
    position: relative;
}
.ny_content_bg::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/newyear_campaign_2025/pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (max-width:499px){
    .ny_content_bg::after{
        z-index: -1;
    }
}
.ny_content_wrap{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: normal;
}
.ny_content_wrap h1{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
}

@media screen and (min-width:500px){

}
@media screen and (max-width:500px){
    .ny_content_wrap{
        max-width: 100%;
        margin-top: -10px;
    }
}

/***************************************

メインエリア

****************************************/
.pink,.pink a{
font-weight: 800;
color: #D7063B;
}
.ny_content_wrap a:hover{
    opacity: 0.8;
}
.line{
    text-decoration: underline;
}
.line_bold{
    background: linear-gradient(transparent 70%, #FDF3E4 70%);
}
.pd03{
    padding: 0 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}

.ny_content_wrap .wrap{
text-align: center;
}
.ny_content_wrap h2{
    font-weight: 700;
    font-size: 18px;
    color: #D7063B;
    display: inline-block;
    padding: 0 55px;
    margin: 0 0 15px;
    position: relative;
    background-color: inherit;
}
.ny_content_wrap h2::before,.ny_content_wrap h2::after{
    content: "";
    width: 40px;
    height: 16px;
    background-image: url(/img/newyear_campaign_2025/h2_dec.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
}
.ny_content_wrap h2::before{
    left: 0;
}
.ny_content_wrap h2::after{
    right: 0;
}
.main_area {
    line-height: 1.8;
}
.main_area ul li{
font-size: 12px;
text-indent: -1em;
padding-left: 1em;
margin-bottom: 5px;
}
.main_area .cont_btn{
width: 100%;
height: 60px;
background-color: #D7063B;
font-size: 18px;
font-weight: 700;
border-bottom: 5px solid #880426;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: 0.3s;
}
.main_area .cont_btn a{
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_area .cont_btn a::after{
content: "";
width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #FABD00;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.main_area .cont_btn:hover{
    opacity: 0.8;
}

.wt_area{
    padding: 25px 14px 37px;
}

.campaign_area{
    position: relative;
    padding: 28px 14px 40px;
    background-image: linear-gradient(#feecd2, #e7bc71);
}
.campaign_area .bk_img{
    position: absolute;
}
.campaign_area .bk_img:first-of-type{
    top: -20px;
    left: 49px;
    width: 36px;
    height: 30px;
}
.campaign_area .bk_img:nth-of-type(2){
    top: 15px;
    right: 19px;
    width: 26px;
    height: 26px;
}
.campaign_area .pd03 .bk_img{
    top: 392px;
    right: 25px;
    width: 31px;
    height: 31px;
}
.campaign_area .pd03 p.mb20{
    font-size: 16px;
}
.campaign_area ul.campaign_area_ul {
    margin: 10px 0 24px;
}
.campaign_area ul.campaign_area_ul li{
    text-indent: 0;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
}
.campaign_area ul.campaign_area_ul li:last-of-type{
    margin-bottom: 0;
}
.campaign_area ul.campaign_area_ul li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/newyear_campaign_2025/ul_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
}
.campaign_area .pd03 .wrap img{
width: 84px;
margin-bottom: 15px;
}
.campaign_area .pd03 p.small{
    font-size: 12px;
    margin: 2px 0 20px;
}
.campaign_area .accordion_btn{
    /* width: 315px; */
    margin: 0 auto;
    background-color: #FABD00;
    border-bottom: 5px solid #2B2B2B;
    display: block;
    text-align: center;
}
.campaign_area .accordion_btn a{
    color: #2B2B2B;
    position: relative;
    display: block;
    line-height: 55px;
}
.campaign_area .accordion_btn a::after,
.campaign_area .accordion_btn a::before{
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    border: none;
    background-color: #2B2B2B;
    position: absolute;
    top: 7%;
    right: 5%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.campaign_area .accordion_btn a::before {
    transform: rotate(90deg);
    top: 50%;
}
.campaign_area .accordion_btn.is-opened a::before {
    transform: rotate(0deg);
}
.campaign_area .accordion_inner{
padding-top: 20px;
display: none; 
}
.campaign_area .accordion_btn.is-opened {
    
}
.campaign_area .accordion_inner span.icon{
    display: block;
    font-weight: 700;
    padding: 0 0 0 14px;
}
.campaign_area .accordion_inner span.icon a{
padding-right: 15px;
background-image: url(/img/newyear_campaign_2025/icon_question.png);
background-repeat: no-repeat;
background-size: 14px;
background-position: right;
}


/***************************************

バナーエリア

****************************************/
.banner_area {
    padding-top: 20px;
    padding-bottom: 60px;
}
.banner_area h3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_area h3 span img{
    width: 200px;
    display: block;
    margin: 0 auto;
}
.banner_area h3 span.underline {
    padding: 0;
    background-image: repeating-linear-gradient(-45deg, #E6A600, #E6A600 1.5px, #FFFFFF 1.5px, #FFFFFF 3px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 8px;  
}
.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: #E6A600;
}
.search_link_area {
    padding: 0 15px;
    margin-bottom: 30px;
}
.search_link_area a {
    background-color: #E6A600;
    color: #FFFFFF;
    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/newyear_campaign_2025/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/newyear_campaign_2025/logo_swiper_slide_next.png);
    margin-left: 10px;
}
.brand_logo_swiper .ny_swiper01 .swiper-button-next {
    background-image: url(/img/newyear_campaign_2025/logo_swiper_slide_pre.png);
    margin-right: 10px;
}
.banner_list {
    padding: 0 15px;
    margin-bottom: 30px;
}
.banner_list a {
    margin-bottom: 5px;
    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 15px;
}
.about__util_slider li {
    margin: 0 6px;
    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: #CCCCCC;
    border-radius: 2vw;
    margin: 0 1.5vw 0;
    transition: 0.3s;
}

.about__util_slider .slick-dots li.slick-active {
    background-color: #333333;
}
@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-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/newyear_campaign_2025/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__util_slider-arrow{
        display: none !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/newyear_campaign_2025/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/newyear_campaign_2025/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 25px;
}

.ny_swiper01 .swiper-pagination {
    display: block;
    position: static;
}
.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;
}
/* PC版のみで矢印を表示 */
@media (min-width: 500px) {
.ny_swiper01 .swiper-button-next{
    background-image: url(/img/newyear_campaign_2025/swiper_slide_next.png);
}
.ny_swiper01 .swiper-button-prev{
    background-image: url(/img/newyear_campaign_2025/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;
}
.ny_swiper01 .ny_swiper-scrollbar,
.ny_swiper02 .ny_swiper-scrollbar {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: #E6E6E5;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
}
.ny_swiper02 .ny_swiper-scrollbar{
  max-width: 190px;
}

    /* .ny_swiper01 .ny_swiper-scrollbar,
    .ny_swiper02 .ny_swiper-scrollbar {
      max-width: 100%;
    } */

@media (max-width: 500px) {
    .ny_swiper01 .ny_swiper-scrollbar{
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        max-width: 100%;
        margin: 0 auto;
    }
}
/***************************************

フッター

****************************************/
.ny_footer_whitespace{
    width: 100%;
    height: 70px;
    margin-bottom: -70px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}