main {
    font-family: sans-serif !important;
}

/* layout */
.main-header{
    margin: 0!important;
}
.vertical_banner_block{
    display: none;
}
.band.pc.header-full{
    display: none;
}
.content{
    width: 100%!important;
}
.lp_content{
    width: 100%;
    /* font-family: "a-otf-ryumin-pr6n", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; */
}
.inner {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0px 0 50px;
    position: relative;
}
.lp_breadcrumb{
    background-color: white;
    font-size: 1.8rem;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 5px;
}
.bg_pink{
    position: relative;
    background-color: #ffccc8;

}
.bg_01{
    background-image: linear-gradient(90deg, rgb(255 191 186), rgba(255, 223, 204, 1));
    position: relative;
    color: #635454;
}
.bg_00{
    background: #fff;
    position: relative;
    color: #635454;
}
.bg_yellow{
    position: relative;
    background-color: #ffeab6;
}
.bg_gray{
    position: relative;
    background-color: rgb(245 245 245);
}
@media screen and (max-width: 1240px) {
    .content{
        padding:0!important;
    }
    .inner{
        padding: 40px 20px;
    }
}

/* main-title */
.heading_wrap{
    background: #635454;
}
.heading_wrap h1{
    font-size: 1.8rem;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 5px;
    color: #fff;
}
.mv-wrap{
    /* background-image: linear-gradient(90deg, rgba(255, 175, 168, 1), rgba(255, 223, 204, 1)); */
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
}
.mv-wrap::after{
    background: no-repeat url(/html/user_data/assets/img/item/puni-puni_sp/title.webp);
    background-size: cover;
    background-position: center;
}
.mv-wrap img{
    vertical-align: middle;
}
.mv-wrap .logo_sp{
    display: block;
    width: 400px;
    padding: 5%;
    margin: auto;
}
.mv-wrap .logo_pc{
    display: none;
}
.mv-wrap .mv_back{
    width: 100%;
    max-height: 20vh;
    object-fit: cover;
}
.pc_on{
    display: none;
}
@media screen and (min-width: 768px){
    .mv-wrap{
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
    .pc_on{
        display: block;
    }
    .mv-wrap .logo_pc{
        display: block;
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 55vh;
    }
    .mv-wrap .logo_sp{
        display: none;
    }
    .mv-wrap .mv_back{
        max-height: 50vh;
    }
}

/* overview */
.overview-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.overview-wrap h2{
    text-align: center;
    font-size:2rem;
}
.overview-txt{
    line-height: 1.8;
    font-size: 1.5rem;
    text-align: center;
}
.overview-txt br{
    display: none;
}
.btn-lineup{
    display: flex;
    padding: 30px 0;
}
.btn-lineup a{
    border: 1px solid;
    padding: 10px 30px;
    color: #222;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.2s;
}
.btn-lineup a:before{
    content:'';
    display: inline-block;
    width: 14.1px;
    height: 20px;
    background: #635454;
    clip-path: polygon(0 64.6%, 46.5% 64.6%, 46.5% 0, 53.5% 0, 53.5% 64.6%, 100% 64.6%, 50% 100%);
}
.btn-lineup a:hover{
    background:#635454 ;
    color:#fff;
    border-color: #635454;
}
.btn-lineup a:hover:before{
    background: #fff;
}
@media screen and (min-width: 768px){
    .overview-wrap h2{
        font-size:3rem;
    }
    .overview-txt{
        font-size: 1.8rem;
    }
    .overview-txt br{
        display: block;
    }
}

/* Feature */
.flex-feature .img-box img{
    vertical-align: bottom;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.flex-feature .txt-box{
    display: flex;
    display: flex;
    align-items: start;
    justify-content: start;
}
.flex-feature .txt-box br{
    display: none;
}
.flex-feature .txt-box .txt-area{
    display: flex;
    flex-direction: column;
    gap:15px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 20px 0;
}
.flex-feature .txt-box h3{
    font-size:1.8rem;
}
@media (min-width: 768px) {
    .flex-feature{
        display: flex;
        gap: 20px;
    }
    .flex-feature.reverse{
        flex-direction: row-reverse;
    }
    .flex-feature .img-box{
        width: 50%;
        height: 25vh;
    }
    .flex-feature .img-box img{
        display: none;
    }
    .flex-feature .txt-box{
        width: 50%;
        align-items: center;
        justify-content: center;
    }
    .flex-feature .txt-box br{
        display: block;
    }
    .flex-feature .txt-box .txt-area{
        font-size: 1.6rem;
    }
    .flex-feature .txt-box h3{
        font-size:2.3rem;
    }
    .bg_img_01:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 48%; /* 左半分 */
        height: 100%;
        background: url('/html/user_data/assets/img/item/more-than-chocolate/brand_01.webp') center / cover no-repeat;
        z-index: 1;
        pointer-events: none;
    }
    .bg_img_02:before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 48%; /* 右半分 */
        height: 100%;
        background: url('/html/user_data/assets/img/item/more-than-chocolate/brand_02.webp') center / cover no-repeat;
        z-index: 1;
        pointer-events: none;
    }
    .bg_img_03:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 48%; /* 左半分 */
        height: 100%;
        background: url('/html/user_data/assets/img/item/more-than-chocolate/brand_03.webp') center / cover no-repeat;
        z-index: 1;
        pointer-events: none;
    }
    .bg_img_04:before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 48%; /* 右半分 */
        height: 100%;
        background: url('/html/user_data/assets/img/item/more-than-chocolate/brand_04.webp') center / cover no-repeat;
        z-index: 1;
        pointer-events: none;
    }

    .lineup-title::after{
        content: url('/html/user_data/assets/img/item/puni-puni_sp/midashi_1.webp') ;
        position:absolute;
        bottom:-70px;
        left:0;
        right:0;
    }
    .midashi_point::after{
        content: url('/html/user_data/assets/img/item/puni-puni_sp/midashi_1.webp') ;
        position:absolute;
        bottom:-70px;
        left:0;
        right:0;
    }
    .lineup-title_other::after{
        content: url('/html/user_data/assets/img/item/puni-puni_sp/midashi_2.webp') ;
        position:absolute;
        bottom:-70px;
        left:0;
        right:0;
    }
}

/* All Products */
.flex-product .txt_box_02 {
    display: flex;
    justify-content: center;
}
.lineup-title , .lineup-title_other{
    position:relative;
    display: block;
    font-size: 3rem;
    text-align: center;
    /* margin-top: -70px;
    padding-top: 70px; */
    margin-bottom: 45px;
    color: #635454;
}
/* 
.flex-product{
    display: flex;
    flex-direction: column;
} */
.flex-product .img_box img{
    vertical-align: bottom;
    background: #fff;
}
.flex-product .img_box a{
    transition: all 0.2s;
}
.flex-product .img_box a:hover{
    opacity: 0.7;
}
.flex-product .txt_box{
    display: flex;
    justify-content: center;
}
.flex-product .txt_area a img:hover{
    opacity: 0.7;
}
.flex-product .txt_area img{
    border-radius: 20rem;
}
.flex-product .txt_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.flex-product .txt_box h3 , .flex-product .txt_box_02 h3{
    font-size: 3rem;
    font-weight: normal;
    color: #635454;
}
.flex-product .txt_box h3 span,.flex-product .txt_box_02 h3 span{
    font-size: 5rem;
}
.flex-product .txt_box h4 , .flex-product .txt_box_02 p{
    font-size: 1.6rem;
    color: #635454;
    font-weight: normal;
    text-align: center;
}
.lineup-item .btn-link{
    width: 250px;
    margin: 0 auto;
}
.lineup-item .btn-link a,
.lineup-item .btn-link .btn-empty{
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 10px 30px 10px 20px;
    color: #635454;
    font-size: 1.8rem;
    transition: all 0.2s;
}
.lineup-item .btn-link a:before{
    content:'';
    display: inline-block;
    width: 25px;
    height: 12px;
    background: #635454;
    clip-path: polygon(0 47.1%, 71.7% 47.1%, 71.7% 0, 100% 50%, 71.7% 100%, 71.7% 52.9%, 0 52.9%);
}
.lineup-item .btn-link a:hover{
    background: #635454;
    color: #fff;
    border-color: #635454;
}
.lineup-item .item_about .btn-link a:hover:before{
    background: #ffffff;
}
.lineup-item .item_about .btn-link a{
    color:#635454;
}
.lineup-item .item_about .btn-link a:before{
    background: #635454;
}
.lineup-item .item_about .btn-link a:hover{
    background: #635454;
    color:#fff;
    border-color:#635454;
}
.lineup-item .item_about .btn-link a:hover:before{
    background: #fff;
}

.flex-product .item_about .caution{
    font-size: 1.3rem;
}
.flex-product{
    margin-bottom: 5rem;
}
@media screen and (min-width: 768px){
    .lineup-title{
        font-size: 4rem;
        /* margin-top: -100px;
        padding-top: 100px; */
        /* font-weight: normal; */
    }
    .lineup-title_2,.lineup-title_other{
        font-size: 3.5rem;
        color: #635454;;
    }
    .flex-product{
        flex-direction: row;
        gap: 20px;;
    }
    .flex-product.reverse{
        flex-direction: row-reverse;
    }
    .flex-product .img_box{
        width: 50%;
    }
    .flex-product .txt_box{
        width: calc((100% - 5rem) / 5);
    }
    .flex-product .txt_box h4{
        font-size: 2rem;
    }
    .flex-product .txt_area p{
        font-size: 1.7rem;
    }
    .flex-product .txt_box_02 {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .lineup-title , .other_lineup-title{
        margin-bottom: 20px;
    }
    .lineup-title , .lineup-title_other{
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 1160px) {
    .flex-product .txt_box{
        display: flex;
        justify-content: center;
        width: calc((100% - 10px) / 2);
    }
    .lineup-item {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* movie */
.video-container {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

video {
    width: 100%;
    height: auto;
}

@media (min-width: 930px) {
    .video-container {
        width: 930px;
    }
}

/* slider */
.swiper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
  }
.swiper-slide {
    background: none;
    position: relative;
    color: #333;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
  }
.swiper-slide a {
    position: relative;
    display: block;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.swiper-slide:hover .overlay {
    opacity: 1;
}
.swiper-slide a{
    display: block;
    transition: all 0.2s;
}
.swiper-slide a:hover{
    opacity: 0.7;
}

/* ALL Products */
.btn_all-item{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.btn_all-item a{
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px 15px 15px 30px;
    color: #635454;
    font-size: 3rem;
    transition: all 0.2s;
}
.btn_all-item a:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 17px;
    background: #635454;
    clip-path: polygon(0 47.1%, 71.7% 47.1%, 71.7% 0, 100% 50%, 71.7% 100%, 71.7% 52.9%, 0 52.9%);
}
.btn_all-item a:hover{
    background: #635454;
    color:#fff;
    border-color: #635454;
}
.btn_all-item a:hover:after{
    background: #fff;
}

/* sidenavi */
#side_navi{
    display: none;
}
.section-navi{
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 70px;
}
@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }
    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }
    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
        margin-bottom: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 10px 5px 10px 17px;
        min-height: 15px;
        font-size: 1.2rem;
    }
}
/*花子　右下*/
#imageContainer {
    /* width: 300px; */
    cursor: pointer;
}

/* ぷにぷに特徴 */

.puni_li{
    width: calc((100% - 5rem) / 4);
    text-align: center;
}
.puni_li h3{
    color: #635454;
    font-size: 2.4rem;
}
.puni_li p{
    color: #635454;
    font-size: 1.7rem;
}
@media (min-width: 768px) {
    .puni_about,.puni_about_2{
        display: flex;
        gap: 1.5rem;
    }
}
@media (max-width: 767px) {
    .puni_about{
        gap: 3rem;
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
    }
    .puni_li{
        width: 100%;
    }
    .puni_li {
        width: calc((100% - 3rem) / 2);
    }
    .lineup-title_2{
        font-size: 2rem;
        color: #635454;
        text-align: center;
    }
}

/*ぷに　商品ラインナップ*/
.img_item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_item a:hover{
    opacity: 0.6;
}
.lineup-item{
    align-items: center;
}
.item_about{
    display: flex;
    flex-direction: column; 
    gap: 2rem;
}
.item_midashi{
    gap: 2rem;
    background: #fff;
    color: #5a4343;
    padding: 0.8rem;
    font-size: 1.6rem;
    border-radius: 45px;
    text-align: center;
}
.item_midashi img{
    width: 33%;
}
.item_midashi span{
    font-size: 1.7rem;
}
.item_text{
    font-size: 1.6rem;
    border-radius: 45px;
    color: #5a4343;
}
.bg_yellow .lineup-title{
    margin-bottom: 7rem;
}
.lineup-title span{
    font-size: 3rem;
}
.maca_color{
    text-align: center;
    margin-top: 3rem;
}
.hanako_item{
    display: flex
}
.midashi_point{
    display: flex;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
}
.sub_midashi{
    color: #efba38;
    font-size: 3.2rem;
    font-weight: bold;
    background: #fff;
    width: 140px;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem 0;
}
.point_li span{
    color: #635454;
    font-size: 2.2rem;
    font-weight: bold;
}
.point_li{
    width: calc((100% - 5rem) / 3);
    font-size: 1.5rem;
    color: #635454;
}
.point_li p{
    font-size: 1.5rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .lineup-item.reverse{
        flex-direction: row-reverse;
    }
    .lineup-item{
        display: flex;
        gap: 1.8rem;
    }
    .img_item{
        width: 75%;
    }
    .item_about {
        margin-top: 2rem;
    } 
    .flex-product .btn-link{
        width: 90%;
        margin: 0 auto;
    }
    
}
@media (max-width: 767px) {
    .lineup-item .btn-link a {
        padding: 5px 25px 5px 15px;
        font-size: 1.5rem;
    }
    .img_item {
        margin-top: 2rem;
    }
    .point_li{
        width: 100%;
        margin-bottom: 2.3rem;
    }
    .sub_midashi {
        width: 100%;       
         margin: 0 auto 12px;
        font-size: 2.8rem;
        text-align: center;
    }
    .flex-product {
        display: flex;
        flex-wrap: wrap;
    }
    .btn_all-item {
        width: 280px;
    }
    .btn_all-item a {
        font-size: 2rem;
    }
    .lineup-title, .lineup-title_other {
        margin-bottom: 13px;
    }
    
    .lineup-title span {
        font-size: 2.3rem;
    }
    .item_about img{
    margin: auto;
    }
    .item_about {
        margin-top: 2rem;
        text-align: center;
    } 
    .flex-product .btn-link{
        width: 85%;
        margin: 0 auto;
    }
    .item_text,.item_midashi{
        font-size: 1.4rem;
    }
}

/* モニター募集フォーム */
.section-introduction__title{
    color:#039be5;
}


.ptoduct-list__item{
    width: 100%;
}

.ptoduct-list__text-bg{
    margin-top: 10px;
    padding: 16px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 8px; 
}

.ptoduct-list__text{
    font-size: 1.4rem;
}


.ptoduct-list__text-bg h4{
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.section-introduction a,
.section-data a,
.section-info a {
    text-decoration: underline;
    color:#039be5;
}

.section-introduction a:hover,
.section-data a:hover,
.section-info a:hover {
    text-decoration: none;
    color:#007ebd;
}

.section-data .ptoduct-list__button{
    display: block;
    position: relative;
    background: #039be5;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 9999px;
    margin: 16px auto;
    width: 90%;
}

.section-data .ptoduct-list__button:after{
    content: "";
    position: absolute;
    top: 46%;
    right: 16px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
}
.text-red{
    color:red;
}

@media (min-width: 768px) {
    .ptoduct-list__item{
        width: calc((100% - 72px) / 4);
    }
}

/* ツイート紹介 */
.tweet__wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.tweet__wrap img{
    height: max-content;
}

.tweet__text{
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.tweet__text a{
    color: #0e77d8;
    text-decoration: underline;
}

.tweet__text a:hover{
    text-decoration: none;
}
.tweet__wrap .twitter-tweet{
    max-width: 315px!important;
}

/* バルーン */
.bg_pink .baloon,
.bg_yellow .baloon{
    background: #ff4646;
    display: inline-block;
    padding: 12px 24px;
    line-height: 1;
    position: absolute;
    font-size: clamp(2rem, 2vw, 4rem);
    font-weight: bold;
    color: #fff;
}

/* コンテナ全体のバランス */
.heart-sticky-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start; /* 上揃えに変更 */
}

/* 左側画像エリア */
.heart-sticky-image-area {
    flex: 1.2; /* 画像エリアを少し広く */
}

.heart-sticky-main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

/* サムネイルの調整 */
.image-gallery__container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5つ横並び */
    gap: 10px;
}

.image-gallery__item img {
    cursor: pointer;
    transition: opacity 0.3s, border 0.3s;
    border: 2px solid transparent;
}

.image-gallery__item img:hover {
    opacity: 0.7;
    border-color: #e53935;
}

/* 右側テキストエリア */
.heart-sticky-content {
    flex: 1;
    text-align: left; /* 左詰めの方が読みやすい */
    padding-top: 20px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .heart-sticky-container {
        flex-direction: column;
    }
    .image-gallery__container {
        grid-template-columns: repeat(5, 1fr);
    }
    .heart-sticky-content {
        text-align: center;
    }
}


.heading-xl {
    font-size: clamp(22px, 4vw, 30px) !important;
}



.contents {
    max-width: 1200px !important;
    width: 100%;
}

.fz20{
    font-size:22px;
}

@media (max-width: 768px) {
.heading-xl {
    margin-top: 24px;
}
}

/* 全体設計 */
.cp-info {
    color: #333;
    line-height: 1.7;
    background-color: #fff;
    /* 基準フォントサイズ */
    font-size: 15px; 
}

.cp-info__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* セクション・見出し */
.cp-section {
    margin-bottom: 40px;
}

.cp-section__title {
    font-size: 28px;
    color: #00A0E9;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.cp-section__sub-title {
    font-size: 22px;
    color: #00A0E9;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/* 応募方法のボックス */
.cp-step-box {
    background: #f1f9fe;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e0eff9;
}

.cp-step-box p {
    margin-bottom: 8px;
}

/* データ形式等の補足 */
.cp-data-info {
    padding: 0 30px;
    color: #555;
}

.cp-data-info__list {
    margin: 10px 0 10px 20px;
    list-style: disc;
}

/* 期間バナー */
.cp-period-banner {
    /* background: #00A0E9; */
    color: #e53935;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 40px;
    /* box-shadow: 0 4px 10px rgba(0, 160, 233, 0.2); */
    border: 1px solid #00A0E9;
}

/* 当選発表のレイアウト */
.cp-announce-dates {
    font-size: 18px; /* 本文より少し大きく */
    background: #fff;
    border: 2px solid #00A0E9;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    width: 100%;
}

/* クーポン強調 */
.cp-coupon-box {
    display: inline-block;
    /* background: #fff5f5; */
    /* border: 1px dashed #ff4d4d; */
    padding: 15px 25px;
    border-radius: 8px;
    /* margin: 25px 0 10px; */
}

/* 流れの表示 */
.cp-flow-steps {
    font-size: 18px;
    background: #fff;
    border: 2px solid #00A0E9;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.cp-flow-arrow {
    color: #00A0E9;
}

/* 注意事項 */
.cp-section--caution {
    border-top: 2px solid #f0f0f0;
    padding-top: 40px;
}

.cp-caution-list {
    font-size: 14px; /* ここだけ少し小さくしてバランスを取る */
    color: #666;
    padding-left: 1.5em;
}

.cp-caution-list li {
    margin-bottom: 8px;
    list-style-type: "・";
}

/* 便利クラス */
.cp-text--bold { font-weight: bold; }
.cp-text--red-bold { color: #d00000; font-weight: bold; font-size: 17px; }
.cp-text--small { font-size: 13px; color: #888; }
.cp-u-center { text-align: center; }
.cp-mt-10 { margin-top: 10px; }
.cp-mt-20 { margin-top: 20px; }
.cp-link { color: #00A0E9; font-weight: bold; text-decoration: underline; }

/* スマホ対応 */
@media (max-width: 600px) {
    .cp-section__title { font-size: 22px; }
    .cp-period-banner { font-size: 18px; }
    .cp-flow-steps { border-radius: 15px; }
}

/* 導入部分 */
/* 全体レイアウト */
.cp-intro {
    font-size: 15px; /* 基準サイズ */
    line-height: 1.6;
    color: #333;
    padding: 40px 0;
}

.cp-intro__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダー部分 */
.cp-intro__header {
    text-align: center;
    margin-bottom: 30px;
}

.cp-intro__tag {
    display: inline-block;
    color: #00A0E9;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.cp-intro__main-title {
    font-size: 28px;
    color: #00A0E9;
    font-weight: bold;
    line-height: 1.4;
}

/* リード文 */
.cp-intro__lead {
    text-align: center;
    margin-bottom: 40px;
}

.cp-intro__lead p {
    margin-bottom: 15px;
}

/* クーポンボックス */
.cp-present-box {
    background-color: #fffaf0;
    border: 2px solid #ff4d4d;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
    display: inline-block;
}

.cp-present-box__text {
    font-size: 18px;
    margin-bottom: 5px;
}

/* サブ見出し */
.cp-sub-heading {
    font-size: 22px;
    color: #00A0E9;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.cp-sub-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #00A0E9;
    border-radius: 3px;
}

/* モニター特典リスト */
.cp-benefit-section {
    margin-bottom: 50px;
}

.cp-benefit-list {
    max-width: 800px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 25px 30px 25px 50px;
    border-radius: 12px;
}

.cp-benefit-list li {
    margin-bottom: 15px;
    list-style-type: disc;
}

/* 商品セクション */
.cp-product-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 共通パーツ */
.cp-text--red-bold {
    color: #d00000;
    font-weight: bold;
}

.cp-text--accent {
    color: #d00000;
    font-size: 20px; /* 10社様を大きく */
    font-weight: bold;
}

.cp-text--small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-top: 5px;
}

.cp-link {
    color: #00A0E9;
    text-decoration: underline;
    font-weight: bold;
}

.u-emoji {
    font-size: 1.2em;
    vertical-align: middle;
}

/* --- 画像ギャラリー（既存の指示通り保持） --- */
.image-gallery {
    padding: 20px 0; /* 余白を少し調整 */
    max-width: 1200px;
    margin: 0 auto;
}
/* ...（以下、ご提示いただいたimage-galleryのCSSを適用してください）... */

/* スマホ調整 */
@media (max-width: 768px) {
    .cp-intro__main-title { font-size: 22px; }
    .cp-present-box__text { font-size: 16px; }
    .cp-benefit-list { padding: 20px 20px 20px 40px; }
}

/* campaign_outline */
.campaign_outline {
    max-width: 1200px;
    margin: 50px auto;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .campaign_outline {
        padding:0 15px;
    }
}
.campaign_outline img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}
.block_requirements {
    margin: 0 auto;
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #009fe8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.block_requirements h2{
    display: block;
    width: 930px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background: #009fe8;
    border-radius: 7px;
}
.block_requirements dl{
    width: 930px;
    max-width: 100%;
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.block_requirements dt{
    padding-bottom: 5px;
    color: #009fe8;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: top;
}
.block_requirements dt:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #009fe8;
    margin-right: 5px;
}
.block_requirements dd{
    font-size: 1.4rem;
    line-height: 1.8;
}
.block_requirements a{
    color: #337ab7;
    font-weight: bold;
    text-decoration: underline;
}
.block_requirements b{
    font-size:1.8rem;
}
.block_requirements .prize_list{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-bottom: 10px;
}
.prize_list b{
    display: block;
    width: 100%;
    line-height: 1.2;
    font-size:2rem;
}
.prize_list .rank_sp{
    color: #c7a800;
}
.prize_list .rank_1{
    color: #84a1af;
}
.prize_list .rank_2{
    color: #c7664f;
}
.prize_list .rank_all{
    color: #5fa999;
}
.prize_list .prize_name{
    width: 28rem;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: bold;
}
.prize_list .number{
    padding-left: 1em;
}
@media screen and (min-width: 768px){
    .block_requirements{
        border-width: 4px;
        padding:30px;
    }
    .block_requirements h2{
        font-size: 2.6rem;
    }
    .block_requirements dt{
        font-size: 2.2rem;
    }
    .block_requirements dd{
        font-size: 1.4rem;
    }
    .block_requirements b{
        font-size:2rem;
    }
    .prize_list b{
        display: inherit;
        width: 8rem;
        font-size:2.4rem;
    }
    .block_requirements .prize_list{
        gap:10px;
    }
    .prize_list .prize_name{
        width: 31rem;
        padding: 0;
        font-size: 2rem;
    }
    .prize_list  .number{
        padding: 0;
    }
}


.prize_list red {
    color: #009fe8;
    padding: 0 5px;
    font-size: 2.8rem;
    font-weight: bold;
}

.u-text-large {
    font-size: clamp(1.5rem, 2vw, 1.6rem) !important;
}

.small_font {
    font-size: 11px;
}

.heart-sticky-intro {
    background-color: #fff5f8;
    padding: 60px 20px;
    color: #333;
}

.heart-sticky-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
}

/* 左側画像エリア：比率を小さく(0.8) */
.heart-sticky-image-area {
    flex: 0.8; 
}

.heart-sticky-main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

/* サムネイルの調整：4列にして1つを少し大きく */
.image-gallery__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.image-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形に統一 */
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.image-gallery__item img:hover {
    opacity: 0.7;
    border-color: #e53935;
}

/* 右側テキストエリア：比率を大きく(1.2) */
.heart-sticky-content {
    flex: inherit;
    text-align: left;
}

/* 説明文の上にきたタイトルのデザイン */
.heart-sticky-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: bold;
    color: #039be5;
}

.heart-sticky-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.heart-sticky-action {
    margin-top: 30px;
}

.heart-sticky-btn {
    display: inline-block;
    background-color: #e53935;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: opacity 0.3s;
    width: 85%;
    text-align: center;
}

.heart-sticky-btn:hover {
    opacity: 0.8;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .heart-sticky-container {
        flex-direction: column;
        gap: 30px;
    }
    .heart-sticky-image-area, .heart-sticky-content {
        flex: none;
        width: 100%;
    }
    .heart-sticky-content {
        text-align: center;
    }
    .heart-sticky-title {
        font-size: 24px;
    }
}

.entry-box-section {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.entry-box-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.entry-box-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.entry-box-item {
    flex: 1;
    /* max-width: 400px; */
}

.entry-box-micro {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.entry-box-micro::before,
.entry-box-micro::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 2px;
}

.entry-box-micro::before {
    transform: rotate(45deg);
}

.entry-box-micro::after {
    transform: rotate(-45deg);
}

.micro-ai {
    color: #000000;
}

.micro-ai::before,
.micro-ai::after {
    background-color: #f39800;
}

.micro-ez {
    color: #000000;
}

.micro-ez::before,
.micro-ez::after {
    background-color: #008cd6;
}

.entry-btn-ai,
.entry-btn-ez {
    display: block;
    padding: 18px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    transition: all 0.3s;
    text-align: center;
    border: 2px solid;
}

.entry-btn-ai {
    background-color: #fff;
    border-color: #f39800;
    color: #f39800;
}

.entry-btn-ai:hover {
    background-color: #f39800;
    color: #fff;
}

.entry-btn-ez {
    background-color: #fff;
    border-color: #008cd6;
    color: #008cd6;
}

.entry-btn-ez:hover {
    background-color: #008cd6;
    color: #fff;
}

@media (max-width: 768px) {
    .heart-sticky-container {
        flex-direction: column;
    }
    .heart-sticky-title {
        font-size: 24px;
    }
    .heart-sticky-btn {
        width: 80%;
        max-width: 300px;
    }
    .entry-box-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .entry-box-item {
        width: 100%;
    }
}


.campaign_outline {
    max-width: 1200px;
    margin: 50px auto;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .campaign_outline {
        padding: 0 15px;
    }
}

.campaign_outline img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.block_requirements {
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #009fe8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.block_requirements h2 {
    display: block;
    width: 930px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    padding: 12px;
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
    background: #009fe8;
    border-radius: 7px;
    letter-spacing: 0.05em;
}

.block_requirements .campaign_item {
    width: 930px;
    max-width: 100%;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.block_requirements .campaign_item:last-child {
    border-bottom: none;
}

.block_requirements h3 {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    padding: 0;
    color: #009fe8;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.block_requirements h3::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #009fe8;
    margin-right: 10px;
    flex-shrink: 0;
}

.block_requirements .item_content {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333;
}

.block_requirements a {
    color: #009fe8;
    font-weight: bold;
    text-decoration: underline;
}

.block_requirements b {
    font-size: 1.8rem;
}

.block_requirements .prize_list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-bottom: 10px;
}

.prize_list b {
    display: block;
    width: 100%;
    line-height: 1.2;
    font-size: 2rem;
}

.prize_list .rank_sp { color: #c7a800; }
.prize_list .rank_1 { color: #84a1af; }
.prize_list .rank_2 { color: #c7664f; }
.prize_list .rank_all { color: #5fa999; }

.prize_list .prize_name {
    width: 28rem;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: bold;
}

.prize_list .number {
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .block_requirements {
        border-width: 4px;
        padding: 30px;
    }
    .block_requirements h2 {
        font-size: 2.6rem;
    }
    .block_requirements h3 {
        font-size: 2.2rem;
    }
    .block_requirements .item_content {
        font-size: 1.4rem;
    }
    .block_requirements b {
        font-size: 2rem;
    }
    .prize_list b {
        display: inherit;
        width: 8rem;
        font-size: 2.4rem;
    }
    .block_requirements .prize_list {
        gap: 10px;
    }
    .prize_list .prize_name {
        width: 31rem;
        padding: 0;
        font-size: 2rem;
    }
    .prize_list .number {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .block_requirements {
        padding: 20px;
    }
    .block_requirements h2 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .block_requirements h3 {
        font-size: 1.8rem;
    }
    .block_requirements .item_content {
        font-size: 1.4rem;
    }
}

.foam-title {
    display: block;
    width: 930px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    padding: 12px;
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
    background: #009fe8;
    border-radius: 7px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .foam-title {
        font-size: 2.0rem;
        margin-bottom: 20px;
        width: auto;
    }
}