/* --- LP基本設定 --- */
.hellosummercp-lp-wrap {
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    background-color: #f9f9f9;
}

.hellosummercp-lp-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hellosummercp-lp-wrap .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px 0px;
}

.hellosummercp-lp-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pc-only { display: block; }
.sp-only { display: none; }

/* --- ヘッダー --- */
.hellosummercp-lp-wrap .main-header {
    background-color: #ffffff;
    color: #333;
    padding-bottom: 20px;
    text-align: center;
}

.hellosummercp-lp-wrap .title-banner {
    width: 100%;
    background-image: linear-gradient(
        to right,
        #ffffff 0px,
        #ffffff 37.5px,
        #c5e2e1 37.5px,
        #c5e2e1 142.5px,
        #ffffff 142.5px,
        #ffffff 180px
    );
    background-size: 180px 100%;
    background-position: center;
    padding: 0 0; 
}

.hellosummercp-lp-wrap .header-img {
    width: 100%;
    max-width: 920px;
}

.hellosummercp-lp-wrap .overlap-text-container {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.hellosummercp-lp-wrap .intro-text {
    font-size: 24px; 
    font-weight: bold;
    text-align: center;
    line-height: 1.8; 
}

/* --- コンテンツエリア --- */
.hellosummercp-lp-wrap .content-area {
    background-color: #ffffff;
    padding: 10px 0 20px; 
}

.hellosummercp-lp-wrap .dual-banners {
    display: flex;
    gap: 5px;
    margin-top: 10px;    
    margin-bottom: 45px; 
}

.hellosummercp-lp-wrap .banner-item { flex: 1; }

.hellosummercp-lp-wrap .campaign-box {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: visible !important;
    border: 2px solid transparent;
}

.hellosummercp-lp-wrap .pink-border { border-color: #11a180; }

.hellosummercp-lp-wrap .campaign-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 30px; 
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    pointer-events: none;
}

.hellosummercp-lp-wrap .campaign-title-overlay span {
    color: #e6f281;
    font-style: italic;
    font-size: 1.1em;
    margin: 0 4px;
}

.hellosummercp-lp-wrap .campaign-inner {
    padding: 15px 20px 30px; 
    text-align: center;
}

.hellosummercp-lp-wrap .section-divider {
    color: #009da4;
    font-size: 44px; 
    font-weight: bold;
    text-align: center;
    margin: 10px 0 10px;
    letter-spacing: 0.1em;
}

.hellosummercp-lp-wrap .sub-text {
    font-weight: bold;
    color: #c34180;
    font-size: 24px; 
    margin-bottom: 20px;
    text-align: center;
}

.hellosummercp-lp-wrap .instruction {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif;
    text-align: center;
}

/* -----------------------------------------------------------
   エントリーボタン関連
----------------------------------------------------------- */
.hellosummercp-lp-wrap .test.entry-form {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto 35px !important;
    box-shadow: none !important;
    text-align: center !important;
    position: relative !important;
}

.hellosummercp-lp-wrap .test.entry-form ul,
.hellosummercp-lp-wrap .test.entry-form li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.hellosummercp-lp-wrap .test .btn {
    display: block !important;
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    border: none !important;
    padding: 0 0 10px 0 !important;
    background: transparent !important;
}

.hellosummercp-lp-wrap .test .btn button {
    width: 100% !important;
    padding: 18px 60px 18px 35px !important; 
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    background: #11a180 !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 0 #0d8066 !important; 
    transition: 0.1s !important;
    cursor: pointer !important;
    display: block !important;
    position: relative !important;
    text-align: center !important;
    outline: none !important;
    -webkit-appearance: none;
}

.hellosummercp-lp-wrap .test .btn button::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.hellosummercp-lp-wrap .test .btn button::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    right: 29px !important;
    z-index: 2 !important;
    width: 9px !important;
    height: 9px !important;
    border-top: 3px solid #11a180 !important;
    border-right: 3px solid #11a180 !important;
    transform: translateY(-50%) rotate(45deg) !important;
}

.hellosummercp-lp-wrap .test .btn button:active {
    transform: translateY(3px) !important; 
    box-shadow: 0 3px 0 #0d8066 !important; 
}

.hellosummercp-lp-wrap .test.entry-form .add-complete-msg,
.hellosummercp-lp-wrap .test.entry-form li > p,
.hellosummercp-lp-wrap .test.entry-form li > span,
.hellosummercp-lp-wrap .test.entry-form li > div:not(.btn) {
    display: block !important;
    margin-top: 20px !important; 
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif !important;
    font-weight: 900 !important; 
    -webkit-text-stroke: 0.3px #11a180 !important; 
    font-size: 18px !important;
    text-align: center !important;
    color: #11a180 !important; 
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1 !important;
}

.hellosummercp-lp-wrap .entry-status-note {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    color: #333;
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif;
}

/* --- お申し込みボタン --- */
.hellosummercp-lp-wrap .orange-button-area { margin: 20px 0 40px; text-align: center; }
.hellosummercp-lp-wrap .btn-orange {
    display: inline-block;
    width: 90%;
    max-width: 400px;
    background-color: #00afa6;
    color: #fff !important;
    padding: 18px 60px 18px 35px;
    border-radius: 50px;
    box-shadow: 0 6px 0 #008780;
    position: relative;
    font-size: 22px; 
    transition: 0.1s;
    text-decoration: none !important;
}
.hellosummercp-lp-wrap .btn-orange:active { transform: translateY(3px); box-shadow: 0 3px 0 #008780; }
.hellosummercp-lp-wrap .btn-orange::after { content: ''; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); width: 32px; height: 32px; background-color: #fff; border-radius: 50%; }
.hellosummercp-lp-wrap .btn-orange::before { content: ''; position: absolute; top: 50%; right: 29px; z-index: 2; width: 9px; height: 9px; border-top: 3px solid #00afa6; border-right: 3px solid #00afa6; transform: translateY(-50%) rotate(45deg); }

/* --- 注意事項 --- */
.hellosummercp-lp-wrap .notes { text-align: left; font-size: 15px; padding-top: 20px; margin-top: 10px; font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", sans-serif; }
.hellosummercp-lp-wrap .notes h3 { font-size: 18px; margin-bottom: 12px; color: #11a180; font-weight: bold; }
.hellosummercp-lp-wrap .notes ul li { margin-bottom: 5px; list-style-type: none !important; }

/* -----------------------------------------------------------
   下部キャンペーンエリア
----------------------------------------------------------- */
.hellosummercp-lp-wrap .extra-campaign { 
    text-align: center; 
    margin: 70px 0 100px; 
}

.hellosummercp-lp-wrap .extra-header-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.hellosummercp-lp-wrap .merry-icon {
    width: 100px;
    height: auto;
    margin: 0; 
}

.hellosummercp-lp-wrap .extra-title-multi {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.hellosummercp-lp-wrap .extra-title-multi .text-black { color: #333; }
.hellosummercp-lp-wrap .extra-title-multi .text-green { color: #00afa6; }

.hellosummercp-lp-wrap .four-grid-banners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.hellosummercp-lp-wrap .four-grid-banners a { display: block; }
.hellosummercp-lp-wrap .four-grid-banners img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #ced4da; 
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

.hellosummercp-lp-wrap .extra-title { color: #333; font-size: 28px; font-weight: bold; margin-bottom: 20px; }


/* -----------------------------------------------------------
   アプリ紹介エリア（クラス名修正）
----------------------------------------------------------- */
.hellosummercp-lp-wrap .hellosummercp-intro-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    margin: 40px auto;
    position: relative;
    max-width: 800px;
}

.hellosummercp-lp-wrap .hellosummercp-intro-header-img {
    width: calc(100% + 50px);
    margin: -10px -25px 25px -25px; 
    position: relative; 
}

.hellosummercp-lp-wrap .hellosummercp-intro-header-img picture,
.hellosummercp-lp-wrap .hellosummercp-intro-header-img img {
    width: 100%;
    height: auto;
    display: block; 
}

.hellosummercp-lp-wrap .hellosummercp-intro-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff; 
    font-size: 22px; 
    font-weight: bold;
    text-align: center;
    pointer-events: none; 
}

.hellosummercp-lp-wrap .hellosummercp-intro-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.hellosummercp-lp-wrap .hellosummercp-visual-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.hellosummercp-lp-wrap .hellosummercp-icon-yellow-bg {
    background-color: #fff352;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.hellosummercp-lp-wrap .hellosummercp-icon-yellow-bg img {
    width: 100px !important;
    box-shadow: none; 
}

.hellosummercp-lp-wrap .hellosummercp-info-side {
    flex: 1;
    display: flex;
    align-items: center; 
    gap: 12px;
}

.hellosummercp-lp-wrap .hellosummercp-recommend-label {
    background-color: #c34180;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 12px 8px;
    border-radius: 20px;
    letter-spacing: 0.1em;
    font-size: 15px;
    flex-shrink: 0;
}

.hellosummercp-lp-wrap .hellosummercp-point-list {
    list-style: none !important;
    padding-left: 0 !important;
    flex: 1;
    counter-reset: point-counter;
}

.hellosummercp-lp-wrap .hellosummercp-point-list li {
    color: #c34180 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: flex-start;
}

.hellosummercp-lp-wrap .hellosummercp-point-list li::before {
    counter-increment: point-counter;
    content: counter(point-counter) ".";
    margin-right: 4px;
    flex-shrink: 0;
}

.hellosummercp-lp-wrap .hellosummercp-download-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.hellosummercp-lp-wrap .store-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hellosummercp-lp-wrap .store-badge {
    width: 170px !important;
}

.hellosummercp-lp-wrap .qr-code {
    width: 75px !important;
    height: 75px !important;
}

/* --- レスポンシブ：768px以下（スマホ用） --- */
@media (max-width: 768px) {
    .pc-only { display: none !important; }
    .sp-only { display: block; }
    
    .hellosummercp-lp-wrap .title-banner {
        background-image: linear-gradient(
            to right,
            #ffffff 0px,
            #ffffff 20px,
            #c5e2e1 20px,
            #c5e2e1 80px,
            #ffffff 80px,
            #ffffff 100px
        );
        background-size: 100px 100%;
        background-position: center;
    }

    .hellosummercp-lp-wrap .overlap-text-container { margin-top: 15px; }

    .hellosummercp-lp-wrap .campaign-title-wrapper {
        margin: -20px -12px 15px -12px;
        width: calc(100% + 24px); 
    }

    .hellosummercp-lp-wrap .campaign-title-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.1;
        pointer-events: none;
    }

    .hellosummercp-lp-wrap .intro-text { font-size: 16px; }
    .hellosummercp-lp-wrap .section-divider { font-size: 26px; }
    .hellosummercp-lp-wrap .sub-text { font-size: 17px; } 
    .hellosummercp-lp-wrap .instruction { font-size: 14px; } 

    .hellosummercp-lp-wrap .test .btn button { font-size: 18px !important; }
    
    .hellosummercp-lp-wrap .test.entry-form .add-complete-msg,
    .hellosummercp-lp-wrap .test.entry-form li > p,
    .hellosummercp-lp-wrap .test.entry-form li > span,
    .hellosummercp-lp-wrap .test.entry-form li > div:not(.btn) { 
        font-size: 14px !important; 
        margin-top: 15px !important; 
    }
    
    .hellosummercp-lp-wrap .entry-status-note { font-size: 12px; margin-top: 8px; }

    .hellosummercp-lp-wrap .btn-orange { font-size: 18px; }
    .hellosummercp-lp-wrap .notes { font-size: 14px; }
    .hellosummercp-lp-wrap .notes h3 { font-size: 16px; }

    .hellosummercp-lp-wrap .extra-campaign { 
        margin: 40px 0 60px; 
    }
    
    .hellosummercp-lp-wrap .extra-header-with-icon { gap: 10px; margin-bottom: 15px; }
    .hellosummercp-lp-wrap .merry-icon { width: 80px; }
    .hellosummercp-lp-wrap .extra-title-multi { font-size: 18px; }
    
    .hellosummercp-lp-wrap .four-grid-banners {
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px;
    }
    
    .hellosummercp-lp-wrap .extra-title { font-size: 18px; } 

    .hellosummercp-lp-wrap .hellosummercp-recommend-label { font-size: 12.5px; }
    .hellosummercp-lp-wrap .hellosummercp-point-list li { font-size: 12.5px !important; }

    .hellosummercp-lp-wrap .hellosummercp-intro-box { padding: 20px 10px; }
    .hellosummercp-lp-wrap .hellosummercp-intro-header-img { width: 100%; margin: 0 0 20px 0; }
    
    .hellosummercp-lp-wrap .hellosummercp-intro-header-text { font-size: 16px; } 

    .hellosummercp-lp-wrap .hellosummercp-intro-flex { flex-direction: column; align-items: center; gap: 15px; }
    .hellosummercp-lp-wrap .hellosummercp-icon-yellow-bg { width: 110px; height: 110px; }
    .hellosummercp-lp-wrap .hellosummercp-icon-yellow-bg img { width: 70px !important; }
    .hellosummercp-lp-wrap .hellosummercp-info-side { width: 100%; align-items: center; } 
    
    .hellosummercp-lp-wrap .hellosummercp-download-grid { 
        flex-direction: row; 
        justify-content: center; 
        gap: 10px; 
        padding: 0 5px; 
    }
    .hellosummercp-lp-wrap .store-item { 
        width: 48%; 
        max-width: none;
        justify-content: center;
        margin-bottom: 0;
    }
    .hellosummercp-lp-wrap .store-badge { 
        width: 100% !important; 
        max-width: 160px; 
    }
}